Started by user Ondrej Dockal Rebuilds build #109 Running as Ondrej Dockal Agent centos-7-jsrkq 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-jsrkq" 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-jsrkq" - 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-jsrkq" - 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-jsrkq (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/odockal/reddeer.git > git init /home/jenkins/agent/workspace/reddeer.verification.parametrized # timeout=10 Fetching upstream changes from https://github.com/odockal/reddeer.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' > git fetch --tags --progress https://github.com/odockal/reddeer.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/odockal/reddeer.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/common-test^{commit} # timeout=10 Checking out Revision 4b80cb70c32527cba60a6a1f0bb61c170675cd35 (origin/common-test) > git config core.sparsecheckout # timeout=10 > git checkout -f 4b80cb70c32527cba60a6a1f0bb61c170675cd35 # timeout=10 Commit message: "Update manifest minimal java version" > git rev-list --no-walk 4b80cb70c32527cba60a6a1f0bb61c170675cd35 # 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 :58 -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 Thu Feb 4 05:47:05 2021 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5958 vncext: created VNC server for screen 0 [reddeer.verification.parametrized] $ /bin/sh -xe /tmp/jenkins17160705428717629966.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/drops/S20210129010711/repository -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/ (480B) [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2021-03/ (128B) [INFO] Fetching compositeContent.jar from https://download.eclipse.org/technology/epp/packages/2021-03/ (417B) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-03/202101141300/ (109.69kB) [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/drops/S20210129010711/repository/ (134B) [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/S20210129010711/repository [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/S20210129010711/repository/ [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/S20210129010711/repository/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20210129010711/repository/ (97.54kB) [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 202101151000&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.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (30.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (30.65kB) [INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141... [INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (43.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (43.97kB) [INFO] Unpacking org.eclipse.osgi.services_3.9.0.v20200511-1725... [INFO] Fetching org.eclipse.osgi_3.16.200.v20201209-1827.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (469.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.16.200.v20201209-1827.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (469.32kB) [INFO] Unpacking org.eclipse.osgi_3.16.200.v20201209-1827... [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (155.35kB) [INFO] Unpacking org.apache.felix.scr_2.1.24.v20200924-1939... [INFO] Fetching org.eclipse.swt_3.116.0.v20210105-2303.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (16.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.116.0.v20210105-2303.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (16.03kB) [INFO] Unpacking org.eclipse.swt_3.116.0.v20210105-2303... [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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.v20210105-2303.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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.v20210105-2303.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (836.9kB) [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.116.0.v20210105-2303... [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.0.v20210105-2303.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (1.1MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.0.v20210105-2303.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (1.1MB) [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.116.0.v20210105-2303... [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210105-2303.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (970.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210105-2303.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (970.87kB) [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210105-2303... [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/202101151000/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/202101151000/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/tools/orbit/downloads/drops2/S20210129010711/repository/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/tools/orbit/downloads/drops2/S20210129010711/repository/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/tools/orbit/downloads/drops2/S20210129010711/repository/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/tools/orbit/downloads/drops2/S20210129010711/repository/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/202101151000/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/202101151000/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/202101151000/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (43.1kB) [INFO] Unpacking org.eclipse.core.commands_3.9.800.v20201021-1339... [INFO] Fetching org.eclipse.equinox.common_3.14.0.v20201102-2053.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (59.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.14.0.v20201102-2053.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (59.04kB) [INFO] Unpacking org.eclipse.equinox.common_3.14.0.v20201102-2053... [INFO] Fetching org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (41.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (41.25kB) [INFO] Unpacking org.eclipse.core.contenttype_3.7.800.v20200724-0804... [INFO] Fetching org.eclipse.equinox.preferences_3.8.100.v20201102-2042.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (55.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.8.100.v20201102-2042.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (55.6kB) [INFO] Unpacking org.eclipse.equinox.preferences_3.8.100.v20201102-2042... [INFO] Fetching org.eclipse.equinox.registry_3.10.0.v20201107-1818.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (77.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.10.0.v20201107-1818.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (77.18kB) [INFO] Unpacking org.eclipse.equinox.registry_3.10.0.v20201107-1818... [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (44.71kB) [INFO] Unpacking org.eclipse.core.databinding.property_1.8.100.v20200619-0651... [INFO] Fetching org.eclipse.core.expressions_3.7.0.v20200720-1126.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (33.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.expressions_3.7.0.v20200720-1126.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (33.67kB) [INFO] Unpacking org.eclipse.core.expressions_3.7.0.v20200720-1126... [INFO] Fetching org.eclipse.core.runtime_3.20.0.v20201027-1526.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (33.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.20.0.v20201027-1526.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (33.44kB) [INFO] Unpacking org.eclipse.core.runtime_3.20.0.v20201027-1526... [INFO] Fetching org.eclipse.core.jobs_3.10.1000.v20200909-1312.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (46.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.10.1000.v20200909-1312.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (46.03kB) [INFO] Unpacking org.eclipse.core.jobs_3.10.1000.v20200909-1312... [INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (42.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (42.08kB) [INFO] Unpacking org.eclipse.equinox.app_1.5.0.v20200717-0620... [INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (13.78kB) [INFO] Unpacking org.eclipse.e4.core.commands_0.13.0.v20201119-1132... [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (25.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (25.88kB) [INFO] Unpacking org.eclipse.e4.core.di_1.7.600.v20200428-0912... [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/plugins/ (22.66kB) [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710... [INFO] Fetching org.eclipse.e4.core.services_2.2.500.v20200928-2213.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (27.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.2.500.v20200928-2213.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (27.95kB) [INFO] Unpacking org.eclipse.e4.core.services_2.2.500.v20200928-2213... [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/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/202101151000/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.700.v20200622-1247.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (16.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (16.43kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247... [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (484.27kB) [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/202101151000/plugins/ (484.27kB) [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/202101151000/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/202101151000/plugins/ (23.02kB) [INFO] Unpacking org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132... [INFO] Fetching org.eclipse.e4.ui.services_1.4.0.v20201014-0944.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (13.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.services_1.4.0.v20201014-0944.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (13.15kB) [INFO] Unpacking org.eclipse.e4.ui.services_1.4.0.v20201014-0944... [INFO] Fetching org.eclipse.jface_3.22.0.v20201106-0834.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (361.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.22.0.v20201106-0834.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (361.85kB) [INFO] Unpacking org.eclipse.jface_3.22.0.v20201106-0834... [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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.v20201221-2332.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (110.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20201221-2332.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (110.33kB) [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.1000.v20201221-2332... [INFO] Fetching org.eclipse.equinox.event_1.5.600.v20201208-1445.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (16.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.event_1.5.600.v20201208-1445.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (16.64kB) [INFO] Unpacking org.eclipse.equinox.event_1.5.600.v20201208-1445... [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (9.46kB) [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339... [INFO] Fetching org.eclipse.e4.ui.workbench_1.12.100.v20201221-2332.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (84.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.12.100.v20201221-2332.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (84.41kB) [INFO] Unpacking org.eclipse.e4.ui.workbench_1.12.100.v20201221-2332... [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (50.83kB) [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/202101151000/plugins/ (50.83kB) [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/202101151000/plugins/ (84.07kB) [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/202101151000/plugins/ (84.07kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.100.v20201221-2332.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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.v20201222-1604.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (77.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20201222-1604.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (77.44kB) [INFO] Unpacking org.eclipse.jface.databinding_1.12.200.v20201222-1604... [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (13.07kB) [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339... [INFO] Fetching org.eclipse.urischeme_1.1.200.v20201104-0938.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (23.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.urischeme_1.1.200.v20201104-0938.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (23.69kB) [INFO] Unpacking org.eclipse.urischeme_1.1.200.v20201104-0938... [INFO] Fetching org.eclipse.emf.common_2.21.0.v20201230-0839.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (114.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.21.0.v20201230-0839.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (114.54kB) [INFO] Unpacking org.eclipse.emf.common_2.21.0.v20201230-0839... [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (120.7kB) [INFO] Unpacking org.eclipse.help_3.8.800.v20200525-0755... [INFO] Fetching org.eclipse.jface.notifications_0.2.100.v20201130-1828.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (14.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.notifications_0.2.100.v20201130-1828.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (14.74kB) [INFO] Unpacking org.eclipse.jface.notifications_0.2.100.v20201130-1828... [INFO] Fetching org.eclipse.ui_3.118.100.v20201123-0719.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (339.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.118.100.v20201123-0719.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (339.74kB) [INFO] Unpacking org.eclipse.ui_3.118.100.v20201123-0719... [INFO] Fetching org.eclipse.ui.workbench_3.122.100.v20201228-1238.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (960.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.122.100.v20201228-1238.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (960.29kB) [INFO] Unpacking org.eclipse.ui.workbench_3.122.100.v20201228-1238... [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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (41.14kB) [INFO] Unpacking org.eclipse.core.filebuffers_3.6.1100.v20201029-1159... [INFO] Fetching org.eclipse.text_3.10.400.v20200925-0557.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (99.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.10.400.v20200925-0557.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (99.95kB) [INFO] Unpacking org.eclipse.text_3.10.400.v20200925-0557... [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (27.79kB) [INFO] Unpacking org.eclipse.core.filesystem_1.7.700.v20200110-1734... [INFO] Fetching org.eclipse.core.resources_3.13.900.v20201105-1507.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (875.9kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (7.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (7.94kB) [INFO] Unpacking org.eclipse.e4.ui.ide_3.15.100.v20200323-2111... [INFO] Fetching org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (23.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (23.97kB) [INFO] Unpacking org.eclipse.equinox.bidi_1.3.0.v20200612-1624... [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (108kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020... [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (50.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (50.94kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528... [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (44.42kB) [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... [INFO] Fetching org.eclipse.equinox.security_1.3.600.v20201207-2009.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (44.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security_1.3.600.v20201207-2009.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (44.81kB) [INFO] Unpacking org.eclipse.equinox.security_1.3.600.v20201207-2009... [INFO] Fetching org.eclipse.jface.text_3.16.600.v20201212-1218.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (316.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.16.600.v20201212-1218.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (316.91kB) [INFO] Unpacking org.eclipse.jface.text_3.16.600.v20201212-1218... [INFO] Fetching org.eclipse.ui.editors_3.14.0.v20201216-1149.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (200.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.14.0.v20201216-1149.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (200.86kB) [INFO] Unpacking org.eclipse.ui.editors_3.14.0.v20201216-1149... [INFO] Fetching org.eclipse.ui.ide_3.18.100.v20210102-1735.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (950.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.18.100.v20210102-1735.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (950.16kB) [INFO] Unpacking org.eclipse.ui.ide_3.18.100.v20210102-1735... [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.15.200.v20201211-1542.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (239.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.15.200.v20201211-1542.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (239.14kB) [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.15.200.v20201211-1542... [INFO] Fetching org.eclipse.ui.navigator_3.9.600.v20201222-1604.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (131.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.9.600.v20201222-1604.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (131.04kB) [INFO] Unpacking org.eclipse.ui.navigator_3.9.600.v20201222-1604... [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.v20201222-1604.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (123kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.forms_3.11.100.v20201222-1604.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (123kB) [INFO] Unpacking org.eclipse.ui.forms_3.11.100.v20201222-1604... [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/tools/orbit/downloads/drops2/S20210129010711/repository/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/tools/orbit/downloads/drops2/S20210129010711/repository/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/tools/orbit/downloads/drops2/S20210129010711/repository/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/tools/orbit/downloads/drops2/S20210129010711/repository/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/tools/orbit/downloads/drops2/S20210129010711/repository/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/tools/orbit/downloads/drops2/S20210129010711/repository/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/202101151000/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/202101151000/plugins/ (18.03kB) [INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101... [INFO] Fetching org.eclipse.debug.core_3.17.100.v20210104-1155.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (125.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.17.100.v20210104-1155.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (125.98kB) [INFO] Unpacking org.eclipse.debug.core_3.17.100.v20210104-1155... [INFO] Fetching org.eclipse.debug.ui_3.14.800.v20210105-1055.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (1,020.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.14.800.v20210105-1055.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (1,020.23kB) [INFO] Unpacking org.eclipse.debug.ui_3.14.800.v20210105-1055... [INFO] Fetching org.eclipse.ui.console_3.10.100.v20201211-1511.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (84.58kB) [INFO] Unpacking org.eclipse.ui.console_3.10.100.v20201211-1511... [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (34.56kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546... [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (58.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (58.11kB) [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025... [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (39.3kB) [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601... [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (31.94kB) [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246... [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (43.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (43.28kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530... [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200828-0839.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (105.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200828-0839.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (105.81kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200828-0839... [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (16.64kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505... [INFO] Fetching org.eclipse.equinox.p2.ui_2.6.100.v20200731-1005.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (288.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui_2.6.100.v20200731-1005.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (288.35kB) [INFO] Unpacking org.eclipse.equinox.p2.ui_2.6.100.v20200731-1005... [INFO] Fetching org.eclipse.equinox.security.ui_1.2.700.v20200807-1518.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (71.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.ui_1.2.700.v20200807-1518.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (71.46kB) [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.700.v20200807-1518... [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (44.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (44.5kB) [INFO] Unpacking org.eclipse.equinox.p2.updatesite_1.1.400.v20200511-1530... [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (123kB) [INFO] Unpacking org.junit_4.13.0.v20200204-1500... [INFO] Fetching org.eclipse.ui.browser_3.6.1100.v20201222-1604.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (97.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.browser_3.6.1100.v20201222-1604.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (97.82kB) [INFO] Unpacking org.eclipse.ui.browser_3.6.1100.v20201222-1604... [INFO] Fetching org.eclipse.ui.views.log_1.2.1400.v20201223-1348.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (84.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.log_1.2.1400.v20201223-1348.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (84.87kB) [INFO] Unpacking org.eclipse.ui.views.log_1.2.1400.v20201223-1348... [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (114.11kB) [INFO] Unpacking org.apache.commons.lang_2.6.0.v201404270220... [INFO] Fetching org.eclipse.wst.server.core_1.10.200.v202101062347.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (124.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.server.core_1.10.200.v202101062347.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (124.42kB) [INFO] Unpacking org.eclipse.wst.server.core_1.10.200.v202101062347... [INFO] Fetching org.eclipse.wst.server.ui_1.5.600.v202101040859.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (273.54kB) [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/202101151000/plugins/ (273.54kB) [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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (43.07kB) [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/202101151000/plugins/ (43.07kB) [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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (59.6kB) [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/202101151000/plugins/ (59.6kB) [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/202101151000/plugins/ (96.84kB) [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/202101151000/plugins/ (96.84kB) [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/202101151000/plugins/ (109.13kB) [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/202101151000/plugins/ (109.13kB) [INFO] Unpacking org.eclipse.emf.edit.ui_2.19.0.v20200917-1406... [INFO] Fetching org.eclipse.ui.views_3.10.600.v20201223-1348.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (48.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.10.600.v20201223-1348.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (48.2kB) [INFO] Unpacking org.eclipse.ui.views_3.10.600.v20201223-1348... [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (403.7kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.graphiti_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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.v20201218-0611.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (24.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.500.v20201218-0611.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (24.64kB) [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.5.500.v20201218-0611... [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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (102.05kB) [INFO] Unpacking org.eclipse.ant.launching_1.2.1000.v20200610-1458... [INFO] Fetching org.eclipse.jdt.launching_3.19.100.v20201231-1226.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (282.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching_3.19.100.v20201231-1226.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (282.41kB) [INFO] Unpacking org.eclipse.jdt.launching_3.19.100.v20201231-1226... [INFO] Fetching org.eclipse.core.externaltools_1.1.800.v20201105-0600.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (20.85kB) [INFO] Unpacking org.eclipse.core.externaltools_1.1.800.v20201105-0600... [INFO] Fetching org.eclipse.jdt.core_3.25.0.v20210102-1151.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (6.9MB) [INFO] Fetching org.eclipse.ant.ui_3.7.1000.v20201116-1127.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (475.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.ui_3.7.1000.v20201116-1127.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (475.54kB) [INFO] Unpacking org.eclipse.ant.ui_3.7.1000.v20201116-1127... [INFO] Fetching org.eclipse.ui.externaltools_3.4.900.v20201105-0600.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (65.62kB) [INFO] Unpacking org.eclipse.ui.externaltools_3.4.900.v20201105-0600... [INFO] Fetching org.eclipse.jdt.ui_3.22.100.v20210104-0750.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (3.92MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.22.100.v20210104-0750.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (3.92MB) [INFO] Unpacking org.eclipse.jdt.ui_3.22.100.v20210104-0750... [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.200.v20201231-1226.jar from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/plugins/ (124.96kB) [INFO] Unpacking org.eclipse.team.core_3.8.1100.v20200806-0621... [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.300.v20210101-1249.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (105.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.300.v20210101-1249.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (105.59kB) [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.11.300.v20210101-1249... [INFO] Fetching org.eclipse.jdt.junit_3.11.1100.v20210101-1249.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (232.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit_3.11.1100.v20210101-1249.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (232.02kB) [INFO] Unpacking org.eclipse.jdt.junit_3.11.1100.v20210101-1249... [INFO] Fetching org.eclipse.compare_3.7.1300.v20201208-1638.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (306.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare_3.7.1300.v20201208-1638.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (306.57kB) [INFO] Unpacking org.eclipse.compare_3.7.1300.v20201208-1638... [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/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/202101151000/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.500.v20200110-2121.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (121.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (121.9kB) [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121... [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.700.v20200813-0739.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (46.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.700.v20200813-0739.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (46.62kB) [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.700.v20200813-0739... [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.300.v20210101-1203.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (518.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.300.v20210101-1203.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (518.14kB) [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.14.300.v20210101-1203... [INFO] Fetching org.eclipse.jdt.debug_3.17.100.v20201231-1226.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (900.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.17.100.v20201231-1226.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (900.87kB) [INFO] Unpacking org.eclipse.jdt.debug_3.17.100.v20201231-1226... [INFO] Fetching org.eclipse.search_3.12.100.v20201116-1027.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (214.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.search_3.12.100.v20201116-1027.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (214.49kB) [INFO] Unpacking org.eclipse.search_3.12.100.v20201116-1027... [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.300.v20201228-1606.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (177.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.300.v20201228-1606.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (177.03kB) [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.11.300.v20201228-1606... [INFO] Fetching org.eclipse.jdt.junit.core_3.10.1000.v20210101-1249.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (65.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.core_3.10.1000.v20210101-1249.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (65.6kB) [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.1000.v20210101-1249... [INFO] Fetching org.eclipse.team.ui_3.8.1100.v20200916-0836.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (491.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.ui_3.8.1100.v20200916-0836.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (491.71kB) [INFO] Unpacking org.eclipse.team.ui_3.8.1100.v20200916-0836... [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.600.v20201222-1604.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (70.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.600.v20201222-1604.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (70.54kB) [INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.600.v20201222-1604... [INFO] Fetching org.eclipse.pde.build_3.10.900.v20201111-1557.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (478.05kB) [INFO] Fetching org.eclipse.pde.core_3.14.200.v20201222-1545.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (1.34MB) [INFO] Fetching org.eclipse.pde.launching_3.9.200.v20201208-1742.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (51.57kB) [INFO] Unpacking org.eclipse.pde.launching_3.9.200.v20201208-1742... [INFO] Fetching org.eclipse.pde.ui_3.13.0.v20210105-0617.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (1.45MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ui_3.13.0.v20210105-0617.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (1.45MB) [INFO] Unpacking org.eclipse.pde.ui_3.13.0.v20210105-0617... [INFO] Fetching org.eclipse.ui.intro_3.6.0.v20201120-1551.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (141.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.6.0.v20201120-1551.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (141.91kB) [INFO] Unpacking org.eclipse.ui.intro_3.6.0.v20201120-1551... [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.100.v20200915-1059.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (149.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.100.v20200915-1059.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (149.88kB) [INFO] Unpacking org.eclipse.ui.cheatsheets_3.7.100.v20200915-1059... [INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (26.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (26.28kB) [INFO] Unpacking org.eclipse.ui.trace_1.1.800.v20200106-1301... [INFO] Fetching org.eclipse.ui.genericeditor_1.2.0.v20201215-2102.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (49.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.genericeditor_1.2.0.v20201215-2102.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (49.47kB) [INFO] Unpacking org.eclipse.ui.genericeditor_1.2.0.v20201215-2102... [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.100.v20201231-1226/org.eclipse.jdt.debug-3.17.100.v20201231-1226.jar [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.100.v20201231-1226/org.eclipse.jdt.debug-3.17.100.v20201231-1226.jar [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... [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.100.v20201231-1226/org.eclipse.jdt.debug-3.17.100.v20201231-1226.jar [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.100.v20201231-1226/org.eclipse.jdt.debug-3.17.100.v20201231-1226.jar [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 [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.100.v20201231-1226/org.eclipse.jdt.debug-3.17.100.v20201231-1226.jar [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.100.v20201231-1226/org.eclipse.jdt.debug-3.17.100.v20201231-1226.jar [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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (29.99kB) [INFO] Unpacking org.eclipse.equinox.launcher_1.6.100.v20201223-0822... [INFO] Fetching org.eclipse.ui.ide.application_1.3.900.v20201102-2031.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (55.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide.application_1.3.900.v20201102-2031.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (55.55kB) [INFO] Unpacking org.eclipse.ui.ide.application_1.3.900.v20201102-2031... [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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/tools/orbit/downloads/drops2/S20210129010711/repository/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/tools/orbit/downloads/drops2/S20210129010711/repository/plugins/ (440.18kB) [INFO] Unpacking org.apache.xerces_2.12.1.v20210115-0812... [INFO] Fetching org.eclipse.core.databinding.beans_1.7.100.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (26.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.beans_1.7.100.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (26.28kB) [INFO] Unpacking org.eclipse.core.databinding.beans_1.7.100.v20201021-1339... [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (61.23kB) [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/202101151000/plugins/ (61.23kB) [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/202101151000/plugins/ (1.92MB) [INFO] Fetching org.eclipse.m2e.maven.runtime_1.16.0.20200610-1735.jar from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (7.27MB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (77.5kB) [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/202101151000/plugins/ (77.5kB) [INFO] Unpacking org.eclipse.wst.common.emf_1.2.700.v202007161535... [INFO] Fetching org.eclipse.wst.sse.core_1.2.500.v202012212200.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (156.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.core_1.2.500.v202012212200.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (156.19kB) [INFO] Unpacking org.eclipse.wst.sse.core_1.2.500.v202012212200... [INFO] Fetching org.eclipse.wst.xml.core_1.2.300.v202101070415.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (255.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.core_1.2.300.v202101070415.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (255.22kB) [INFO] Unpacking org.eclipse.wst.xml.core_1.2.300.v202101070415... [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (43.19kB) [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/202101151000/plugins/ (43.19kB) [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/202101151000/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/202101151000/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.v20210106-1800.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (29.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt_3.18.700.v20210106-1800.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (29.44kB) [INFO] Unpacking org.eclipse.jdt_3.18.700.v20210106-1800... [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.100.v20201231-1226/org.eclipse.jdt.debug-3.17.100.v20201231-1226.jar [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.100.v20201231-1226/org.eclipse.jdt.debug-3.17.100.v20201231-1226.jar [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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (271kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (17.58kB) [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (13.22kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (566.22kB) [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (166.46kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (344.11kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (563.55kB) [INFO] Fetching org.eclipse.datatools.help_1.7.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (340.77kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (621.78kB) [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.2.200.202008192017.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (228.76kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (189.46kB) [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (130.23kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (46.9kB) [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (369.86kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.2.201.202009292210.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (463.57kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (126.89kB) [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/202101151000/plugins/ (126.89kB) [INFO] Unpacking org.eclipse.emf.codegen_2.21.0.v20200708-0547... [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1400.v20200917-1125.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (13.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1400.v20200917-1125.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (13.16kB) [INFO] Unpacking org.eclipse.jdt.junit4.runtime_1.1.1400.v20200917-1125... [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (91.77kB) [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/202101151000/plugins/ (91.77kB) [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/202101151000/plugins/ (47.43kB) [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/202101151000/plugins/ (47.43kB) [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/202101151000/plugins/ (37.58kB) [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/202101151000/plugins/ (37.58kB) [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/202101151000/plugins/ (22.23kB) [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/202101151000/plugins/ (22.23kB) [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/202101151000/plugins/ (13.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (13.64kB) [INFO] Unpacking org.eclipse.jst.common.annotations.core_1.1.300.v201903222024... [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (46.44kB) [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/202101151000/plugins/ (46.44kB) [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/202101151000/plugins/ (129.99kB) [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/202101151000/plugins/ (129.99kB) [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/202101151000/plugins/ (53.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.102.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (53.03kB) [INFO] Unpacking org.eclipse.wst.common.emfworkbench.integration_1.2.102.v202007161535... [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (134.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (134.56kB) [INFO] Unpacking org.eclipse.wst.validation_1.2.801.v202007142017... [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (119.31kB) [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/202101151000/plugins/ (119.31kB) [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/202101151000/plugins/ (65.42kB) [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/202101151000/plugins/ (65.42kB) [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/202101151000/plugins/ (51.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.511.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (51.04kB) [INFO] Unpacking org.eclipse.jst.common.project.facet.ui_1.4.511.v202007142017... [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.602.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (91.66kB) [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/202101151000/plugins/ (91.66kB) [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/202101151000/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/202101151000/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/202101151000/plugins/ (49.49kB) [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/202101151000/plugins/ (49.49kB) [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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (119.72kB) [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/202101151000/plugins/ (119.72kB) [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/202101151000/plugins/ (856.89kB) [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/202101151000/plugins/ (856.89kB) [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/202101151000/plugins/ (589.94kB) [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/202101151000/plugins/ (589.94kB) [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/202101151000/plugins/ (356.64kB) [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/202101151000/plugins/ (356.64kB) [INFO] Unpacking org.eclipse.jst.j2ee.ui_1.1.931.v202007170603... [INFO] Fetching org.eclipse.wst.web.ui_1.2.102.v202101070403.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (43.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.web.ui_1.2.102.v202101070403.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (43.64kB) [INFO] Unpacking org.eclipse.wst.web.ui_1.2.102.v202101070403... [INFO] Fetching org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (49.17kB) [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/202101151000/plugins/ (49.17kB) [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/202101151000/plugins/ (36.6kB) [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/202101151000/plugins/ (36.6kB) [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/202101151000/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/202101151000/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/202101151000/plugins/ (31.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.server.core_1.2.600.v202007170127.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (31.67kB) [INFO] Unpacking org.eclipse.jst.server.core_1.2.600.v202007170127... [INFO] Fetching org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (39.81kB) [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/202101151000/plugins/ (39.81kB) [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/202101151000/plugins/ (25.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (25.27kB) [INFO] Unpacking org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429... [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (39.1kB) [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/202101151000/plugins/ (39.1kB) [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/202101151000/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/202101151000/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/202101151000/plugins/ (172.17kB) [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/202101151000/plugins/ (172.17kB) [INFO] Unpacking org.eclipse.jst.j2ee.navigator.ui_1.1.800.v202007170603... [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.1000.v202101081429.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (222.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.1000.v202101081429.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (222.42kB) [INFO] Unpacking org.eclipse.jst.j2ee.web_1.1.1000.v202101081429... [INFO] Fetching org.eclipse.wst.common.ui_1.2.100.v202101112327.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (57.49kB) [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/202101151000/plugins/ (57.49kB) [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/202101151000/plugins/ (78.79kB) [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/202101151000/plugins/ (78.79kB) [INFO] Unpacking org.eclipse.jst.servlet.ui_1.1.1000.v202101042017... [INFO] Fetching org.eclipse.wst.css.core_1.2.0.v202004081818.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (180.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.css.core_1.2.0.v202004081818.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (180.72kB) [INFO] Unpacking org.eclipse.wst.css.core_1.2.0.v202004081818... [INFO] Fetching org.eclipse.wst.css.ui_1.1.500.v202008120248.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (120.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.css.ui_1.1.500.v202008120248.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (120.61kB) [INFO] Unpacking org.eclipse.wst.css.ui_1.1.500.v202008120248... [INFO] Fetching org.eclipse.wst.xml.ui_1.2.600.v202101112326.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (335.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.ui_1.2.600.v202101112326.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (335.89kB) [INFO] Unpacking org.eclipse.wst.xml.ui_1.2.600.v202101112326... [INFO] Fetching org.eclipse.wst.sse.ui_1.7.100.v202008192217.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (315.18kB) [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/202101151000/plugins/ (315.18kB) [INFO] Unpacking org.eclipse.wst.sse.ui_1.7.100.v202008192217... [INFO] Fetching org.eclipse.wst.html.core_1.3.200.v202005180147.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (210.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.html.core_1.3.200.v202005180147.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (210.71kB) [INFO] Unpacking org.eclipse.wst.html.core_1.3.200.v202005180147... [INFO] Fetching org.eclipse.wst.html.ui_1.1.500.v202011230424.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (116.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.html.ui_1.1.500.v202011230424.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (116.54kB) [INFO] Unpacking org.eclipse.wst.html.ui_1.1.500.v202011230424... [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.100.v20201231-1226/org.eclipse.jdt.debug-3.17.100.v20201231-1226.jar [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.100.v20201231-1226/org.eclipse.jdt.debug-3.17.100.v20201231-1226.jar [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/S20210129010711/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/S20210129010711/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/S20210129010711/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/S20210129010711/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/202101151000/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/202101151000/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/S20210129010711/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/S20210129010711/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/S20210129010711/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/S20210129010711/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.900.v20200810-0835.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (13.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.900.v20200810-0835.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (13.34kB) [INFO] Unpacking org.eclipse.pde.junit.runtime_3.5.900.v20200810-0835... [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.100.v20201231-1226/org.eclipse.jdt.debug-3.17.100.v20201231-1226.jar [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.100.v20201231-1226/org.eclipse.jdt.debug-3.17.100.v20201231-1226.jar [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.v20210204-0547 [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] 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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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] 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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (328.72kB) [INFO] Unpacking com.sun.jna.platform_4.5.1.v20190425-1842... [INFO] Fetching org.apache.felix.gogo.command_1.1.0.v20201023-1558.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (29.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.command_1.1.0.v20201023-1558.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (29.94kB) [INFO] Unpacking org.apache.felix.gogo.command_1.1.0.v20201023-1558... [INFO] Fetching org.apache.felix.gogo.runtime_1.1.2.v20201023-1558.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (76.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.runtime_1.1.2.v20201023-1558.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (76.23kB) [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.2.v20201023-1558... [INFO] Fetching org.apache.felix.gogo.shell_1.1.2.v20201023-1558.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (35.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.shell_1.1.2.v20201023-1558.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (35.28kB) [INFO] Unpacking org.apache.felix.gogo.shell_1.1.2.v20201023-1558... [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/202101151000/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/202101151000/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.200.v20200915-2015.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (102.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.200.v20200915-2015.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (102.86kB) [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.2.200.v20200915-2015... [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.100.v20201225-0618.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (39.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.100.v20201225-0618.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (39.44kB) [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.100.v20201225-0618... [INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.116.0.v20210105-2303.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (651.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.116.0.v20210105-2303.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (651.61kB) [INFO] Unpacking org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.116.0.v20210105-2303... [INFO] Fetching org.eclipse.equinox.console_1.4.200.v20200828-1034.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (51.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.console_1.4.200.v20200828-1034.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (51.55kB) [INFO] Unpacking org.eclipse.equinox.console_1.4.200.v20200828-1034... [INFO] Fetching org.eclipse.platform_4.19.0.v20210106-1800.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (425.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.platform_4.19.0.v20210106-1800.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (425.04kB) [INFO] Unpacking org.eclipse.platform_4.19.0.v20210106-1800... [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.100.v20201225-0618.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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.v20201225-0618.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (81.75kB) [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.100.v20201225-0618... [INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.116.0.v20210105-2303.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (682.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.116.0.v20210105-2303.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (682.92kB) [INFO] Unpacking org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.116.0.v20210105-2303... [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (7.89kB) [INFO] Unpacking org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132... [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.100.v20201225-0618.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (69.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.100.v20201225-0618.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (69.31kB) [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.100.v20201225-0618... [INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.116.0.v20210105-2303.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (914.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.116.0.v20210105-2303.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (914.65kB) [INFO] Unpacking org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.116.0.v20210105-2303... [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (7.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (7.96kB) [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.1.0.v20201119-1132... [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 05:49:22.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 05:49:23.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 05:49:23.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 05:49:27.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 05:49:27.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 05:49:31.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 05:49:31.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 05:49:32.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 05:49:32.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 05:49:35.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 05:49:35.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 05:49:37.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 05:49:37.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 05:49:41.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 05:49:41.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 05:49:48.632 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.117 s - in org.eclipse.reddeer.common.test.wait.GroupWaitTest test_groupWaitTimeoutMedium(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 1.071 s test_groupWaitNullWaitCondition(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 0 s test_groupWaitOneFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 4.002 s test_groupWaitTimeoutDefault(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 4.002 s test_groupWaitWaitWhileFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 3.504 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.004 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 05:49:48.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 05:49:55.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 05:49:55.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 05:50:02.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 05:50:02.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 05:50:05.173 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.001 s test_NullTimePeriod(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 0 s test_WaitWhileFulFilled(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 7.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 05:50:05.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 05:50:12.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 05:50:12.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 05:50:19.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 05:50:19.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 05:50:21.688 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.509 s - in org.eclipse.reddeer.common.test.wait.WaitUntilTest test_IllegalTimePeriod(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0.001 s test_NullTimePeriod(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0 s test_NullCondition(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0 s test_WaitUntilFulFilled(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 7.003 s test_NotThrowingException(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 7.003 s test_ThrowingException(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 2.501 s Running org.eclipse.reddeer.common.test.wait.WaitProviderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.common.test.wait.WaitProviderTest test_nullCondition(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0 s test_WaitTypeUntil(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0 s test_WaitTypeWhile(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.test.util.XPathEvaluatorTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.reddeer.common.test.util.XPathEvaluatorTest testXPathWithNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.024 s testXPathWithAndWithoutNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.002 s testXPathWithUserDefinedNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.001 s testXPathWithoutNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.001 s testXPathWithNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0 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.004 s - in org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest testAdoptBottomClassAToMidClass(org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest) Time elapsed: 0.004 s testAdoptBottomClassBToMidClass(org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest) Time elapsed: 0 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 05:50:21.740 DEBUG [WorkbenchTestable][LoggerTest] DEBUG testing RedDeer logger message 05:50:21.740 DUMP [WorkbenchTestable][LoggerTest] DUMP testing RedDeer logger message 05:50:21.740 ERROR [WorkbenchTestable][LoggerTest] ERROR testing RedDeer logger message 05:50:21.740 FATAL [WorkbenchTestable][LoggerTest] FATAL testing RedDeer logger message 05:50:21.740 INFO [WorkbenchTestable][LoggerTest] INFO testing RedDeer logger message 05:50:21.740 STEP [WorkbenchTestable][LoggerTest] STEP testing RedDeer logger message 05:50:21.740 TRACE [WorkbenchTestable][LoggerTest] TRACE testing RedDeer logger message Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.common.properties.LoggerTest testLoggerMessageTypes(org.eclipse.reddeer.common.properties.LoggerTest) Time elapsed: 0 s Results: Tests run: 50, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.common.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 297 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.swt.test >---------- [INFO] Building RedDeer SWT Tests 3.3.0-SNAPSHOT [31/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt.test --- [INFO] The project's OSGi version is 3.3.0.v20210204-0547 [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 05:50:30.220 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 05:50:30.222 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 05:50:30.229 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 05:50:30.229 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 05:50:30.241 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 05:50:30.256 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:50:30.258 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:30.260 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 05:50:30.296 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 05:50:30.296 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 05:50:30.302 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 05:50:30.304 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:30.304 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:50:30.306 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:30.306 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:50:30.309 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. 05:50:30.416 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:30.418 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 05:50:30.418 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 05:50:30.418 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:30.418 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:30.418 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:30.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:30.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:30.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:30.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:30.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:30.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:30.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:30.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:30.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:30.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:30.458 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 05:50:30.458 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:30.464 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 05:50:30.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 05:50:30.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:30.500 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:30.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:30.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:30.508 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 05:50:30.509 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:30.509 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 05:50:30.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 05:50:30.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:30.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:30.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:30.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:30.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:30.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:30.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:30.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:30.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:30.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:30.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:30.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:30.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:30.600 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 05:50:30.602 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 05:50:30.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 05:50:30.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:30.608 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:30.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:30.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:30.625 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 05:50:30.625 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:30.625 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 05:50:30.625 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 05:50:30.625 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:30.625 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:30.625 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:30.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:30.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:30.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:30.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:30.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:30.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:30.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:30.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:30.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:30.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:30.650 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 05:50:30.651 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 05:50:30.695 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 05:50:30.695 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:30.695 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:30.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:30.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:30.702 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 05:50:30.702 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:30.702 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 05:50:30.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 05:50:30.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:30.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:30.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:30.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:30.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:30.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:30.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:30.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:30.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:30.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:30.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:30.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:30.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:30.733 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 05:50:30.734 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 05:50:30.734 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 05:50:30.734 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 05:50:30.734 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 05:50:30.734 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 05:50:30.738 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 05:50:30.738 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:30.738 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:30.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:30.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:30.754 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 05:50:30.754 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:30.755 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 05:50:30.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 05:50:30.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:30.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:30.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:30.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:30.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:30.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:30.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:30.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:30.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:30.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:30.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:30.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:30.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:30.809 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 05:50:30.809 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 05:50:30.809 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 05:50:30.809 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 05:50:30.813 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 05:50:30.813 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:30.813 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:30.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:30.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:30.828 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 05:50:30.828 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:30.829 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 05:50:30.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 05:50:30.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:30.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:30.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:30.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:30.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:30.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:30.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:30.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:30.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:30.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:30.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:30.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:30.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:30.852 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 05:50:30.852 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 05:50:30.853 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem1" 05:50:30.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 05:50:30.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:30.857 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:30.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:30.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:30.906 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 05:50:30.906 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:30.906 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 05:50:30.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 05:50:30.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:30.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:30.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:30.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:30.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:30.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:30.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:30.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:30.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:30.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 05:50:30.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:30.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:30.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:30.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:30.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:30.924 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 05:50:30.924 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 05:50:30.924 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 05:50:30.925 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 05:50:30.925 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 05:50:30.925 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 05:50:30.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 05:50:30.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:30.928 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:30.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:30.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:30.944 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 05:50:30.944 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 05:50:30.944 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:30.944 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:30.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:30.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.736 s - in org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.09 s testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.116 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.077 s shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.052 s testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.073 s hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.078 s shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.038 s Running org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.001 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.003 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:50:31.003 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:31.003 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.003 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:31.003 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:50:31.003 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:31.003 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:50:31.003 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:31.004 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:31.004 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:31.004 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.004 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:31.004 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:31.004 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:31.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:31.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:31.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:31.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:31.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:31.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 05:50:31.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:31.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:31.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:31.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:31.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:50:31.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:50:31.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:50:31.096 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 05:50:31.097 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 05:50:31.098 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 05:50:31.098 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 05:50:31.099 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 05:50:31.099 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:31.100 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 05:50:31.100 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 05:50:31.101 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 05:50:31.101 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem2" 05:50:31.105 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.106 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:31.106 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:31.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:31.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:31.123 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:31.123 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:31.123 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:31.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:31.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:31.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:31.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:31.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:31.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:31.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:31.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:31.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.shell.DefaultShell, index 0 and no matchers specified 05:50:31.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:31.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:31.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:31.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:31.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:50:31.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:50:31.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:50:31.143 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 05:50:31.143 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 05:50:31.144 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 05:50:31.144 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 05:50:31.144 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 05:50:31.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:31.144 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 05:50:31.144 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 05:50:31.144 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 05:50:31.148 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.148 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:31.148 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:31.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:31.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:31.159 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:31.159 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:31.159 INFO [WorkbenchTestable][RequirementsRunner] Started test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:31.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:31.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:31.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:31.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:31.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:31.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:31.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:31.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:31.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 05:50:31.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:31.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:31.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:31.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:31.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:50:31.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:50:31.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:50:31.224 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 05:50:31.225 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 05:50:31.225 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 05:50:31.225 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 05:50:31.225 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 05:50:31.225 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:31.225 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 05:50:31.225 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 05:50:31.225 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 05:50:31.225 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 05:50:31.225 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 05:50:31.225 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemRadio 05:50:31.226 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemRadio" 05:50:31.226 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemRadio 05:50:31.227 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemRadio 05:50:31.231 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.231 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:31.231 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:31.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:31.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:31.245 INFO [WorkbenchTestable][RequirementsRunner] Finished test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:31.245 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:31.245 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:31.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:31.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:31.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:31.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:31.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:31.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:31.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:31.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:31.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.shell.DefaultShell, index 0 and no matchers specified 05:50:31.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:31.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:31.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:31.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:31.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:50:31.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:50:31.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:50:31.263 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 05:50:31.263 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 05:50:31.264 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 05:50:31.264 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 05:50:31.264 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 05:50:31.264 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:31.300 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 05:50:31.300 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 05:50:31.304 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.304 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:31.304 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:31.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:31.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:31.309 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:31.309 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:31.309 INFO [WorkbenchTestable][RequirementsRunner] Started test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:31.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:31.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:31.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:31.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:31.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:31.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:31.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:31.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:31.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.shell.DefaultShell, index 0 and no matchers specified 05:50:31.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:31.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:31.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:31.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:31.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:50:31.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:50:31.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:50:31.340 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 05:50:31.340 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 05:50:31.340 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 05:50:31.340 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 05:50:31.341 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:31.341 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 05:50:31.341 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 05:50:31.341 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 05:50:31.341 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 05:50:31.341 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 05:50:31.341 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 05:50:31.341 DEBUG [main][MenuItemLookup] Item match:DisabledMenu 05:50:31.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:31.345 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:31.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:31.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:31.360 INFO [WorkbenchTestable][RequirementsRunner] Finished test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:31.360 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:31.360 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:31.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:31.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:31.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:31.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:31.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:31.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:31.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:31.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:31.409 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 05:50:31.409 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:31.409 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 05:50:31.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:31.412 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:31.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:31.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:31.426 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:31.426 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:31.426 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:31.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:31.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:31.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:31.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:31.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 05:50:31.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:31.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:31.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:31.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.shell.DefaultShell, index 0 and no matchers specified 05:50:31.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:31.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:31.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:31.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:31.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:50:31.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:50:31.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:50:31.445 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 05:50:31.445 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 05:50:31.445 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 05:50:31.445 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 05:50:31.445 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 05:50:31.445 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:31.446 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 05:50:31.446 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 05:50:31.446 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 05:50:31.446 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 05:50:31.446 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 05:50:31.446 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 05:50:31.450 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.451 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:31.451 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:31.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:31.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:31.505 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:31.505 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:31.506 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:31.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:31.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:31.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:31.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:31.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:31.523 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:31.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:31.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:31.523 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 05:50:31.523 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:31.524 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 05:50:31.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:31.527 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:31.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:31.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:31.542 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:31.542 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:31.542 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:31.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:31.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:31.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:31.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:31.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:31.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:31.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:31.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:31.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.shell.DefaultShell, index 0 and no matchers specified 05:50:31.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:31.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:31.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:31.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:31.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:50:31.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:50:31.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:50:31.610 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 05:50:31.610 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 05:50:31.611 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 05:50:31.611 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 05:50:31.611 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 05:50:31.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:31.611 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 05:50:31.611 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 05:50:31.611 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 05:50:31.612 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 05:50:31.612 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 05:50:31.613 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuDisabledChild" 05:50:31.617 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.617 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:31.617 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:31.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:31.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:31.637 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:31.637 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:31.637 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:31.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:31.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:31.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:31.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:31.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:31.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:31.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:31.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:31.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.shell.DefaultShell, index 0 and no matchers specified 05:50:31.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:31.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:31.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:31.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:31.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:50:31.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:50:31.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:50:31.709 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 05:50:31.709 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 05:50:31.709 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 05:50:31.709 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 05:50:31.710 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 05:50:31.710 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:31.710 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 05:50:31.710 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 05:50:31.710 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 05:50:31.710 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 05:50:31.710 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 05:50:31.710 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 05:50:31.713 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:31.714 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:31.714 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:31.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:32.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:32.215 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:32.215 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:32.215 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:32.215 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:32.215 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:32.215 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:32.215 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:32.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:32.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:32.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:32.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:32.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:32.239 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 05:50:32.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:32.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:32.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:32.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:32.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:50:32.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:50:32.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:50:32.240 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 05:50:32.240 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 05:50:32.241 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 05:50:32.241 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 05:50:32.241 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 05:50:32.241 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:32.241 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 05:50:32.241 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 05:50:32.241 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 05:50:32.241 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItem1 05:50:32.241 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItem1 05:50:32.242 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 05:50:32.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 05:50:32.243 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:50:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:32.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "MenuShell" as the parent 05:50:32.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:50:32.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:32.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:32.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:32.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:32.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:50:32.244 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:50:32.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:32.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:32.296 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:32.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:32.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:32.302 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:32.302 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:32.302 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:32.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:32.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:32.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:32.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:32.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:32.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:32.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:32.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:32.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:32.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 05:50:32.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:32.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:32.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:32.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:32.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:50:32.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:50:32.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:50:32.328 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 05:50:32.329 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 05:50:32.329 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 05:50:32.329 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 05:50:32.329 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:32.332 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:32.332 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:32.332 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:32.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:32.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:32.337 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:32.337 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:32.337 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:32.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:32.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:32.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:32.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:32.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:32.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:32.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:32.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:32.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:32.364 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 05:50:32.364 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:32.364 DEBUG [main][MenuItemLookup] Found menu:'ShellContextMenuItem' 05:50:32.365 DEBUG [main][MenuItemLookup] Item match:ShellContextMenuItem 05:50:32.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:32.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:32.397 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:32.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:32.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:32.403 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:32.403 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:32.403 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:32.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:32.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:32.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:32.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:32.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:32.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:32.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:32.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:32.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:32.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.shell.DefaultShell, index 0 and no matchers specified 05:50:32.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:32.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:32.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:32.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:32.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:50:32.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:50:32.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:50:32.429 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 05:50:32.429 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 05:50:32.429 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 05:50:32.430 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 05:50:32.430 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:32.430 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 05:50:32.430 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 05:50:32.430 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 05:50:32.430 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 05:50:32.431 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenu" 05:50:32.434 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:32.434 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:32.434 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:32.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:32.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:32.935 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:32.935 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:32.935 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:32.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:32.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:32.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:32.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:32.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:32.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:32.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:32.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:32.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:32.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.shell.DefaultShell, index 0 and no matchers specified 05:50:32.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:32.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:32.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:32.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:32.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:50:32.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:50:32.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:50:32.958 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 05:50:32.958 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 05:50:32.959 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 05:50:32.959 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 05:50:32.959 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 05:50:32.959 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:32.962 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:32.962 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:32.962 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:32.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:32.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:32.975 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:32.976 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:32.976 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:32.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:32.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:32.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:32.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:32.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:32.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:32.991 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:32.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:32.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:32.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 05:50:32.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:32.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:32.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:32.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:32.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:50:32.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:50:32.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:50:32.993 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 05:50:32.993 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 05:50:32.993 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 05:50:32.993 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 05:50:32.993 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:32.993 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 05:50:32.993 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 05:50:32.994 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 05:50:32.994 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 05:50:32.994 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenuEnabledChild' 05:50:32.994 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenuEnabledChild 05:50:32.994 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 05:50:32.997 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:32.997 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:32.997 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:33.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:33.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:33.006 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:33.006 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:33.006 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:33.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:33.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:33.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:33.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:33.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:33.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:33.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:33.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:33.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:33.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.shell.DefaultShell, index 0 and no matchers specified 05:50:33.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:33.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:33.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:33.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:33.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:50:33.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:50:33.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:50:33.036 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 05:50:33.036 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 05:50:33.037 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 05:50:33.037 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 05:50:33.037 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 05:50:33.037 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:33.037 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 05:50:33.037 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 05:50:33.040 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:33.040 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:33.040 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:33.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:33.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:33.045 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:33.045 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:33.045 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:33.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:33.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:33.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:33.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:33.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:33.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:33.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:33.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:33.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:33.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 05:50:33.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:33.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:33.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:33.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:33.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:50:33.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:50:33.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:50:33.108 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 05:50:33.108 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 05:50:33.109 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 05:50:33.109 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 05:50:33.109 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 05:50:33.109 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:33.109 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 05:50:33.109 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 05:50:33.109 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 05:50:33.109 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 05:50:33.109 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 05:50:33.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:33.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:33.113 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:33.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:33.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:33.126 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:33.126 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:33.126 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:33.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:33.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:33.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:33.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:33.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:33.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:33.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:33.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:33.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:33.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.shell.DefaultShell, index 0 and no matchers specified 05:50:33.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:33.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:33.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:33.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:33.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:50:33.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:50:33.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:50:33.143 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 05:50:33.143 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 05:50:33.144 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 05:50:33.144 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 05:50:33.144 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 05:50:33.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:33.144 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 05:50:33.144 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 05:50:33.144 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 05:50:33.144 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 05:50:33.144 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemCheck 05:50:33.144 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemCheck" 05:50:33.144 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemCheck 05:50:33.144 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemCheck 05:50:33.147 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:33.147 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:33.147 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:33.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:33.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:33.161 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 05:50:33.161 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 05:50:33.161 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:33.161 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:33.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:33.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.16 s - in org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.119 s menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.036 s radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.086 s getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.064 s disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.051 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.066 s getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.079 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.036 s menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.095 s getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.578 s selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.087 s getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.035 s shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.066 s menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.532 s getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.04 s menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.03 s getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.039 s menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.081 s checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.035 s Running org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 05:50:33.195 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 05:50:33.196 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:50:33.196 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:33.196 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 05:50:33.196 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:33.196 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:50:33.196 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:33.196 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:50:33.196 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:33.198 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 05:50:33.198 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 05:50:33.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:33.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:33.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:50:33.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:33.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:33.200 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") 05:50:33.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:33.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:33.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:33.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:33.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 05:50:33.208 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 05:50:33.209 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 05:50:33.209 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:33.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 05:50:33.259 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 05:50:33.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 05:50:33.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:33.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:33.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:50:33.261 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:50:33.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:33.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:33.262 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 05:50:33.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:50:33.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:33.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:33.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:33.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:33.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:50:33.263 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 05:50:33.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:50:33.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:50:33.265 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 05:50:33.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:50:33.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:50:33.267 TRACE [main][WidgetHandler] Notify Table with event 13 05:50:33.268 TRACE [main][WidgetHandler] Wait for synchronization 05:50:33.268 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:50:33.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:33.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:33.268 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 05:50:33.268 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:50:33.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:33.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:33.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 05:50:33.294 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:50:33.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:33.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:33.295 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 05:50:33.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:50:33.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:33.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:33.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:33.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:33.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:50:33.300 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:50:33.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:50:33.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:50:33.302 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:50:33.302 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:33.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:50:33.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:50:33.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 05:50:33.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:33.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:33.698 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:50:33.698 DEBUG [main][MenuItemLookup] Found menu:'File' 05:50:33.698 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:50:33.698 DEBUG [main][MenuItemLookup] Found menu:'Source' 05:50:33.698 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 05:50:33.698 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:50:33.698 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:50:33.698 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:50:33.698 DEBUG [main][MenuItemLookup] Found menu:'Run' 05:50:33.698 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:50:33.698 DEBUG [main][MenuItemLookup] Item match:Window 05:50:33.701 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:50:33.701 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:50:33.701 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:50:33.701 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:33.701 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:50:33.701 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 05:50:33.701 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:33.701 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 05:50:33.701 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:33.701 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 05:50:33.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:33.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:33.702 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:50:33.703 DEBUG [main][MenuItemLookup] Found menu:'File' 05:50:33.703 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:50:33.703 DEBUG [main][MenuItemLookup] Found menu:'Source' 05:50:33.703 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 05:50:33.703 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:50:33.703 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:50:33.703 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:50:33.703 DEBUG [main][MenuItemLookup] Found menu:'Run' 05:50:33.703 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:50:33.703 DEBUG [main][MenuItemLookup] Item match:Window 05:50:33.703 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:50:33.703 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:50:33.703 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:50:33.703 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:33.703 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:50:33.703 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 05:50:33.703 DEBUG [main][MenuItemLookup] Item match:Perspective 05:50:33.706 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 05:50:33.706 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:33.706 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 05:50:33.706 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 05:50:33.706 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 05:50:33.706 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 05:50:33.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 05:50:33.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:33.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:33.706 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:50:33.706 DEBUG [main][MenuItemLookup] Found menu:'File' 05:50:33.707 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:50:33.707 DEBUG [main][MenuItemLookup] Found menu:'Source' 05:50:33.707 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 05:50:33.707 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:50:33.707 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:50:33.707 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:50:33.707 DEBUG [main][MenuItemLookup] Found menu:'Run' 05:50:33.707 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:50:33.707 DEBUG [main][MenuItemLookup] Item match:Window 05:50:33.707 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:50:33.707 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:50:33.707 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:50:33.707 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:33.707 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:50:33.707 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 05:50:33.707 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:33.707 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 05:50:33.707 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:33.707 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 05:50:33.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:33.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:33.707 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:50:33.707 DEBUG [main][MenuItemLookup] Found menu:'File' 05:50:33.707 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:50:33.707 DEBUG [main][MenuItemLookup] Found menu:'Source' 05:50:33.708 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 05:50:33.708 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:50:33.708 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:50:33.708 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:50:33.708 DEBUG [main][MenuItemLookup] Found menu:'Run' 05:50:33.708 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:50:33.708 DEBUG [main][MenuItemLookup] Item match:Window 05:50:33.708 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:50:33.708 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:50:33.708 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:50:33.708 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:33.708 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:50:33.708 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 05:50:33.708 DEBUG [main][MenuItemLookup] Item match:Perspective 05:50:33.708 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 05:50:33.708 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:33.708 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 05:50:33.708 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 05:50:33.708 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 05:50:33.708 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 05:50:33.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:33.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:33.709 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:50:33.709 DEBUG [main][MenuItemLookup] Found menu:'File' 05:50:33.709 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:50:33.709 DEBUG [main][MenuItemLookup] Found menu:'Source' 05:50:33.709 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 05:50:33.709 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:50:33.709 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:50:33.709 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:50:33.709 DEBUG [main][MenuItemLookup] Found menu:'Run' 05:50:33.709 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:50:33.709 DEBUG [main][MenuItemLookup] Item match:Window 05:50:33.709 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:50:33.709 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:50:33.709 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:50:33.709 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:33.709 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:50:33.709 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 05:50:33.710 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:33.710 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 05:50:33.710 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:33.710 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 05:50:33.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:33.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:33.710 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:50:33.710 DEBUG [main][MenuItemLookup] Found menu:'File' 05:50:33.710 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:50:33.711 DEBUG [main][MenuItemLookup] Found menu:'Source' 05:50:33.711 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 05:50:33.711 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:50:33.711 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:50:33.711 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:50:33.711 DEBUG [main][MenuItemLookup] Found menu:'Run' 05:50:33.711 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:50:33.711 DEBUG [main][MenuItemLookup] Item match:Window 05:50:33.711 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:50:33.711 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:50:33.711 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:50:33.711 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:33.711 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:50:33.711 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 05:50:33.711 DEBUG [main][MenuItemLookup] Item match:Perspective 05:50:33.711 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 05:50:33.711 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:33.711 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 05:50:33.711 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 05:50:33.711 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 05:50:33.712 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 05:50:33.712 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 05:50:33.712 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 05:50:33.712 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 05:50:33.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 05:50:33.736 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 05:50:33.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 05:50:33.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:33.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:33.736 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:50:33.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:33.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:33.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 05:50:33.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:50:33.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:33.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:33.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 05:50:33.737 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:50:33.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:33.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:33.737 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 05:50:33.737 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:50:33.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:33.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:33.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:33.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:33.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:50:33.738 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 05:50:33.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:50:33.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:50:33.738 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:50:33.738 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:33.906 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:33.906 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 05:50:33.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 05:50:33.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:33.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:33.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:33.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:50:33.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:33.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:33.907 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:50:33.907 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.*') 05:50:33.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:33.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:33.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:33.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:33.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 05:50:33.920 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 05:50:33.920 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:34.006 DEBUG [main][MenuItemLookup] Found menu:'(no launch history)' 05:50:34.006 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:34.006 DEBUG [main][MenuItemLookup] Found menu:'Run As' 05:50:34.006 DEBUG [main][MenuItemLookup] Item match:Run As 05:50:34.008 DEBUG [main][MenuItemLookup] Found menu:'(none applicable)' 05:50:34.008 DEBUG [main][MenuItemLookup] Item match:(none applicable) 05:50:34.008 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"(none applicable)" 05:50:34.008 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 05:50:34.008 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:34.008 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:34.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:34.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:34.008 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 05:50:34.008 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 05:50:34.008 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:34.008 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:34.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:34.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.843 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 05:50:34.013 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 05:50:34.014 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:50:34.014 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:34.014 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 05:50:34.014 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:34.014 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:50:34.014 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:34.014 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:50:34.014 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:34.015 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:34.015 INFO [WorkbenchTestable][RequirementsRunner] Started test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 05:50:34.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 05:50:34.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:34.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:34.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:34.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:34.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:50:34.030 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' view via menu. 05:50:34.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:50:34.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:34.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:34.030 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:50:34.030 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:50:34.030 DEBUG [main][MenuItemLookup] Found menu:'File' 05:50:34.030 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:50:34.030 DEBUG [main][MenuItemLookup] Found menu:'Source' 05:50:34.030 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 05:50:34.030 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:50:34.030 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:50:34.030 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:50:34.030 DEBUG [main][MenuItemLookup] Found menu:'Run' 05:50:34.030 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:50:34.030 DEBUG [main][MenuItemLookup] Item match:Window 05:50:34.031 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:50:34.031 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:50:34.031 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:50:34.031 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:34.031 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:50:34.031 DEBUG [main][MenuItemLookup] Item match:Show View 05:50:34.037 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 05:50:34.037 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 05:50:34.037 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:50:34.037 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 05:50:34.037 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 05:50:34.037 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:50:34.037 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 05:50:34.037 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:50:34.037 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:50:34.037 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:50:34.037 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 05:50:34.037 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:50:34.037 DEBUG [main][MenuItemLookup] Found menu:'Templates' 05:50:34.037 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 05:50:34.037 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:34.037 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:50:34.037 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:50:34.037 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:50:34.037 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:50:34.038 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:50:34.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:50:34.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 05:50:34.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:50:34.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:34.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:34.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 05:50:34.117 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:50:34.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:34.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:34.118 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:50:34.118 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:50:34.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:34.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:34.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:34.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:34.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:50:34.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:50:34.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:50:34.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 05:50:34.120 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 05:50:34.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:50:34.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:50:34.624 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 05:50:34.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 05:50:34.625 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 05:50:34.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:50:34.625 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 05:50:34.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:50:34.625 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 05:50:34.625 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT 05:50:34.625 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT 05:50:34.625 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT about selection 05:50:34.626 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT 05:50:34.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:50:34.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:34.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:34.626 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:50:34.626 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:50:34.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:34.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:34.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 "Open") 05:50:34.627 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:50:34.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:34.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:34.627 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:50:34.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:50:34.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:34.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:34.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:34.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:34.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:50:34.628 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:50:34.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:50:34.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:50:34.628 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:50:34.629 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:34.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:50:34.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:50:34.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:50:34.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:34.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:34.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:50:34.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:34.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:34.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:50:34.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:34.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:34.679 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:50:34.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 '\*?\QRedDeer SWT\E') 05:50:34.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:34.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:34.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:34.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:34.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:50:34.699 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 05:50:34.699 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 05:50:34.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:50:34.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:50:34.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:50:34.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:50:34.707 DEBUG [main][MenuItemLookup] Found menu:'submenu' 05:50:34.707 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:34.707 DEBUG [main][MenuItemLookup] Found menu:'View Action with ID' 05:50:34.707 DEBUG [main][MenuItemLookup] Item match:View Action with ID 05:50:34.707 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"View Action with ID" 05:50:34.707 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text View Action with ID 05:50:34.707 INFO [main][MenuItemHandler] Select menu item: View Action with ID 05:50:34.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled.... 05:50:34.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled. finished successfully 05:50:34.707 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 05:50:34.707 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:34.708 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:34.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:34.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:34.708 INFO [WorkbenchTestable][RequirementsRunner] Finished test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 05:50:34.708 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:34.708 INFO [WorkbenchTestable][RequirementsRunner] Started test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 05:50:34.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 05:50:34.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:34.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:34.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:34.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:34.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:34.711 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 05:50:34.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:34.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:34.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:50:34.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:34.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:34.714 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:50:34.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 05:50:34.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:34.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:34.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:34.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:34.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:50:34.717 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 05:50:34.717 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 05:50:34.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:50:34.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:50:34.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:50:34.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:50:34.724 DEBUG [main][MenuItemLookup] Found menu:'submenu' 05:50:34.725 DEBUG [main][MenuItemLookup] Item match:submenu 05:50:34.726 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 05:50:34.726 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuA 05:50:34.726 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&A" 05:50:34.726 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuA 05:50:34.726 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&A 05:50:34.727 DEBUG [main][MenuItemLookup] Found menu:'submenu' 05:50:34.727 DEBUG [main][MenuItemLookup] Item match:submenu 05:50:34.727 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 05:50:34.727 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuB' 05:50:34.727 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuB 05:50:34.727 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&B" 05:50:34.727 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuB 05:50:34.727 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&B 05:50:34.727 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 05:50:34.727 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:34.727 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:34.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:34.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:34.728 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 05:50:34.728 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:34.728 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 05:50:34.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 05:50:34.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:34.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:34.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:34.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:34.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:50:34.733 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 05:50:34.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:50:34.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:34.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:34.733 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:50:34.733 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:50:34.733 DEBUG [main][MenuItemLookup] Found menu:'File' 05:50:34.733 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:50:34.733 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:50:34.733 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:50:34.733 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:50:34.733 DEBUG [main][MenuItemLookup] Found menu:'Run' 05:50:34.733 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:50:34.733 DEBUG [main][MenuItemLookup] Item match:Window 05:50:34.734 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:50:34.734 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:50:34.734 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:50:34.734 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:34.734 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:50:34.734 DEBUG [main][MenuItemLookup] Item match:Show View 05:50:34.738 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 05:50:34.738 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 05:50:34.738 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:50:34.739 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 05:50:34.739 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 05:50:34.739 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:50:34.739 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 05:50:34.739 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:50:34.739 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:50:34.739 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:50:34.739 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 05:50:34.739 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:50:34.739 DEBUG [main][MenuItemLookup] Found menu:'Templates' 05:50:34.739 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 05:50:34.739 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:34.739 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:50:34.739 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:50:34.744 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:50:34.744 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:50:34.744 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:50:34.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:50:34.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 05:50:34.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:50:34.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:34.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:34.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 05:50:34.805 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:50:34.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:34.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:34.805 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:50:34.805 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:50:34.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:34.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:34.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:34.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:34.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:50:34.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:50:34.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:50:34.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 05:50:34.807 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:50:34.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:50:35.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:50:35.310 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:50:35.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 05:50:35.312 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:50:35.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:50:35.312 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:50:35.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:50:35.312 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:50:35.313 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 05:50:35.313 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 05:50:35.313 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 05:50:35.313 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 05:50:35.313 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:50:35.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:35.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:35.313 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:50:35.313 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:50:35.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:35.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:35.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 05:50:35.314 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:50:35.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:35.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:35.314 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:50:35.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:50:35.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:35.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:35.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:35.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:35.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:50:35.315 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:50:35.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:50:35.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:50:35.315 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:50:35.315 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:35.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:50:35.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:50:35.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:50:35.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:35.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:35.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:50:35.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:35.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:35.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:50:35.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:35.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:35.413 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:50:35.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 '\*?\QError Log\E') 05:50:35.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:35.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:35.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:35.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:35.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:50:35.416 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 05:50:35.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 05:50:35.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:50:35.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:50:35.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:50:35.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:50:35.419 DEBUG [main][MenuItemLookup] Found menu:'Group By' 05:50:35.419 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:35.419 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 05:50:35.419 DEBUG [main][MenuItemLookup] Item match:Filters... 05:50:35.419 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Filters..." 05:50:35.419 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Filters... 05:50:35.419 INFO [main][MenuItemHandler] Select menu item: &Filters... 05:50:35.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 05:50:35.470 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 05:50:35.470 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Log Filters 05:50:35.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:35.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:35.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 05:50:35.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:50:35.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:35.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:35.502 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Log Filters" as the parent 05:50:35.502 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:50:35.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:35.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:35.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:35.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:35.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:50:35.513 INFO [WorkbenchTestable][AbstractButton] Click button OK 05:50:35.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:50:35.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:50:35.513 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:50:35.513 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:35.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 05:50:35.562 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 05:50:35.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 05:50:35.568 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 05:50:35.568 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 05:50:35.568 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:35.568 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:35.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:35.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:35.569 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 05:50:35.569 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:35.569 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 05:50:35.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 05:50:35.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:35.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:35.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:35.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:35.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:35.572 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 05:50:35.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:35.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:35.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:50:35.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:35.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:35.603 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:50:35.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 '\*?\QError Log\E') 05:50:35.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:35.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:35.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:35.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:35.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:50:35.605 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 05:50:35.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 05:50:35.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:50:35.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:50:35.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:50:35.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:50:35.607 DEBUG [main][MenuItemLookup] Found menu:'Group By' 05:50:35.607 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:35.607 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 05:50:35.607 DEBUG [main][MenuItemLookup] Found menu:'' 05:50:35.607 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 05:50:35.607 DEBUG [main][MenuItemLookup] Found menu:'Show text filter' 05:50:35.607 DEBUG [main][MenuItemLookup] Item match:Show text filter 05:50:35.607 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Show text filter" 05:50:35.607 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Show text filter 05:50:35.607 INFO [main][MenuItemHandler] Select menu item: &Show text filter 05:50:35.608 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 05:50:35.608 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:50:35.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:35.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:35.609 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 05:50:35.609 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:50:35.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:35.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:35.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:50:36.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:36.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:50:36.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:36.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:50:36.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:50:36.618 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 05:50:36.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 05:50:36.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:36.618 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:36.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:36.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:36.618 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 05:50:36.618 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 05:50:36.618 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:36.618 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:36.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:36.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.606 s - in org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.693 s parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.02 s testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.841 s testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 1.049 s Running org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 05:50:36.630 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 05:50:36.631 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:50:36.632 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:36.632 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 05:50:36.632 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:36.632 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:50:36.632 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:36.632 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:50:36.632 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:36.633 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:36.633 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 05:50:36.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 05:50:36.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:36.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:36.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:36.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:36.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:36.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:36.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:36.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:36.655 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") 05:50:36.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:36.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:36.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:36.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:36.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 05:50:36.656 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 05:50:36.656 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:36.661 DEBUG [main][MenuItemLookup] Found menu:'ToolItemMenuItem1' 05:50:36.662 DEBUG [main][MenuItemLookup] Item match:ToolItemMenuItem1 05:50:36.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 05:50:36.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:36.665 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:36.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:36.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:36.672 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 05:50:36.672 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:36.672 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 05:50:36.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 05:50:36.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:36.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:36.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:36.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:36.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:36.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:36.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:36.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:36.711 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") 05:50:36.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:36.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:36.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:36.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:36.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 05:50:36.712 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 05:50:36.712 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:36.717 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 05:50:36.717 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem2" 05:50:36.717 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem3" 05:50:36.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 05:50:36.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:36.721 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:36.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:36.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:36.736 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 05:50:36.736 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:36.736 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 05:50:36.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 05:50:36.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:36.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:36.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:36.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:36.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:36.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:36.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:36.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:36.753 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") 05:50:36.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:36.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:36.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:36.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:36.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 05:50:36.753 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 05:50:36.753 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:36.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 05:50:36.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:36.762 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:36.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:36.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:36.773 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 05:50:36.773 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:36.773 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 05:50:36.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 05:50:36.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:36.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:36.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:36.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:36.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:36.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:36.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:36.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:36.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.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 05:50:36.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:36.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:36.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:36.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:36.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 05:50:36.826 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 05:50:36.826 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:50:36.832 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 05:50:36.836 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 05:50:36.836 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:36.836 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:36.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:36.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:36.842 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 05:50:36.842 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:36.842 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 05:50:36.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 05:50:36.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:36.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:36.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:36.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 05:50:36.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 05:50:36.867 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 05:50:36.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:50:36.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:50:36.867 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") 05:50:36.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:36.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:36.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:36.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:36.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 05:50:36.871 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 05:50:36.871 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:36.871 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:36.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:37.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:37.372 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 05:50:37.372 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 05:50:37.372 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:37.372 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:37.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:37.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.743 s - in org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.039 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.064 s toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.037 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.069 s toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.53 s Running org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 05:50:37.376 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 05:50:37.379 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:50:37.379 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:37.379 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 05:50:37.379 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:37.379 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:50:37.380 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:37.380 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:50:37.380 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:37.380 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:37.380 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 05:50:37.380 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 05:50:37.380 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:37.380 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:37.380 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:37.455 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 05:50:37.455 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:50:37.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:37.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:37.467 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:50:37.467 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:50:37.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:37.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:50:37.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 05:50:37.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:50:37.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 05:50:38.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:50:38.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 05:50:38.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:50:38.470 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 1 was not found 05:50:38.471 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:50:38.471 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:50:38.471 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:50:38.471 DEBUG [main][AbstractWait] Waiting until shell is active... 05:50:38.471 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:50:38.471 INFO [main][AbstractShell] Close shell Testing shell 05:50:38.471 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:50:38.479 DEBUG [main][AbstractWait] Waiting while shell is available... 05:50:38.479 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:50:38.479 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 05:50:38.479 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:38.479 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:38.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:38.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:38.494 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 05:50:38.494 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:38.494 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 05:50:38.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 05:50:38.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:38.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:38.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:50:38.513 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%$") 05:50:38.513 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:50:38.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:38.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:38.525 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:50:38.525 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:50:38.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:38.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:38.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:50:39.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:39.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:50:39.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:39.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:50:39.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:50:39.528 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was not found 05:50:39.528 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:50:39.528 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:50:39.528 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:50:39.528 DEBUG [main][AbstractWait] Waiting until shell is active... 05:50:39.528 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:50:39.528 INFO [main][AbstractShell] Close shell Testing shell 05:50:39.528 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:50:39.537 DEBUG [main][AbstractWait] Waiting while shell is available... 05:50:39.537 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:50:39.537 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 05:50:39.537 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:39.537 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:39.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:39.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:39.538 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 05:50:39.538 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:39.539 INFO [WorkbenchTestable][RequirementsRunner] Started test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 05:50:39.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 05:50:39.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:39.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:39.539 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 05:50:39.565 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 05:50:39.565 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:50:39.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:39.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:39.578 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:50:39.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:50:39.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:39.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:39.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:39.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:39.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 05:50:39.580 INFO [WorkbenchTestable][AbstractBrowser] Execute script: testExecute() 05:50:39.653 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:50:39.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 05:50:39.654 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:50:39.654 DEBUG [main][AbstractWait] Waiting until shell is active... 05:50:39.654 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:50:39.654 INFO [main][AbstractShell] Close shell Testing shell 05:50:39.654 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:50:39.671 DEBUG [main][AbstractWait] Waiting while shell is available... 05:50:39.671 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:50:39.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 05:50:39.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:39.671 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:39.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:39.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:39.682 INFO [WorkbenchTestable][RequirementsRunner] Finished test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 05:50:39.682 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:39.682 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 05:50:39.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 05:50:39.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:39.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:39.682 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 05:50:39.700 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 05:50:39.700 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:50:39.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:39.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:39.713 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:50:39.713 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:50:39.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:39.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:39.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:39.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:39.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 05:50:39.714 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: testEvaluate();return "test"; 05:50:39.783 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:50:39.783 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:50:39.784 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:50:39.784 DEBUG [main][AbstractWait] Waiting until shell is active... 05:50:39.784 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:50:39.784 INFO [main][AbstractShell] Close shell Testing shell 05:50:39.784 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:50:39.791 DEBUG [main][AbstractWait] Waiting while shell is available... 05:50:39.791 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:50:39.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 05:50:39.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:39.791 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:39.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:39.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:39.802 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 05:50:39.802 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:39.802 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 05:50:39.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 05:50:39.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:39.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:39.802 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 05:50:39.820 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 05:50:39.820 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:50:39.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:39.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:39.834 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:50:39.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:50:39.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:39.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:39.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:39.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:39.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 05:50:39.835 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:50:39.835 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:50:39.835 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:50:39.835 DEBUG [main][AbstractWait] Waiting until shell is active... 05:50:39.835 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:50:39.835 INFO [main][AbstractShell] Close shell Testing shell 05:50:39.835 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:50:39.944 DEBUG [main][AbstractWait] Waiting while shell is available... 05:50:39.944 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:50:39.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 05:50:39.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:39.944 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:39.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:39.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:39.946 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 05:50:39.946 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:39.946 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 05:50:39.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 05:50:39.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:39.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:39.946 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 05:50:39.963 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:") 05:50:39.963 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:50:39.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:39.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:39.996 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:50:39.996 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:50:39.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:39.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:39.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:39.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:39.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 05:50:39.998 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:50:39.998 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:50:39.998 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:50:39.998 DEBUG [main][AbstractWait] Waiting until shell is active... 05:50:39.998 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:50:39.998 INFO [main][AbstractShell] Close shell Testing shell 05:50:39.998 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:50:40.071 DEBUG [main][AbstractWait] Waiting while shell is available... 05:50:40.071 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:50:40.071 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 05:50:40.071 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:50:40.071 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:50:40.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:40.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:40.095 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 05:50:40.095 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:50:40.095 INFO [WorkbenchTestable][RequirementsRunner] Started test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 05:50:40.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 05:50:40.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:50:40.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:50:40.095 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 05:50:40.112 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 05:50:40.112 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:50:40.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:50:40.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:50:40.126 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:50:40.126 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:50:40.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:50:40.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:50:40.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:50:40.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:50:40.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 05:50:40.127 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/snippets/' 05:50:40.129 DEBUG [main][BrowserProgressListener] Calling chanded() 05:50:40.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 05:50:40.130 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 05:50:40.252 DEBUG [main][BrowserProgressListener] Calling chanded() 05:50:40.589 DEBUG [main][BrowserProgressListener] Calling chanded() 05:50:40.630 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() failed to create drawable 05:50:40.780 DEBUG [main][BrowserProgressListener] Calling chanded() 05:50:41.130 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 05:50:41.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 05:50:41.131 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 05:50:51.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 05:50:51.131 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 05:50:51.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 05:50:51.141 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/widgets/' 05:50:51.141 DEBUG [main][BrowserProgressListener] Calling chanded() 05:50:51.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 05:50:51.141 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 05:50:51.175 DEBUG [main][BrowserProgressListener] Calling chanded() 05:50:51.240 DEBUG [main][BrowserProgressListener] Calling chanded() 05:50:51.641 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 05:50:51.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 05:50:51.641 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 05:51:01.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 05:51:01.642 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 05:51:01.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 05:51:01.643 INFO [WorkbenchTestable][AbstractBrowser] Browser back 05:51:01.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 05:51:01.644 DEBUG [main][BrowserProgressListener] Calling chanded() 05:51:01.644 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 05:51:01.733 DEBUG [main][BrowserProgressListener] Calling chanded() 05:51:02.144 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 05:51:02.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 05:51:02.144 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 05:51:03.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 05:51:03.145 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 05:51:03.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 05:51:03.152 INFO [WorkbenchTestable][AbstractBrowser] Browser forward 05:51:03.153 DEBUG [main][BrowserProgressListener] Calling chanded() 05:51:03.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 05:51:03.153 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 05:51:03.197 DEBUG [main][BrowserProgressListener] Calling chanded() 05:51:03.653 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 05:51:03.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 05:51:03.653 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 05:51:04.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 05:51:04.654 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 05:51:04.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 05:51:04.655 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:04.655 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:04.655 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:04.655 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:04.655 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:04.655 INFO [main][AbstractShell] Close shell Testing shell 05:51:04.655 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:04.663 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:04.663 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:04.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 05:51:04.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:04.664 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:04.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:04.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:04.675 INFO [WorkbenchTestable][RequirementsRunner] Finished test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 05:51:04.675 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 05:51:04.675 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:04.675 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:04.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:04.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.299 s - in org.eclipse.reddeer.swt.test.impl.browser.BrowserTest findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.114 s findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.044 s executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.143 s evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.12 s findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.144 s findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.149 s navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 24.58 s Running org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 05:51:04.680 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 05:51:04.681 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:51:04.681 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:04.681 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 05:51:04.681 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:04.681 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:51:04.681 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:04.681 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:51:04.681 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:04.682 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:04.682 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 05:51:04.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 05:51:04.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:04.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:04.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:04.720 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 05:51:04.720 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:04.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:04.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:04.734 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:04.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:04.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:04.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:04.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:04.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:04.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 05:51:04.736 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:") 05:51:04.736 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:04.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:04.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:04.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:04.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:04.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:04.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:04.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:04.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:04.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 05:51:04.739 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:04.740 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:04.740 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:04.740 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:04.740 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:04.740 INFO [main][AbstractShell] Close shell Testing shell 05:51:04.740 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:04.749 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:04.749 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:04.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 05:51:04.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:04.749 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:04.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:04.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:04.754 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 05:51:04.754 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:04.754 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 05:51:04.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 05:51:04.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:04.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:04.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:04.801 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') 05:51:04.801 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:04.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:04.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:04.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:04.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:04.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:04.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:04.817 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 05:51:04.817 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 05:51:04.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:04.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:04.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 05:51:04.820 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 05:51:04.822 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:04.822 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:04.822 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:04.823 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:04.823 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:04.823 INFO [main][AbstractShell] Close shell Testing shell 05:51:04.823 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:04.833 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:04.833 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:04.833 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 05:51:04.833 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:04.833 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:04.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:04.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:04.847 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 05:51:04.847 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:04.847 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 05:51:04.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 05:51:04.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:04.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:04.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:04.902 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") 05:51:04.902 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:04.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:04.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:04.918 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:04.918 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:04.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:04.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:04.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:04.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:04.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 05:51:04.919 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 05:51:04.919 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:04.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:04.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:04.920 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:04.920 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:04.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:04.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:04.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:04.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:04.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 05:51:04.920 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") 05:51:04.920 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:04.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:04.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:04.920 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:04.920 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:04.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:04.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:04.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:04.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:04.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 05:51:04.922 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 05:51:04.922 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:04.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:04.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:04.922 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:04.922 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:04.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:04.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:04.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:04.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:04.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 05:51:04.923 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") 05:51:04.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:04.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:04.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:04.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:04.923 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:04.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:04.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:04.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:04.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:04.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 05:51:04.925 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 05:51:04.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:04.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:04.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:04.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:04.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:04.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:04.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:51:04.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:51:04.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:04.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 2 was found 05:51:04.926 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") 05:51:04.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:04.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:04.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:04.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:04.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:04.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:04.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:04.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:04.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:04.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 05:51:04.928 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 05:51:04.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:04.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:04.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:04.929 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:04.929 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:04.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:04.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 05:51:04.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 05:51:04.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:04.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 3 was found 05:51:04.929 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:04.930 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:04.930 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:04.930 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:04.930 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:04.930 INFO [main][AbstractShell] Close shell Testing shell 05:51:04.930 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:04.940 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:04.940 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:04.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 05:51:04.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:04.940 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:04.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:04.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:04.945 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 05:51:04.945 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:04.945 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 05:51:04.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 05:51:04.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:04.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:04.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:05.005 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") 05:51:05.005 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:05.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:05.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:05.024 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:05.024 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:05.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:05.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:05.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:05.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:05.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 05:51:05.027 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 3 05:51:05.028 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:05.028 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:05.028 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:05.029 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:05.029 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:05.029 INFO [main][AbstractShell] Close shell Testing shell 05:51:05.029 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:05.038 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:05.038 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:05.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 05:51:05.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:05.038 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:05.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:05.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:05.052 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 05:51:05.052 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:05.052 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 05:51:05.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 05:51:05.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:05.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:05.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:05.098 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") 05:51:05.098 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:05.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:05.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:05.114 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:05.114 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:05.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:05.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:05.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:05.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:05.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 05:51:05.116 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 2 05:51:05.117 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 05:51:05.117 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:05.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:05.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:05.117 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:05.117 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:05.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:05.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:05.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:05.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:05.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:05.117 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:05.118 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:05.118 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:05.118 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:05.119 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:05.119 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:05.119 INFO [main][AbstractShell] Close shell Testing shell 05:51:05.119 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:05.128 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:05.128 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:05.128 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 05:51:05.128 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:05.128 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:05.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:05.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:05.133 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 05:51:05.133 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:05.133 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 05:51:05.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 05:51:05.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:05.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:05.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:05.176 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 05:51:05.176 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:05.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:05.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:05.209 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:05.209 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:05.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:05.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:05.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:05.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:05.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 05:51:05.211 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 05:51:05.211 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:05.212 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:05.212 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:05.212 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:05.212 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:05.213 INFO [main][AbstractShell] Close shell Testing shell 05:51:05.213 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:05.221 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:05.221 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:05.221 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 05:51:05.221 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:05.221 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:05.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:05.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:05.226 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 05:51:05.226 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:05.227 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 05:51:05.227 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 05:51:05.227 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:05.227 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:05.227 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:05.259 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 05:51:05.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:05.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:05.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:05.277 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:05.277 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:05.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:05.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 05:51:05.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 05:51:05.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 05:51:05.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 05:51:06.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 05:51:06.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 05:51:06.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:51:06.281 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 5 was not found 05:51:06.281 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:06.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 05:51:06.281 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:06.281 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:06.281 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:06.281 INFO [main][AbstractShell] Close shell Testing shell 05:51:06.281 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:06.290 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:06.290 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:06.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 05:51:06.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:06.290 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:06.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:06.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:06.304 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 05:51:06.304 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:06.305 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 05:51:06.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 05:51:06.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:06.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:06.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:06.339 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_&*") 05:51:06.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:06.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:06.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:06.354 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:06.354 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:06.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:06.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:06.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:51:06.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:06.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:51:07.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:07.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:51:07.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:51:07.363 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was not found 05:51:07.363 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:07.363 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:07.363 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:07.363 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:07.363 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:07.363 INFO [main][AbstractShell] Close shell Testing shell 05:51:07.363 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:07.372 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:07.372 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:07.372 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 05:51:07.372 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:07.372 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:07.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:07.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:07.387 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 05:51:07.387 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:07.387 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 05:51:07.387 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 05:51:07.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:07.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:07.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:07.421 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") 05:51:07.421 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:07.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:07.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:07.436 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:07.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:07.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:07.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:07.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:07.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:07.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 05:51:07.439 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to selection: Item23 05:51:07.444 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 05:51:07.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:07.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:07.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:07.444 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:07.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:07.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:07.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:07.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:07.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:07.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:07.445 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:07.446 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:07.446 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:07.446 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:07.447 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:07.447 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:07.447 INFO [main][AbstractShell] Close shell Testing shell 05:51:07.447 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:07.456 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:07.456 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:07.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 05:51:07.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:07.456 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:07.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:07.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:07.470 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 05:51:07.470 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 05:51:07.470 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:07.470 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:07.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:07.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.792 s - in org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.072 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.093 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.098 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.107 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.081 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.093 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.077 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.082 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.083 s Running org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 05:51:07.475 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 05:51:07.476 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:51:07.476 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:07.476 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 05:51:07.476 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:07.476 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:51:07.476 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:07.476 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:51:07.476 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:07.476 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:07.477 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 05:51:07.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 05:51:07.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:07.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:07.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:888): Gtk-WARNING **: 05:51:07.489: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.494: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.495: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.496: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.497: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.502: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.502: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.503: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.503: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.504: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.505: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.505: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.513: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.518: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.519: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.520: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.521: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.526: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.526: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.527: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.527: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.528: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.529: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.529: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.534: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.535: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.535: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.536: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.536: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.536: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.537: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.538: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.538: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.538: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.543: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.543: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.543: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.544: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.545: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.545: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.545: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.545: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.546: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.547: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.547: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.547: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.548: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 05:51:07.553 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 05:51:07.553 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:07.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:07.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:07.565 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:07.565 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:07.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:07.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:07.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:07.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:07.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 05:51:07.568 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 05:51:07.568 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:07.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:07.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:07.568 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:07.568 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:07.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:07.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:07.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:07.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:07.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 05:51:07.569 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:07.569 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:07.569 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:07.569 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:07.569 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:07.569 INFO [main][AbstractShell] Close shell Testing shell 05:51:07.569 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:07.587 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:07.587 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:07.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 05:51:07.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:07.594 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:07.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:07.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:07.600 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 05:51:07.600 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:07.600 INFO [WorkbenchTestable][RequirementsRunner] Started test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 05:51:07.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 05:51:07.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:07.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:07.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:888): Gtk-WARNING **: 05:51:07.611: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.617: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.618: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.619: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.620: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.624: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.625: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.626: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.626: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.627: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.628: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.628: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.637: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.643: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.644: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.645: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.646: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.651: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.652: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.653: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.653: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.654: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.655: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.655: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.660: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.660: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.661: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.662: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.662: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.662: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.663: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.664: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.664: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.664: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.670: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.670: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.670: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.670: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.694: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.695: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.695: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.695: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.696: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.697: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.697: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.697: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:07.697: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 05:51:07.700 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 05:51:07.700 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:07.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:07.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:07.715 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:07.715 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:07.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:07.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:07.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:07.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:07.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 05:51:07.716 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 05:51:07.716 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 05:51:07.716 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:07.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:07.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:07.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:07.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:07.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:07.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:07.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:07.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:07.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 05:51:07.717 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 05:51:07.720 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 05:51:08.720 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 05:51:08.721 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 2 05:51:08.721 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 05:51:08.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:08.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:08.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:08.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:08.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:08.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:08.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:08.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:08.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:08.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 05:51:08.721 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 05:51:08.722 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 05:51:09.722 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 05:51:09.722 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 4 05:51:09.722 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 05:51:09.722 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:09.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:09.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:09.722 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:09.722 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:09.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:09.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:09.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:09.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:09.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 05:51:09.723 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 4 05:51:09.723 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 05:51:10.723 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been expanded 05:51:10.723 INFO [WorkbenchTestable][AbstractExpandBar] Collapse all expand bar items 05:51:10.724 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 0 05:51:10.726 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been collapsed 05:51:10.726 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 1 05:51:10.726 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 is already collapsed. No action performed 05:51:10.726 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 2 05:51:10.726 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been collapsed 05:51:10.726 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 3 05:51:10.726 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 3 is already collapsed. No action performed 05:51:10.726 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 4 05:51:10.727 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been collapsed 05:51:10.727 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:10.727 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:10.727 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:10.728 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:10.728 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:10.728 INFO [main][AbstractShell] Close shell Testing shell 05:51:10.728 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:10.745 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:10.746 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:10.746 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 05:51:10.746 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:10.746 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:10.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:10.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:10.764 INFO [WorkbenchTestable][RequirementsRunner] Finished test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 05:51:10.764 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:10.764 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 05:51:10.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 05:51:10.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:10.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:10.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:888): Gtk-WARNING **: 05:51:10.776: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.781: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.782: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.783: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.783: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.788: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.788: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.789: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.789: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.790: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.791: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.791: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.798: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.803: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.805: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.806: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.807: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.814: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.814: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.816: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.816: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.817: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.818: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.819: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.826: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.826: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.826: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.828: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.828: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.828: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.829: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.831: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.831: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.831: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.837: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.838: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.838: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.838: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.839: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.839: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.839: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.839: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.840: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.841: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.841: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.841: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:10.841: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 05:51:10.843 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 05:51:10.844 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 05:51:10.844 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:10.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:10.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:10.857 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:10.857 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:10.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:10.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:10.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:10.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:10.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 05:51:10.857 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 05:51:10.858 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 05:51:11.858 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 05:51:11.859 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 05:51:11.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:11.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:11.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:11.859 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:11.859 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:11.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:11.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:11.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:11.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:11.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 05:51:11.860 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:11.862 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:11.863 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:11.863 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:11.863 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:11.863 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:11.863 INFO [main][AbstractShell] Close shell Testing shell 05:51:11.863 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:11.880 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:11.880 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:11.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 05:51:11.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:11.880 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:11.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:11.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:11.885 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 05:51:11.885 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:11.885 INFO [WorkbenchTestable][RequirementsRunner] Started test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 05:51:11.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 05:51:11.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:11.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:11.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:888): Gtk-WARNING **: 05:51:11.896: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.902: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.903: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.903: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.904: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.909: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.909: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.910: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.910: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.911: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.911: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.912: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.919: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.924: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.925: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.926: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.926: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.932: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.932: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.933: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.933: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.934: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.935: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.935: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.939: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.940: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.940: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.941: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.941: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.941: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.942: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.943: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.943: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.943: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.949: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.949: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.949: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.949: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.951: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.951: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.951: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.951: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.952: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.953: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.953: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.953: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:11.953: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 05:51:11.955 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 05:51:11.955 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:11.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:11.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:11.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:11.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:11.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:11.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:11.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:11.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:11.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 05:51:11.971 INFO [WorkbenchTestable][AbstractExpandBar] Expand all expand bar items 05:51:11.971 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 05:51:11.972 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 05:51:12.972 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 05:51:12.973 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 05:51:12.973 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 05:51:13.973 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 05:51:13.974 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 05:51:13.974 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 05:51:14.975 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 05:51:14.975 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:14.976 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:14.976 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:14.976 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:14.976 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:14.976 INFO [main][AbstractShell] Close shell Testing shell 05:51:14.976 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:14.993 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:14.993 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:14.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 05:51:14.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:14.993 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:14.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:14.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:14.999 INFO [WorkbenchTestable][RequirementsRunner] Finished test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 05:51:14.999 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:14.999 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 05:51:14.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 05:51:14.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:14.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:14.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:888): Gtk-WARNING **: 05:51:15.011: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.016: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.017: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.018: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.019: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.024: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.024: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.025: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.025: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.026: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.027: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.027: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.035: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.040: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.041: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.042: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.043: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.048: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.048: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.049: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.049: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.050: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.051: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.051: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.056: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.056: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.057: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.058: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.058: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.058: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.059: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.060: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.060: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.060: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.065: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.065: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.065: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.065: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.067: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.067: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.067: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.067: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.068: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.069: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.069: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.069: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:15.069: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 05:51:15.071 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item text: Expand Item: 1 05:51:15.071 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 05:51:15.071 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:15.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:15.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:15.103 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:15.103 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:15.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:15.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:15.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:15.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:15.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 05:51:15.104 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 05:51:15.104 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 05:51:16.105 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 05:51:16.105 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 05:51:16.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:16.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:16.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:16.106 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:16.106 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:16.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:16.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:51:16.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:51:16.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:16.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 05:51:16.107 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:16.108 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:16.109 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:16.109 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:16.109 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:16.109 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:16.109 INFO [main][AbstractShell] Close shell Testing shell 05:51:16.109 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:16.126 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:16.127 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:16.127 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 05:51:16.127 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:16.127 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:16.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:16.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:16.132 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 05:51:16.132 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:16.132 INFO [WorkbenchTestable][RequirementsRunner] Started test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 05:51:16.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 05:51:16.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:16.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:16.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:888): Gtk-WARNING **: 05:51:16.142: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.147: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.148: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.148: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.149: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.154: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.154: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.155: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.155: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.156: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.156: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.157: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.164: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.170: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.171: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.171: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.172: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.177: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.177: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.178: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.178: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.179: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.180: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.180: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.185: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.186: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.186: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.187: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.187: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.187: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.188: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.189: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.189: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.189: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.194: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.194: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.194: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.195: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.196: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.196: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.196: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.196: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.197: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.198: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.198: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.198: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.198: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 05:51:16.200 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 05:51:16.200 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:16.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:16.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:16.215 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:16.215 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:16.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:16.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:16.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:16.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:16.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 05:51:16.216 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:16.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 05:51:16.216 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:16.216 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:16.216 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:16.216 INFO [main][AbstractShell] Close shell Testing shell 05:51:16.216 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:16.234 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:16.234 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:16.234 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 05:51:16.234 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:16.234 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:16.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:16.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:16.248 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 05:51:16.248 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:16.248 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 05:51:16.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 05:51:16.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:16.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:16.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:888): Gtk-WARNING **: 05:51:16.260: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.265: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.266: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.267: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.267: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.272: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.272: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.273: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.273: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.274: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.275: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.275: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.282: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.294: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.295: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.296: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.297: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.301: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.301: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.302: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.302: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.303: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.304: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.304: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.309: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.309: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.309: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.310: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.310: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.310: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.311: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.312: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.312: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.312: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.317: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.317: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.317: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.317: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.318: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.318: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.319: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.319: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.320: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.320: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.321: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.321: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:16.321: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 05:51:16.323 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 3 Expand Bar Item index: 1 05:51:16.323 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 05:51:16.323 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:16.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:16.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:16.335 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:16.335 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:16.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:16.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 05:51:16.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 05:51:16.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 05:51:16.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 05:51:17.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 05:51:17.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 05:51:17.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:51:17.338 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 3 was not found 05:51:17.339 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:17.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 05:51:17.339 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:17.339 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:17.339 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:17.339 INFO [main][AbstractShell] Close shell Testing shell 05:51:17.339 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:17.355 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:17.355 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:17.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 05:51:17.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:17.355 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:17.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:17.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:17.371 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 05:51:17.371 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:17.371 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 05:51:17.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 05:51:17.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:17.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:17.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:888): Gtk-WARNING **: 05:51:17.383: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.388: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.390: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.390: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.391: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.395: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.395: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.396: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.397: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.397: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.398: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.398: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.405: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.410: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.412: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.413: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.414: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.420: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.421: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.422: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.422: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.423: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.424: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.424: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.431: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.432: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.432: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.434: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.434: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.434: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.435: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.436: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.436: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.437: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.443: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.443: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.444: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.444: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.445: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.445: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.446: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.446: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.447: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.449: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.449: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.449: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:888): Gtk-WARNING **: 05:51:17.449: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 05:51:17.452 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 0 Expand Bar Item text: NON_EXISTING_#$ 05:51:17.452 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 05:51:17.452 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:17.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:17.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:17.466 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:17.466 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:17.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:17.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:17.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:17.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:17.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 05:51:17.467 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:17.467 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:17.467 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:17.467 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:17.467 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:17.467 INFO [main][AbstractShell] Close shell Testing shell 05:51:17.467 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:17.484 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:17.484 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:17.484 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 05:51:17.484 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:17.484 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:17.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:17.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:17.508 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 05:51:17.508 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 05:51:17.508 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:17.508 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:17.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:17.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.034 s - in org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.123 s collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.164 s findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.121 s expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.114 s findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.133 s getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.116 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.123 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.137 s Running org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 05:51:17.518 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 05:51:17.518 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:51:17.518 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:17.518 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 05:51:17.519 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:17.519 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:51:17.519 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:17.519 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:51:17.519 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:17.519 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:17.519 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 05:51:17.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 05:51:17.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:17.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:17.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:17.525 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') 05:51:17.525 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:17.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:17.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:17.535 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:17.535 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:17.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:17.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:17.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:51:17.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:51:17.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:17.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:17.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 05:51:17.536 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:17.537 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:17.537 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:17.537 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:17.537 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:17.537 INFO [main][AbstractShell] Close shell Testing shell 05:51:17.537 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:17.539 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:17.539 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:17.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 05:51:17.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:17.539 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:17.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:17.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:17.552 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 05:51:17.552 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:17.552 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 05:51:17.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 05:51:17.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:17.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:17.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:17.556 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 05:51:17.556 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:17.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:17.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:17.567 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:17.567 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:17.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:17.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:17.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:17.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:17.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 05:51:17.568 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:17.568 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:17.568 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:17.568 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:17.568 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:17.568 INFO [main][AbstractShell] Close shell Testing shell 05:51:17.568 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:17.595 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:17.595 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:17.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 05:51:17.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:17.595 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:17.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:17.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:17.600 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 05:51:17.600 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:17.600 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 05:51:17.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 05:51:17.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:17.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:17.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:17.604 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 05:51:17.604 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:17.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:17.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:17.609 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:17.609 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:17.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:17.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:17.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:17.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:17.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 05:51:17.610 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 05:51:17.610 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:17.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:17.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:17.610 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:17.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:17.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:17.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:17.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:17.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:17.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 05:51:17.611 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 05:51:17.611 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:17.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:17.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:17.611 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:17.611 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:17.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:17.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:51:17.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:51:17.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:17.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 2 was found 05:51:17.611 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:17.611 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:17.611 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:17.611 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:17.611 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:17.611 INFO [main][AbstractShell] Close shell Testing shell 05:51:17.611 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:17.614 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:17.614 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:17.614 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 05:51:17.614 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:17.614 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:17.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:17.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:17.627 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 05:51:17.627 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:17.627 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 05:51:17.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 05:51:17.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:17.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:17.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:17.638 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 05:51:17.638 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:17.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:17.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:17.643 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:17.643 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:17.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:17.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:17.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:17.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:17.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 05:51:17.643 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:17.643 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:17.643 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:17.643 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:17.643 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:17.643 INFO [main][AbstractShell] Close shell Testing shell 05:51:17.643 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:17.646 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:17.646 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:17.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 05:51:17.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:17.646 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:17.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:17.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:17.655 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 05:51:17.656 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:17.656 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 05:51:17.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 05:51:17.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:17.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:17.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:17.660 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 05:51:17.660 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:17.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:17.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:17.705 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:17.705 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:17.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:17.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 05:51:17.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 05:51:18.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 05:51:18.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 05:51:18.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 05:51:18.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 05:51:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:51:18.708 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 11 was not found 05:51:18.708 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:18.708 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:18.708 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:18.708 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:18.708 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:18.708 INFO [main][AbstractShell] Close shell Testing shell 05:51:18.708 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:18.711 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:18.711 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:18.711 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 05:51:18.711 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:18.711 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:18.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:18.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:18.724 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 05:51:18.724 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:18.724 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 05:51:18.724 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 05:51:18.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:18.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:18.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:18.729 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") 05:51:18.729 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:18.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:18.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:18.739 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:18.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:18.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:18.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:18.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:18.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:18.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 05:51:18.740 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:18.740 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:18.740 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:18.740 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:18.740 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:18.740 INFO [main][AbstractShell] Close shell Testing shell 05:51:18.740 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:18.743 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:18.743 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:18.743 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 05:51:18.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:18.744 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:18.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:18.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:18.756 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 05:51:18.756 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:18.756 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 05:51:18.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 05:51:18.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:18.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:18.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:18.760 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") 05:51:18.760 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:18.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:18.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:18.771 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:18.771 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:18.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:18.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:18.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:51:19.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:19.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:51:19.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:19.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:51:19.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:51:19.774 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was not found 05:51:19.774 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:19.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 05:51:19.775 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:19.775 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:19.775 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:19.775 INFO [main][AbstractShell] Close shell Testing shell 05:51:19.775 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:19.777 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:19.777 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:19.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 05:51:19.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:19.777 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:19.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:19.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:19.781 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 05:51:19.781 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:19.781 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 05:51:19.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 05:51:19.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:19.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:19.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:19.786 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 05:51:19.786 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:19.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:19.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:19.791 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:19.791 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:19.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:19.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:19.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:19.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:19.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 05:51:19.792 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:19.792 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:19.792 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:19.792 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:19.792 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:19.792 INFO [main][AbstractShell] Close shell Testing shell 05:51:19.792 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:19.794 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:19.794 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:19.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 05:51:19.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:19.794 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:19.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:19.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:19.807 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 05:51:19.807 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 05:51:19.807 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:19.807 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:19.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:19.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.291 s - in org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.033 s findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.048 s hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.027 s getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.028 s findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 1.068 s findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.032 s findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 1.025 s getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.026 s Running org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 05:51:19.810 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 05:51:19.811 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:51:19.811 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:19.811 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 05:51:19.811 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:19.811 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:51:19.816 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:19.816 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:51:19.816 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:19.816 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:19.816 INFO [WorkbenchTestable][RequirementsRunner] Started test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 05:51:19.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 05:51:19.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:19.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:19.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:19.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class 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") 05:51:19.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:19.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:19.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:19.833 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:19.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:19.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:19.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:19.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:19.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:19.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:19.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget with label: is "Label 2") 05:51:19.835 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:19.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:19.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:19.835 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:19.835 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:19.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:19.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:19.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:19.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:19.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:19.836 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:19.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 05:51:19.836 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:19.836 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:19.836 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:19.836 INFO [main][AbstractShell] Close shell Testing shell 05:51:19.836 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:19.839 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:19.839 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:19.839 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 05:51:19.839 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:19.839 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:19.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:19.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:19.843 INFO [WorkbenchTestable][RequirementsRunner] Finished test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 05:51:19.843 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 05:51:19.843 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:19.843 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:19.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:19.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 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 05:51:19.846 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 05:51:19.849 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:51:19.849 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:19.849 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 05:51:19.849 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:19.849 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:51:19.854 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:19.854 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:51:19.854 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:19.854 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:19.854 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 05:51:19.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 05:51:19.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:19.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:19.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:19.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: 16) 05:51:19.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:19.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:19.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:19.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:19.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:19.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:19.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:19.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:19.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:19.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:19.941 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) 05:51:19.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:19.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:19.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:19.942 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:19.942 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:19.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:19.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:19.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:19.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:19.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 05:51:19.942 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) 05:51:19.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:19.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:19.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:19.942 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:19.942 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:19.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:19.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:51:19.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:51:19.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:19.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 05:51:19.943 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") 05:51:19.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:19.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:19.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:19.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:19.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:19.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:19.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:19.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:19.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:19.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:19.944 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:19.945 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") 05:51:19.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:19.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:19.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:19.945 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:19.945 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:19.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:19.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:19.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:19.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:19.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:19.946 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:19.946 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") 05:51:19.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:19.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:19.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:19.946 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:19.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:19.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:19.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:19.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:19.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:19.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:19.948 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:19.948 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONB 05:51:19.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:19.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:19.948 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:19.948 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:19.948 TRACE [main][WidgetHandler] Notify Button with event 27 05:51:19.948 TRACE [main][WidgetHandler] Wait for synchronization 05:51:19.948 TRACE [main][WidgetHandler] Notify Button with event 13 05:51:19.948 TRACE [main][WidgetHandler] Wait for synchronization 05:51:19.948 TRACE [main][WidgetHandler] Notify Button with event 26 05:51:19.948 TRACE [main][WidgetHandler] Wait for synchronization 05:51:19.948 TRACE [main][WidgetHandler] Notify Button with event 3 05:51:19.948 TRACE [main][WidgetHandler] Wait for synchronization 05:51:19.948 TRACE [main][WidgetHandler] Notify Button with event 4 05:51:19.949 TRACE [main][WidgetHandler] Wait for synchronization 05:51:19.949 TRACE [main][WidgetHandler] Notify Button with event 13 05:51:19.949 TRACE [main][WidgetHandler] Wait for synchronization 05:51:19.950 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONC 05:51:19.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:19.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:19.950 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:19.950 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:19.950 TRACE [main][WidgetHandler] Notify Button with event 27 05:51:19.950 TRACE [main][WidgetHandler] Wait for synchronization 05:51:19.950 TRACE [main][WidgetHandler] Notify Button with event 13 05:51:19.950 TRACE [main][WidgetHandler] Wait for synchronization 05:51:19.950 TRACE [main][WidgetHandler] Notify Button with event 26 05:51:19.950 TRACE [main][WidgetHandler] Wait for synchronization 05:51:19.950 TRACE [main][WidgetHandler] Notify Button with event 3 05:51:19.950 TRACE [main][WidgetHandler] Wait for synchronization 05:51:19.950 TRACE [main][WidgetHandler] Notify Button with event 4 05:51:19.950 TRACE [main][WidgetHandler] Wait for synchronization 05:51:19.950 TRACE [main][WidgetHandler] Notify Button with event 13 05:51:19.950 TRACE [main][WidgetHandler] Wait for synchronization 05:51:19.951 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:19.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 05:51:19.951 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:19.951 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:19.952 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:19.952 INFO [main][AbstractShell] Close shell Testing shell 05:51:19.952 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:19.956 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:19.956 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:19.956 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 05:51:19.956 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:19.956 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:19.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:19.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:19.960 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 05:51:19.960 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 05:51:19.961 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:19.961 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:19.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:19.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) Time elapsed: 0.106 s Running org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:19.963 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:19.964 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:51:19.965 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:19.965 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:19.965 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:19.965 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:51:19.996 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:19.997 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:51:19.997 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:19.997 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:19.997 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:19.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:19.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:19.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:19.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:20.011 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) 05:51:20.011 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:20.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:20.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:20.025 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:20.025 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:20.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:20.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:20.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:20.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:20.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 05:51:20.026 INFO [WorkbenchTestable][ToggleButton] Checking Toggle Button TOOGLE-BUTTON1 05:51:20.026 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON1 05:51:20.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:20.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:20.027 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:20.027 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:20.027 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 05:51:20.027 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:20.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:20.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:20.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:20.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:20.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:20.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:20.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:20.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:20.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:20.027 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:20.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 05:51:20.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:20.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:20.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:20.028 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:20.028 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:20.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:20.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:20.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:20.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:20.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:20.029 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 05:51:20.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:20.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:20.029 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:20.029 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:20.029 DEBUG [WorkbenchTestable][ToggleButton] Toggle Button TOOGLE-BUTTON1 already checked, no action performed 05:51:20.029 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:20.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 05:51:20.030 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:20.030 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:20.030 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:20.030 INFO [main][AbstractShell] Close shell Testing shell 05:51:20.030 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:20.034 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:20.034 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:20.034 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:20.034 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:20.034 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:20.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:20.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:20.039 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:20.039 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:20.039 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:20.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:20.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:20.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:20.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:20.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: 16, Matcher matching widgets with text that without mnenomic matches: is "RADIO-BUTTON1") 05:51:20.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:20.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:20.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:20.069 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:20.069 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:20.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:20.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:20.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:20.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:20.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:20.070 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 05:51:20.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:20.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:20.070 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:20.070 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:20.071 TRACE [main][WidgetHandler] Notify Button with event 27 05:51:20.071 TRACE [main][WidgetHandler] Wait for synchronization 05:51:20.071 TRACE [main][WidgetHandler] Notify Button with event 13 05:51:20.071 TRACE [main][WidgetHandler] Wait for synchronization 05:51:20.071 TRACE [main][WidgetHandler] Notify Button with event 26 05:51:20.071 TRACE [main][WidgetHandler] Wait for synchronization 05:51:20.071 TRACE [main][WidgetHandler] Notify Button with event 3 05:51:20.071 TRACE [main][WidgetHandler] Wait for synchronization 05:51:20.071 TRACE [main][WidgetHandler] Notify Button with event 4 05:51:20.071 TRACE [main][WidgetHandler] Wait for synchronization 05:51:20.071 TRACE [main][WidgetHandler] Notify Button with event 13 05:51:20.071 TRACE [main][WidgetHandler] Wait for synchronization 05:51:20.071 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 05:51:20.071 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:20.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:20.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:20.072 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:20.072 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:20.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:20.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:20.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:20.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:20.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:20.072 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:20.073 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:20.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 05:51:20.073 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:20.073 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:20.073 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:20.073 INFO [main][AbstractShell] Close shell Testing shell 05:51:20.073 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:20.098 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:20.098 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:20.098 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:20.098 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:20.098 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:20.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:20.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:20.104 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:20.104 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:20.104 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:20.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:20.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:20.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:20.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:20.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2, Matcher matching widgets with text that without mnenomic matches: is "TOOGLE-BUTTON2") 05:51:20.117 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:20.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:20.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:20.135 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:20.135 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:20.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:20.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:20.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:20.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:20.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:20.135 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 05:51:20.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:20.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:20.135 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:20.135 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:20.136 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 05:51:20.136 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:20.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:20.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:20.136 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:20.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:20.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:20.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:20.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:20.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:20.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:20.136 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:20.137 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:20.137 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:20.137 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:20.137 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:20.137 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:20.137 INFO [main][AbstractShell] Close shell Testing shell 05:51:20.137 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:20.142 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:20.142 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:20.142 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:20.142 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:20.142 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:20.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:20.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:20.146 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:20.146 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:20.146 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:20.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:20.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:20.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:20.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:20.159 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) 05:51:20.159 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:20.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:20.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:20.175 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:20.175 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:20.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:20.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:51:20.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:51:20.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:20.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 05:51:20.176 INFO [WorkbenchTestable][AbstractButton] Click button 05:51:20.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:20.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:20.176 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:20.176 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:20.176 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 05:51:20.176 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:20.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:20.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:20.177 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:20.177 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:20.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:20.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:20.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:20.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:20.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:20.177 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:20.178 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:20.178 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:20.178 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:20.178 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:20.178 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:20.178 INFO [main][AbstractShell] Close shell Testing shell 05:51:20.178 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:20.183 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:20.183 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:20.183 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:20.183 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:20.183 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:20.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:20.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:20.187 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:20.187 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:20.187 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:20.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:20.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:20.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:20.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:20.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 05:51:20.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:20.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:20.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:20.223 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:20.223 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:20.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:20.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:20.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:20.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:20.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:20.224 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 05:51:20.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:20.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:20.224 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:20.224 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:20.224 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 05:51:20.224 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:20.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:20.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:20.224 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:20.225 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:20.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:20.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:20.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:20.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:20.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:20.225 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:20.225 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:20.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 05:51:20.226 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:20.226 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:20.226 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:20.226 INFO [main][AbstractShell] Close shell Testing shell 05:51:20.226 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:20.230 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:20.230 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:20.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:20.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:20.230 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:20.243 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:20.243 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:20.243 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:20.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:20.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:20.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:20.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:20.256 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) 05:51:20.256 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:20.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:20.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:20.271 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:20.272 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:20.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:20.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:20.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:20.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:20.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 05:51:20.272 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 05:51:20.273 INFO [WorkbenchTestable][CheckBox] Check checkbox CHECK-BOX1 05:51:20.298 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 05:51:20.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:20.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:20.298 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:20.298 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:20.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 05:51:20.299 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:20.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:20.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:20.299 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:20.299 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:20.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:20.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:20.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:20.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:20.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:20.299 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:20.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 05:51:20.300 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:20.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:20.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:20.300 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:20.300 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:20.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:20.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:20.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:20.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:20.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:20.301 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 05:51:20.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:20.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:20.301 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:20.301 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:20.301 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 05:51:20.301 DEBUG [WorkbenchTestable][CheckBox] Checkbox CHECK-BOX1 already selected, no action performed 05:51:20.301 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:20.301 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:20.302 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:20.302 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:20.302 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:20.302 INFO [main][AbstractShell] Close shell Testing shell 05:51:20.302 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:20.306 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:20.306 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:20.306 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:20.306 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:20.306 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:20.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:20.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:20.311 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:20.311 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:20.311 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:20.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:20.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:20.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:20.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:20.324 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) 05:51:20.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:20.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:20.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:20.342 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:20.342 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:20.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:20.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 05:51:20.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 05:51:20.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 05:51:20.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 05:51:21.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 05:51:21.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 05:51:21.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:51:21.346 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 05:51:21.346 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:21.347 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:21.347 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:21.347 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:21.347 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:21.347 INFO [main][AbstractShell] Close shell Testing shell 05:51:21.347 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:21.351 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:21.351 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:21.351 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:21.351 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:21.351 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:21.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:21.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:21.356 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:21.356 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:21.356 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:21.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:21.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:21.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:21.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:21.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_DASLKJ") 05:51:21.369 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:21.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:21.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:21.386 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:21.386 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:21.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:21.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:21.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:51:21.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:21.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:51:22.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:22.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:51:22.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:51:22.391 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 05:51:22.391 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:22.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 05:51:22.391 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:22.391 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:22.391 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:22.391 INFO [main][AbstractShell] Close shell Testing shell 05:51:22.391 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:22.396 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:22.396 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:22.396 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:22.396 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:22.396 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:22.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:22.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:22.410 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:22.410 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:22.410 INFO [WorkbenchTestable][RequirementsRunner] Started test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:22.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:22.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:22.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:22.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:22.423 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "PUSH-BUTTON0") 05:51:22.423 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:22.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:22.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:22.438 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:22.438 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:22.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:22.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:22.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:22.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:22.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:22.439 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 05:51:22.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:22.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:22.439 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:22.439 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:22.439 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 05:51:22.439 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:22.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:22.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:22.439 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:22.439 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:22.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:22.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:22.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:22.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:22.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:22.440 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:22.440 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:22.441 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:22.441 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:22.441 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:22.441 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:22.441 INFO [main][AbstractShell] Close shell Testing shell 05:51:22.441 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:22.445 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:22.446 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:22.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:22.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:22.446 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:22.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:22.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:22.459 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:22.459 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:22.459 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:22.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:22.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:22.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:22.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:22.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: 4, with key 'buttonTestId' and value 'ARROW-BUTTON#2') 05:51:22.472 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:22.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:22.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:22.486 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:22.486 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:22.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:22.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:22.487 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 05:51:22.487 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 05:51:22.487 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 05:51:22.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:22.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:22.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:22.487 INFO [WorkbenchTestable][AbstractButton] Click button 05:51:22.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:22.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:22.487 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:22.487 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:22.487 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 05:51:22.487 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:22.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:22.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:22.488 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:22.488 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:22.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:22.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:22.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:22.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:22.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:22.488 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:22.489 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:22.489 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:22.489 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:22.489 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:22.489 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:22.489 INFO [main][AbstractShell] Close shell Testing shell 05:51:22.489 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:22.494 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:22.494 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:22.494 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:22.494 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:22.494 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:22.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:22.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:22.507 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:22.507 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:22.507 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:22.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:22.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:22.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:22.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:22.520 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) 05:51:22.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:22.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:22.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:22.535 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:22.535 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:22.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:22.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:22.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:22.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:22.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 05:51:22.536 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 05:51:22.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:22.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:22.536 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:22.536 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:22.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 05:51:22.537 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:22.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:22.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:22.537 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:22.537 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:22.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:22.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:22.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:22.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:22.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:22.537 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:22.538 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:22.538 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:22.538 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:22.538 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:22.538 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:22.538 INFO [main][AbstractShell] Close shell Testing shell 05:51:22.538 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:22.544 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:22.544 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:22.544 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:22.545 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:22.545 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:22.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:22.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:22.561 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:22.561 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:22.561 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:22.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:22.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:22.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:22.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:22.574 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) 05:51:22.574 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:22.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:22.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:22.589 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:22.589 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:22.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:22.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 05:51:22.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 05:51:23.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 05:51:23.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 05:51:23.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 05:51:23.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 05:51:23.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:51:23.593 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 05:51:23.593 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:23.594 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:23.594 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:23.594 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:23.594 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:23.594 INFO [main][AbstractShell] Close shell Testing shell 05:51:23.594 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:23.598 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:23.598 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:23.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:23.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:23.598 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:23.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:23.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:23.603 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:23.603 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:23.603 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:23.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:23.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:23.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:23.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:23.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_KL2FG") 05:51:23.616 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:23.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:23.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:23.633 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:23.633 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:23.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:23.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:23.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:51:24.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:24.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:51:24.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:24.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:51:24.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:51:24.639 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 05:51:24.639 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:24.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 05:51:24.639 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:24.639 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:24.639 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:24.639 INFO [main][AbstractShell] Close shell Testing shell 05:51:24.639 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:24.644 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:24.644 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:24.644 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:24.644 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:24.644 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:24.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:24.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:24.657 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:24.657 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:24.658 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:24.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:24.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:24.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:24.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:24.671 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) 05:51:24.671 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:24.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:24.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:24.685 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:24.685 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:24.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:24.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 05:51:24.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 05:51:25.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 05:51:25.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 05:51:25.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 05:51:25.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 05:51:25.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:51:25.688 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 05:51:25.688 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:25.688 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:25.688 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:25.688 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:25.688 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:25.688 INFO [main][AbstractShell] Close shell Testing shell 05:51:25.688 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:25.693 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:25.693 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:25.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:25.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:25.693 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:25.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:25.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:25.706 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:25.706 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:25.706 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:25.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:25.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:25.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:25.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:25.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 "NON_EXISTING_#$SDFF@S") 05:51:25.719 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:25.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:25.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:25.734 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:25.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:25.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:25.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:25.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:51:26.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:26.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:51:26.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:26.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:51:26.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:51:26.738 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 05:51:26.738 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:26.738 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:26.738 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:26.738 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:26.738 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:26.738 INFO [main][AbstractShell] Close shell Testing shell 05:51:26.738 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:26.743 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:26.743 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:26.743 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:26.743 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:26.743 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:26.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:26.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:26.756 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:26.757 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:26.757 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:26.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:26.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:26.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:26.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:26.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "CHECK-BOX1") 05:51:26.770 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:26.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:26.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:26.786 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:26.786 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:26.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:26.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:26.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:26.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:26.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:26.787 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 05:51:26.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:26.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:26.787 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:26.787 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:26.787 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 05:51:26.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:26.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:26.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:26.787 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:26.787 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:26.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:26.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:26.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:26.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:26.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:26.788 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:26.788 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:26.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 05:51:26.788 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:26.789 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:26.789 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:26.789 INFO [main][AbstractShell] Close shell Testing shell 05:51:26.789 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:26.793 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:26.793 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:26.793 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:26.793 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:26.793 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:26.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:26.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:26.806 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:26.806 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:26.806 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:26.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:26.807 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:26.807 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:26.807 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:26.818 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) 05:51:26.818 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:26.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:26.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:26.833 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:26.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:26.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:26.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 05:51:26.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 05:51:27.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 05:51:27.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 05:51:27.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 05:51:27.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 05:51:27.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:51:27.836 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 6 was not found 05:51:27.836 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:27.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 05:51:27.836 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:27.836 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:27.836 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:27.836 INFO [main][AbstractShell] Close shell Testing shell 05:51:27.836 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:27.841 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:27.841 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:27.841 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:27.841 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:27.841 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:27.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:27.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:27.854 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:27.854 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:27.854 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:27.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:27.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:27.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:27.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:27.867 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) 05:51:27.867 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:27.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:27.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:27.882 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:27.882 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:27.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:27.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:27.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:27.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:27.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 05:51:27.883 INFO [WorkbenchTestable][RadioButton] Select radio button RADIO-BUTTON1 05:51:27.883 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 05:51:27.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:27.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:27.883 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:27.883 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:27.884 TRACE [main][WidgetHandler] Notify Button with event 27 05:51:27.884 TRACE [main][WidgetHandler] Wait for synchronization 05:51:27.884 TRACE [main][WidgetHandler] Notify Button with event 13 05:51:27.884 TRACE [main][WidgetHandler] Wait for synchronization 05:51:27.884 TRACE [main][WidgetHandler] Notify Button with event 26 05:51:27.884 TRACE [main][WidgetHandler] Wait for synchronization 05:51:27.884 TRACE [main][WidgetHandler] Notify Button with event 3 05:51:27.884 TRACE [main][WidgetHandler] Wait for synchronization 05:51:27.884 TRACE [main][WidgetHandler] Notify Button with event 4 05:51:27.884 TRACE [main][WidgetHandler] Wait for synchronization 05:51:27.884 TRACE [main][WidgetHandler] Notify Button with event 13 05:51:27.884 TRACE [main][WidgetHandler] Wait for synchronization 05:51:27.884 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 05:51:27.884 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:27.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:27.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:27.884 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:27.884 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:27.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:27.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:27.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:27.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:27.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:27.885 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:27.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 05:51:27.885 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:27.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:27.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:27.885 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:27.885 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:27.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:27.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:27.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:27.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:27.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:27.886 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 05:51:27.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:27.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:27.886 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:27.886 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:27.886 DEBUG [WorkbenchTestable][RadioButton] Radio Button RADIO-BUTTON1 already checked, no action performed 05:51:27.886 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:27.886 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:27.887 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:27.887 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:27.887 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:27.887 INFO [main][AbstractShell] Close shell Testing shell 05:51:27.887 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:27.891 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:27.891 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:27.892 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:27.892 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:27.892 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:27.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:27.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:27.905 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:27.905 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:27.905 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:27.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:27.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:27.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:27.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:27.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, with key 'buttonTestId' and value 'PUSH-BUTTON#2') 05:51:27.918 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:27.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:27.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:27.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:27.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:27.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:27.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:27.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 05:51:27.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 05:51:27.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 05:51:27.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:27.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:27.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:27.937 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 05:51:27.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:27.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:27.937 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:27.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:27.937 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 05:51:27.937 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:27.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:27.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:27.937 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:27.937 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:27.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:27.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:27.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:27.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:27.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:27.951 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:27.952 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:27.952 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:27.952 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:27.952 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:27.952 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:27.952 INFO [main][AbstractShell] Close shell Testing shell 05:51:27.952 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:27.957 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:27.957 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:27.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:27.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:27.957 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:27.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:27.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:27.970 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:27.970 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:27.971 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:27.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:27.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:27.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:27.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:27.984 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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') 05:51:27.984 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:28.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:28.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:28.009 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:28.009 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:28.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:28.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:28.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 05:51:28.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 05:51:28.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:28.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:28.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:28.010 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 05:51:28.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:28.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:28.010 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:28.010 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:28.010 TRACE [main][WidgetHandler] Notify Button with event 27 05:51:28.010 TRACE [main][WidgetHandler] Wait for synchronization 05:51:28.010 TRACE [main][WidgetHandler] Notify Button with event 13 05:51:28.010 TRACE [main][WidgetHandler] Wait for synchronization 05:51:28.010 TRACE [main][WidgetHandler] Notify Button with event 26 05:51:28.010 TRACE [main][WidgetHandler] Wait for synchronization 05:51:28.010 TRACE [main][WidgetHandler] Notify Button with event 3 05:51:28.011 TRACE [main][WidgetHandler] Wait for synchronization 05:51:28.011 TRACE [main][WidgetHandler] Notify Button with event 4 05:51:28.011 TRACE [main][WidgetHandler] Wait for synchronization 05:51:28.011 TRACE [main][WidgetHandler] Notify Button with event 13 05:51:28.011 TRACE [main][WidgetHandler] Wait for synchronization 05:51:28.011 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 05:51:28.011 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:28.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:28.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:28.011 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:28.011 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:28.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:28.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:28.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:28.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:28.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:28.011 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:28.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: 16) 05:51:28.012 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:28.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:28.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:28.012 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:28.012 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:28.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:28.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:28.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:28.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:28.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:28.013 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) 05:51:28.013 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:28.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:28.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:28.013 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:28.013 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:28.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:28.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:51:28.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:51:28.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:28.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 05:51:28.014 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:28.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 05:51:28.014 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:28.014 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:28.014 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:28.014 INFO [main][AbstractShell] Close shell Testing shell 05:51:28.014 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:28.019 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:28.019 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:28.019 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:28.019 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:28.019 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:28.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:28.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:28.023 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:28.023 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:28.023 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:28.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:28.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:28.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:28.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:28.037 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) 05:51:28.037 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:28.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:28.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:28.055 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:28.055 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:28.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:28.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:28.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:28.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:28.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 05:51:28.056 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 05:51:28.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:28.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:28.056 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:28.056 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:28.056 TRACE [main][WidgetHandler] Notify Button with event 27 05:51:28.056 TRACE [main][WidgetHandler] Wait for synchronization 05:51:28.056 TRACE [main][WidgetHandler] Notify Button with event 13 05:51:28.056 TRACE [main][WidgetHandler] Wait for synchronization 05:51:28.056 TRACE [main][WidgetHandler] Notify Button with event 26 05:51:28.056 TRACE [main][WidgetHandler] Wait for synchronization 05:51:28.056 TRACE [main][WidgetHandler] Notify Button with event 3 05:51:28.056 TRACE [main][WidgetHandler] Wait for synchronization 05:51:28.056 TRACE [main][WidgetHandler] Notify Button with event 4 05:51:28.056 TRACE [main][WidgetHandler] Wait for synchronization 05:51:28.056 TRACE [main][WidgetHandler] Notify Button with event 13 05:51:28.056 TRACE [main][WidgetHandler] Wait for synchronization 05:51:28.057 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 05:51:28.057 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:28.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:28.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:28.057 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:28.057 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:28.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:28.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:28.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:28.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:28.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:28.057 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:28.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: 16) 05:51:28.058 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:28.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:28.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:28.061 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:28.061 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:28.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:28.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:28.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:28.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:28.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:28.062 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) 05:51:28.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:28.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:28.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:28.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:28.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:28.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:28.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:51:28.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:51:28.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:28.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 05:51:28.063 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:28.063 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:28.063 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:28.063 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:28.063 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:28.063 INFO [main][AbstractShell] Close shell Testing shell 05:51:28.063 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:28.068 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:28.068 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:28.068 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:28.068 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:28.068 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:28.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:28.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:28.073 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:28.073 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:28.073 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:28.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:28.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:28.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:28.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:28.086 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) 05:51:28.086 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:28.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:28.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:28.110 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:28.110 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:28.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:28.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:51:28.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:51:28.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:28.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 05:51:28.111 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 05:51:28.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:28.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:28.111 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:28.111 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:28.112 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 05:51:28.112 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:28.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:28.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:28.112 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:28.112 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:28.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:28.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:28.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:28.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:28.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:28.112 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:28.113 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:28.113 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:28.113 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:28.113 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:28.113 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:28.113 INFO [main][AbstractShell] Close shell Testing shell 05:51:28.113 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:28.118 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:28.118 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:28.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:28.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:28.118 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:28.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:28.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:28.123 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:28.123 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:28.123 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:28.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:28.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:28.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:28.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:28.135 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) 05:51:28.136 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:28.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:28.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:28.152 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:28.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:28.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:28.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:51:28.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:51:28.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:28.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 05:51:28.153 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 05:51:28.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:28.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:28.153 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:28.153 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:28.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 05:51:28.154 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:28.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:28.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:28.154 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:28.154 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:28.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:28.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:28.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:28.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:28.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:28.154 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:28.155 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:28.155 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:28.155 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:28.155 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:28.155 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:28.155 INFO [main][AbstractShell] Close shell Testing shell 05:51:28.155 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:28.159 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:28.159 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:28.159 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:28.159 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:28.159 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:28.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:28.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:28.173 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:28.173 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:28.173 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:28.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:28.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:28.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:28.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:28.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, with key 'buttonTestId' and value 'CHECK-BOX#1') 05:51:28.186 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:28.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:28.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:28.208 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:28.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:28.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:28.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:28.208 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 05:51:28.208 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 05:51:28.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:28.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:28.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:28.209 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 05:51:28.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:28.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:28.209 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:28.209 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:28.209 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 05:51:28.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:28.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:28.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:28.209 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:28.209 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:28.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:28.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:28.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:28.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:28.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:28.210 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:28.210 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:28.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 05:51:28.210 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:28.211 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:28.211 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:28.211 INFO [main][AbstractShell] Close shell Testing shell 05:51:28.211 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:28.215 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:28.215 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:28.215 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:28.215 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:28.215 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:28.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:28.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:28.220 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:28.220 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:28.220 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:28.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:28.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:28.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:28.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:28.233 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) 05:51:28.233 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:28.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:28.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:28.250 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:28.250 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:28.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:28.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 05:51:28.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 05:51:28.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 05:51:28.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 05:51:29.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 05:51:29.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 05:51:29.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:51:29.253 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 05:51:29.254 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:29.254 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:29.254 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:29.254 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:29.254 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:29.254 INFO [main][AbstractShell] Close shell Testing shell 05:51:29.254 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:29.258 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:29.258 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:29.258 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:29.258 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:29.258 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:29.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:29.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:29.273 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:29.273 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:29.273 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:29.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:29.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:29.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:29.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:29.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_@QWEDSA@") 05:51:29.287 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:29.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:29.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:29.301 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:29.301 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:29.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:29.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:29.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:51:29.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:29.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:51:30.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:30.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:51:30.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:51:30.305 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 05:51:30.305 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:30.305 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:30.305 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:30.305 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:30.305 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:30.305 INFO [main][AbstractShell] Close shell Testing shell 05:51:30.305 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:30.310 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:30.310 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:30.310 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:30.310 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:30.310 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:30.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:30.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:30.323 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:30.323 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:30.323 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:30.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:30.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:30.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:30.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:30.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2, with key 'buttonTestId' and value 'TOOGLE-BUTTON#2') 05:51:30.336 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:30.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:30.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:30.350 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:30.350 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:30.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:30.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:30.351 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 05:51:30.351 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 05:51:30.351 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 05:51:30.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:30.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:30.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:30.351 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 05:51:30.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:30.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:30.351 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:30.351 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:30.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 05:51:30.352 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:30.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:30.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:30.352 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:30.352 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:30.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:30.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:30.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:30.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:30.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:30.352 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:30.353 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:30.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 05:51:30.353 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:30.353 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:30.353 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:30.353 INFO [main][AbstractShell] Close shell Testing shell 05:51:30.353 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:30.357 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:30.357 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:30.357 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:30.357 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:30.357 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:30.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:30.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:30.370 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 05:51:30.370 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 05:51:30.370 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:30.370 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:30.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:30.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.407 s - in org.eclipse.reddeer.swt.test.impl.button.ButtonTest toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.042 s findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.065 s findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.042 s findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.041 s findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.056 s toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.068 s findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.045 s findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.054 s findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.049 s findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.048 s findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.054 s findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.042 s findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.054 s findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.048 s findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.05 s findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.049 s findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.048 s toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.051 s findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.065 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.05 s findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.05 s findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.05 s findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.047 s findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.053 s findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.05 s findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.047 s Running org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 05:51:30.374 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 05:51:30.374 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:51:30.375 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:30.375 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 05:51:30.375 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:30.375 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:51:30.375 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:30.375 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:51:30.375 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:30.376 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:30.376 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 05:51:30.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 05:51:30.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:30.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:30.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:30.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", Widget matcher matching widgets with style: 8) 05:51:30.407 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:30.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:30.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:30.407 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:30.407 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:30.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:30.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:30.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:51:30.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:30.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:51:31.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:51:31.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:51:31.411 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 05:51:31.411 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:31.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 05:51:31.411 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:31.411 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:31.411 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:31.411 INFO [main][AbstractShell] Close shell Testing shell 05:51:31.411 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:31.418 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:31.418 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:31.418 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 05:51:31.418 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:31.418 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:31.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.422 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 05:51:31.422 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:31.422 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 05:51:31.422 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 05:51:31.422 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:31.422 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:31.423 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:31.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) 05:51:31.455 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.455 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.455 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:31.456 INFO [WorkbenchTestable][AbstractButton] Click button &OK 05:51:31.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:31.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:31.456 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:31.456 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:31.459 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 05:51:31.459 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.459 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.460 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:31.460 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:31.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 05:51:31.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.462 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:31.463 INFO [WorkbenchTestable][AbstractButton] Click button &Cancel 05:51:31.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:31.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:31.463 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:31.463 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:31.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 05:51:31.464 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.464 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.464 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:31.465 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 05:51:31.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:31.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:31.465 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:31.465 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:31.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 05:51:31.466 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.466 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.466 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:31.467 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 05:51:31.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:31.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:31.467 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:31.467 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:31.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 05:51:31.468 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.468 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.468 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:31.469 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 05:51:31.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:31.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:31.469 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:31.469 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:31.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 05:51:31.469 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.469 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.469 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:31.470 INFO [WorkbenchTestable][AbstractButton] Click button &No 05:51:31.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:31.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:31.470 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:31.470 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:31.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 05:51:31.471 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.471 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.471 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:51:31.473 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 05:51:31.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:51:31.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:51:31.473 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:51:31.473 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:51:31.473 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:31.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 05:51:31.473 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:31.473 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:31.473 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:31.473 INFO [main][AbstractShell] Close shell Testing shell 05:51:31.473 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:31.480 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:31.480 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:31.480 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 05:51:31.480 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:31.480 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:31.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.484 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 05:51:31.484 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 05:51:31.484 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:31.484 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:31.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.11 s - in org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 1.046 s testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 0.062 s Running org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 05:51:31.487 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 05:51:31.487 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:51:31.487 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:31.487 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 05:51:31.487 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:31.487 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:51:31.488 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:31.488 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:51:31.488 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:31.488 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:31.488 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 05:51:31.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 05:51:31.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:31.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:31.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:31.495 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 05:51:31.495 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.509 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.509 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:31.509 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:31.511 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") 05:51:31.511 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.511 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.511 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:31.513 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 05:51:31.514 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 05:51:31.514 TRACE [main][WidgetHandler] Notify Link with event 3 05:51:31.514 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.514 TRACE [main][WidgetHandler] Notify Link with event 4 05:51:31.514 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.514 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") 05:51:31.514 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.514 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.514 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:31.515 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 05:51:31.515 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 05:51:31.515 TRACE [main][WidgetHandler] Notify Link with event 3 05:51:31.515 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.515 TRACE [main][WidgetHandler] Notify Link with event 4 05:51:31.515 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.516 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") 05:51:31.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:31.516 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 05:51:31.517 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 05:51:31.517 TRACE [main][WidgetHandler] Notify Link with event 3 05:51:31.517 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.517 TRACE [main][WidgetHandler] Notify Link with event 4 05:51:31.517 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.517 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") 05:51:31.517 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.517 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.517 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:31.518 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 05:51:31.518 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 05:51:31.518 TRACE [main][WidgetHandler] Notify Link with event 3 05:51:31.518 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.518 TRACE [main][WidgetHandler] Notify Link with event 4 05:51:31.518 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.518 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") 05:51:31.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.518 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.518 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:31.519 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 05:51:31.519 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 05:51:31.519 TRACE [main][WidgetHandler] Notify Link with event 3 05:51:31.519 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.519 TRACE [main][WidgetHandler] Notify Link with event 4 05:51:31.519 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.519 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") 05:51:31.519 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.520 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.520 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:31.520 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 05:51:31.520 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 05:51:31.520 TRACE [main][WidgetHandler] Notify Link with event 3 05:51:31.520 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.520 TRACE [main][WidgetHandler] Notify Link with event 4 05:51:31.520 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.521 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:31.521 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:31.521 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:31.521 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:31.521 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:31.521 INFO [main][AbstractShell] Close shell Testing shell 05:51:31.521 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:31.523 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:31.523 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:31.523 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 05:51:31.523 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:31.523 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:31.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.537 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 05:51:31.537 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:31.537 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 05:51:31.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 05:51:31.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:31.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:31.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:31.543 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") 05:51:31.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.553 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.553 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:31.554 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") 05:51:31.554 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.554 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.554 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:31.555 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:31.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 05:51:31.555 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:31.555 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:31.555 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:31.555 INFO [main][AbstractShell] Close shell Testing shell 05:51:31.555 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:31.557 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:31.558 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:31.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 05:51:31.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:31.558 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:31.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.570 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 05:51:31.570 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:31.570 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 05:51:31.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 05:51:31.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:31.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:31.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:31.575 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") 05:51:31.575 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.585 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.585 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:31.586 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 05:51:31.586 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:31.586 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:31.587 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:31.587 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:31.587 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:31.587 INFO [main][AbstractShell] Close shell Testing shell 05:51:31.587 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:31.589 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:31.589 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:31.589 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 05:51:31.589 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:31.589 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:31.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.604 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 05:51:31.604 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:31.604 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 05:51:31.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 05:51:31.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:31.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:31.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:31.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 05:51:31.610 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.620 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.620 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:31.621 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 05:51:31.621 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:31.621 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:31.621 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:31.621 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:31.621 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:31.621 INFO [main][AbstractShell] Close shell Testing shell 05:51:31.621 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:31.624 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:31.624 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:31.624 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 05:51:31.624 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:31.624 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:31.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.636 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 05:51:31.637 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:31.637 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 05:51:31.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 05:51:31.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:31.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:31.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:31.641 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") 05:51:31.641 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.652 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.652 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:31.653 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") 05:51:31.653 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.653 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.653 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:31.654 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:31.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 05:51:31.654 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:31.654 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:31.654 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:31.654 INFO [main][AbstractShell] Close shell Testing shell 05:51:31.654 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:31.656 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:31.656 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:31.656 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 05:51:31.656 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:31.656 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:31.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.668 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 05:51:31.668 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:31.669 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 05:51:31.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 05:51:31.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:31.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:31.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:31.695 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") 05:51:31.695 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.705 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.705 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:31.706 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") 05:51:31.706 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.706 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.706 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:31.707 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:31.707 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:31.707 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:31.707 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:31.707 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:31.707 INFO [main][AbstractShell] Close shell Testing shell 05:51:31.707 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:31.710 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:31.710 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:31.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 05:51:31.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:31.710 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:31.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.714 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 05:51:31.714 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:31.714 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 05:51:31.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 05:51:31.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:31.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:31.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:31.728 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 05:51:31.728 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.739 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.739 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:31.739 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:31.740 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") 05:51:31.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.740 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:31.741 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 05:51:31.741 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 05:51:31.741 TRACE [main][WidgetHandler] Notify Link with event 3 05:51:31.741 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.741 TRACE [main][WidgetHandler] Notify Link with event 4 05:51:31.741 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.741 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 05:51:31.741 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 05:51:31.741 TRACE [main][WidgetHandler] Notify Link with event 3 05:51:31.741 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.741 TRACE [main][WidgetHandler] Notify Link with event 4 05:51:31.741 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.742 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:31.742 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:31.742 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:31.742 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:31.742 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:31.742 INFO [main][AbstractShell] Close shell Testing shell 05:51:31.742 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:31.744 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:31.744 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:31.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 05:51:31.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:31.744 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:31.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.758 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 05:51:31.758 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 05:51:31.758 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:31.758 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:31.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 s - in org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.049 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.033 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.034 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.032 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.031 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.045 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.044 s Running org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 05:51:31.761 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 05:51:31.762 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:51:31.762 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:31.762 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 05:51:31.762 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:31.762 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:51:31.762 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:31.762 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:51:31.762 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:31.762 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:31.762 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 05:51:31.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 05:51:31.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:31.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:31.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:31.800 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 05:51:31.800 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.805 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.805 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:31.806 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:31.807 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 05:51:31.807 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.807 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.807 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:31.808 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 05:51:31.808 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 05:51:31.808 TRACE [main][WidgetHandler] Notify Link with event 3 05:51:31.808 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.808 TRACE [main][WidgetHandler] Notify Link with event 4 05:51:31.808 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.808 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 05:51:31.808 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.808 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.808 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:31.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:31.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 05:51:31.809 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 05:51:31.809 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 05:51:31.809 TRACE [main][WidgetHandler] Notify Link with event 3 05:51:31.809 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.809 TRACE [main][WidgetHandler] Notify Link with event 4 05:51:31.809 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.809 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 05:51:31.809 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.810 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.810 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:31.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:31.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 05:51:31.810 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 05:51:31.810 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 05:51:31.810 TRACE [main][WidgetHandler] Notify Link with event 3 05:51:31.810 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.810 TRACE [main][WidgetHandler] Notify Link with event 4 05:51:31.810 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.810 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 05:51:31.810 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.810 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.810 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:31.811 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 05:51:31.811 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 05:51:31.811 TRACE [main][WidgetHandler] Notify Link with event 3 05:51:31.811 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.811 TRACE [main][WidgetHandler] Notify Link with event 4 05:51:31.811 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.811 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 05:51:31.811 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.811 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.811 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:31.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:31.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 05:51:31.812 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 05:51:31.812 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 05:51:31.812 TRACE [main][WidgetHandler] Notify Link with event 3 05:51:31.812 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.812 TRACE [main][WidgetHandler] Notify Link with event 4 05:51:31.812 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.812 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 05:51:31.812 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.812 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.812 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:31.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:31.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 05:51:31.812 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 05:51:31.813 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 05:51:31.813 TRACE [main][WidgetHandler] Notify Link with event 3 05:51:31.813 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.813 TRACE [main][WidgetHandler] Notify Link with event 4 05:51:31.813 TRACE [main][WidgetHandler] Wait for synchronization 05:51:31.819 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:31.819 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:31.819 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:31.819 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:31.819 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:31.819 INFO [main][AbstractShell] Close shell Testing shell 05:51:31.819 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:31.821 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:31.821 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:31.822 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 05:51:31.822 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:31.822 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:31.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.826 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 05:51:31.826 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:31.826 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 05:51:31.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 05:51:31.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:31.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:31.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:31.832 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") 05:51:31.832 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.845 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.845 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:31.846 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") 05:51:31.846 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.846 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:31.846 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:31.846 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:31.846 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:31.846 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:31.846 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:31.846 INFO [main][AbstractShell] Close shell Testing shell 05:51:31.846 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:31.849 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:31.849 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:31.849 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 05:51:31.849 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:31.849 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:31.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.853 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 05:51:31.853 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:31.853 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 05:51:31.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 05:51:31.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:31.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:31.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:31.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 05:51:31.858 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:31.902 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 05:51:31.902 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:31.902 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:31.902 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:31.902 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:31.902 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:31.902 INFO [main][AbstractShell] Close shell Testing shell 05:51:31.902 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:31.905 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:31.905 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:31.905 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 05:51:31.905 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:31.905 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:31.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.909 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 05:51:31.909 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:31.909 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 05:51:31.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 05:51:31.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:31.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:31.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:31.914 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 05:51:31.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:31.927 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 05:51:31.927 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:31.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 05:51:31.928 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:31.928 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:31.928 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:31.928 INFO [main][AbstractShell] Close shell Testing shell 05:51:31.928 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:31.930 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:31.930 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:31.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 05:51:31.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:31.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:31.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.943 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 05:51:31.943 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:31.943 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 05:51:31.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 05:51:31.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:31.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:31.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:31.948 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 05:51:31.948 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.959 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.959 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:31.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:31.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:31.959 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 05:51:31.959 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:31.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.960 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:31.960 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:31.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:31.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:31.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:31.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:31.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 05:51:31.960 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:31.960 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:31.960 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:31.960 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:31.960 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:31.960 INFO [main][AbstractShell] Close shell Testing shell 05:51:31.960 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:31.962 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:31.962 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:31.962 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 05:51:31.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:31.963 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:31.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:31.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:31.966 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 05:51:31.966 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:31.966 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 05:51:31.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 05:51:31.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:31.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:31.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:32.007 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 05:51:32.007 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:32.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:32.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:32.018 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:32.018 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:32.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:32.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:32.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:32.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:32.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 05:51:32.018 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 05:51:32.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:32.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:32.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:32.019 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:32.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:32.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:32.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:51:32.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:51:32.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:32.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 05:51:32.019 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:32.019 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:32.019 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:32.020 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:32.020 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:32.020 INFO [main][AbstractShell] Close shell Testing shell 05:51:32.020 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:32.022 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:32.022 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:32.022 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 05:51:32.022 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:32.022 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:32.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:32.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:32.523 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 05:51:32.524 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:32.524 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 05:51:32.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 05:51:32.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:32.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:32.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:32.529 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 05:51:32.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:32.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:32.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:32.540 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:32.540 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:32.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:32.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:32.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:32.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:32.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:51:32.540 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:51:32.541 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 05:51:32.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:32.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:32.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:32.541 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:32.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:32.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:32.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:51:32.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:51:32.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:32.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 2 was found 05:51:32.541 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 05:51:32.542 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 05:51:32.542 TRACE [main][WidgetHandler] Notify Link with event 3 05:51:32.542 TRACE [main][WidgetHandler] Wait for synchronization 05:51:32.542 TRACE [main][WidgetHandler] Notify Link with event 4 05:51:32.542 TRACE [main][WidgetHandler] Wait for synchronization 05:51:32.542 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 05:51:32.542 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 05:51:32.542 TRACE [main][WidgetHandler] Notify Link with event 3 05:51:32.542 TRACE [main][WidgetHandler] Wait for synchronization 05:51:32.542 TRACE [main][WidgetHandler] Notify Link with event 4 05:51:32.542 TRACE [main][WidgetHandler] Wait for synchronization 05:51:32.542 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:32.542 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:32.542 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:32.542 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:32.542 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:32.542 INFO [main][AbstractShell] Close shell Testing shell 05:51:32.542 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:32.545 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:32.545 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:32.545 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 05:51:32.545 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:32.545 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:32.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:32.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:32.550 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 05:51:32.550 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 05:51:32.550 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:32.550 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:32.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:32.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.789 s - in org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.064 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.027 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.056 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.034 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.023 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.557 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.026 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:32.553 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:32.554 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:51:32.554 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:32.554 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:32.554 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:32.554 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:51:32.555 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:32.555 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:51:32.555 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:32.555 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:32.555 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:32.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:32.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:32.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:32.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:32.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 05:51:32.563 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:32.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:32.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:32.576 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:32.576 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:32.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:32.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:32.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:32.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:32.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:32.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:32.579 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:32.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:32.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:32.579 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:32.579 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:32.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:32.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:32.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:32.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:32.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:32.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:51:32.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:51:32.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 05:51:32.580 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:32.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:33.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:33.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:33.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 05:51:33.082 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:33.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:33.082 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:33.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:33.082 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:33.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 05:51:33.082 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:51:33.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:33.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:33.583 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:51:33.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 05:51:33.585 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:51:33.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:33.585 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 05:51:33.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:33.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:51:33.586 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:33.586 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:33.586 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:33.586 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:33.586 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:33.586 INFO [main][AbstractShell] Close shell Testing shell 05:51:33.586 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:33.589 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:33.589 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:33.589 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:33.589 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:33.589 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:33.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:33.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:33.593 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:33.593 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:33.593 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:33.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:33.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:33.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:33.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:33.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:33.609 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:33.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:33.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:33.620 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:33.620 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:33.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:33.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:33.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:33.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:33.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:33.622 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:33.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:33.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:33.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:33.622 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:33.622 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:33.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:33.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:33.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:33.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:33.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:33.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:51:33.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:51:33.622 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:33.622 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:33.622 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:33.623 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:33.623 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:33.623 INFO [main][AbstractShell] Close shell Testing shell 05:51:33.623 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:33.625 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:33.625 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:33.625 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:33.625 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:33.625 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:33.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:34.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:34.126 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:34.127 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:34.127 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:34.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:34.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:34.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:34.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:34.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 05:51:34.134 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:34.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:34.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:34.139 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:34.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:34.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:34.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:34.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:34.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:34.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:34.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 05:51:34.141 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:34.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:34.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:34.141 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:34.141 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:34.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:34.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:34.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:34.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:34.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:34.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:51:34.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:51:34.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 05:51:34.142 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:34.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:34.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:34.642 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:34.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 05:51:34.644 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:34.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:34.645 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:34.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:34.645 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:34.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 05:51:34.645 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:51:34.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:35.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:35.146 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:51:35.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 05:51:35.148 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:51:35.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:35.148 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 05:51:35.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:35.148 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:51:35.149 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:35.149 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:35.149 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:35.149 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:35.149 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:35.149 INFO [main][AbstractShell] Close shell Testing shell 05:51:35.149 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:35.151 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:35.151 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:35.151 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:35.151 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:35.151 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:35.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:35.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:35.155 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:35.155 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:35.155 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:35.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:35.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:35.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:35.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:35.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:35.163 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:35.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:35.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:35.176 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:35.176 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:35.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:35.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:35.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:35.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:35.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:35.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:35.178 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:35.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:35.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:35.178 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:35.178 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:35.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:35.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:35.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:35.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:35.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:35.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:51:35.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:51:35.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 05:51:35.179 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:35.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:35.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:35.679 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:35.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 05:51:35.682 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:35.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:35.682 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:35.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:35.682 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:35.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 05:51:35.682 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:51:35.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:36.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:36.183 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:51:36.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 05:51:36.185 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:51:36.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:36.185 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 05:51:36.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:36.185 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:51:36.185 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:36.185 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:36.185 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:36.186 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:36.186 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:36.186 INFO [main][AbstractShell] Close shell Testing shell 05:51:36.186 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:36.188 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:36.188 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:36.188 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:36.188 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:36.188 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:36.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:36.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:36.201 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:36.201 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:36.201 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:36.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:36.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:36.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:36.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:36.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:36.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:36.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:36.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:36.219 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:36.219 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:36.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:36.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:36.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:36.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:36.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:36.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:36.221 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:36.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:36.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:36.221 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:36.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:36.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:36.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:36.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:36.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:36.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:36.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:51:36.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:51:36.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 05:51:36.222 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:36.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:36.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:36.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:36.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 05:51:36.727 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:36.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:36.727 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:36.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:36.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:36.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 05:51:36.727 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:51:36.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:37.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:37.228 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:51:37.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 05:51:37.230 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:51:37.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:37.231 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 05:51:37.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:37.231 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:51:37.232 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:37.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 05:51:37.232 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:37.232 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:37.232 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:37.232 INFO [main][AbstractShell] Close shell Testing shell 05:51:37.232 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:37.234 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:37.234 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:37.234 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:37.234 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:37.234 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:37.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:37.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:37.239 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:37.239 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:37.239 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:37.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:37.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:37.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:37.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:37.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:37.254 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:37.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:37.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:37.264 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:37.264 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:37.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:37.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:37.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:37.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:37.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:37.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:37.266 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:37.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:37.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:37.266 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:37.266 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:37.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:37.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:37.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:37.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:37.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:37.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:51:37.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:51:37.267 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AA of tree item A 05:51:37.267 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:37.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:37.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:37.768 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:37.770 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:37.770 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:37.770 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:37.771 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:37.771 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:37.771 INFO [main][AbstractShell] Close shell Testing shell 05:51:37.771 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:37.779 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:37.779 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:37.779 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:37.779 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:37.779 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:37.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:37.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:37.783 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:37.783 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:37.783 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:37.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:37.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:37.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:37.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:37.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 05:51:37.791 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:37.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:37.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:37.804 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:37.804 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:37.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:37.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:37.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:37.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:37.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:37.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 05:51:37.805 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:37.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:37.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:37.806 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:37.806 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:37.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:37.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:37.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:37.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:37.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:37.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:51:37.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:51:37.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 05:51:37.806 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:37.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:38.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:38.307 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:38.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 05:51:38.309 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:38.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:38.309 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:38.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:38.309 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:38.311 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 05:51:38.311 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:51:38.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:38.311 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 05:51:38.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:38.812 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 05:51:38.812 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:51:38.814 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item AA 05:51:38.815 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item AA 05:51:38.815 DEBUG [main][TreeItemHandler] Setting tree item AA collapsed 05:51:38.815 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 05:51:38.816 DEBUG [main][TreeEventsListener] Calling method treeCollapsed() 05:51:38.816 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: AA 05:51:38.816 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:38.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 05:51:38.816 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:38.816 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:38.816 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:38.816 INFO [main][AbstractShell] Close shell Testing shell 05:51:38.816 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:38.819 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:38.819 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:38.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:38.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:38.819 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:38.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:38.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:38.833 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:38.833 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:38.833 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:38.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:38.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:38.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:38.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:38.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:38.840 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:38.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:38.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:38.854 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:38.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:38.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:38.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:38.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:38.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:38.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:38.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:38.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:38.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:38.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:38.856 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:38.856 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:38.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:38.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:38.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:38.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:38.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:38.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:51:38.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:51:38.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 05:51:38.857 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:38.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:39.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:39.357 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:39.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 05:51:39.360 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:39.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:39.360 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:39.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:39.360 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:39.360 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 05:51:39.360 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item AA: 05:51:39.361 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 05:51:39.361 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 05:51:39.361 DEBUG [main][TreeEventsListener] It was check event: true 05:51:39.361 INFO [WorkbenchTestable][TreeItemHandler] Checked: AA 05:51:39.362 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 05:51:39.362 DEBUG [WorkbenchTestable][TreeItemHandler] UncheckTree Item AA: 05:51:39.362 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 05:51:39.362 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 05:51:39.362 DEBUG [main][TreeEventsListener] It was check event: true 05:51:39.362 INFO [WorkbenchTestable][TreeItemHandler] Unchecked: AA 05:51:39.362 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:39.362 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:39.362 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:39.363 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:39.363 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:39.363 INFO [main][AbstractShell] Close shell Testing shell 05:51:39.363 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:39.365 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:39.365 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:39.365 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:39.365 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:39.365 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:39.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:39.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:39.369 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:39.369 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:39.369 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:39.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:39.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:39.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:39.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:39.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:39.384 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:39.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:39.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:39.394 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:39.394 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:39.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:39.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:39.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:39.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:39.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:39.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:39.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:39.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:39.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:39.396 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:39.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:39.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:39.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:39.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:39.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:39.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:39.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:51:39.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:51:39.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 05:51:39.396 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 05:51:39.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:39.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:39.897 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 05:51:39.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 05:51:39.899 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 05:51:39.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:39.899 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 05:51:39.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:39.899 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 05:51:39.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 05:51:39.899 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 05:51:39.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:40.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:40.400 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 05:51:40.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 05:51:40.402 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 05:51:40.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:40.402 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 05:51:40.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:40.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 05:51:40.403 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:40.403 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:40.403 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:40.403 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:40.403 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:40.403 INFO [main][AbstractShell] Close shell Testing shell 05:51:40.403 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:40.406 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:40.406 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:40.406 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:40.406 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:40.406 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:40.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:40.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:40.410 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:40.410 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:40.410 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:40.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:40.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:40.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:40.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:40.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:40.417 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:40.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:40.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:40.430 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:40.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:40.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:40.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:40.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:40.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:40.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:40.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:40.432 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:40.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:40.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:40.432 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:40.432 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:40.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:40.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:40.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:40.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:40.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:40.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:51:40.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:51:40.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 05:51:40.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:40.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:40.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:40.933 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:40.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 05:51:40.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:40.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:40.936 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:40.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:40.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:40.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 05:51:40.937 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:51:40.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:41.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:41.437 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:51:41.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 05:51:41.440 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:51:41.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:41.440 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 05:51:41.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:41.440 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:51:41.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:41.440 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:41.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:41.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:41.441 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:41.441 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:41.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:41.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:41.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:41.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:41.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:41.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:51:41.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:51:41.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children... 05:51:41.441 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 05:51:41.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:41.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:41.942 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 05:51:41.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children finished successfully 05:51:41.943 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 05:51:41.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:41.943 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 05:51:41.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:41.943 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 05:51:41.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:41.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:41.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:41.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:41.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:41.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:41.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:41.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:41.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:41.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:41.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:41.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:51:41.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:51:41.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 05:51:41.944 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:41.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:41.944 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:41.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:41.944 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:41.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 05:51:41.944 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:41.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:41.944 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:41.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:41.944 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:41.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 05:51:41.944 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:51:41.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:41.944 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 05:51:41.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:41.944 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:51:41.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 05:51:41.944 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:51:41.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:41.945 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 05:51:41.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:41.945 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:51:41.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:41.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:41.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:41.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:41.945 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:41.945 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:41.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:41.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:41.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:41.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:41.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:41.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:51:41.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:51:41.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:41.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:41.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:41.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:41.945 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:41.945 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:41.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:41.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:41.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:41.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:41.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:41.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:51:41.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:51:41.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 05:51:41.946 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:41.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:41.946 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:41.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:41.946 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:41.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 05:51:41.946 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:41.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:41.946 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:41.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:41.946 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:41.947 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 05:51:41.947 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 05:51:41.947 DEBUG [main][TreeItemHandler] Set Tree selection 05:51:41.948 DEBUG [main][TreeHandler] Notify Tree about selection event 05:51:41.948 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 05:51:41.948 DEBUG [main][TreeEventsListener] It was check event: false 05:51:41.948 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 05:51:41.948 DEBUG [WorkbenchTestable][TreeItemHandler] AAA 05:51:41.948 DEBUG [WorkbenchTestable][TreeItemHandler] BB 05:51:41.948 DEBUG [WorkbenchTestable][TreeItemHandler] AAB 05:51:41.948 DEBUG [WorkbenchTestable][TreeItemHandler] C 05:51:41.949 INFO [WorkbenchTestable][AbstractTree] Unselect all tree items 05:51:41.949 DEBUG [main][TreeHandler] Unselect all tree items 05:51:41.949 DEBUG [main][TreeHandler] Notify Tree about selection event 05:51:41.949 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 05:51:41.949 DEBUG [main][TreeEventsListener] It was check event: false 05:51:41.949 INFO [WorkbenchTestable][TreeHandler] All tree items unselected 05:51:41.949 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:41.949 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:41.949 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:41.950 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:41.950 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:41.950 INFO [main][AbstractShell] Close shell Testing shell 05:51:41.950 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:41.952 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:41.952 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:41.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:41.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:41.952 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:41.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:41.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:41.956 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:41.956 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:41.956 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:41.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:41.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:41.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:41.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:41.963 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:41.963 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:41.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:41.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:41.976 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:41.976 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:41.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:41.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:41.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:41.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:41.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:41.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:41.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:41.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:41.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:41.978 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:41.978 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:41.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:41.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:41.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:41.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:41.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:41.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:51:41.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:51:41.979 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:41.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:42.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:42.480 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:42.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 05:51:42.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:51:42.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:42.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:42.983 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:51:42.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 05:51:42.985 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:51:42.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:42.985 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 05:51:42.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:42.985 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:51:42.986 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:42.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 05:51:42.986 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:42.986 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:42.986 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:42.986 INFO [main][AbstractShell] Close shell Testing shell 05:51:42.986 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:42.988 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:42.988 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:42.988 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:42.988 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:42.988 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:42.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:42.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:42.993 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:42.993 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:42.993 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:42.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:42.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:42.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:42.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:43.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:43.000 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:43.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:43.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:43.013 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:43.013 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:43.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:43.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:43.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:43.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:43.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:43.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:43.015 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:43.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:43.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:43.015 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:43.015 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:43.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:43.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:43.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:43.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:43.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:43.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:51:43.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:51:43.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 05:51:43.016 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:43.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:43.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:43.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:43.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 05:51:43.519 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:43.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:43.520 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:43.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:43.520 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:43.520 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:43.520 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:43.520 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:43.521 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:43.521 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:43.521 INFO [main][AbstractShell] Close shell Testing shell 05:51:43.521 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:43.524 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:43.524 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:43.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:43.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:43.524 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:43.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:43.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:43.530 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:43.530 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:43.530 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:43.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:43.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:43.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:43.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:43.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:43.540 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:43.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:43.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:43.558 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:43.558 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:43.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:43.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:43.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:43.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:43.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:43.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:43.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:43.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:43.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:43.561 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:43.561 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:43.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:43.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:43.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:43.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:43.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:43.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:51:43.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:51:43.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 05:51:43.561 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:43.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:44.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:44.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:44.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 05:51:44.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:44.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:44.065 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:44.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:44.065 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:44.065 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 05:51:44.065 DEBUG [main][TreeItemHandler] Selecting tree item: AA 05:51:44.065 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 05:51:44.065 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 05:51:44.065 DEBUG [main][TreeEventsListener] It was check event: false 05:51:44.065 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 05:51:44.066 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:44.066 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:44.066 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:44.066 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:44.066 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:44.066 INFO [main][AbstractShell] Close shell Testing shell 05:51:44.066 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:44.069 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:44.069 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:44.069 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:44.069 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:44.069 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:44.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:44.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:44.073 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:44.073 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:44.073 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:44.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:44.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:44.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:44.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:44.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:44.080 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:44.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:44.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:44.094 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:44.094 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:44.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:44.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:44.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:44.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:44.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:44.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:44.097 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:44.097 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:44.097 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:44.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:44.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:44.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:51:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:51:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 05:51:44.097 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:44.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:44.598 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:44.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 05:51:44.600 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:44.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:44.600 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:44.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:44.601 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:44.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 05:51:44.601 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:51:44.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:45.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:45.102 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:51:45.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 05:51:45.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:51:45.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:45.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 05:51:45.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:45.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:51:45.104 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:45.104 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:45.105 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:45.105 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:45.105 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:45.105 INFO [main][AbstractShell] Close shell Testing shell 05:51:45.105 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:45.107 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:45.107 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:45.107 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:45.107 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:45.107 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:45.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:45.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:45.111 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:45.111 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:45.111 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:45.111 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:45.111 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:45.111 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:45.111 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:45.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:45.118 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:45.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:45.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:45.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:45.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:45.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:45.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:45.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:45.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:45.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:45.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 05:51:45.133 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:45.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:45.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:45.134 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:45.134 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:45.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:45.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:45.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:45.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:45.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:45.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:51:45.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:51:45.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 05:51:45.134 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:45.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:45.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:45.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:45.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 05:51:45.638 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:45.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:45.638 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:45.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:45.638 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:45.638 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item AA 05:51:45.638 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 05:51:45.638 DEBUG [main][TreeItemHandler] Selecting tree item: AA 05:51:45.639 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 05:51:45.639 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 05:51:45.639 DEBUG [main][TreeEventsListener] It was check event: false 05:51:45.639 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 05:51:45.639 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:51:45.639 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:51:45.639 DEBUG [main][TreeEventsListener] Calling method handleEvent() with event type: 8 05:51:45.639 DEBUG [main][TreeEventsListener] SWT.MouseDoubleClick event was fired 05:51:45.639 DEBUG [main][TreeEventsListener] Calling method widgetDefaultSelected() 05:51:45.640 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:51:45.640 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:45.640 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:45.640 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:45.640 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:45.640 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:45.640 INFO [main][AbstractShell] Close shell Testing shell 05:51:45.640 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:45.642 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:45.642 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:45.643 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:45.643 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:45.643 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:45.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:45.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:45.647 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:45.647 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:45.647 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:45.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:45.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:45.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:45.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:45.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:45.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:45.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:45.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:45.671 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:45.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:45.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:45.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:45.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:45.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:45.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:45.673 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:45.673 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:45.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:45.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:45.673 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:45.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:45.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:45.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:45.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:45.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:45.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:45.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:51:45.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:51:45.674 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 05:51:45.674 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 05:51:45.674 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:45.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:46.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:46.175 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:46.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 05:51:46.176 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 05:51:46.176 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:46.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:46.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:46.676 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:46.676 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:46.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:47.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:47.177 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:47.678 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 05:51:47.678 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:47.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:48.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:48.179 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:48.179 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:48.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:48.680 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:48.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:48.680 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:49.181 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 05:51:49.181 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:49.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:49.181 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:49.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:49.181 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:49.181 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:49.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:49.182 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:49.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:49.182 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:49.682 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 05:51:49.682 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:49.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:49.683 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:49.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:49.683 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:49.683 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:49.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:49.683 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:49.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:49.683 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:50.184 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 05:51:50.184 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:50.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:50.184 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:50.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:50.184 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:50.184 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:50.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:50.184 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:50.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:50.184 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:50.685 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 05:51:50.685 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:50.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:50.685 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:50.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:50.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:50.685 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:50.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:50.685 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:50.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:50.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:50.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more finished successfully 05:51:50.686 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 05:51:50.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:50.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:50.686 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:50.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:50.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:50.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:50.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:50.686 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:50.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:50.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:50.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:50.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:50.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:50.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:50.687 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:50.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:50.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:50.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:50.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:50.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:50.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:50.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:51:50.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:51:50.687 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 05:51:50.687 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 05:51:50.687 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:50.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:51.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:51.188 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:51.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 05:51:51.188 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 05:51:51.189 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:51.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:51.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:51.690 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:51.690 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:51.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:52.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:52.191 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:52.692 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 05:51:52.692 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:52.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:53.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:53.193 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:53.193 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:53.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:53.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:53.694 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:54.194 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 05:51:54.194 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:54.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:54.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:54.695 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:54.695 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:54.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:55.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:55.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:55.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more failed, an exception will be thrown 05:51:55.197 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:55.197 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:55.197 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:55.197 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:55.197 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:55.197 INFO [main][AbstractShell] Close shell Testing shell 05:51:55.197 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:55.200 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:55.200 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:55.200 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:55.200 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:55.200 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:55.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:55.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:55.213 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 05:51:55.213 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 05:51:55.213 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:55.213 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:55.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:55.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.66 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.533 s testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.028 s testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.046 s testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.038 s getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.544 s testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.05 s testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.536 s testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.041 s testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.546 s getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.037 s testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.537 s testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.543 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.536 s testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 9.566 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 05:51:55.216 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 05:51:55.217 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:51:55.217 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:55.217 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 05:51:55.217 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:55.217 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:51:55.217 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:55.217 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:51:55.217 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:55.217 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:55.217 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 05:51:55.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 05:51:55.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:55.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:55.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:55.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:55.225 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:55.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:55.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:55.230 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:55.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:55.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:55.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:55.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:55.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:55.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:55.234 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:55.235 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:55.235 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:55.235 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:55.235 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:55.235 INFO [main][AbstractShell] Close shell Testing shell 05:51:55.235 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:55.237 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:55.237 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:55.237 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 05:51:55.237 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:55.237 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:55.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:55.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:55.247 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 05:51:55.247 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:55.247 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 05:51:55.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 05:51:55.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:55.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:55.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:55.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:55.254 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:55.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:55.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:55.267 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:55.267 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:55.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:55.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:55.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:55.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:55.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:55.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:55.269 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:55.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:55.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:55.270 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:55.270 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:55.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:55.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:55.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:55.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:55.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:55.270 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:51:55.271 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:51:55.271 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:51:55.271 DEBUG [main][AbstractWait] Waiting until shell is active... 05:51:55.271 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:51:55.271 INFO [main][AbstractShell] Close shell Testing shell 05:51:55.271 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:51:55.273 DEBUG [main][AbstractWait] Waiting while shell is available... 05:51:55.273 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:51:55.274 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 05:51:55.274 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:51:55.274 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:51:55.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:55.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:55.278 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 05:51:55.278 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:51:55.278 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 05:51:55.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 05:51:55.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:51:55.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:51:55.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:51:55.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:51:55.285 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:51:55.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:51:55.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:51:55.302 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:51:55.302 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:51:55.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:51:55.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:51:55.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:51:55.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:51:55.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:51:55.304 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 05:51:55.304 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:55.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:55.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:55.804 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:55.806 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:51:55.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:55.806 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:51:55.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:55.807 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:51:55.807 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 05:51:55.807 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:51:55.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:56.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:56.308 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:51:56.310 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:51:56.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:56.310 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 05:51:56.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:56.310 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:51:56.310 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 05:51:56.310 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 05:51:56.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:56.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:56.811 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 05:51:56.811 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 05:51:56.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:57.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:57.312 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 05:51:57.312 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 05:51:57.312 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 05:51:57.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:57.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:57.813 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 05:51:57.814 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 05:51:57.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:58.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:58.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 05:51:58.315 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 05:51:58.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 05:51:58.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:58.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:58.816 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 05:51:58.816 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 05:51:58.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:58.817 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 05:51:58.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:58.817 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 05:51:58.817 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 05:51:58.817 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 05:51:58.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:59.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:59.318 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 05:51:59.318 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 05:51:59.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:51:59.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:51:59.819 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 05:51:59.819 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 05:51:59.820 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 05:51:59.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:52:00.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:52:00.320 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 05:52:00.321 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 05:52:00.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:52:00.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:52:00.822 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 05:52:00.823 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:00.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 05:52:00.823 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:00.823 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:00.823 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:00.823 INFO [main][AbstractShell] Close shell Testing shell 05:52:00.823 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:00.825 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:00.825 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:00.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 05:52:00.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:00.825 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:00.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:00.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:00.830 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 05:52:00.830 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:00.830 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 05:52:00.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 05:52:00.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:00.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:00.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:00.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:52:00.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:00.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:00.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:00.856 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:00.856 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:00.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:00.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:00.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:00.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:00.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:52:00.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:52:00.858 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:00.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:00.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:00.858 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:00.858 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:00.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:00.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:00.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:00.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:00.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:52:00.859 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:00.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 05:52:00.859 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:00.860 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:00.860 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:00.860 INFO [main][AbstractShell] Close shell Testing shell 05:52:00.860 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:00.862 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:00.862 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:00.862 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 05:52:00.862 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:00.862 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:00.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:00.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:00.874 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 05:52:00.875 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:00.875 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 05:52:00.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 05:52:00.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:00.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:00.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:00.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:52:00.881 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:00.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:00.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:00.892 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:00.892 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:00.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:00.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:00.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:00.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:00.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:52:00.893 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:00.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 05:52:00.893 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:00.893 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:00.893 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:00.893 INFO [main][AbstractShell] Close shell Testing shell 05:52:00.893 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:00.895 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:00.895 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:00.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 05:52:00.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:00.895 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:00.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:00.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:00.909 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 05:52:00.909 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:00.909 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 05:52:00.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 05:52:00.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:00.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:00.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:00.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:52:00.916 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:00.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:00.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:00.927 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:00.927 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:00.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:00.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:00.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:00.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:00.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:52:00.927 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') 05:52:00.927 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:00.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:00.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:00.927 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:00.927 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:00.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:00.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:00.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 05:52:00.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:00.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:00.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:52:00.928 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:00.928 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:00.928 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:00.928 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:00.928 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:00.928 INFO [main][AbstractShell] Close shell Testing shell 05:52:00.928 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:00.930 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:00.930 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:00.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 05:52:00.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:00.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:00.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:00.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:00.934 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 05:52:00.934 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:00.934 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 05:52:00.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 05:52:00.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:00.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:00.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:00.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:52:00.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:00.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:00.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:00.946 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:00.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:00.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:00.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:00.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:00.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:00.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:52:00.955 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:00.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 05:52:00.955 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:00.956 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:00.956 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:00.956 INFO [main][AbstractShell] Close shell Testing shell 05:52:00.956 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:00.958 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:00.958 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:00.958 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 05:52:00.958 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:00.958 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:00.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:00.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:00.962 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 05:52:00.962 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 05:52:00.962 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:00.962 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:00.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:00.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.746 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.03 s testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.03 s testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 5.552 s testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.044 s testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.034 s testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.025 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 05:52:00.965 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 05:52:00.966 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:52:00.966 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:00.966 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 05:52:00.966 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:00.966 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:52:00.972 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:00.972 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:52:00.972 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:00.972 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:00.972 INFO [WorkbenchTestable][RequirementsRunner] Started test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 05:52:00.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 05:52:00.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:00.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:00.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:01.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:52:01.013 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.022 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:01.022 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:52:01.026 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 05:52:01.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:52:01.027 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.028 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:01.028 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:52:01.028 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 05:52:01.028 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:52:01.029 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:01.029 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:01.029 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:01.029 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:01.029 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:01.029 INFO [main][AbstractShell] Close shell Testing shell 05:52:01.029 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:01.031 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:01.031 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:01.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 05:52:01.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:01.031 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:01.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.036 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 05:52:01.036 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:01.036 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 05:52:01.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 05:52:01.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:01.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:01.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:01.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 05:52:01.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.045 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:01.045 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:52:01.046 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 05:52:01.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 05:52:01.046 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.055 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:01.055 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:52:01.056 INFO [WorkbenchTestable][AbstractStyledText] Select text styled in styled text 05:52:01.057 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:01.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 05:52:01.058 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:01.058 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:01.058 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:01.058 INFO [main][AbstractShell] Close shell Testing shell 05:52:01.058 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:01.061 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:01.061 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:01.061 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 05:52:01.061 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:01.061 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:01.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.098 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 05:52:01.098 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:01.098 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 05:52:01.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 05:52:01.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:01.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:01.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:01.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:52:01.103 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.107 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:01.108 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:52:01.108 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 05:52:01.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 05:52:01.109 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.109 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:01.109 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:52:01.109 INFO [WorkbenchTestable][AbstractStyledText] Select position start: 8 end: 10 in styled text 05:52:01.110 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:01.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 05:52:01.110 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:01.111 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:01.111 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:01.111 INFO [main][AbstractShell] Close shell Testing shell 05:52:01.111 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:01.113 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:01.113 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:01.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 05:52:01.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:01.113 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:01.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.614 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 05:52:01.614 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 05:52:01.614 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:01.614 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:01.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.65 s - in org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.064 s selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.062 s selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.516 s Running org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 05:52:01.618 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 05:52:01.618 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:52:01.619 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:01.619 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 05:52:01.619 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:01.619 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:52:01.619 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:01.619 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:52:01.619 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:01.619 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:01.619 INFO [WorkbenchTestable][RequirementsRunner] Started test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 05:52:01.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 05:52:01.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:01.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:01.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:01.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:01.629 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 05:52:01.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:52:01.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:01.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:01.629 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) 05:52:01.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:52:01.635 INFO [WorkbenchTestable][AbstractButton] Click button OK 05:52:01.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:52:01.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:52:01.635 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:52:01.635 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:52:01.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 05:52:01.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 05:52:01.636 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) 05:52:01.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:52:01.637 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 05:52:01.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:52:01.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:52:01.637 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:52:01.637 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:52:01.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 05:52:01.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 05:52:01.637 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:01.637 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:01.637 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:01.638 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:01.638 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:01.638 INFO [main][AbstractShell] Close shell Testing shell 05:52:01.638 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:01.640 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:01.640 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:01.640 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 05:52:01.640 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:01.640 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:01.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.644 INFO [WorkbenchTestable][RequirementsRunner] Finished test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 05:52:01.644 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 05:52:01.644 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:01.644 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:01.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.644 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.impl.shell.OkCancelShellTest okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) Time elapsed: 0.025 s Running org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 05:52:01.647 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 05:52:01.647 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:52:01.648 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:01.648 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 05:52:01.648 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:01.648 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:52:01.660 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:01.660 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:52:01.660 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:01.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:52:01.665 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 05:52:01.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:52:01.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:01.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:01.665 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:52:01.665 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:52:01.665 DEBUG [main][MenuItemLookup] Found menu:'File' 05:52:01.665 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:52:01.665 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:52:01.665 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:52:01.665 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:52:01.666 DEBUG [main][MenuItemLookup] Found menu:'Run' 05:52:01.666 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:52:01.666 DEBUG [main][MenuItemLookup] Item match:Window 05:52:01.666 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:52:01.666 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:52:01.666 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:52:01.666 DEBUG [main][MenuItemLookup] Found menu:'' 05:52:01.666 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:52:01.666 DEBUG [main][MenuItemLookup] Item match:Show View 05:52:01.674 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 05:52:01.674 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 05:52:01.674 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:52:01.674 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 05:52:01.674 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 05:52:01.674 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:52:01.674 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 05:52:01.674 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:52:01.674 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:52:01.674 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:52:01.674 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 05:52:01.674 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:52:01.674 DEBUG [main][MenuItemLookup] Found menu:'Templates' 05:52:01.674 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 05:52:01.674 DEBUG [main][MenuItemLookup] Found menu:'' 05:52:01.674 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:52:01.674 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:52:01.675 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:52:01.675 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:52:01.675 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:52:01.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:52:01.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:52:01.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:52:01.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:01.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:01.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:52:01.733 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.733 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:52:01.733 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:52:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:52:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:52:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 05:52:01.734 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 05:52:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:52:01.734 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 05:52:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:52:01.735 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 05:52:01.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 05:52:01.735 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 05:52:01.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:52:01.735 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 05:52:01.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:52:01.735 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 05:52:01.735 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 05:52:01.735 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 05:52:01.735 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 05:52:01.735 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 05:52:01.736 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:52:01.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.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 "Open") 05:52:01.736 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:52:01.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:52:01.737 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:52:01.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:52:01.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:52:01.737 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:52:01.737 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:52:01.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:52:01.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:52:01.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:52:01.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:52:01.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.772 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:52:01.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:01.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:01.772 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:52:01.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 05:52:01.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:52:01.774 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 05:52:01.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 05:52:01.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:52:01.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:52:01.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:52:01.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:52:01.776 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:01.776 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 05:52:01.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 05:52:01.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:01.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:01.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:01.778 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') 05:52:01.778 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.778 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 05:52:01.778 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.778 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 05:52:01.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 05:52:01.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 05:52:01.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:01.794 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:01.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.800 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 05:52:01.800 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:01.800 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 05:52:01.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 05:52:01.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:01.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:01.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:01.800 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:") 05:52:01.800 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.800 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 05:52:01.800 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 05:52:01.801 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 05:52:01.801 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:01.801 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.801 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 05:52:01.801 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 05:52:01.801 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:01.801 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) Time elapsed: 0.024 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 05:52:01.804 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 05:52:01.805 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:52:01.805 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:01.805 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 05:52:01.805 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:01.805 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:52:01.805 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:01.805 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:52:01.806 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:01.806 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:01.806 INFO [WorkbenchTestable][RequirementsRunner] Started test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 05:52:01.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 05:52:01.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:01.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:01.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:01.815 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 05:52:01.815 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.822 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:01.822 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 05:52:01.824 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 05:52:01.824 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.824 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:01.824 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 05:52:01.824 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 1 05:52:01.825 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 05:52:01.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.825 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:01.825 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 05:52:01.826 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 05:52:01.826 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.826 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:01.826 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:01.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:01.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 05:52:01.827 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 2 05:52:01.827 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 05:52:01.827 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.827 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:01.827 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:01.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:01.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 05:52:01.828 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:") 05:52:01.828 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.828 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:01.828 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 05:52:01.829 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 11 05:52:01.829 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:") 05:52:01.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.830 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:01.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 05:52:01.830 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:") 05:52:01.830 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.830 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:01.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 05:52:01.832 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 22 05:52:01.833 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:") 05:52:01.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.833 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:01.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 05:52:01.834 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:01.834 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:01.834 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:01.834 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:01.834 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:01.834 INFO [main][AbstractShell] Close shell Testing shell 05:52:01.834 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:01.837 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:01.837 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:01.837 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 05:52:01.837 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:01.837 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:01.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.842 INFO [WorkbenchTestable][RequirementsRunner] Finished test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 05:52:01.842 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 05:52:01.842 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:01.842 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:01.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) Time elapsed: 0.036 s Running org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 05:52:01.845 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 05:52:01.845 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:52:01.845 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:01.845 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 05:52:01.845 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:01.845 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:52:01.846 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:01.846 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:52:01.846 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:01.846 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:01.846 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 05:52:01.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 05:52:01.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:01.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:01.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:01.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:52:01.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:01.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:01.855 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:52:01.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 '\*?\QRedDeer SWT Controls\E') 05:52:01.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:52:01.857 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 05:52:01.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 05:52:01.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:52:01.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:52:01.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:52:01.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:52:01.859 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 05:52:01.859 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 05:52:01.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 05:52:01.860 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 05:52:01.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:52:01.922 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 05:52:01.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:52:01.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:01.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:01.922 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:52:01.922 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:52:01.923 DEBUG [main][MenuItemLookup] Found menu:'File' 05:52:01.923 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:52:01.923 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:52:01.923 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:52:01.923 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:52:01.923 DEBUG [main][MenuItemLookup] Found menu:'Run' 05:52:01.923 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:52:01.923 DEBUG [main][MenuItemLookup] Item match:Window 05:52:01.923 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:52:01.923 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:52:01.923 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:52:01.923 DEBUG [main][MenuItemLookup] Found menu:'' 05:52:01.923 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:52:01.923 DEBUG [main][MenuItemLookup] Item match:Show View 05:52:01.928 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 05:52:01.928 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 05:52:01.928 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:52:01.928 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 05:52:01.928 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 05:52:01.928 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:52:01.928 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 05:52:01.928 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:52:01.928 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:52:01.928 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:52:01.928 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 05:52:01.928 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:52:01.928 DEBUG [main][MenuItemLookup] Found menu:'Templates' 05:52:01.928 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 05:52:01.928 DEBUG [main][MenuItemLookup] Found menu:'' 05:52:01.928 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:52:01.928 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:52:01.928 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:52:01.928 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:52:01.928 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:52:01.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:52:01.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:52:01.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:52:01.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:01.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:01.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:52:01.970 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:52:01.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:52:01.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:52:01.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:52:01.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 05:52:01.971 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 05:52:01.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:52:01.972 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 05:52:01.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:52:01.972 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 05:52:01.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 05:52:01.972 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 05:52:01.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:52:01.972 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 05:52:01.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:52:01.972 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 05:52:01.972 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 05:52:01.972 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 05:52:01.972 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 05:52:01.972 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 05:52:01.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:52:01.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 05:52:01.999 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:01.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:01.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:01.999 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:52:01.999 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:01.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:01.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:01.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:01.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:01.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:52:02.000 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:52:02.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:52:02.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:52:02.000 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:52:02.000 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:52:02.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:52:02.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:52:02.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:52:02.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:52:02.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:52:02.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:02.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:02.047 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:52:02.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 '\*?\QRedDeer SWT Controls\E') 05:52:02.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:52:02.049 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 05:52:02.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 05:52:02.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:52:02.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:52:02.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:52:02.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:52:02.051 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') 05:52:02.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 05:52:02.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:02.051 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:02.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 05:52:02.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:02.051 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:02.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.052 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 05:52:02.052 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:02.052 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 05:52:02.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 05:52:02.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:02.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:02.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:02.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:52:02.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:02.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:02.055 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:52:02.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 '\*?\QRedDeer SWT Controls\E') 05:52:02.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:52:02.096 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 05:52:02.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 05:52:02.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:52:02.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:52:02.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:52:02.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:52:02.098 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 05:52:02.098 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 05:52:02.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 05:52:02.098 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 05:52:02.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:52:02.121 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 05:52:02.121 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:52:02.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:02.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:02.122 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:52:02.122 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:52:02.122 DEBUG [main][MenuItemLookup] Found menu:'File' 05:52:02.122 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:52:02.122 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:52:02.122 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:52:02.122 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:52:02.122 DEBUG [main][MenuItemLookup] Found menu:'Run' 05:52:02.122 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:52:02.122 DEBUG [main][MenuItemLookup] Item match:Window 05:52:02.122 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:52:02.122 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:52:02.122 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:52:02.122 DEBUG [main][MenuItemLookup] Found menu:'' 05:52:02.122 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:52:02.123 DEBUG [main][MenuItemLookup] Item match:Show View 05:52:02.126 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 05:52:02.126 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 05:52:02.127 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:52:02.127 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 05:52:02.127 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 05:52:02.127 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:52:02.127 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 05:52:02.127 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:52:02.127 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:52:02.127 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:52:02.127 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 05:52:02.127 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:52:02.127 DEBUG [main][MenuItemLookup] Found menu:'Templates' 05:52:02.127 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 05:52:02.127 DEBUG [main][MenuItemLookup] Found menu:'' 05:52:02.127 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:52:02.127 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:52:02.127 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:52:02.127 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:52:02.127 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:52:02.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:52:02.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:52:02.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:52:02.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:02.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:02.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:52:02.169 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.169 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:52:02.169 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:52:02.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:52:02.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:52:02.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 05:52:02.170 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 05:52:02.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:52:02.170 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 05:52:02.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:52:02.170 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 05:52:02.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 05:52:02.171 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 05:52:02.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:52:02.171 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 05:52:02.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:52:02.171 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 05:52:02.171 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 05:52:02.171 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 05:52:02.171 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 05:52:02.171 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 05:52:02.171 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.171 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:52:02.171 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 05:52:02.172 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.172 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:52:02.172 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:52:02.173 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:52:02.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:52:02.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:52:02.173 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:52:02.173 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:52:02.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:52:02.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:52:02.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:52:02.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:52:02.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:52:02.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:02.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:02.225 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:52:02.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 '\*?\QRedDeer SWT Controls\E') 05:52:02.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:52:02.227 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 05:52:02.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 05:52:02.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:52:02.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:52:02.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:52:02.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:52:02.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.229 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:52:02.229 DEBUG [main][MenuItemLookup] Found menu:'File' 05:52:02.229 DEBUG [main][MenuItemLookup] Item match:File 05:52:02.230 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:52:02.230 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 05:52:02.236 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 05:52:02.236 DEBUG [main][MenuItemLookup] Found menu:'Project...' 05:52:02.236 DEBUG [main][MenuItemLookup] Found menu:'' 05:52:02.236 DEBUG [main][MenuItemLookup] Found menu:'Package' 05:52:02.236 DEBUG [main][MenuItemLookup] Found menu:'Class' 05:52:02.236 DEBUG [main][MenuItemLookup] Found menu:'Interface' 05:52:02.236 DEBUG [main][MenuItemLookup] Found menu:'Enum' 05:52:02.236 DEBUG [main][MenuItemLookup] Found menu:'Record' 05:52:02.236 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 05:52:02.236 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 05:52:02.236 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 05:52:02.236 DEBUG [main][MenuItemLookup] Found menu:'Folder' 05:52:02.236 DEBUG [main][MenuItemLookup] Found menu:'File' 05:52:02.236 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 05:52:02.236 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 05:52:02.236 DEBUG [main][MenuItemLookup] Found menu:'' 05:52:02.236 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 05:52:02.236 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 05:52:02.243 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 05:52:02.243 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 05:52:02.243 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 05:52:02.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 05:52:02.312 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 05:52:02.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 05:52:02.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:02.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:02.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 05:52:02.313 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.313 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 05:52:02.313 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:02.313 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:02.314 INFO [WorkbenchTestable][AbstractText] Text set to: myvalue 05:52:02.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 05:52:02.315 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.315 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 05:52:02.315 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:52:02.316 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 05:52:02.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:52:02.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:52:02.316 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:52:02.316 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:52:02.332 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 05:52:02.332 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:02.332 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:02.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.332 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 05:52:02.332 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:02.332 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 05:52:02.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 05:52:02.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:02.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:02.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:02.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:52:02.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:02.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:02.337 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:52:02.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 05:52:02.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:52:02.338 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 05:52:02.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 05:52:02.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:52:02.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:52:02.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:52:02.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:52:02.340 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 05:52:02.340 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 05:52:02.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 05:52:02.341 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 05:52:02.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:52:02.363 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 05:52:02.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:52:02.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:02.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:02.364 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:52:02.364 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:52:02.364 DEBUG [main][MenuItemLookup] Found menu:'File' 05:52:02.364 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:52:02.364 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:52:02.364 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:52:02.364 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:52:02.364 DEBUG [main][MenuItemLookup] Found menu:'Run' 05:52:02.364 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:52:02.364 DEBUG [main][MenuItemLookup] Item match:Window 05:52:02.364 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:52:02.365 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:52:02.365 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:52:02.365 DEBUG [main][MenuItemLookup] Found menu:'' 05:52:02.365 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:52:02.365 DEBUG [main][MenuItemLookup] Item match:Show View 05:52:02.369 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 05:52:02.369 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 05:52:02.369 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:52:02.369 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 05:52:02.369 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 05:52:02.369 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:52:02.369 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 05:52:02.369 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:52:02.369 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:52:02.369 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:52:02.369 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 05:52:02.369 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:52:02.369 DEBUG [main][MenuItemLookup] Found menu:'Templates' 05:52:02.369 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 05:52:02.369 DEBUG [main][MenuItemLookup] Found menu:'' 05:52:02.369 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:52:02.369 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:52:02.369 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:52:02.369 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:52:02.369 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:52:02.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:52:02.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:52:02.429 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:52:02.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:02.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:02.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 05:52:02.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.430 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:52:02.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:52:02.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:52:02.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:52:02.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 05:52:02.431 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 05:52:02.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:52:02.431 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 05:52:02.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:52:02.431 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 05:52:02.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 05:52:02.431 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 05:52:02.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:52:02.431 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 05:52:02.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:52:02.431 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 05:52:02.432 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 05:52:02.432 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 05:52:02.432 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 05:52:02.432 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 05:52:02.432 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.432 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:52:02.432 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 05:52:02.432 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.433 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:52:02.433 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:52:02.433 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:52:02.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:52:02.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:52:02.433 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:52:02.433 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:52:02.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:52:02.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:52:02.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:52:02.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:52:02.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:52:02.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:02.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:02.470 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:52:02.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 05:52:02.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:52:02.472 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 05:52:02.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 05:52:02.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:52:02.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:52:02.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:52:02.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:52:02.473 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 05:52:02.473 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.473 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 05:52:02.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:02.474 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:02.474 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") 05:52:02.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.474 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 05:52:02.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:02.474 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:02.474 INFO [WorkbenchTestable][AbstractText] Text set to: New text 05:52:02.474 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 05:52:02.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.475 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 05:52:02.475 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:02.475 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:02.475 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") 05:52:02.475 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.475 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 05:52:02.475 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:02.475 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:02.475 INFO [WorkbenchTestable][AbstractText] Text set to: Original text 05:52:02.475 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 05:52:02.475 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:02.475 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:02.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.476 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 05:52:02.476 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 05:52:02.476 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:02.476 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:02.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.632 s - in org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.205 s testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.28 s defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.144 s Running org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:02.479 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:02.479 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:52:02.479 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:02.479 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:02.479 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:02.479 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:52:02.501 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:02.501 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:52:02.501 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:02.501 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:02.501 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:02.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:02.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:02.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:02.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:02.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:02.532 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 05:52:02.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:52:02.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:02.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:02.532 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test clabel") 05:52:02.532 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.532 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:02.532 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:02.536 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:02.536 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:02.537 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:02.537 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:02.537 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:02.537 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:02.537 INFO [main][AbstractShell] Close shell Testing shell 05:52:02.537 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:02.543 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:02.543 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:02.543 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:02.543 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:02.543 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:02.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.552 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:02.552 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:02.552 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:02.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:02.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:02.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:02.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:02.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:02.579 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 05:52:02.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:52:02.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:02.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:02.579 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") 05:52:02.579 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.579 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:02.579 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:02.583 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:02.583 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:02.584 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:02.584 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:02.584 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:02.584 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:02.584 INFO [main][AbstractShell] Close shell Testing shell 05:52:02.584 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:02.594 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:02.594 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:02.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:02.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:02.594 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:02.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.600 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:02.600 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:02.600 INFO [WorkbenchTestable][RequirementsRunner] Started test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:02.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:02.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:02.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:02.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:02.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:02.631 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 05:52:02.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:52:02.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:02.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:02.631 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 05:52:02.631 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.632 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:02.632 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:02.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:02.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 05:52:02.632 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:02.632 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") 05:52:02.632 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.632 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:02.632 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:02.633 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:02.634 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") 05:52:02.634 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.634 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:02.634 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:02.636 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:02.637 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") 05:52:02.637 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.637 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:02.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:02.637 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:02.638 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:02.638 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:02.638 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:02.639 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:02.639 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:02.639 INFO [main][AbstractShell] Close shell Testing shell 05:52:02.639 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:02.645 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:02.645 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:02.645 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:02.645 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:02.645 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:02.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.651 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:02.651 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:02.651 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:02.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:02.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:02.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:02.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:02.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:02.701 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 05:52:02.701 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:52:02.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:02.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:02.701 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") 05:52:02.701 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:02.701 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:02.706 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:02.707 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:02.707 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:02.707 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:02.707 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:02.707 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:02.707 INFO [main][AbstractShell] Close shell Testing shell 05:52:02.707 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:02.713 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:02.713 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:02.713 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:02.713 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:02.713 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:02.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.719 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:02.719 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:02.719 INFO [WorkbenchTestable][RequirementsRunner] Started test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:02.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:02.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:02.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:02.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:02.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:02.750 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 05:52:02.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:52:02.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:02.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:02.751 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") 05:52:02.751 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:02.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:02.753 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:02.754 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 05:52:02.754 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:02.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 05:52:02.754 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:02.754 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:02.754 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:02.754 INFO [main][AbstractShell] Close shell Testing shell 05:52:02.755 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:02.761 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:02.761 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:02.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:02.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:02.761 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:02.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.770 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:02.770 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:02.770 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:02.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:02.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:02.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:02.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:02.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:02.810 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 05:52:02.810 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:52:02.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:02.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:02.811 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*") 05:52:02.811 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.811 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:02.811 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:02.818 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:02.819 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:02.819 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:02.819 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:02.820 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:02.820 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:02.820 INFO [main][AbstractShell] Close shell Testing shell 05:52:02.820 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:02.826 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:02.826 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:02.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:02.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:02.826 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:02.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.831 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:02.831 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:02.831 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:02.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:02.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:02.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:02.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:02.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:02.861 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 05:52:02.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:52:02.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:02.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:02.861 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") 05:52:02.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.862 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:02.862 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:02.864 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:02.865 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:02.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 05:52:02.865 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:02.866 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:02.866 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:02.866 INFO [main][AbstractShell] Close shell Testing shell 05:52:02.866 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:02.872 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:02.872 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:02.872 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:02.872 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:02.872 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:02.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.882 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:02.882 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:02.882 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:02.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:02.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:02.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:02.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:02.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:02.922 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 05:52:02.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:52:02.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:02.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:02.923 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") 05:52:02.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:02.923 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:02.927 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:02.928 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:02.928 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:02.928 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:02.929 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:02.929 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:02.929 INFO [main][AbstractShell] Close shell Testing shell 05:52:02.929 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:02.935 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:02.935 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:02.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:02.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:02.935 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:02.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.940 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:02.940 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:02.940 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:02.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:02.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:02.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:02.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:02.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:02.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 05:52:02.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:52:02.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:02.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:02.969 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") 05:52:02.969 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:02.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:02.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:02.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:02.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:02.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:02.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:02.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:02.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:02.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:02.970 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:02.971 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:02.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 05:52:02.971 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:02.972 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:02.972 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:02.972 INFO [main][AbstractShell] Close shell Testing shell 05:52:02.972 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:02.998 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:02.998 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:02.998 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:02.998 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:02.998 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:03.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:03.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:03.003 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:03.003 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:03.004 INFO [WorkbenchTestable][RequirementsRunner] Started test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:03.004 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:03.004 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:03.004 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:03.004 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:03.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:03.034 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 05:52:03.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:52:03.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:03.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:03.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 05:52:03.034 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:03.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:03.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:03.034 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:03.034 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:03.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:03.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:03.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:03.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:03.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:03.036 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:03.037 INFO [WorkbenchTestable][AbstractText] Type text not so funny text 05:52:03.037 INFO [WorkbenchTestable][AbstractText] Text set to: 05:52:03.037 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:03.037 DEBUG [WorkbenchTestable][AbstractText] Force focus to receive keyboard events 05:52:03.039 INFO [WorkbenchTestable][Keyboard] Type text "not so funny text" 05:52:03.166 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:52:03.166 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 05:52:03.768 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:52:03.768 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 05:52:04.370 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:52:04.370 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 05:52:04.971 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:52:04.971 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 05:52:05.572 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:52:05.572 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 05:52:06.174 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:52:06.174 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 05:52:06.775 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:52:06.775 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 05:52:07.377 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:52:07.377 INFO [WorkbenchTestable][Keyboard] As char:f, as int:102 05:52:07.978 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:52:07.978 INFO [WorkbenchTestable][Keyboard] As char:u, as int:117 05:52:08.580 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:52:08.580 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 05:52:09.181 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:52:09.181 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 05:52:09.783 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:52:09.783 INFO [WorkbenchTestable][Keyboard] As char:y, as int:121 05:52:10.384 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:52:10.384 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 05:52:10.985 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:52:10.985 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 05:52:11.586 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:52:11.587 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 05:52:12.188 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:52:12.188 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 05:52:12.789 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:52:12.789 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 05:52:13.390 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") 05:52:13.390 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:13.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.391 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:13.391 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:13.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:13.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:13.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:13.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:13.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:13.393 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:13.393 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:13.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 05:52:13.393 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:13.394 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:13.394 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:13.394 INFO [main][AbstractShell] Close shell Testing shell 05:52:13.394 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:13.400 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:13.400 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:13.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:13.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:13.400 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:13.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.409 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:13.409 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:13.409 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:13.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:13.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:13.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:13.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:13.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:13.436 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 05:52:13.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:52:13.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:13.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:13.437 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") 05:52:13.437 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:13.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.437 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:13.437 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:13.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:13.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:13.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:13.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:13.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:13.439 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:13.439 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 05:52:13.439 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") 05:52:13.439 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:13.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.439 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:13.439 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:13.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:13.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:13.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:13.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:13.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:13.441 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:13.441 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:13.441 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:13.441 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:13.442 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:13.442 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:13.442 INFO [main][AbstractShell] Close shell Testing shell 05:52:13.442 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:13.448 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:13.448 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:13.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:13.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:13.448 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:13.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.453 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:13.453 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:13.453 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:13.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:13.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:13.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:13.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:13.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:13.482 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 05:52:13.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:52:13.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:13.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:13.482 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?") 05:52:13.482 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:13.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.482 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:13.482 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:13.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:13.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:13.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:13.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:13.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:13.487 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:13.488 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:13.488 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:13.488 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:13.489 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:13.489 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:13.489 INFO [main][AbstractShell] Close shell Testing shell 05:52:13.489 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:13.495 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:13.495 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:13.495 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:13.495 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:13.495 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:13.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.500 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:13.500 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:13.500 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:13.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:13.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:13.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:13.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:13.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:13.530 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 05:52:13.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:52:13.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:13.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:13.530 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 *") 05:52:13.530 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:13.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.530 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:13.530 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:13.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:13.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:13.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:13.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:13.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:13.535 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:13.536 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:13.536 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:13.536 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:13.536 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:13.536 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:13.536 INFO [main][AbstractShell] Close shell Testing shell 05:52:13.536 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:13.542 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:13.542 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:13.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:13.543 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:13.543 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:13.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.548 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:13.548 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:13.548 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:13.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:13.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:13.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:13.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:13.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:13.577 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 05:52:13.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:52:13.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:13.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:13.577 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") 05:52:13.577 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:13.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.577 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:13.577 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:13.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:13.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:13.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:13.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:13.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:13.579 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:13.580 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:13.580 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:13.580 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:13.581 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:13.581 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:13.581 INFO [main][AbstractShell] Close shell Testing shell 05:52:13.581 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:13.587 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:13.587 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:13.587 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:13.587 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:13.587 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:13.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.596 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:13.596 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:13.596 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:13.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:13.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:13.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:13.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:13.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:13.625 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 05:52:13.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:52:13.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:13.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:13.625 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") 05:52:13.625 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:13.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.625 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:13.625 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:13.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:13.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:13.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:13.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:13.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:13.630 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:13.631 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:13.631 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:13.631 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:13.632 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:13.632 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:13.632 INFO [main][AbstractShell] Close shell Testing shell 05:52:13.632 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:13.638 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:13.638 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:13.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:13.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:13.638 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:13.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.644 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:13.644 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:13.644 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:13.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:13.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:13.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:13.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:13.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:13.697 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 05:52:13.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:52:13.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:13.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:13.697 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") 05:52:13.697 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:13.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.697 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:13.697 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:13.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:13.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:13.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:13.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:13.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:13.699 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:13.700 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:13.700 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:13.700 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:13.700 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:13.700 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:13.700 INFO [main][AbstractShell] Close shell Testing shell 05:52:13.700 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:13.706 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:13.706 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:13.706 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:13.706 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:13.707 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:13.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.712 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:13.712 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:13.712 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:13.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:13.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:13.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:13.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:13.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:13.740 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 05:52:13.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:52:13.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:13.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:13.741 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") 05:52:13.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:13.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.741 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:13.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:13.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:13.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:13.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:13.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:13.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:13.744 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:13.745 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:13.745 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:13.745 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:13.745 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:13.745 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:13.745 INFO [main][AbstractShell] Close shell Testing shell 05:52:13.745 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:13.751 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:13.751 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:13.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:13.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:13.752 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:13.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.761 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 05:52:13.761 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 05:52:13.761 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:13.761 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:13.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.283 s - in org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.051 s findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.048 s setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.051 s findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.068 s setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.051 s findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.061 s getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.05 s findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.058 s findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.063 s typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 10.405 s setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.044 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.068 s findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.049 s Running org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 05:52:13.764 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 05:52:13.764 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:52:13.764 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:13.764 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 05:52:13.764 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:13.764 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:52:13.765 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:13.765 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:52:13.765 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:13.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:13.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:13.767 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' is already open. Activate. 05:52:13.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:13.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:13.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:52:13.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:13.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:13.769 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:52:13.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 '\*?\QRedDeer SWT Controls\E') 05:52:13.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:13.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:13.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:13.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:13.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:52:13.771 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 05:52:13.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 05:52:13.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:52:13.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:52:13.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:52:13.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:52:13.772 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:13.772 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 05:52:13.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 05:52:13.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:13.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:13.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:13.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:13.803 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 05:52:13.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:52:13.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:13.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:13.804 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:52:13.804 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:13.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.804 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:13.804 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:13.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:13.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:13.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:13.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:13.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:52:13.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:13.815 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 05:52:13.816 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 05:52:13.816 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:13.816 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:13.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.816 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 05:52:13.816 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:13.816 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 05:52:13.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 05:52:13.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:13.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:13.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:13.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:13.826 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 05:52:13.826 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:52:13.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:13.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:13.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:52:13.827 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:13.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.827 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:13.827 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:13.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:13.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:13.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:13.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:13.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:52:13.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:13.835 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 05:52:13.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 05:52:13.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:13.835 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:13.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.836 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 05:52:13.836 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:13.836 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 05:52:13.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 05:52:13.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:13.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:13.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:13.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:52:13.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:13.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.836 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 05:52:13.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:13.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:13.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:13.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:13.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:13.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:52:13.837 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") 05:52:13.837 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:13.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.838 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 05:52:13.838 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:13.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:13.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:13.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:13.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:13.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:52:13.838 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: Modified styled text 05:52:13.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:13.839 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 05:52:13.839 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 05:52:13.839 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:13.839 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:13.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.839 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 05:52:13.839 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 05:52:13.839 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:13.839 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:13.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.reddeer.swt.test.impl.text.StyledTextTest defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.044 s defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.02 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 05:52:13.849 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 05:52:13.850 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:52:13.850 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:13.850 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 05:52:13.850 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:13.850 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:52:13.854 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:13.854 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:52:13.854 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:13.854 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:13.854 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 05:52:13.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 05:52:13.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:13.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:13.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:13.895 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) 05:52:13.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:13.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:13.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:13.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:13.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:13.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:13.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:52:13.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 05:52:14.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:52:14.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 05:52:14.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:52:14.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 05:52:14.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:52:14.902 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 2 was not found 05:52:14.902 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:14.902 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:14.902 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:14.902 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:14.902 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:14.902 INFO [main][AbstractShell] Close shell Testing shell 05:52:14.902 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:14.904 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:14.904 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:14.904 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 05:52:14.904 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:14.904 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:14.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:14.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:14.908 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 05:52:14.908 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:14.908 INFO [WorkbenchTestable][RequirementsRunner] Started test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 05:52:14.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 05:52:14.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:14.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:14.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:14.914 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) 05:52:14.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:14.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:14.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:14.922 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:14.922 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:14.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:14.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:14.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:14.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:14.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 05:52:14.923 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) 05:52:14.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:14.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:14.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:14.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:14.923 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:14.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:14.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:14.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:14.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:14.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 05:52:14.923 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:14.923 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:14.923 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:14.923 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:14.923 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:14.923 INFO [main][AbstractShell] Close shell Testing shell 05:52:14.923 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:14.925 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:14.925 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:14.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 05:52:14.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:14.925 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:14.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:14.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:14.929 INFO [WorkbenchTestable][RequirementsRunner] Finished test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 05:52:14.929 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:14.929 INFO [WorkbenchTestable][RequirementsRunner] Started test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 05:52:14.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 05:52:14.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:14.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:14.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:14.936 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) 05:52:14.936 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:14.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:14.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:14.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:14.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:14.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:14.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:14.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:14.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:14.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 05:52:14.941 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) 05:52:14.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:14.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:14.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:14.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:14.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:14.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:14.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:14.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:14.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:14.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 05:52:14.941 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) 05:52:14.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:14.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:14.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:14.942 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:14.942 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:14.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:14.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:14.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:14.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:14.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was found 05:52:14.943 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:14.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 05:52:14.943 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:14.943 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:14.943 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:14.943 INFO [main][AbstractShell] Close shell Testing shell 05:52:14.943 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:14.945 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:14.945 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:14.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 05:52:14.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:14.945 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:14.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:14.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:14.953 INFO [WorkbenchTestable][RequirementsRunner] Finished test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 05:52:14.953 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:14.953 INFO [WorkbenchTestable][RequirementsRunner] Started test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 05:52:14.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 05:52:14.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:14.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:14.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:14.957 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) 05:52:14.957 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:14.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:14.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:14.962 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:14.962 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:14.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:14.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:14.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 05:52:15.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:15.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 05:52:15.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:15.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 05:52:15.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:52:15.964 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 05:52:15.965 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:15.965 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:15.965 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:15.965 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:15.965 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:15.965 INFO [main][AbstractShell] Close shell Testing shell 05:52:15.965 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:15.967 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:15.967 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:15.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 05:52:15.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:15.967 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:15.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:16.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:16.468 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 05:52:16.468 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:16.469 INFO [WorkbenchTestable][RequirementsRunner] Started test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 05:52:16.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 05:52:16.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:16.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:16.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:16.473 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) 05:52:16.473 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:16.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:16.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:16.478 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:16.478 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:16.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:16.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:16.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:16.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:16.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 05:52:16.478 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) 05:52:16.478 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:16.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:16.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:16.478 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:16.478 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:16.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:16.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:16.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:16.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:16.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 05:52:16.480 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:16.480 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:16.480 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:16.480 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:16.480 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:16.480 INFO [main][AbstractShell] Close shell Testing shell 05:52:16.480 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:16.482 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:16.482 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:16.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 05:52:16.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:16.482 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:16.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:16.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:16.486 INFO [WorkbenchTestable][RequirementsRunner] Finished test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 05:52:16.486 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:16.486 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 05:52:16.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 05:52:16.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:16.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:16.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:16.490 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) 05:52:16.490 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:16.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:16.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:16.495 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:16.495 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:16.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:16.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:16.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 05:52:16.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:16.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 05:52:17.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:17.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 05:52:17.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:52:17.497 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 05:52:17.497 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:17.497 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:17.497 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:17.497 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:17.497 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:17.497 INFO [main][AbstractShell] Close shell Testing shell 05:52:17.497 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:17.499 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:17.499 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:17.499 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 05:52:17.499 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:17.499 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:17.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:17.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:17.504 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 05:52:17.504 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 05:52:17.504 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:17.504 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:17.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:17.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.655 s - in org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.054 s IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.021 s horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.024 s noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.515 s verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.017 s nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.018 s Running org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 05:52:17.507 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 05:52:17.507 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:52:17.507 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:17.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 05:52:17.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:17.507 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:52:17.508 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:17.508 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:52:17.508 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:17.508 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:17.508 INFO [WorkbenchTestable][RequirementsRunner] Started test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 05:52:17.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 05:52:17.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:17.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:17.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:17.515 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 05:52:17.515 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:17.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:17.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:17.524 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:17.524 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:17.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:17.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:17.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:17.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:17.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 05:52:17.525 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:17.525 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:17.525 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:17.526 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:17.526 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:17.526 INFO [main][AbstractShell] Close shell Testing shell 05:52:17.526 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:17.528 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:17.528 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:17.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 05:52:17.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:17.528 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:17.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:17.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:17.532 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 05:52:17.532 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:17.532 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 05:52:17.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 05:52:17.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:17.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:17.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:17.537 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 05:52:17.537 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:17.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:17.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:17.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:17.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:17.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:17.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 05:52:17.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 05:52:18.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 05:52:18.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 05:52:18.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 05:52:18.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 05:52:18.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:52:18.546 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 4 was not found 05:52:18.546 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:18.546 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:18.546 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:18.546 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:18.546 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:18.546 INFO [main][AbstractShell] Close shell Testing shell 05:52:18.546 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:18.548 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:18.548 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:18.548 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 05:52:18.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:18.549 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:18.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:18.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:18.553 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 05:52:18.553 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:18.553 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 05:52:18.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 05:52:18.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:18.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:18.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:18.557 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 05:52:18.557 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:18.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:18.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:18.566 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:18.566 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:18.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:18.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:18.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:18.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:18.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 05:52:18.567 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:18.567 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:18.567 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:18.567 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:18.567 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:18.567 INFO [main][AbstractShell] Close shell Testing shell 05:52:18.567 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:18.570 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:18.570 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:18.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 05:52:18.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:18.570 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:18.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:18.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:18.574 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 05:52:18.574 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:18.574 INFO [WorkbenchTestable][RequirementsRunner] Started test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 05:52:18.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 05:52:18.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:18.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:18.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:18.579 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 05:52:18.579 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:18.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:18.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:18.587 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:18.587 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:18.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:18.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:18.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:18.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:18.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 05:52:18.588 TRACE [WorkbenchTestable][WidgetHandler] Notify Scale with event 13 05:52:18.589 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:52:18.589 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 05:52:18.589 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:18.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:18.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:18.589 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:18.589 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:18.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:18.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:18.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:18.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:18.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:18.589 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:18.590 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:18.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 05:52:18.590 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:18.590 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:18.590 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:18.590 INFO [main][AbstractShell] Close shell Testing shell 05:52:18.590 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:18.592 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:18.592 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:18.592 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 05:52:18.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:18.593 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:18.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:18.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:18.601 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 05:52:18.601 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:18.601 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 05:52:18.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 05:52:18.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:18.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:18.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:18.606 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 05:52:18.606 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:18.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:18.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:18.612 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:18.612 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:18.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:18.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:18.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:18.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:18.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 05:52:18.613 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:18.613 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:18.613 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:18.613 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:18.613 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:18.613 INFO [main][AbstractShell] Close shell Testing shell 05:52:18.613 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:18.616 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:18.616 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:18.616 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 05:52:18.616 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:18.616 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:18.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:18.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:18.620 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 05:52:18.620 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:18.620 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 05:52:18.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 05:52:18.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:18.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:18.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:18.625 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 05:52:18.625 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:18.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:18.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:18.634 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:18.634 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:18.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:18.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:18.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:18.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:18.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 05:52:18.634 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:18.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 05:52:18.635 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:18.635 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:18.635 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:18.635 INFO [main][AbstractShell] Close shell Testing shell 05:52:18.635 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:18.637 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:18.637 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:18.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 05:52:18.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:18.637 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:18.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:18.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:18.641 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 05:52:18.641 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 05:52:18.641 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:18.641 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:18.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:18.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.135 s - in org.eclipse.reddeer.swt.test.impl.scale.ScaleTest findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.024 s findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 1.021 s getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.021 s setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.027 s getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.019 s getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.021 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:18.644 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:18.645 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:52:18.645 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:18.645 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:18.645 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:18.645 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:52:18.650 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:18.650 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:52:18.650 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:18.650 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:18.650 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:18.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:18.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:18.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:18.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:18.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:52:18.904 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:19.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:19.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:19.088 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:19.088 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:19.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:19.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:19.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:19.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:19.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:52:19.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:19.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:19.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:19.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:19.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:19.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:19.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:19.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:19.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:19.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:19.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:19.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:19.114 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:19.114 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:19.114 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:19.114 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:19.114 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:19.114 INFO [main][AbstractShell] Close shell Testing shell 05:52:19.114 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:19.120 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:19.120 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:19.120 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:19.120 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:19.120 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:19.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:19.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:19.124 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:19.124 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:19.124 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:19.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:19.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:19.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:19.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:19.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:52:19.345 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:19.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:19.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:19.529 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:19.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:19.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:19.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:19.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:19.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:19.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:52:19.531 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 05:52:19.531 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:19.532 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:19.532 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:19.532 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:19.532 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:19.532 INFO [main][AbstractShell] Close shell Testing shell 05:52:19.532 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:19.538 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:19.538 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:19.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:19.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:19.538 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:19.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:19.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:19.546 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:19.546 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:19.546 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:19.546 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:19.546 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:19.546 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:19.546 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:19.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:52:19.755 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:19.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:19.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:19.938 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:19.938 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:19.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:19.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:19.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:19.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:19.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:52:19.939 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 3) 05:52:19.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:19.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:19.940 TRACE [main][WidgetHandler] Notify Table with event 13 05:52:19.940 TRACE [main][WidgetHandler] Wait for synchronization 05:52:19.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:19.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:19.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:19.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:19.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:19.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:19.943 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:19.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 05:52:19.943 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:19.944 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:19.944 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:19.944 INFO [main][AbstractShell] Close shell Testing shell 05:52:19.944 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:19.949 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:19.949 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:19.949 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:19.949 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:19.949 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:19.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:19.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:19.954 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:19.954 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:19.954 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:19.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:19.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:19.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:19.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:20.175 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 05:52:20.175 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:20.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:20.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:20.363 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:20.363 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:20.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:20.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:52:20.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:52:20.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:20.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 05:52:20.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:20.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:20.368 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 05:52:20.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 05:52:20.370 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 05:52:20.370 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:52:20.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 05:52:20.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:20.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:20.373 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:20.373 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:20.373 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:20.373 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:20.373 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:20.373 INFO [main][AbstractShell] Close shell Testing shell 05:52:20.373 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:20.379 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:20.379 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:20.379 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:20.379 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:20.379 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:20.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:20.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:20.383 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:20.383 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:20.383 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:20.383 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:20.383 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:20.383 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:20.383 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:20.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:52:20.596 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:20.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:20.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:20.784 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:20.784 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:20.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:20.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:20.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:20.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:20.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:52:20.785 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 05:52:20.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:20.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:20.785 TRACE [main][WidgetHandler] Notify Table with event 13 05:52:20.785 TRACE [main][WidgetHandler] Wait for synchronization 05:52:20.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:20.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:20.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:20.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:20.787 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:20.787 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:20.787 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:20.787 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:20.787 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:20.787 INFO [main][AbstractShell] Close shell Testing shell 05:52:20.787 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:20.793 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:20.793 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:20.793 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:20.793 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:20.793 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:20.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:20.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:20.798 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:20.798 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:20.798 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:20.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:20.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:20.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:20.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:21.008 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 05:52:21.008 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:21.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:21.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:21.194 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:21.194 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:21.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:21.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:21.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:21.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:21.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 05:52:21.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:21.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:21.197 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 05:52:21.197 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:21.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:21.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:21.197 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:21.197 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:21.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:21.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:21.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:21.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:21.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 05:52:21.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:21.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:21.199 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 05:52:21.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:21.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:21.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:21.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:21.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:21.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:21.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:21.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:21.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:21.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 05:52:21.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:21.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:21.202 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:21.202 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:21.202 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:21.202 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:21.202 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:21.202 INFO [main][AbstractShell] Close shell Testing shell 05:52:21.202 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:21.208 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:21.208 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:21.208 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:21.208 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:21.208 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:21.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:21.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:21.212 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:21.212 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:21.213 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:21.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:21.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:21.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:21.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:21.420 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 05:52:21.420 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:21.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:21.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:21.603 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:21.603 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:21.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:21.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:21.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:21.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:21.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 05:52:21.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:21.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:21.606 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 05:52:21.606 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:21.606 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:21.606 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:21.606 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:21.606 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:21.606 INFO [main][AbstractShell] Close shell Testing shell 05:52:21.606 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:21.612 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:21.612 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:21.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:21.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:21.612 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:21.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:21.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:21.620 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:21.620 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:21.620 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:21.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:21.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:21.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:21.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:21.827 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 05:52:21.827 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:22.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:22.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:22.011 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:22.011 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:22.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:22.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:22.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:22.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:22.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 05:52:22.013 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 05:52:22.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:22.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:22.013 TRACE [main][WidgetHandler] Notify Table with event 13 05:52:22.013 TRACE [main][WidgetHandler] Wait for synchronization 05:52:22.014 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:22.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 05:52:22.014 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:22.014 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:22.014 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:22.014 INFO [main][AbstractShell] Close shell Testing shell 05:52:22.014 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:22.019 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:22.019 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:22.020 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:22.020 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:22.020 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:22.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:22.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:22.023 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:22.023 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:22.024 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:22.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:22.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:22.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:22.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:22.235 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 05:52:22.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:22.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:22.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:22.428 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:22.428 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:22.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:22.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:52:22.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:52:22.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:22.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 05:52:22.432 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 05:52:22.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:22.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:22.432 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:22.432 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:22.432 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:22.433 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:22.433 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:22.433 INFO [main][AbstractShell] Close shell Testing shell 05:52:22.433 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:22.438 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:22.438 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:22.438 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:22.438 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:22.438 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:22.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:22.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:22.443 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:22.443 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:22.443 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:22.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:22.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:22.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:22.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:22.655 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 05:52:22.655 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:22.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:22.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:22.846 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:22.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:22.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:22.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:22.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:22.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:22.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 05:52:22.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2... 05:52:22.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:22.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:22.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2 finished successfully 05:52:22.848 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:22.849 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:22.849 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:22.849 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:22.849 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:22.849 INFO [main][AbstractShell] Close shell Testing shell 05:52:22.849 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:22.854 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:22.854 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:22.854 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:22.854 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:22.855 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:22.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:22.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:22.859 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:22.859 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:22.859 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:22.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:22.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:22.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:22.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:23.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:52:23.070 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:23.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:23.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:23.255 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:23.255 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:23.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:23.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:23.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:23.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:23.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:52:23.257 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:23.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 05:52:23.257 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:23.257 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:23.257 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:23.257 INFO [main][AbstractShell] Close shell Testing shell 05:52:23.257 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:23.263 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:23.263 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:23.263 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:23.263 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:23.263 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:23.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:23.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:23.271 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:23.271 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:23.271 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:23.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:23.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:23.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:23.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:23.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 05:52:23.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:23.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:23.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:23.663 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:23.663 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:23.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:23.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:23.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:23.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:23.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 05:52:23.666 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') 05:52:23.666 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:23.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:23.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:23.667 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:23.667 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:23.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:23.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:23.667 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 05:52:23.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 05:52:23.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:23.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:23.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:52:23.669 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:23.669 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:23.669 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:23.669 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:23.669 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:23.669 INFO [main][AbstractShell] Close shell Testing shell 05:52:23.669 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:23.674 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:23.675 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:23.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:23.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:23.675 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:23.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:23.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:23.679 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:23.679 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:23.679 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:23.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:23.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:23.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:23.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:23.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:52:23.889 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:24.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:24.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:24.077 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:24.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:24.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:24.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:24.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:24.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:24.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:52:24.077 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 05:52:24.078 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:24.078 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:24.078 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:24.078 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:24.078 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:24.078 INFO [main][AbstractShell] Close shell Testing shell 05:52:24.078 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:24.083 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:24.083 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:24.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:24.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:24.083 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:24.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:24.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:24.092 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:24.092 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:24.092 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:24.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:24.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:24.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:24.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:24.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:52:24.300 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:24.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:24.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:24.485 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:24.485 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:24.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:24.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:24.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:24.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:24.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:52:24.486 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 05:52:24.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:24.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:24.486 TRACE [main][WidgetHandler] Notify Table with event 13 05:52:24.486 TRACE [main][WidgetHandler] Wait for synchronization 05:52:24.487 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:24.487 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:24.487 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:24.487 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:24.487 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:24.487 INFO [main][AbstractShell] Close shell Testing shell 05:52:24.487 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:24.492 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:24.492 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:24.492 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:24.492 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:24.492 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:24.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:24.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:24.502 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:24.502 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:24.502 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:24.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:24.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:24.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:24.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:24.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:52:24.709 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:24.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:24.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:24.895 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:24.895 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:24.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:24.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:24.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:24.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:24.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:52:24.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:24.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:24.896 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 05:52:24.896 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:24.896 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:24.896 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:24.896 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:24.896 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:24.896 INFO [main][AbstractShell] Close shell Testing shell 05:52:24.896 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:24.904 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:24.904 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:24.904 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:24.904 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:24.904 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:24.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:24.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:24.908 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:24.908 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:24.908 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:24.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:24.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:24.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:24.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:25.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:52:25.117 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:25.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:25.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:25.305 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:25.305 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:25.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:25.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:25.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:25.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:25.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:52:25.306 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:25.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 05:52:25.306 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:25.306 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:25.306 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:25.306 INFO [main][AbstractShell] Close shell Testing shell 05:52:25.306 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:25.319 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:25.319 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:25.319 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:25.319 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:25.319 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:25.323 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:25.323 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:25.323 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:25.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:25.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:25.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:25.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:25.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:52:25.533 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:25.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:25.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:25.719 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:25.719 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:25.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:25.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:25.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:25.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:25.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:52:25.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:25.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:25.721 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:25.721 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:25.721 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:25.721 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:25.721 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:25.721 INFO [main][AbstractShell] Close shell Testing shell 05:52:25.721 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:25.727 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:25.727 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:25.727 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:25.727 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:25.727 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:25.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:25.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:25.735 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:25.735 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:25.735 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:25.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:25.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:25.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:25.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:25.943 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 05:52:25.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:26.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:26.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:26.130 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:26.130 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:26.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:26.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:52:26.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:52:26.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:26.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 05:52:26.134 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 05:52:26.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:26.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:26.134 TRACE [main][WidgetHandler] Notify Table with event 13 05:52:26.134 TRACE [main][WidgetHandler] Wait for synchronization 05:52:26.134 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:26.134 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:26.134 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:26.134 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:26.134 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:26.134 INFO [main][AbstractShell] Close shell Testing shell 05:52:26.134 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:26.139 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:26.139 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:26.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:26.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:26.140 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:26.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:26.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:26.143 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:26.144 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:26.144 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:26.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:26.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:26.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:26.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:26.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:52:26.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:26.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:26.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:26.544 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:26.544 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:26.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:26.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:26.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:26.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:26.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:52:26.546 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:26.546 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:26.546 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:26.546 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:26.546 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:26.546 INFO [main][AbstractShell] Close shell Testing shell 05:52:26.546 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:26.551 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:26.551 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:26.551 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:26.551 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:26.551 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:26.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:26.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:26.559 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:26.560 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:26.560 INFO [WorkbenchTestable][RequirementsRunner] Started test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:26.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:26.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:26.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:26.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:26.774 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 05:52:26.774 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:26.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:26.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:26.956 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:26.956 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:26.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:26.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:26.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:26.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:26.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 05:52:26.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:26.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:26.959 INFO [WorkbenchTestable][AbstractTableItem] Double click table item x 05:52:26.960 TRACE [main][WidgetHandler] Notify Table with event 13 05:52:26.960 TRACE [main][WidgetHandler] Wait for synchronization 05:52:26.960 TRACE [main][WidgetHandler] Notify Table with event 8 05:52:26.960 TRACE [main][WidgetHandler] Wait for synchronization 05:52:26.961 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:26.961 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:26.962 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:26.962 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:26.962 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:26.962 INFO [main][AbstractShell] Close shell Testing shell 05:52:26.962 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:26.971 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:26.971 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:26.971 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:26.971 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:26.971 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:26.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:26.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:26.977 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:26.977 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:26.977 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:26.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:26.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:26.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:26.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:27.192 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 05:52:27.192 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:27.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:27.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:27.379 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:27.379 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:27.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:27.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:27.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:27.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:27.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 05:52:27.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:27.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:27.383 TRACE [main][WidgetHandler] Notify Table with event 13 05:52:27.383 TRACE [main][WidgetHandler] Wait for synchronization 05:52:27.383 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 05:52:27.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:27.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:27.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:27.383 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:27.383 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:27.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:27.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:27.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:27.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:27.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 05:52:27.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:27.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:27.385 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:27.385 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:27.385 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:27.386 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:27.386 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:27.386 INFO [main][AbstractShell] Close shell Testing shell 05:52:27.386 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:27.391 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:27.391 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:27.391 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:27.391 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:27.391 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:27.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:27.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:27.395 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:27.395 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:27.396 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:27.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:27.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:27.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:27.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:27.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:52:27.602 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:27.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:27.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:27.788 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:27.788 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:27.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:27.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:27.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:27.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:27.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:52:27.789 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4, 5) 05:52:27.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:27.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:27.789 TRACE [main][WidgetHandler] Notify Table with event 13 05:52:27.789 TRACE [main][WidgetHandler] Wait for synchronization 05:52:27.789 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:27.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 05:52:27.789 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:27.789 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:27.789 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:27.789 INFO [main][AbstractShell] Close shell Testing shell 05:52:27.789 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:27.795 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:27.795 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:27.795 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:27.795 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:27.795 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:27.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:27.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:27.803 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:27.803 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:27.803 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:27.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:27.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:27.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:27.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:28.007 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 05:52:28.007 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:28.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:28.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:28.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:28.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:28.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:28.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:28.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:28.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:28.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 05:52:28.194 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 05:52:28.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:28.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:28.194 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:28.194 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:28.194 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:28.195 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:28.195 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:28.195 INFO [main][AbstractShell] Close shell Testing shell 05:52:28.195 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:28.200 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:28.200 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:28.200 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:28.200 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:28.200 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:28.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:28.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:28.701 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:28.701 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:28.701 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:28.701 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:28.701 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:28.701 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:28.701 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:28.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:52:28.913 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:29.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:29.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:29.102 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:29.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:29.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:29.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:29.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:29.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:29.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:52:29.103 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 05:52:29.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:29.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:29.103 TRACE [main][WidgetHandler] Notify Table with event 13 05:52:29.103 TRACE [main][WidgetHandler] Wait for synchronization 05:52:29.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:29.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:29.104 INFO [WorkbenchTestable][AbstractTable] Deselect all table rows 05:52:29.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:29.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:29.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:29.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:29.106 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:29.106 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:29.106 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:29.106 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:29.106 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:29.106 INFO [main][AbstractShell] Close shell Testing shell 05:52:29.106 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:29.113 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:29.113 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:29.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:29.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:29.113 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:29.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:29.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:29.118 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:29.118 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:29.118 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:29.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:29.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:29.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:29.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:29.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:52:29.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:29.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:29.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:29.511 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:29.511 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:29.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:29.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:29.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:29.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:29.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:52:29.512 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 05:52:29.512 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:29.512 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:29.512 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:29.512 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:29.513 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:29.513 INFO [main][AbstractShell] Close shell Testing shell 05:52:29.513 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:29.518 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:29.518 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:29.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:29.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:29.518 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:29.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:29.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:29.527 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:29.527 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:29.527 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:29.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:29.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:29.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:29.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:29.732 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 05:52:29.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:29.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:29.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:29.914 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:29.914 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:29.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:29.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:29.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:29.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:29.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 05:52:29.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2... 05:52:29.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:29.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:30.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:30.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:30.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:30.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:31.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:31.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:31.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:31.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:32.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:32.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:32.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:32.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:33.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:33.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:33.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:33.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:34.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:34.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:34.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:34.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:35.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:35.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:35.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:35.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:36.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:36.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:36.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:36.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:37.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:37.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:37.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:37.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:38.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:38.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:38.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:38.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:39.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:39.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:39.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:52:39.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:52:39.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2 failed, an exception will be thrown 05:52:39.957 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:39.957 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:39.957 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:39.957 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:39.957 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:39.957 INFO [main][AbstractShell] Close shell Testing shell 05:52:39.957 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:39.963 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:39.963 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:39.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:39.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:39.963 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:39.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:39.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:39.968 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 05:52:39.968 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 05:52:39.968 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:39.968 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:39.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:39.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.324 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.474 s testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.422 s testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.408 s testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.429 s testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.415 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.407 s testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.403 s testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.419 s waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.416 s testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.412 s testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.408 s testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.413 s testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.41 s testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.406 s testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.415 s indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.412 s testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.408 s testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.415 s doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.417 s testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.418 s testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.408 s testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.898 s testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.417 s testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.409 s waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 10.441 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 05:52:39.972 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 05:52:39.972 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:52:39.972 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:39.972 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 05:52:39.972 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:39.972 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:52:39.973 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:39.973 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:52:39.973 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:39.973 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:39.973 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 05:52:39.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 05:52:39.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:39.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:39.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:40.114 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 05:52:40.114 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:40.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:40.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:40.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:40.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:40.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:40.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:40.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:40.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:40.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 05:52:40.246 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") 05:52:40.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:40.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:40.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:40.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:40.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 05:52:40.247 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:40.247 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:40.247 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:40.247 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:40.247 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:40.247 INFO [main][AbstractShell] Close shell Testing shell 05:52:40.247 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:40.253 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:40.253 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:40.253 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 05:52:40.254 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:40.254 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:40.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:40.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:40.258 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 05:52:40.258 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:40.258 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 05:52:40.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 05:52:40.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:40.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:40.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:40.399 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 05:52:40.399 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:40.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:40.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:40.527 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:40.527 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:40.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:40.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:40.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:40.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:40.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 05:52:40.528 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:40.528 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:40.528 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:40.528 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:40.528 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:40.528 INFO [main][AbstractShell] Close shell Testing shell 05:52:40.528 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:40.533 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:40.533 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:40.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 05:52:40.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:40.533 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:40.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:40.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:40.537 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 05:52:40.537 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:40.537 INFO [WorkbenchTestable][RequirementsRunner] Started test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 05:52:40.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 05:52:40.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:40.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:40.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:40.677 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") 05:52:40.677 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:40.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:40.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:40.813 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:40.813 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:40.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:40.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:40.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:40.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:40.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 05:52:40.813 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:40.814 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:40.814 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:40.814 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:40.814 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:40.814 INFO [main][AbstractShell] Close shell Testing shell 05:52:40.814 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:40.818 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:40.818 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:40.818 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 05:52:40.818 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:40.818 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:40.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:40.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:40.823 INFO [WorkbenchTestable][RequirementsRunner] Finished test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 05:52:40.823 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:40.823 INFO [WorkbenchTestable][RequirementsRunner] Started test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 05:52:40.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 05:52:40.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:40.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:40.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:40.966 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 05:52:40.966 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:41.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:41.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:41.096 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:41.096 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:41.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:41.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:41.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:41.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:41.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 05:52:41.101 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") 05:52:41.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:41.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:41.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:41.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:41.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 05:52:41.101 INFO [WorkbenchTestable][AbstractTableItem] Double click table item 1 2 05:52:41.101 TRACE [main][WidgetHandler] Notify Table with event 13 05:52:41.101 TRACE [main][WidgetHandler] Wait for synchronization 05:52:41.102 TRACE [main][WidgetHandler] Notify Table with event 3 05:52:41.102 TRACE [main][WidgetHandler] Wait for synchronization 05:52:41.102 TRACE [main][WidgetHandler] Notify Table with event 4 05:52:41.102 TRACE [main][WidgetHandler] Wait for synchronization 05:52:41.103 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:41.104 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:41.104 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:41.104 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:41.104 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:41.104 INFO [main][AbstractShell] Close shell Testing shell 05:52:41.104 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:41.110 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:41.110 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:41.110 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 05:52:41.110 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:41.110 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:41.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:41.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:41.116 INFO [WorkbenchTestable][RequirementsRunner] Finished test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 05:52:41.116 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:41.116 INFO [WorkbenchTestable][RequirementsRunner] Started test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 05:52:41.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 05:52:41.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:41.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:41.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:41.253 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 05:52:41.253 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:41.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:41.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:41.384 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:41.384 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:41.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:41.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:41.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:41.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:41.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 05:52:41.385 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:41.385 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:41.385 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:41.385 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:41.385 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:41.385 INFO [main][AbstractShell] Close shell Testing shell 05:52:41.385 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:41.389 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:41.389 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:41.389 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 05:52:41.389 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:41.389 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:41.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:41.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:41.393 INFO [WorkbenchTestable][RequirementsRunner] Finished test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 05:52:41.393 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:41.393 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 05:52:41.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 05:52:41.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:41.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:41.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:41.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 05:52:41.531 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:41.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:41.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:41.665 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:41.665 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:41.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:41.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:41.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:41.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:41.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 05:52:41.668 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 05:52:41.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:41.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:41.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:41.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:41.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 05:52:41.668 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:41.668 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:41.668 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:41.668 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:41.668 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:41.668 INFO [main][AbstractShell] Close shell Testing shell 05:52:41.668 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:41.673 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:41.673 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:41.673 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 05:52:41.673 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:41.673 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:41.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:41.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:41.677 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 05:52:41.677 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:41.677 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 05:52:41.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 05:52:41.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:41.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:41.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:41.833 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 05:52:41.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:41.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:41.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:41.961 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:41.961 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:41.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:41.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:41.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:41.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:41.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 05:52:41.964 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 05:52:41.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:41.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:41.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:41.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:41.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 05:52:41.964 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:41.964 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:41.964 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:41.964 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:41.965 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:41.965 INFO [main][AbstractShell] Close shell Testing shell 05:52:41.965 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:41.969 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:41.969 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:41.969 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 05:52:41.969 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:41.969 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:41.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:41.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:41.974 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 05:52:41.974 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 05:52:41.974 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:41.974 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:41.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:41.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.003 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.285 s defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.279 s text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.286 s click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.293 s index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.277 s referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.284 s referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.297 s Running org.eclipse.reddeer.swt.test.impl.combo.ComboTest 05:52:41.976 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 05:52:41.977 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:52:41.977 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:41.977 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 05:52:41.977 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:41.977 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:52:41.982 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:41.982 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:52:41.982 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:41.982 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:41.982 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 05:52:41.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 05:52:41.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:41.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:41.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:41.998 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 05:52:41.998 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:42.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:42.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:42.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:42.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:42.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:42.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:42.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:42.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:42.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 05:52:42.008 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:") 05:52:42.008 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:42.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:42.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:42.008 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:42.008 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:42.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:42.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:42.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:42.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:42.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 05:52:42.010 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:42.010 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:42.010 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:42.011 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:42.011 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:42.011 INFO [main][AbstractShell] Close shell Testing shell 05:52:42.011 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:42.015 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:42.015 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:42.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 05:52:42.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:42.015 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:42.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:42.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:42.019 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 05:52:42.020 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:42.020 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 05:52:42.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 05:52:42.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:42.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:42.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:42.037 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') 05:52:42.037 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:42.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:42.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:42.048 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:42.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:42.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:42.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:42.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 05:52:42.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 05:52:42.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 05:52:42.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 05:52:42.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:42.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:42.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 05:52:42.050 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 05:52:42.051 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:42.051 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:42.051 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:42.052 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:42.052 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:42.052 INFO [main][AbstractShell] Close shell Testing shell 05:52:42.052 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:42.057 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:42.057 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:42.057 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 05:52:42.057 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:42.057 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:42.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:42.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:42.065 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 05:52:42.066 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:42.066 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 05:52:42.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 05:52:42.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:42.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:42.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:42.079 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") 05:52:42.079 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:42.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:42.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:42.088 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:42.088 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:42.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:42.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:42.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:42.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:42.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 05:52:42.089 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 05:52:42.089 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:42.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:42.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:42.089 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:42.089 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:42.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:42.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:42.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:42.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:42.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 05:52:42.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 05:52:42.089 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:42.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:42.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:42.089 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:42.089 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:42.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:42.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:42.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:42.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:42.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 05:52:42.090 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 05:52:42.090 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:42.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:42.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:42.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:42.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:42.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:42.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:42.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:42.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:42.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 05:52:42.091 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") 05:52:42.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:42.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:42.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:42.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:42.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:42.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:42.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:42.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:42.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:42.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 05:52:42.092 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 05:52:42.092 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:42.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:42.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:42.092 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:42.092 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:42.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:42.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:52:42.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:52:42.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:42.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 2 was found 05:52:42.092 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") 05:52:42.092 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:42.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:42.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:42.092 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:42.092 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:42.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:42.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:42.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:42.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:42.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 05:52:42.094 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 05:52:42.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:42.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:42.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:42.094 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:42.094 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:42.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:42.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 05:52:42.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 05:52:42.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:42.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 3 was found 05:52:42.095 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:42.095 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:42.095 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:42.095 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:42.095 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:42.095 INFO [main][AbstractShell] Close shell Testing shell 05:52:42.095 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:42.100 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:42.100 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:42.100 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 05:52:42.100 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:42.100 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:42.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:42.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:42.105 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 05:52:42.105 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:42.105 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 05:52:42.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 05:52:42.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:42.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:42.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:42.117 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") 05:52:42.117 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:42.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:42.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:42.128 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:42.128 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:42.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:42.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:42.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:42.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:42.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 05:52:42.129 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 05:52:42.130 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:42.130 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:42.130 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:42.130 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:42.130 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:42.130 INFO [main][AbstractShell] Close shell Testing shell 05:52:42.130 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:42.135 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:42.135 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:42.135 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 05:52:42.135 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:42.135 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:42.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:42.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:42.139 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 05:52:42.139 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:42.139 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 05:52:42.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 05:52:42.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:42.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:42.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:42.152 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") 05:52:42.152 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:42.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:42.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:42.162 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:42.162 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:42.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:42.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:42.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:42.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:42.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 05:52:42.163 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 2 05:52:42.164 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 05:52:42.164 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:42.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:42.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:42.164 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:42.164 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:42.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:42.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:42.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:42.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:42.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:42.164 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:42.165 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:42.165 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:42.165 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:42.165 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:42.165 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:42.165 INFO [main][AbstractShell] Close shell Testing shell 05:52:42.165 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:42.170 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:42.170 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:42.170 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 05:52:42.170 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:42.170 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:42.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:42.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:42.174 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 05:52:42.174 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:42.174 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 05:52:42.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 05:52:42.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:42.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:42.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:42.187 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 05:52:42.187 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:42.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:42.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:42.198 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:42.198 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:42.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:42.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:52:42.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:52:42.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:42.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 05:52:42.199 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 1 05:52:42.199 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:42.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 05:52:42.199 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:42.200 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:42.200 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:42.200 INFO [main][AbstractShell] Close shell Testing shell 05:52:42.200 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:42.205 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:42.205 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:42.205 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 05:52:42.205 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:42.205 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:42.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:42.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:42.209 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 05:52:42.209 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:42.209 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 05:52:42.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 05:52:42.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:42.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:42.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:42.226 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 05:52:42.226 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:42.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:42.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:42.235 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:42.235 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:42.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:42.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 05:52:42.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 05:52:42.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 05:52:42.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 05:52:43.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 05:52:43.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 05:52:43.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:52:43.237 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 5 was not found 05:52:43.237 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:43.237 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:43.237 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:43.237 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:43.237 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:43.237 INFO [main][AbstractShell] Close shell Testing shell 05:52:43.237 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:43.242 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:43.242 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:43.242 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 05:52:43.242 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:43.242 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:43.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:43.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:43.250 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 05:52:43.250 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:43.251 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 05:52:43.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 05:52:43.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:43.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:43.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:43.263 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_&*") 05:52:43.263 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:43.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:43.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:43.272 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:43.272 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:43.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:43.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:43.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:52:43.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:43.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:52:44.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:44.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:52:44.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:52:44.278 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was not found 05:52:44.278 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:44.278 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:44.278 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:44.278 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:44.278 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:44.278 INFO [main][AbstractShell] Close shell Testing shell 05:52:44.278 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:44.283 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:44.283 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:44.283 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 05:52:44.283 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:44.283 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:44.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:44.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:44.287 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 05:52:44.287 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:44.287 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 05:52:44.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 05:52:44.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:44.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:44.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:44.300 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") 05:52:44.300 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:44.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:44.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:44.312 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:44.312 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:44.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:44.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:44.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:44.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:44.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 05:52:44.313 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Item23 05:52:44.314 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 05:52:44.314 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:44.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:44.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:44.314 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:44.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:44.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:44.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:44.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:44.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:44.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:44.315 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:44.315 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:44.315 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:44.315 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:44.315 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:44.315 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:44.315 INFO [main][AbstractShell] Close shell Testing shell 05:52:44.315 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:44.320 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:44.320 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:44.320 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 05:52:44.320 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:44.320 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:44.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:44.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:44.324 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 05:52:44.324 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 05:52:44.324 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:44.324 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:44.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:44.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.348 s - in org.eclipse.reddeer.swt.test.impl.combo.ComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.037 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.045 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.039 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.034 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.035 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.035 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 1.041 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 1.036 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.037 s Running org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 05:52:44.326 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 05:52:44.327 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:52:44.333 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:44.333 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 05:52:44.333 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:44.333 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:52:44.336 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:44.336 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:52:44.336 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:44.336 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:44.336 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 05:52:44.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 05:52:44.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:44.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:44.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:44.351 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 05:52:44.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:44.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:44.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:44.358 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:44.358 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:44.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:44.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:52:44.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:52:44.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:44.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 2 was found 05:52:44.358 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 2 05:52:44.360 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 05:52:44.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:44.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:44.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:44.360 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:44.360 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:44.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:44.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:44.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:44.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:44.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:44.360 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:44.360 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:44.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 05:52:44.361 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:44.361 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:44.361 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:44.361 INFO [main][AbstractShell] Close shell Testing shell 05:52:44.361 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:44.364 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:44.364 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:44.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 05:52:44.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:44.364 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:44.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:44.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:44.368 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 05:52:44.368 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:44.368 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 05:52:44.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 05:52:44.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:44.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:44.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:44.381 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 05:52:44.381 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:44.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:44.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:44.389 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:44.389 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:44.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:44.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:44.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:44.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:44.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 05:52:44.391 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:44.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 05:52:44.391 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:44.391 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:44.391 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:44.391 INFO [main][AbstractShell] Close shell Testing shell 05:52:44.391 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:44.394 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:44.394 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:44.394 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 05:52:44.394 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:44.394 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:44.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:44.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:44.399 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 05:52:44.399 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:44.399 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 05:52:44.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 05:52:44.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:44.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:44.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:44.411 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 05:52:44.411 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:44.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:44.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:44.421 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:44.421 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:44.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:44.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:44.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:44.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:44.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 05:52:44.421 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 05:52:44.421 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 05:52:44.421 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:44.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:44.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:44.421 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:44.421 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:44.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:44.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:44.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:44.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:44.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 05:52:44.422 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:44.422 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:44.422 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:44.423 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:44.423 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:44.423 INFO [main][AbstractShell] Close shell Testing shell 05:52:44.423 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:44.426 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:44.426 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:44.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 05:52:44.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:44.426 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:44.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:44.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:44.431 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 05:52:44.431 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:44.431 INFO [WorkbenchTestable][RequirementsRunner] Started test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 05:52:44.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 05:52:44.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:44.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:44.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:44.446 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") 05:52:44.446 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:44.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:44.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:44.455 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:44.455 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:44.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:44.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:44.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:44.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:44.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 05:52:44.456 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 1") 05:52:44.456 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:44.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:44.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:44.456 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:44.456 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:44.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:44.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:44.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:44.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:44.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 05:52:44.456 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 05:52:44.457 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 05:52:44.458 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:44.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 05:52:44.458 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:44.458 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:44.458 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:44.458 INFO [main][AbstractShell] Close shell Testing shell 05:52:44.458 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:44.461 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:44.461 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:44.461 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 05:52:44.461 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:44.461 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:44.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:44.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:44.464 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 05:52:44.464 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:44.464 INFO [WorkbenchTestable][RequirementsRunner] Started test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 05:52:44.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 05:52:44.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:44.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:44.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:44.476 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 05:52:44.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:44.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:44.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:44.487 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:44.488 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:44.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:44.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:44.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:44.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:44.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 05:52:44.488 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:44.489 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:44.489 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:44.489 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:44.489 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:44.489 INFO [main][AbstractShell] Close shell Testing shell 05:52:44.489 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:44.493 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:44.493 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:44.493 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 05:52:44.493 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:44.493 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:44.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:44.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:44.497 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 05:52:44.497 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:44.497 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 05:52:44.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 05:52:44.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:44.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:44.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:44.510 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 05:52:44.510 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:44.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:44.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:44.519 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:44.519 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:44.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:44.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 05:52:44.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 05:52:45.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 05:52:45.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 05:52:45.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 05:52:45.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 05:52:45.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:52:45.521 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 5 was not found 05:52:45.521 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:45.521 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:45.521 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:45.521 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:45.521 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:45.521 INFO [main][AbstractShell] Close shell Testing shell 05:52:45.521 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:45.524 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:45.524 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:45.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 05:52:45.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:45.524 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:45.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:45.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:45.533 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 05:52:45.533 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:45.533 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 05:52:45.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 05:52:45.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:45.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:45.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:45.545 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_#$") 05:52:45.545 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:45.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:45.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:45.553 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:45.553 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:45.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:45.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:45.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:52:46.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:46.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:52:46.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:46.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:52:46.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:52:46.556 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was not found 05:52:46.556 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:46.556 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:46.556 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:46.556 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:46.556 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:46.556 INFO [main][AbstractShell] Close shell Testing shell 05:52:46.556 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:46.559 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:46.559 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:46.560 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 05:52:46.560 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:46.560 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:46.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.564 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 05:52:46.564 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:46.564 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 05:52:46.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 05:52:46.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:46.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:46.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:46.576 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") 05:52:46.576 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:46.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.586 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:46.586 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:46.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:46.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:46.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:46.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:46.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 05:52:46.587 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 05:52:46.587 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 05:52:46.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:46.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.588 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:46.588 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:46.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:46.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:46.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:46.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:46.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:46.588 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:46.588 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:46.588 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:46.588 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:46.588 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:46.588 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:46.588 INFO [main][AbstractShell] Close shell Testing shell 05:52:46.588 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:46.591 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:46.591 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:46.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 05:52:46.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:46.591 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:46.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.595 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 05:52:46.595 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 05:52:46.595 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:46.595 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:46.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.269 s - in org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.032 s getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.031 s getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.032 s isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.033 s tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.033 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 1.036 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 1.031 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.031 s Running org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 05:52:46.598 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 05:52:46.599 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:52:46.599 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:46.599 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 05:52:46.599 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:46.599 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:52:46.599 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:46.599 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:52:46.599 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:46.599 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:46.599 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 05:52:46.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 05:52:46.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:46.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:46.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:46.606 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 05:52:46.606 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:46.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.614 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:46.614 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:46.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:46.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:46.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:46.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:46.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 05:52:46.616 TRACE [main][WidgetHandler] Notify List with event 13 05:52:46.616 TRACE [main][WidgetHandler] Wait for synchronization 05:52:46.617 TRACE [main][WidgetHandler] Notify List with event 13 05:52:46.617 TRACE [main][WidgetHandler] Wait for synchronization 05:52:46.617 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:46.617 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:46.617 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:46.617 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:46.617 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:46.617 INFO [main][AbstractShell] Close shell Testing shell 05:52:46.617 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:46.619 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:46.619 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:46.619 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 05:52:46.619 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:46.619 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:46.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.623 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 05:52:46.623 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:46.623 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 05:52:46.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 05:52:46.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:46.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:46.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:46.632 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 05:52:46.632 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:46.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.637 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:46.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:46.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:46.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:46.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:46.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:46.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 05:52:46.637 TRACE [main][WidgetHandler] Notify List with event 13 05:52:46.638 TRACE [main][WidgetHandler] Wait for synchronization 05:52:46.638 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:46.638 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:46.638 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:46.638 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:46.638 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:46.638 INFO [main][AbstractShell] Close shell Testing shell 05:52:46.638 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:46.640 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:46.640 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:46.640 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 05:52:46.640 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:46.640 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:46.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.647 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 05:52:46.647 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:46.647 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 05:52:46.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 05:52:46.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:46.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:46.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:46.653 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 05:52:46.653 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:46.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.660 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:46.660 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:46.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:46.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:46.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:46.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:46.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 05:52:46.661 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:46.661 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:46.661 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:46.662 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:46.662 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:46.662 INFO [main][AbstractShell] Close shell Testing shell 05:52:46.662 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:46.664 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:46.664 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:46.664 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 05:52:46.664 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:46.664 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:46.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.668 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 05:52:46.668 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:46.668 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 05:52:46.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 05:52:46.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:46.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:46.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:46.673 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 05:52:46.673 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:46.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.682 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:46.682 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:46.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:46.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:46.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:46.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:46.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 05:52:46.683 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 05:52:46.683 TRACE [main][WidgetHandler] Notify List with event 13 05:52:46.683 TRACE [main][WidgetHandler] Wait for synchronization 05:52:46.684 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:46.684 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:46.684 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:46.684 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:46.684 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:46.684 INFO [main][AbstractShell] Close shell Testing shell 05:52:46.684 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:46.696 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:46.696 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:46.696 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 05:52:46.696 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:46.696 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:46.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.702 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 05:52:46.702 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:46.702 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 05:52:46.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 05:52:46.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:46.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:46.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:46.708 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 05:52:46.708 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:46.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.717 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:46.717 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:46.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:46.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:46.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:46.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:46.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 05:52:46.718 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') 05:52:46.718 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:46.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.718 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:46.718 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:46.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:46.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:46.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 05:52:46.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:46.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:46.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 05:52:46.718 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:46.718 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:46.719 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:46.719 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:46.719 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:46.719 INFO [main][AbstractShell] Close shell Testing shell 05:52:46.719 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:46.721 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:46.721 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:46.722 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 05:52:46.722 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:46.722 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:46.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.732 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 05:52:46.733 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:46.733 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 05:52:46.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 05:52:46.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:46.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:46.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:46.738 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 05:52:46.738 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:46.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.744 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:46.744 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:46.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:46.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:46.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:46.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:46.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 05:52:46.745 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 3) 05:52:46.745 TRACE [main][WidgetHandler] Notify List with event 13 05:52:46.745 TRACE [main][WidgetHandler] Wait for synchronization 05:52:46.746 TRACE [main][WidgetHandler] Notify List with event 13 05:52:46.746 TRACE [main][WidgetHandler] Wait for synchronization 05:52: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.... 05:52: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 05:52:46.746 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:46.746 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:46.746 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:46.746 INFO [main][AbstractShell] Close shell Testing shell 05:52:46.746 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:46.748 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:46.748 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:46.748 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 05:52:46.748 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:46.748 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:46.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.752 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 05:52:46.752 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:46.752 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 05:52:46.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 05:52:46.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:46.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:46.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:46.757 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 05:52:46.757 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:46.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.766 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:46.766 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:46.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:46.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:46.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:46.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:46.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 05:52:46.767 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 05:52:46.767 TRACE [main][WidgetHandler] Notify List with event 13 05:52:46.767 TRACE [main][WidgetHandler] Wait for synchronization 05:52:46.767 TRACE [main][WidgetHandler] Notify List with event 13 05:52:46.767 TRACE [main][WidgetHandler] Wait for synchronization 05:52:46.767 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:46.767 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:46.767 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:46.768 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:46.768 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:46.768 INFO [main][AbstractShell] Close shell Testing shell 05:52:46.768 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:46.769 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:46.769 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:46.769 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 05:52:46.769 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:46.769 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:46.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.773 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 05:52:46.773 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 05:52:46.773 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:46.773 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:46.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 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.024 s testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.021 s testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.034 s testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.03 s testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.019 s testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.021 s Running org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 05:52:46.777 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 05:52:46.777 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:52:46.777 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:46.777 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 05:52:46.777 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:46.777 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:52:46.780 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:46.780 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:52:46.780 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:46.780 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:46.780 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 05:52:46.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 05:52:46.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:46.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:46.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:46.790 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 05:52:46.790 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:46.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.800 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:46.800 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:46.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:46.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:52:46.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:52:46.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:46.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 2 was found 05:52:46.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 2 05:52:46.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 05:52:46.801 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:46.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.801 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:46.801 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:46.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:46.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:46.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:46.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:46.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:46.801 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:46.803 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 05:52:46.803 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.803 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:46.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:46.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:46.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:46.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 05:52:46.803 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:46.803 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:46.803 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:46.804 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:46.804 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:46.804 INFO [main][AbstractShell] Close shell Testing shell 05:52:46.804 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:46.807 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:46.807 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:46.807 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 05:52:46.807 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:46.807 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:46.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.811 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 05:52:46.811 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:46.811 INFO [WorkbenchTestable][RequirementsRunner] Started test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 05:52:46.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 05:52:46.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:46.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:46.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:46.821 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 05:52:46.821 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:46.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.830 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:46.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:46.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:46.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 05:52:46.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 05:52:46.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:46.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was found 05:52:46.831 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Item 3 05:52:46.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 3 05:52:46.832 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 05:52:46.832 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 05:52:46.832 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:46.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:46.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:46.833 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:46.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:46.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:46.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 05:52:46.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 05:52:47.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 05:52:47.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 05:52:47.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 05:52:47.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 05:52:47.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:52:47.835 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was not found 05:52:47.835 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:47.835 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:47.835 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:47.835 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:47.835 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:47.835 INFO [main][AbstractShell] Close shell Testing shell 05:52:47.835 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:47.838 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:47.838 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:47.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 05:52:47.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:47.838 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:47.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:47.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:47.845 INFO [WorkbenchTestable][RequirementsRunner] Finished test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 05:52:47.846 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:47.846 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 05:52:47.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 05:52:47.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:47.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:47.846 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:47.856 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 05:52:47.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:47.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:47.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:47.864 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:47.864 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:47.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:47.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 05:52:47.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 05:52:48.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 05:52:48.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 05:52:48.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 05:52:48.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 05:52:48.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:52:48.866 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 5 was not found 05:52:48.866 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:48.866 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:48.866 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:48.866 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:48.866 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:48.866 INFO [main][AbstractShell] Close shell Testing shell 05:52:48.866 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:48.869 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:48.869 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:48.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 05:52:48.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:48.869 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:48.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:48.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:48.876 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 05:52:48.877 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:48.877 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 05:52:48.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 05:52:48.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:48.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:48.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:48.887 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_#$") 05:52:48.887 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:48.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:48.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:48.894 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:48.894 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:48.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:48.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:48.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:52:49.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:49.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:52:49.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:49.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:52:49.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:52:49.897 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was not found 05:52:49.897 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:49.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 05:52:49.897 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:49.897 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:49.897 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:49.897 INFO [main][AbstractShell] Close shell Testing shell 05:52:49.897 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:49.900 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:49.900 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:49.900 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 05:52:49.900 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:49.900 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:49.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:49.904 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 05:52:49.904 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:49.904 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 05:52:49.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 05:52:49.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:49.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:49.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:49.917 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") 05:52:49.917 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:49.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:49.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:49.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:49.923 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:49.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:49.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:49.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:49.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:49.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:52:49.924 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 1 05:52:49.925 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 05:52:49.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:49.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:49.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:49.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:49.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:49.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:49.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:49.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:49.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:49.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:52:49.925 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:52:49.926 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 05:52:49.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:49.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:49.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:49.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:49.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:49.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:49.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:49.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:49.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:49.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 05:52:49.926 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:49.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 05:52:49.926 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:49.926 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:49.926 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:49.926 INFO [main][AbstractShell] Close shell Testing shell 05:52:49.926 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:49.929 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:49.929 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:49.929 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 05:52:49.929 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:49.929 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:49.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:49.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:49.933 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 05:52:49.933 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 05:52:49.933 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:49.933 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:49.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:49.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.157 s - in org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.031 s close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.034 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.03 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.027 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.029 s Running org.eclipse.reddeer.swt.test.DummyTest 05:52:49.936 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.DummyTest 05:52:49.936 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:52:49.936 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:49.936 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 05:52:49.937 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:49.937 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:52:49.937 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:49.937 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:52:49.937 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:49.937 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:49.937 INFO [WorkbenchTestable][RequirementsRunner] Started test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 05:52:49.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 05:52:49.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:49.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:49.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:49.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 05:52:49.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:49.937 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:49.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:49.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:49.937 INFO [WorkbenchTestable][RequirementsRunner] Finished test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 05:52:49.937 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 05:52:49.937 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:49.937 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:49.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:49.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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.002 s - in org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest regexMatcherFailureTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s regexMatcherMatchesEverythingTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s regexMatcherDigitsTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s Running org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 05:52:49.949 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 05:52:49.949 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:52:49.949 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:49.949 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 05:52:49.949 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:49.949 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:52:49.950 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:49.950 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:52:49.950 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:49.950 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:49.950 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 05:52:49.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 05:52:49.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:49.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:49.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:49.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:49.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:49.961 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:49.962 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 05:52:49.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:49.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:52:49.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:52:49.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:49.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 2 was found 05:52:49.962 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:49.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 05:52:49.962 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:49.962 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:49.962 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:49.962 INFO [main][AbstractShell] Close shell Testing shell 05:52:49.962 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:49.964 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:49.964 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:49.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 05:52:49.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:49.964 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:49.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:49.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:49.969 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 05:52:49.969 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:49.969 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 05:52:49.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 05:52:49.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:49.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:49.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:49.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:49.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:49.983 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:49.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 following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'PUSH.*tb2') 05:52:49.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:49.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:49.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:49.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:49.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 05:52:49.984 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:49.984 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:49.984 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:49.984 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:49.984 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:49.984 INFO [main][AbstractShell] Close shell Testing shell 05:52:49.984 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:49.986 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:49.986 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:49.986 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 05:52:49.986 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:49.986 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:49.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:50.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:50.487 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 05:52:50.487 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:50.488 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 05:52:50.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 05:52:50.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:50.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:50.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:50.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:52:50.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:52:50.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:52:50.499 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:52:50.499 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") 05:52:50.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:50.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:50.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:50.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:50.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 05:52:50.513 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:50.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 05:52:50.513 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:50.513 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:50.513 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:50.513 INFO [main][AbstractShell] Close shell Testing shell 05:52:50.513 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:50.514 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:50.514 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:50.514 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 05:52:50.514 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:50.514 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:50.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:52.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 05:52:52.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 05:52:53.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 05:52:53.018 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 05:52:53.018 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:53.018 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 05:52:53.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 05:52:53.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:53.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:53.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:53.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:53.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:53.030 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:53.030 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") 05:52:53.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:53.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:53.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:53.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:53.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 05:52:53.030 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:53.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 05:52:53.030 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:53.030 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:53.030 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:53.030 INFO [main][AbstractShell] Close shell Testing shell 05:52:53.030 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:53.032 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:53.032 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:53.032 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 05:52:53.032 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:53.032 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:53.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:53.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:53.043 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 05:52:53.043 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:53.043 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 05:52:53.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 05:52:53.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:53.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:53.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:53.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:53.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:53.058 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:53.058 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 05:52:53.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:53.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:53.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:53.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:53.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found PUSH tooltip 05:52:53.058 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:53.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 05:52:53.058 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:53.058 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:53.058 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:53.058 INFO [main][AbstractShell] Close shell Testing shell 05:52:53.058 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:53.060 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:53.060 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:53.060 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 05:52:53.060 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:53.060 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:53.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:53.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:53.064 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 05:52:53.064 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 05:52:53.064 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:53.064 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:53.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:53.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.115 s - in org.eclipse.reddeer.swt.test.toolitem.ToolItemTest constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.019 s constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.518 s WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 2.53 s testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.025 s constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.021 s Running org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 05:52:53.066 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 05:52:53.067 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:52:53.067 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:53.067 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 05:52:53.067 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:53.067 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:52:53.074 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:53.074 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:52:53.074 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:53.074 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:53.075 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 05:52:53.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 05:52:53.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:53.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:53.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:53.081 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:52:53.081 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:53.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:53.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:53.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:53.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:53.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:53.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:53.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:53.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:53.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:52:53.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX]... 05:52:53.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:52:53.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:52:53.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 05:52:53.093 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:52:53.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:52:53.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:52:53.594 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:52:53.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 05:52:53.596 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:52:53.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:52:53.596 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:52:53.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:52:53.596 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:52:54.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:52:54.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:52:54.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 05:52:54.097 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:52:54.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:52:54.097 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:52:54.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:52:54.097 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:52:54.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 05:52:54.097 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:52:54.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:52:54.098 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:52:54.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:52:54.098 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:52:54.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX] failed, an exception will be thrown 05:52:54.098 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:54.098 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:54.098 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:54.098 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:54.098 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:54.098 INFO [main][AbstractShell] Close shell Testing shell 05:52:54.098 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:54.101 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:54.101 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:54.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 05:52:54.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:54.101 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:54.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:54.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:54.104 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 05:52:54.104 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:54.104 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 05:52:54.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 05:52:54.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:54.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:54.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:54.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:52:54.111 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:54.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:54.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:54.116 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:54.116 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:54.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:54.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:54.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:54.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:54.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:52:54.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 05:52:54.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:52:54.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:52:54.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 05:52:54.124 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:52:54.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:52:54.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:52:54.625 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:52:54.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 05:52:54.627 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:52:54.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:52:54.627 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:52:54.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:52:54.627 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:52:54.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 05:52:54.627 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:52:54.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:52:55.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:52:55.128 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:52:55.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 05:52:55.130 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:52:55.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:52:55.130 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 05:52:55.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:52:55.130 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:52:55.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 05:52:55.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:52:55.130 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:55.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:55.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:55.131 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:55.131 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:55.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:55.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:55.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:55.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:55.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:52:55.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 05:52:55.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:52:55.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:52:55.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 05:52:55.131 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:52:55.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:52:55.131 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:52:55.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:52:55.131 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:52:55.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 05:52:55.131 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:52:55.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:52:55.131 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:52:55.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:52:55.131 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:52:55.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 05:52:55.132 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:52:55.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:52:55.132 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 05:52:55.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:52:55.132 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:52:55.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 05:52:55.132 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:52:55.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:52:55.132 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 05:52:55.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:52:55.132 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:52:55.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 05:52:55.132 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:55.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 05:52:55.132 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:55.133 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:55.133 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:55.133 INFO [main][AbstractShell] Close shell Testing shell 05:52:55.133 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:55.135 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:55.135 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:55.135 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 05:52:55.135 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:55.135 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:55.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:55.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:55.139 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 05:52:55.139 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:55.139 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 05:52:55.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 05:52:55.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:55.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:55.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:55.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:52:55.145 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:55.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:55.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:55.157 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:55.157 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:55.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:55.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:55.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:55.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:55.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:52:55.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 05:52:55.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:52:55.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:52:55.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 05:52:55.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:52:55.159 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:55.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:55.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:55.159 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:55.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:55.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:55.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:55.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:55.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:55.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:52:55.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 05:52:55.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:52:55.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:52:55.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 05:52:55.160 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:55.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 05:52:55.160 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:55.160 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:55.160 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:55.160 INFO [main][AbstractShell] Close shell Testing shell 05:52:55.160 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:55.163 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:55.163 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:55.163 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 05:52:55.163 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:55.163 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:55.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:55.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:55.174 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 05:52:55.174 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:55.174 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 05:52:55.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 05:52:55.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:55.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:55.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:55.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:52:55.181 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:55.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:55.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:55.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:55.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:55.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:55.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:55.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:55.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:55.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:52:55.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA]... 05:52:55.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:52:55.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:52:55.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:52:55.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:52:56.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:52:56.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:52:56.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA] failed, NO exception will be thrown 05:52:56.194 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:56.194 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:56.194 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:56.194 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:56.194 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:56.194 INFO [main][AbstractShell] Close shell Testing shell 05:52:56.194 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:56.197 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:56.197 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:56.197 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 05:52:56.197 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:56.197 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:56.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:56.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:56.200 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 05:52:56.200 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:56.201 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 05:52:56.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 05:52:56.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:56.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:56.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:56.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:52:56.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:56.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:56.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:56.213 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:56.213 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:56.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:56.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:56.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:56.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:56.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:52:56.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 05:52:56.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:52:56.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:52:56.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:52:56.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:52:57.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:52:57.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:52:57.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 05:52:57.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 05:52:57.223 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:57.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:57.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:57.223 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:57.223 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:57.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:57.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:57.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:57.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:57.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:52:57.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 05:52:57.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:52:57.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:52:57.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:52:57.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:52:58.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:52:58.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:52:58.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 05:52:58.226 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:58.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 05:52:58.226 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:58.227 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:58.227 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:58.227 INFO [main][AbstractShell] Close shell Testing shell 05:52:58.227 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:58.237 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:58.237 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:58.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 05:52:58.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:58.238 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:58.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:58.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:58.241 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 05:52:58.241 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:58.242 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 05:52:58.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 05:52:58.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:58.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:58.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:58.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 05:52:58.248 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:58.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:58.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:58.260 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:58.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:58.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:58.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:58.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:58.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:58.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:52:58.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null... 05:52:59.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null failed, an exception will be thrown 05:52:59.763 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:52:59.763 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:52:59.763 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:52:59.763 DEBUG [main][AbstractWait] Waiting until shell is active... 05:52:59.763 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:52:59.763 INFO [main][AbstractShell] Close shell Testing shell 05:52:59.763 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:52:59.765 DEBUG [main][AbstractWait] Waiting while shell is available... 05:52:59.765 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:52:59.765 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 05:52:59.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:52:59.766 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:52:59.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:59.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:59.769 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 05:52:59.769 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:52:59.769 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 05:52:59.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 05:52:59.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:52:59.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:52:59.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:52:59.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:52:59.776 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:52:59.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:52:59.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:52:59.788 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:52:59.788 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:52:59.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:52:59.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:52:59.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:52:59.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:52:59.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:52:59.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 05:53:00.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] failed, an exception will be thrown 05:53:00.790 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:53:00.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 05:53:00.790 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:53:00.790 DEBUG [main][AbstractWait] Waiting until shell is active... 05:53:00.790 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:53:00.790 INFO [main][AbstractShell] Close shell Testing shell 05:53:00.790 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:53:00.793 DEBUG [main][AbstractWait] Waiting while shell is available... 05:53:00.793 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:53:00.793 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 05:53:00.793 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:00.793 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:00.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:00.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:00.797 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 05:53:00.797 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 05:53:00.797 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:00.797 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:00.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:00.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.731 s - in org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.029 s testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.035 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.026 s testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 2.041 s testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.527 s testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.028 s Running org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest 05:53:00.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 05:53:00.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 05:53:00.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 05:53:00.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:00.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:00.807 INFO [WorkbenchTestable][AbstractShell] Close shell shell 05:53:00.807 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 05:53:00.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:53:00.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:53:00.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 05:53:00.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 05:53:00.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 05:53:00.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:00.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:00.831 INFO [WorkbenchTestable][AbstractShell] Close shell shell 05:53:00.831 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 05:53:00.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:53:00.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:53:00.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 05:53:00.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 05:53:00.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 05:53:00.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:00.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:00.850 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'shell' 05:53:00.851 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'shell' 05:53:00.851 INFO [WorkbenchTestable][AbstractShell] Close shell shell 05:53:00.851 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 05:53:00.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:53:00.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:53:00.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 05:53:00.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 05:53:00.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 05:53:00.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:00.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:00.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 05:53:00.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 05:53:00.871 INFO [WorkbenchTestable][AbstractShell] Close shell shell 05:53:00.871 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 05:53:00.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:53:00.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:53:00.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 05:53:00.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 05:53:00.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 05:53:00.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:00.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:00.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 05:53:01.892 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 05:53:01.892 INFO [WorkbenchTestable][AbstractShell] Close shell shell 05:53:01.892 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 05:53:01.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:53:01.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:53:01.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 05:53:01.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 05:53:01.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 05:53:01.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:01.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:01.906 INFO [WorkbenchTestable][AbstractShell] Close shell shell 05:53:01.906 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 05:53:01.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:53:01.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:53:01.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 05:53:01.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 05:53:01.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 05:53:01.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:01.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:01.930 INFO [WorkbenchTestable][AbstractShell] Close shell shell 05:53:01.930 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 05:53:01.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:53:01.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:53:01.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 05:53:01.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 05:53:01.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 05:53:01.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:01.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:01.950 INFO [WorkbenchTestable][AbstractShell] Close shell shell 05:53:01.950 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 05:53:01.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:53:01.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:53:01.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 05:53:01.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 05:53:01.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 05:53:01.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:01.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:01.970 INFO [WorkbenchTestable][AbstractShell] Close shell shell 05:53:01.970 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 05:53:01.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:53:01.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:53:01.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 05:53:02.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 05:53:02.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 05:53:02.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:02.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:02.003 INFO [WorkbenchTestable][AbstractShell] Close shell shell 05:53:02.003 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 05:53:02.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:53:02.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:53:02.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 05:53:02.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 05:53:02.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 05:53:02.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:02.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:02.023 INFO [WorkbenchTestable][AbstractShell] Close shell shell 05:53:02.023 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 05:53:02.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:53:02.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:53:02.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 05:53:02.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 05:53:02.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 05:53:02.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:02.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:02.047 INFO [WorkbenchTestable][AbstractShell] Close shell shell 05:53:02.047 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 05:53:02.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:53:02.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.253 s - in org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest testGetResultShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.019 s testShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.014 s testMinimizeMaximize(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.024 s testWaitUntil(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.016 s testWaitWhile(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 1.025 s testClosedShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.02 s testShellWithMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.018 s testGetResultNull(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.016 s testShellWithTextUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.031 s testShellWithLabelMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.022 s testShellWithMatcher(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.02 s testGetResultShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.027 s Running org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 05:53:02.055 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 05:53:02.055 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:53:02.055 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:02.055 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 05:53:02.055 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:02.055 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:53:02.056 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:02.056 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:53:02.056 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:02.056 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:02.056 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 05:53:02.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 05:53:02.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:02.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:02.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:02.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:53:02.137 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:02.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:02.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:02.204 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:53:02.204 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:02.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:02.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:02.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:02.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:02.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:53:02.205 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:53:02.205 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:53:02.205 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:53:02.205 DEBUG [main][AbstractWait] Waiting until shell is active... 05:53:02.205 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:53:02.205 INFO [main][AbstractShell] Close shell Testing shell 05:53:02.205 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:53:02.209 DEBUG [main][AbstractWait] Waiting while shell is available... 05:53:02.209 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:53:02.209 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 05:53:02.209 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:02.209 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:02.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:02.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:02.212 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 05:53:02.212 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:02.212 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 05:53:02.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 05:53:02.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:02.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:02.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:02.284 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:53:02.284 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:02.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:02.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:02.351 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:53:02.351 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:02.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:02.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:02.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:02.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:02.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:53:02.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:53:02.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:53:02.360 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:53:02.360 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:53:02.360 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:53:02.360 DEBUG [main][AbstractWait] Waiting until shell is active... 05:53:02.360 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:53:02.360 INFO [main][AbstractShell] Close shell Testing shell 05:53:02.360 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:53:02.364 DEBUG [main][AbstractWait] Waiting while shell is available... 05:53:02.364 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:53:02.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 05:53:02.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:02.364 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:02.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:02.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:02.367 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 05:53:02.368 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:02.368 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 05:53:02.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 05:53:02.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:02.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:02.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:02.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:53:02.439 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:02.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:02.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:02.506 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:53:02.506 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:02.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:02.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:02.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:02.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:02.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:53:02.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:53:02.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:53:02.515 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:53:02.515 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:53:02.515 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:53:02.515 DEBUG [main][AbstractWait] Waiting until shell is active... 05:53:02.515 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:53:02.515 INFO [main][AbstractShell] Close shell Testing shell 05:53:02.515 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:53:02.519 DEBUG [main][AbstractWait] Waiting while shell is available... 05:53:02.519 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:53:02.519 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 05:53:02.519 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:02.519 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:02.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:02.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:02.522 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 05:53:02.522 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:02.523 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 05:53:02.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 05:53:02.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:02.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:02.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:02.594 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 05:53:02.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:02.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:02.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:02.661 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:53:02.661 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:02.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:02.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:53:02.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:53:02.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:02.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 05:53:02.666 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:53:02.666 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:53:02.666 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:53:02.666 DEBUG [main][AbstractWait] Waiting until shell is active... 05:53:02.666 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:53:02.666 INFO [main][AbstractShell] Close shell Testing shell 05:53:02.666 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:53:02.670 DEBUG [main][AbstractWait] Waiting while shell is available... 05:53:02.670 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:53:02.670 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 05:53:02.670 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:02.670 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:02.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:02.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:02.673 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 05:53:02.674 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:02.674 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 05:53:02.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 05:53:02.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:02.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:02.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:02.746 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:53:02.746 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:02.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:02.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:02.813 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:53:02.813 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:02.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:02.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:02.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:02.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:02.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:53:02.820 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:53:02.820 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:53:02.820 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:53:02.820 DEBUG [main][AbstractWait] Waiting until shell is active... 05:53:02.820 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:53:02.820 INFO [main][AbstractShell] Close shell Testing shell 05:53:02.820 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:53:02.824 DEBUG [main][AbstractWait] Waiting while shell is available... 05:53:02.824 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:53:02.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 05:53:02.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:02.824 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:02.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:03.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:03.326 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 05:53:03.326 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:03.326 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 05:53:03.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 05:53:03.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:03.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:03.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:03.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:53:03.398 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:03.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:03.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:03.461 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:53:03.461 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:03.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:03.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:03.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:03.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:03.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:53:03.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:53:03.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:53:03.475 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:53:03.475 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:53:03.475 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:53:03.475 DEBUG [main][AbstractWait] Waiting until shell is active... 05:53:03.475 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:53:03.475 INFO [main][AbstractShell] Close shell Testing shell 05:53:03.475 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:53:03.479 DEBUG [main][AbstractWait] Waiting while shell is available... 05:53:03.479 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:53:03.479 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 05:53:03.479 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:03.479 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:03.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:03.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:03.483 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 05:53:03.483 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:03.483 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 05:53:03.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 05:53:03.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:03.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:03.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:03.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 05:53:03.561 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:03.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:03.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:03.623 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:53:03.623 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:03.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:03.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:03.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:03.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:03.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:53:03.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:53:03.624 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:03.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:03.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:03.624 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:53:03.624 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:03.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:03.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:03.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:03.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:03.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:53:03.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:53:03.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:53:03.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:53:03.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:53:03.633 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:53:03.633 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:53:03.633 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:53:03.633 DEBUG [main][AbstractWait] Waiting until shell is active... 05:53:03.633 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:53:03.633 INFO [main][AbstractShell] Close shell Testing shell 05:53:03.633 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:53:03.637 DEBUG [main][AbstractWait] Waiting while shell is available... 05:53:03.637 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:53:03.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 05:53:03.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:03.637 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:03.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:03.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:03.641 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 05:53:03.641 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:03.641 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 05:53:03.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 05:53:03.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:03.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:03.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:03.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:53:03.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:03.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:03.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:03.779 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:53:03.779 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:03.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:03.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:03.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:03.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:03.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:53:03.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:53:03.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:53:03.780 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:53:03.781 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:53:03.781 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:53:03.781 DEBUG [main][AbstractWait] Waiting until shell is active... 05:53:03.781 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:53:03.781 INFO [main][AbstractShell] Close shell Testing shell 05:53:03.781 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:53:03.784 DEBUG [main][AbstractWait] Waiting while shell is available... 05:53:03.784 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:53:03.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 05:53:03.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:03.784 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:03.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:03.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:03.788 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 05:53:03.788 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 05:53:03.788 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:03.788 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:03.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:03.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.733 s - in org.eclipse.reddeer.swt.test.condition.TableHasRowsTest tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.156 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.154 s tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.15 s tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.652 s tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.157 s tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.158 s tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.147 s Running org.eclipse.reddeer.swt.test.shell.DefaultShellTest 05:53:03.791 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 05:53:03.791 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:53:03.792 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:03.792 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 05:53:03.792 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:03.792 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:53:03.792 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:03.792 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:53:03.792 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:03.792 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:03.792 INFO [WorkbenchTestable][RequirementsRunner] Started test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 05:53:03.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 05:53:03.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:03.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:03.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:03.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 05:53:03.815 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 05:53:03.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 05:53:03.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:03.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:03.815 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") 05:53:03.815 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:03.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:03.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:03.815 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 05:53:03.815 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:03.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:03.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:03.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:03.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:03.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 05:53:03.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 1"] is available.... 05:53:03.816 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 05:53:03.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 1 05:53:03.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:03.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:03.816 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") 05:53:03.816 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:03.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:03.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:03.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 1" as the parent 05:53:03.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:03.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:03.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:03.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:03.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:03.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 05:53:03.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 05:53:03.818 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 05:53:03.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 05:53:03.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:03.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:03.818 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") 05:53:03.818 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:03.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:03.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:03.818 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 05:53:03.818 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:03.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:03.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:03.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:03.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:03.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 05:53:03.819 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") 05:53:03.819 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:03.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:03.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:03.819 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 05:53:03.819 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:03.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:03.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:03.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:53:04.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:04.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:53:04.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:04.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:53:04.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:53:04.821 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was not found 05:53:04.822 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 1 05:53:04.822 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 1' 05:53:04.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:53:04.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:53:04.824 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 2 05:53:04.824 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 2' 05:53:04.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:53:04.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:53:04.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 05:53:04.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:04.826 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:04.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:04.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:04.830 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 05:53:04.830 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:04.830 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 05:53:04.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 05:53:04.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:04.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:04.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:04.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 05:53:04.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 05:53:04.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 05:53:04.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:04.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:04.845 INFO [WorkbenchTestable][AbstractShell] Close shell 05:53:04.845 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 05:53:04.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:53:04.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:53:04.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 05:53:04.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:04.856 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:04.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:04.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:04.856 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 05:53:04.856 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:04.856 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 05:53:04.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 05:53:04.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:04.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:04.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:04.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:04.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:04.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:53:04.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:04.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:04.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 05:53:04.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:04.857 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:04.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:04.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:04.857 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 05:53:04.857 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:04.857 INFO [WorkbenchTestable][RequirementsRunner] Started test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 05:53:04.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 05:53:04.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:04.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:04.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:04.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available.... 05:53:04.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available. finished successfully 05:53:04.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MaxMin 05:53:04.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:04.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:04.873 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'MaxMin' 05:53:04.873 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 05:53:04.874 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'MaxMin' 05:53:04.874 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 05:53:04.874 INFO [WorkbenchTestable][AbstractShell] Close shell MaxMin 05:53:04.874 INFO [WorkbenchTestable][ShellHandler] Closing shell 'MaxMin' 05:53:04.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:53:04.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:53:04.877 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 05:53:04.877 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:04.877 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:04.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.378 INFO [WorkbenchTestable][RequirementsRunner] Finished test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 05:53:05.378 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:05.378 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 05:53:05.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 05:53:05.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:05.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:05.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:05.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 05:53:05.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 05:53:05.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 05:53:05.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:05.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:05.387 INFO [WorkbenchTestable][AbstractShell] Close shell 05:53:05.388 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 05:53:05.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:53:05.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:53:05.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 05:53:05.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:05.390 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:05.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.393 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 05:53:05.393 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:05.393 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 05:53:05.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 05:53:05.394 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:05.394 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:05.394 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:05.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Dummy shell"] is available.... 05:53:05.409 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 05:53:05.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Dummy shell 05:53:05.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:05.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:05.409 INFO [WorkbenchTestable][AbstractShell] Close shell Dummy shell 05:53:05.409 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Dummy shell' 05:53:05.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:53:05.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:53:05.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 05:53:05.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:05.411 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:05.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.422 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 05:53:05.422 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 05:53:05.422 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:05.422 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:05.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.631 s - in org.eclipse.reddeer.swt.test.shell.DefaultShellTest activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 1.038 s testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.026 s defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.001 s manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.521 s testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.015 s closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.029 s Running org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 05:53:05.424 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 05:53:05.425 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:53:05.425 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:05.425 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 05:53:05.425 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:05.425 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:53:05.425 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:05.425 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:53:05.425 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:05.426 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:05.426 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 05:53:05.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 05:53:05.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:05.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:05.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:05.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:53:05.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:05.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:05.426 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:53:05.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 05:53:05.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:05.426 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:05.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.426 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 05:53:05.426 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:05.426 INFO [WorkbenchTestable][RequirementsRunner] Started test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 05:53:05.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 05:53:05.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:05.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:05.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:05.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:53:05.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:05.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:05.427 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:53:05.427 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 05:53:05.427 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 05:53:05.427 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 05:53:05.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 05:53:05.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:05.427 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:05.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.428 INFO [WorkbenchTestable][RequirementsRunner] Finished test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 05:53:05.428 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 05:53:05.428 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:05.428 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:05.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) Time elapsed: 0 s maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) Time elapsed: 0.002 s Running org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 05:53:05.431 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 05:53:05.431 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:53:05.431 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:05.431 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 05:53:05.431 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:05.431 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:53:05.448 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:05.448 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:53:05.448 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:05.448 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:05.448 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 05:53:05.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 05:53:05.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:05.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:05.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:05.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:53:05.457 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 05:53:05.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:53:05.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:05.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:05.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 05:53:05.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:53:05.459 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:53:05.459 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:53:05.459 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:53:05.459 DEBUG [main][AbstractWait] Waiting until shell is active... 05:53:05.459 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:53:05.459 INFO [main][AbstractShell] Close shell Testing shell 05:53:05.459 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:53:05.461 DEBUG [main][AbstractWait] Waiting while shell is available... 05:53:05.461 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:53:05.461 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 05:53:05.461 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:05.461 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:05.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.473 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 05:53:05.473 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 05:53:05.473 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:05.473 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:05.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.reddeer.swt.test.widgets.DefaultControlTest defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) Time elapsed: 0.025 s Running org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 05:53:05.475 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 05:53:05.476 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:53:05.476 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:05.476 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 05:53:05.476 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:05.476 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:53:05.476 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:05.476 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:53:05.476 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:05.476 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:05.477 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 05:53:05.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 05:53:05.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:05.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:05.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:05.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:53:05.489 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 05:53:05.489 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:53:05.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:05.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:05.490 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) 05:53:05.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:53:05.490 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Testing shell' 05:53:05.491 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:53:05.491 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:53:05.491 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:53:05.491 DEBUG [main][AbstractWait] Waiting until shell is active... 05:53:05.491 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:53:05.491 INFO [main][AbstractShell] Close shell Testing shell 05:53:05.491 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:53:05.493 DEBUG [main][AbstractWait] Waiting while shell is available... 05:53:05.493 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:53:05.493 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 05:53:05.493 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:05.493 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:05.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.503 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 05:53:05.503 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 05:53:05.504 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:05.504 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:05.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 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 05:53:05.506 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 05:53:05.506 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:53:05.507 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:05.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 05:53:05.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:05.507 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:53:05.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:05.507 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:53:05.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:05.507 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:05.507 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 05:53:05.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 05:53:05.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:05.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:05.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:05.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.509 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 05:53:05.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:53:05.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:05.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:05.510 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:53:05.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 05:53:05.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:53:05.512 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 05:53:05.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 05:53:05.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:53:05.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:53:05.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:53:05.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:53:05.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:53:05.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:05.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:05.522 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:53:05.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 05:53:05.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:05.524 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:05.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.524 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 05:53:05.524 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:05.525 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 05:53:05.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 05:53:05.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:05.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:05.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:05.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.526 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 05:53:05.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:53:05.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:05.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:05.528 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:53:05.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 '\*?\QRedDeer SWT\E') 05:53:05.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:53:05.529 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 05:53:05.529 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 05:53:05.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:53:05.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:53:05.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:53:05.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:53:05.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.530 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 05:53:05.531 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") 05:53:05.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 05:53:05.531 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 05:53:05.531 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:05.531 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:05.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.532 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 05:53:05.532 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:05.532 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 05:53:05.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 05:53:05.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:05.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:05.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:05.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.533 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 05:53:05.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.534 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:53:05.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:05.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:05.535 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:53:05.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\E') 05:53:05.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:53:05.542 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 05:53:05.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 05:53:05.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:53:05.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:53:05.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:53:05.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:53:05.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.551 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 05:53:05.551 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") 05:53:05.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 05:53:05.552 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 05:53:05.552 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 05:53:05.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:53:05.552 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 05:53:05.552 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:05.552 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.552 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 05:53:05.552 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:05.552 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 05:53:05.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 05:53:05.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:05.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:05.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:05.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.559 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 05:53:05.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:53:05.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:05.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:05.561 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:53:05.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 '\*?\QRedDeer SWT\E') 05:53:05.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:53:05.563 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 05:53:05.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 05:53:05.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:53:05.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:53:05.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:53:05.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:53:05.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.564 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 05:53:05.564 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.*') 05:53:05.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 05:53:05.564 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 05:53:05.564 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 05:53:05.564 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:53:05.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 05:53:05.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:05.564 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:05.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.565 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 05:53:05.565 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 05:53:05.565 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:05.565 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:05.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.017 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.02 s testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.013 s Running org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 05:53:05.567 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 05:53:05.568 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:53:05.568 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:05.568 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 05:53:05.568 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:05.568 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:53:05.600 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:05.600 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:53:05.600 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:05.601 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:05.601 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 05:53:05.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 05:53:05.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:05.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:05.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:05.601 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:53:05.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:05.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:05.601 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:53:05.601 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") 05:53:05.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 05:53:05.604 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 05:53:05.604 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 05:53:05.604 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:53:05.604 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 05:53:05.604 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:05.604 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:05.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.605 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 05:53:05.605 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:05.605 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 05:53:05.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 05:53:05.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:05.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:05.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:05.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:53:05.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:05.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:05.605 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:53:05.605 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.*') 05:53:05.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 05:53:05.607 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 05:53:05.607 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 05:53:05.607 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:53:05.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 05:53:05.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:05.607 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:05.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.608 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 05:53:05.608 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:05.608 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 05:53:05.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 05:53:05.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:05.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:05.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:05.612 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:53:05.618 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:53:05.618 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:53:05.618 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:53:05.618 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:53:05.618 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:53:05.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:53:05.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:05.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:05.619 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:53:05.619 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:53:05.619 DEBUG [main][MenuItemLookup] Found menu:'File' 05:53:05.619 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:53:05.619 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:53:05.619 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:53:05.619 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:53:05.619 DEBUG [main][MenuItemLookup] Found menu:'Run' 05:53:05.619 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:53:05.619 DEBUG [main][MenuItemLookup] Item match:Window 05:53:05.619 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:53:05.619 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:53:05.619 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:53:05.619 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:05.619 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:53:05.619 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 05:53:05.619 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:05.619 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 05:53:05.619 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:05.619 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 05:53:05.619 DEBUG [main][MenuItemLookup] Item match:Preferences 05:53:05.619 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 05:53:05.619 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 05:53:05.620 INFO [main][MenuItemHandler] Select menu item: &Preferences 05:53:05.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 05:53:05.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 'Preferences.*'] is available. finished successfully 05:53:05.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 05:53:05.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:05.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:05.720 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 05:53:05.720 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:53:05.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:53:05.720 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:05.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.720 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 05:53:05.720 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:05.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:53:05.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:53:05.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:53:05.721 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 05:53:05.721 DEBUG [main][TreeItemHandler] Selecting tree item: General 05:53:05.721 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 05:53:05.721 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 05:53:05.721 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 05:53:05.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:05.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 05:53:05.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:05.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 05:53:05.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:53:05.722 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:05.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.722 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 05:53:05.722 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:05.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:53:05.722 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 05:53:05.722 DEBUG [main][TreeItemHandler] Selecting tree item: Java 05:53:05.722 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 05:53:05.722 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 05:53:05.722 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 05:53:05.722 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:05.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.757 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 05:53:05.757 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:05.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 05:53:05.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.758 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 05:53:05.758 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 05:53:05.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 05:53:05.758 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Back to General 05:53:05.758 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 05:53:05.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:53:05.760 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 05:53:05.760 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.760 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 05:53:05.760 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 05:53:05.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:53:05.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:05.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.761 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 05:53:05.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:05.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:53:05.761 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 05:53:05.761 DEBUG [main][TreeItemHandler] Selecting tree item: General 05:53:05.762 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 05:53:05.762 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 05:53: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: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 05:53:05.762 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:05.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.762 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 05:53:05.762 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:05.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:53:05.763 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 05:53:05.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:53:05.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:53:05.773 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:53:05.773 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:53:05.790 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 05:53:05.790 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:05.790 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:05.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.790 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 05:53:05.790 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:05.791 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 05:53:05.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 05:53:05.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:05.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:05.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:05.791 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:53:05.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:53:05.791 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:53:05.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:53:05.791 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:53:05.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:53:05.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:53:05.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:05.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:05.791 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:53:05.791 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:53:05.791 DEBUG [main][MenuItemLookup] Found menu:'File' 05:53:05.791 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:53:05.791 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:53:05.791 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:53:05.791 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:53:05.791 DEBUG [main][MenuItemLookup] Found menu:'Run' 05:53:05.791 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:53:05.791 DEBUG [main][MenuItemLookup] Item match:Window 05:53:05.792 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:53:05.792 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:53:05.792 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:53:05.792 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:05.792 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:53:05.792 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 05:53:05.792 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:05.792 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 05:53:05.792 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:05.792 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 05:53:05.792 DEBUG [main][MenuItemLookup] Item match:Preferences 05:53:05.792 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 05:53:05.792 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 05:53:05.792 INFO [main][MenuItemHandler] Select menu item: &Preferences 05:53:05.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 'Preferences.*'] is available.... 05:53:05.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 05:53:05.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 05:53:05.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:05.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:05.855 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 05:53:05.855 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:53:05.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 05:53:05.855 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:05.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.855 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 05:53:05.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:05.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:53:05.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:53:05.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:53:05.856 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 05:53:05.856 DEBUG [main][TreeItemHandler] Selecting tree item: General 05:53:05.856 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 05:53:05.856 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 05:53:05.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.856 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 05:53:05.856 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 05:53:05.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 05:53:05.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:53:05.857 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:05.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.857 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 05:53:05.857 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:05.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:53:05.857 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 05:53:05.857 DEBUG [main][TreeItemHandler] Selecting tree item: General 05:53:05.857 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 05:53:05.857 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 05:53:05.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 "Cancel") 05:53:05.857 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:05.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.858 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 05:53:05.858 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:05.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:53:05.859 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 05:53:05.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:53:05.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:53:05.859 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:53:05.859 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:53:05.872 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 05:53:05.872 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:05.872 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:05.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.872 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 05:53:05.872 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:05.873 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 05:53:05.873 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 05:53:05.873 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:05.873 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:05.873 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:05.873 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:53:05.873 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:53:05.873 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:53:05.873 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:53:05.873 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:53:05.873 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:53:05.873 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:53:05.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:05.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:05.873 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:53:05.873 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:53:05.880 DEBUG [main][MenuItemLookup] Found menu:'File' 05:53:05.880 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:53:05.880 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:53:05.880 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:53:05.880 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:53:05.880 DEBUG [main][MenuItemLookup] Found menu:'Run' 05:53:05.880 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:53:05.880 DEBUG [main][MenuItemLookup] Item match:Window 05:53:05.880 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:53:05.880 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:53:05.880 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:53:05.880 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:05.880 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:53:05.880 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 05:53:05.880 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:05.880 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 05:53:05.880 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:05.880 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 05:53:05.881 DEBUG [main][MenuItemLookup] Item match:Preferences 05:53:05.881 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 05:53:05.881 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 05:53:05.881 INFO [main][MenuItemHandler] Select menu item: &Preferences 05:53:05.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 'Preferences.*'] is available.... 05:53:05.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 'Preferences.*'] is available. finished successfully 05:53:05.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 05:53:05.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:05.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:05.937 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 05:53:05.937 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:53:05.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:53:05.937 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:05.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.937 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 05:53:05.937 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:05.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:53:05.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:53:05.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:53:05.938 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 05:53:05.938 DEBUG [main][TreeItemHandler] Selecting tree item: General 05:53:05.938 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 05:53:05.938 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 05:53:05.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:53:05.938 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:05.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.938 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 05:53:05.938 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:05.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:53:05.939 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 05:53:05.939 DEBUG [main][TreeItemHandler] Selecting tree item: Java 05:53:05.939 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 05:53:05.939 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 05:53:05.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.964 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 05:53:05.964 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.*') 05:53:05.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 05:53:05.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:53:05.970 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:05.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 05:53:05.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:05.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:53:05.971 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 05:53:05.971 DEBUG [main][TreeItemHandler] Selecting tree item: General 05:53:05.971 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 05:53:05.971 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 05:53:05.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") 05:53:05.971 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:05.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 05:53:05.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:05.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:05.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:05.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:05.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:05.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:53:05.974 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 05:53:05.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:53:05.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:53:05.974 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:53:05.974 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:53:05.986 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 05:53:05.986 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:05.986 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:05.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:05.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:05.990 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 05:53:05.990 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:05.990 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 05:53:05.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 05:53:05.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:05.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:05.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:05.990 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:53:05.990 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:53:05.991 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:53:05.991 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:53:05.991 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:53:05.991 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:53:05.991 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:53:05.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:05.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:05.991 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:53:05.991 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:53:05.991 DEBUG [main][MenuItemLookup] Found menu:'File' 05:53:05.991 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:53:05.991 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:53:05.991 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:53:05.991 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:53:05.991 DEBUG [main][MenuItemLookup] Found menu:'Run' 05:53:05.991 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:53:05.991 DEBUG [main][MenuItemLookup] Item match:Window 05:53:05.991 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:53:05.991 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:53:05.991 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:53:05.991 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:05.991 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:53:05.991 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 05:53:05.991 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:05.991 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 05:53:05.991 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:05.991 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 05:53:05.991 DEBUG [main][MenuItemLookup] Item match:Preferences 05:53:05.991 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 05:53:05.991 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 05:53:05.991 INFO [main][MenuItemHandler] Select menu item: &Preferences 05:53:06.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.... 05:53:06.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 05:53:06.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 05:53:06.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:06.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:06.049 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 05:53:06.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:53:06.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:53:06.049 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:06.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:06.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:06.049 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 05:53:06.049 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:06.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:06.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:06.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:06.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:06.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:53:06.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:53:06.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:53:06.050 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 05:53:06.050 DEBUG [main][TreeItemHandler] Selecting tree item: General 05:53:06.050 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 05:53:06.050 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 05:53:06.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:06.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:06.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 05:53:06.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:06.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:06.051 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 05:53:06.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:06.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:06.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:06.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:06.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolBar and index 0 was found 05:53:06.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:53:06.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:06.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:06.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:06.052 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 05:53:06.052 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:06.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:06.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:06.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:06.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:06.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:53:06.053 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 05:53:06.053 DEBUG [main][TreeItemHandler] Selecting tree item: General 05:53:06.053 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 05:53:06.053 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 05:53:06.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 "Cancel") 05:53:06.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:06.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:06.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:06.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 05:53:06.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:06.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:06.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:06.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:06.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:06.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:53:06.054 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 05:53:06.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:53:06.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:53:06.054 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:53:06.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:53:06.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 05:53:06.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:06.064 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:06.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:06.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:06.068 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 05:53:06.068 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 05:53:06.068 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:06.068 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:06.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:06.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 s - in org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.004 s workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.003 s testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.182 s testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.081 s testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.117 s testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.078 s Running org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 05:53:06.071 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 05:53:06.071 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:53:06.071 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:06.071 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 05:53:06.071 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:06.071 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:53:06.076 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:06.076 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:53:06.076 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:06.076 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:06.076 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 05:53:06.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 05:53:06.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:06.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:06.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:06.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 05:53:06.085 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 05:53:06.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 05:53:06.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:06.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:06.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 05:53:06.085 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:06.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:06.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:06.085 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 05:53:06.085 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:06.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:06.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:06.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:06.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:06.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:53:06.085 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:53:06.086 INFO [WorkbenchTestable][Keyboard] Type text "test123" 05:53:06.086 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:06.086 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 05:53:06.687 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:06.687 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 05:53:07.288 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:07.288 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 05:53:07.890 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:07.890 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 05:53:08.492 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:08.492 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 05:53:09.093 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:09.093 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 05:53:09.694 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:09.694 INFO [WorkbenchTestable][Keyboard] As char:3, as int:51 05:53:10.296 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 05:53:10.296 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 05:53:10.296 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 05:53:10.296 DEBUG [main][AbstractWait] Waiting until shell is active... 05:53:10.296 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:53:10.296 INFO [main][AbstractShell] Close shell Keyboard testing shell 05:53:10.296 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 05:53:10.299 DEBUG [main][AbstractWait] Waiting while shell is available... 05:53:10.299 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:53:10.299 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 05:53:10.299 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:10.299 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:10.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:10.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:10.800 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 05:53:10.800 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:10.800 INFO [WorkbenchTestable][RequirementsRunner] Started test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 05:53:10.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 05:53:10.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:10.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:10.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:10.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 05:53:10.809 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 05:53:10.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 05:53:10.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:10.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:10.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 05:53:10.809 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:10.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:10.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:10.809 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 05:53:10.809 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:10.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:10.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:10.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:10.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:10.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:53:10.809 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:53:10.810 INFO [WorkbenchTestable][Keyboard] Type text "test" 05:53:10.810 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:10.810 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 05:53:11.411 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:11.411 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 05:53:12.012 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:12.012 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 05:53:12.613 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:12.613 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 05:53:13.214 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 05:53:13.214 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 05:53:13.415 INFO [WorkbenchTestable][Keyboard] Move cursor 05:53:13.616 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 05:53:13.616 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 05:53:13.816 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 05:53:14.218 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 05:53:14.218 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 05:53:14.418 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 05:53:14.619 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 05:53:14.820 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 05:53:14.820 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 05:53:15.020 INFO [WorkbenchTestable][Keyboard] Type character 'x', as int:120 05:53:15.020 DEBUG [WorkbenchTestable][Keyboard] Press character 'x', as int:120 05:53:15.221 DEBUG [WorkbenchTestable][Keyboard] Release character 'x', as int:120 05:53:15.422 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 05:53:15.622 INFO [WorkbenchTestable][Keyboard] Move cursor 05:53:15.823 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 05:53:15.823 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 05:53:16.023 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 05:53:16.425 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 05:53:16.425 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 05:53:16.626 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 05:53:17.027 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 05:53:17.027 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 05:53:17.227 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 05:53:17.628 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 05:53:17.628 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 05:53:17.829 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 05:53:18.230 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 05:53:18.230 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 05:53:18.430 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 05:53:18.631 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 05:53:18.632 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 05:53:18.832 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 05:53:18.832 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 05:53:19.033 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 05:53:19.234 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 05:53:19.436 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 05:53:19.436 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 05:53:19.436 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 05:53:19.437 DEBUG [main][AbstractWait] Waiting until shell is active... 05:53:19.437 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:53:19.437 INFO [main][AbstractShell] Close shell Keyboard testing shell 05:53:19.437 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 05:53:19.439 DEBUG [main][AbstractWait] Waiting while shell is available... 05:53:19.439 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:53:19.439 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 05:53:19.439 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:19.439 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:19.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:19.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:19.450 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 05:53:19.450 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:19.450 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 05:53:19.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 05:53:19.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:19.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:19.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:19.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 05:53:19.463 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 05:53:19.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 05:53:19.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:19.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:19.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 05:53:19.463 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:19.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:19.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:19.463 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 05:53:19.463 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:19.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:19.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:19.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:19.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:19.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:53:19.464 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:53:19.464 INFO [WorkbenchTestable][Keyboard] Type text "{@Test}" 05:53:19.464 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:19.464 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 05:53:19.665 INFO [WorkbenchTestable][Keyboard] As char:[, as int:91 05:53:20.667 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:20.667 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 05:53:20.867 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 05:53:21.869 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:21.869 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 05:53:22.070 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 05:53:23.072 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:23.072 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 05:53:23.674 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:23.674 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 05:53:24.275 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:24.275 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 05:53:24.877 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:24.877 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 05:53:25.077 INFO [WorkbenchTestable][Keyboard] As char:], as int:93 05:53:26.079 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 05:53:26.079 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 05:53:26.079 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 05:53:26.080 DEBUG [main][AbstractWait] Waiting until shell is active... 05:53:26.080 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:53:26.080 INFO [main][AbstractShell] Close shell Keyboard testing shell 05:53:26.080 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 05:53:26.082 DEBUG [main][AbstractWait] Waiting while shell is available... 05:53:26.082 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:53:26.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 05:53:26.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:26.083 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:26.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:26.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:26.086 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 05:53:26.086 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:26.086 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 05:53:26.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 05:53:26.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:26.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:26.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:26.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 05:53:26.094 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 05:53:26.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 05:53:26.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:26.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:26.094 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 05:53:26.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:26.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:26.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:26.094 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 05:53:26.094 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:26.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:26.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:26.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:26.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:26.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:53:26.094 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:53:26.095 INFO [WorkbenchTestable][Keyboard] Type text "test" 05:53:26.102 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:26.102 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 05:53:26.703 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:26.703 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 05:53:27.304 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:27.304 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 05:53:27.906 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:27.906 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 05:53:28.507 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 05:53:28.507 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 05:53:28.708 INFO [WorkbenchTestable][Keyboard] Move cursor 05:53:28.908 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 05:53:28.908 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 05:53:29.108 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 05:53:29.510 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 05:53:29.511 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 05:53:29.711 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 05:53:29.912 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 05:53:30.113 INFO [WorkbenchTestable][Keyboard] Type character '', as int:127 05:53:30.113 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:127 05:53:30.314 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:127 05:53:30.515 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 05:53:30.515 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 05:53:30.515 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 05:53:30.516 DEBUG [main][AbstractWait] Waiting until shell is active... 05:53:30.516 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:53:30.516 INFO [main][AbstractShell] Close shell Keyboard testing shell 05:53:30.516 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 05:53:30.518 DEBUG [main][AbstractWait] Waiting while shell is available... 05:53:30.518 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:53:30.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 05:53:30.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:30.518 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:30.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:30.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:30.522 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 05:53:30.522 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:30.522 INFO [WorkbenchTestable][RequirementsRunner] Started test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 05:53:30.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 05:53:30.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:30.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:30.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:30.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:30.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:30.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:53:30.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:30.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:30.523 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:30.523 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 05:53:30.723 INFO [WorkbenchTestable][Keyboard] As char:h, as int:104 05:53:31.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available.... 05:53:31.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available. finished successfully 05:53:31.725 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Search 05:53:31.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:31.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:31.732 INFO [WorkbenchTestable][AbstractShell] Close shell Search 05:53:31.732 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Search' 05:53:31.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:53:31.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:53:31.752 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 05:53:31.753 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 05:53:31.753 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:31.753 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:31.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:31.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:31.753 INFO [WorkbenchTestable][RequirementsRunner] Finished test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 05:53:31.753 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:31.753 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 05:53:31.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 05:53:31.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:31.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:31.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:31.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 05:53:31.766 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 05:53:31.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 05:53:31.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:31.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:31.766 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 05:53:31.766 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:31.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:31.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:31.766 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 05:53:31.766 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:31.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:31.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:31.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:31.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:31.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:53:31.767 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:53:31.767 INFO [WorkbenchTestable][Keyboard] Type text "test" 05:53:31.767 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:31.767 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 05:53:32.369 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:32.369 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 05:53:32.970 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:32.970 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 05:53:33.572 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:53:33.572 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 05:53:34.174 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 05:53:34.174 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 05:53:34.375 INFO [WorkbenchTestable][Keyboard] Move cursor 05:53:34.575 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 05:53:34.575 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 05:53:34.776 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 05:53:35.177 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 05:53:35.177 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 05:53:35.378 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 05:53:35.579 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 05:53:35.779 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 05:53:35.779 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 05:53:35.980 INFO [WorkbenchTestable][Keyboard] Type character 'c', as int:99 05:53:35.980 DEBUG [WorkbenchTestable][Keyboard] Press character 'c', as int:99 05:53:36.180 DEBUG [WorkbenchTestable][Keyboard] Release character 'c', as int:99 05:53:36.381 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 05:53:36.582 INFO [WorkbenchTestable][Keyboard] Move cursor 05:53:36.782 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 05:53:36.782 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 05:53:36.983 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 05:53:37.384 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 05:53:37.384 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 05:53:37.585 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 05:53:37.987 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 05:53:37.987 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 05:53:38.187 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 05:53:38.589 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 05:53:38.589 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 05:53:38.790 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 05:53:39.191 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 05:53:39.191 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 05:53:39.391 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 05:53:39.592 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 05:53:39.592 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 05:53:39.793 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 05:53:39.793 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 05:53:39.994 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 05:53:40.195 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 05:53:40.395 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 05:53:40.396 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 05:53:40.396 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 05:53:40.396 DEBUG [main][AbstractWait] Waiting until shell is active... 05:53:40.396 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:53:40.396 INFO [main][AbstractShell] Close shell Keyboard testing shell 05:53:40.396 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 05:53:40.399 DEBUG [main][AbstractWait] Waiting while shell is available... 05:53:40.399 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:53:40.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 05:53:40.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:40.399 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:40.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:40.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:40.403 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 05:53:40.403 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 05:53:40.403 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:40.403 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:40.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:40.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.333 s - in org.eclipse.reddeer.swt.test.keyboard.KeyboardTest typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.724 s cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.65 s typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 6.636 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.231 s copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.65 s Running org.eclipse.reddeer.swt.test.WidgetResolverTest 05:53:40.405 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.WidgetResolverTest 05:53:40.406 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:53:40.406 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:40.406 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 05:53:40.406 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:40.406 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:53:40.413 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:40.413 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:53:40.413 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:40.413 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:40.413 INFO [WorkbenchTestable][RequirementsRunner] Started test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 05:53:40.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 05:53:40.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:40.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:40.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:40.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:40.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:40.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:53:40.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:40.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:40.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widgets with specified parent and matchers 05:53:40.417 TRACE [WorkbenchTestable][WidgetLookup] 130 widget(s) found 05:53:40.417 INFO [WorkbenchTestable][WidgetResolverTest] Testing 130 widgets for matching children to parent. 05:53:40.419 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Shell {data - Eclipse Platform} 05:53:40.419 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Shell {data - Eclipse Platform} 05:53:40.419 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Shell {data - Eclipse Platform} 05:53:40.419 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Shell {data - Eclipse Platform} 05:53:40.419 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Shell {data - Eclipse Platform} 05:53:40.419 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 05:53:40.419 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 05:53:40.420 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 05:53:40.420 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 05:53:40.420 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} matches to its parent widget Composite {} 05:53:40.420 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 05:53:40.420 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} matches to its parent widget Composite {} 05:53:40.420 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} matches to its parent widget Composite {} 05:53:40.420 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 05:53:40.420 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 05:53:40.420 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 05:53:40.421 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 05:53:40.421 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Package Explorer} matches to its parent widget CTabFolder {} 05:53:40.421 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 05:53:40.421 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 05:53:40.421 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 05:53:40.421 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 05:53:40.422 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} 05:53:40.422 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} 05:53:40.422 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 05:53:40.422 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} matches to its parent widget Composite {} 05:53:40.422 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget ContributedPartRenderer$1 {} 05:53:40.422 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 05:53:40.422 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 05:53:40.423 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Tree {} matches to its parent widget Composite {} 05:53:40.423 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 05:53:40.423 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Link {There are no projects in your workspace. To add a project:} matches to its parent widget Composite {} 05:53:40.423 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 05:53:40.423 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} 05:53:40.423 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} matches to its parent widget Composite {} 05:53:40.423 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} 05:53:40.423 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} matches to its parent widget Composite {} 05:53:40.424 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} 05:53:40.424 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} matches to its parent widget Composite {} 05:53:40.424 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {Package Explorer} 05:53:40.424 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 05:53:40.424 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} matches to its parent widget Composite {} 05:53:40.424 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 05:53:40.425 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 05:53:40.425 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 05:53:40.425 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 05:53:40.425 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 05:53:40.425 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 05:53:40.425 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 05:53:40.425 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 05:53:40.426 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 05:53:40.426 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Outline} matches to its parent widget CTabFolder {} 05:53:40.426 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 05:53:40.426 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 05:53:40.426 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 05:53:40.426 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 05:53:40.426 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} matches to its parent widget Composite {} 05:53:40.426 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget ContributedPartRenderer$1 {} 05:53:40.426 INFO [WorkbenchTestable][WidgetResolverTest] Child widget PageBook {} matches to its parent widget Composite {} 05:53:40.427 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget PageBook {} 05:53:40.427 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {There is no active editor that provides an outline.} matches to its parent widget Composite {} 05:53:40.427 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {Outline} 05:53:40.427 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 05:53:40.427 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 05:53:40.427 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 05:53:40.427 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 05:53:40.428 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 05:53:40.428 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 05:53:40.428 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 05:53:40.428 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Problems} matches to its parent widget CTabFolder {} 05:53:40.428 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Javadoc} matches to its parent widget CTabFolder {} 05:53:40.428 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Declaration} matches to its parent widget CTabFolder {} 05:53:40.428 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT} matches to its parent widget CTabFolder {} 05:53:40.429 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Error Log} matches to its parent widget CTabFolder {} 05:53:40.429 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT Controls} matches to its parent widget CTabFolder {} 05:53:40.429 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 05:53:40.429 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 05:53:40.429 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 05:53:40.429 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 05:53:40.429 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 {} 05:53:40.429 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 05:53:40.429 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} matches to its parent widget Composite {} 05:53:40.430 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget ContributedPartRenderer$1 {} 05:53:40.430 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {Problems} 05:53:40.430 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {RedDeer SWT} 05:53:40.430 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {Error Log} 05:53:40.430 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {RedDeer SWT Controls} 05:53:40.430 INFO [WorkbenchTestable][WidgetResolverTest] Child widget StatusLine {} matches to its parent widget Composite {} 05:53:40.430 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 05:53:40.431 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CLabel {} matches to its parent widget StatusLine {} 05:53:40.431 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget StatusLine {} 05:53:40.431 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget StatusLine {} 05:53:40.431 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 05:53:40.431 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} matches to its parent widget Composite {} 05:53:40.431 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} 05:53:40.431 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} 05:53:40.431 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressRegion$1 {} matches to its parent widget ImageBasedFrame {} 05:53:40.431 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Canvas {} matches to its parent widget ProgressRegion$1 {} 05:53:40.431 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget ProgressRegion$1 {} 05:53:40.432 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget Composite {} 05:53:40.432 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 05:53:40.432 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 05:53:40.432 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 05:53:40.432 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 05:53:40.432 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 05:53:40.432 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 05:53:40.432 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 05:53:40.432 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 05:53:40.433 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} matches to its parent widget Composite {} 05:53:40.433 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} matches to its parent widget Composite {} 05:53:40.433 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 05:53:40.433 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} matches to its parent widget Composite {} 05:53:40.433 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 05:53:40.433 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 05:53:40.433 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=newWizardDropDown, visible=true)} matches to its parent widget ToolBar {} 05:53:40.433 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=save, visible=true)} matches to its parent widget ToolBar {} 05:53:40.434 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=saveAll, visible=true)} matches to its parent widget ToolBar {} 05:53:40.434 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 05:53:40.434 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 {} 05:53:40.434 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 {} 05:53:40.434 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 05:53:40.434 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.jdt.ui.actions.OpenPackageWizard, visible=true)} matches to its parent widget ToolBar {} 05:53:40.434 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.jdt.ui.actions.NewTypeDropDown, visible=true)} matches to its parent widget ToolBar {} 05:53:40.435 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 05:53:40.435 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 {} 05:53:40.435 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 {} 05:53:40.435 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 05:53:40.435 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.ui.actions.SkipAllBreakpoints, visible=true)} matches to its parent widget ToolBar {} 05:53:40.435 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 05:53:40.436 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=openType, visible=true)} matches to its parent widget ToolBar {} 05:53:40.436 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.search.OpenSearchDialogPage, visible=true)} matches to its parent widget ToolBar {} 05:53:40.436 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 05:53:40.436 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoNextAnnotation, visible=true)} matches to its parent widget ToolBar {} 05:53:40.436 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoPreviousAnnotation, visible=true)} matches to its parent widget ToolBar {} 05:53:40.436 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoLastEditPosition, visible=true)} matches to its parent widget ToolBar {} 05:53:40.436 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoNextEditPosition, visible=true)} matches to its parent widget ToolBar {} 05:53:40.437 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=backardHistory, visible=true)} matches to its parent widget ToolBar {} 05:53:40.437 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=forwardHistory, visible=true)} matches to its parent widget ToolBar {} 05:53:40.437 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: Separator(id=pin.group, visible=true)} matches to its parent widget ToolBar {} 05:53:40.437 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.ui.window.pinEditor, visible=true)} matches to its parent widget ToolBar {} 05:53:40.437 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 05:53:40.437 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 05:53:40.437 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 05:53:40.438 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget ImageBasedFrame {} 05:53:40.438 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 05:53:40.438 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 05:53:40.438 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 05:53:40.438 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.ui.resourcePerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@3f06ebe0 (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@61dd1c3d, 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 {} 05:53:40.439 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.jdt.ui.JavaPerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@2f498f21 (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@61dd1c3d, 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 {} 05:53:40.439 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 05:53:40.439 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:40.439 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:40.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:40.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:40.439 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 05:53:40.439 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 05:53:40.439 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:40.439 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:40.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:40.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.reddeer.swt.test.WidgetResolverTest parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) Time elapsed: 0.026 s Running org.eclipse.reddeer.swt.test.EditorBarTest 05:53:40.442 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.EditorBarTest 05:53:40.442 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:53:40.442 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:40.442 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 05:53:40.442 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:40.442 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:53:40.443 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:40.443 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:53:40.443 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:40.443 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:40.443 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 05:53:40.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 05:53:40.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:40.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:40.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:40.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:53:40.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:40.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:40.443 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:53:40.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:40.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:40.443 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:53:40.443 DEBUG [main][MenuItemLookup] Found menu:'File' 05:53:40.443 DEBUG [main][MenuItemLookup] Item match:File 05:53:40.444 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:53:40.444 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 05:53:40.449 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 05:53:40.449 DEBUG [main][MenuItemLookup] Found menu:'Project...' 05:53:40.449 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:40.449 DEBUG [main][MenuItemLookup] Found menu:'Package' 05:53:40.449 DEBUG [main][MenuItemLookup] Found menu:'Class' 05:53:40.449 DEBUG [main][MenuItemLookup] Found menu:'Interface' 05:53:40.449 DEBUG [main][MenuItemLookup] Found menu:'Enum' 05:53:40.449 DEBUG [main][MenuItemLookup] Found menu:'Record' 05:53:40.449 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 05:53:40.449 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 05:53:40.449 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 05:53:40.449 DEBUG [main][MenuItemLookup] Found menu:'Folder' 05:53:40.449 DEBUG [main][MenuItemLookup] Found menu:'File' 05:53:40.449 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 05:53:40.449 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 05:53:40.449 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:40.449 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 05:53:40.449 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 05:53:40.449 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 05:53:40.449 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 05:53:40.449 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 05:53:40.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 05:53:40.524 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 05:53:40.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 05:53:40.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:40.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:40.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:53:40.525 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:40.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:40.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:40.525 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 05:53:40.525 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:40.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:40.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:40.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:40.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:40.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:53:40.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:53:40.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:53:40.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 05:53:40.527 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:53:40.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:53:41.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:53:41.029 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:53:41.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 05:53:41.030 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:53:41.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:53:41.030 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:53:41.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:53:41.030 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:53:41.030 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 05:53:41.030 DEBUG [main][TreeItemHandler] Selecting tree item: Project 05:53:41.030 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 05:53:41.033 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 05:53:41.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 "Next >") 05:53:41.033 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:41.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:41.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:41.033 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 05:53:41.033 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:41.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:41.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:41.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:41.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:41.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:53:41.034 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 05:53:41.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:53:41.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:53:41.034 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:53:41.034 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:53:41.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 05:53:41.059 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 05:53:41.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 05:53:41.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:41.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:41.060 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:") 05:53:41.060 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:41.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:41.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:41.060 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 05:53:41.060 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:41.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:41.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:41.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:41.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:41.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:53:41.061 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:53:41.062 INFO [WorkbenchTestable][AbstractText] Text set to: EditorBarTest-test 05:53: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 "Finish") 05:53:41.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:41.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:41.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:41.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 05:53:41.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:41.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:41.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:41.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:41.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:41.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:53:41.064 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 05:53:41.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:53:41.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:53:41.064 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:53:41.065 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:53:41.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:53:41.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:53:41.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:53:41.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:53:41.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 05:53:41.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:53:41.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:53:41.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:53:41.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:41.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:53:41.575 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 05:53:41.575 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:53:41.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:41.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:41.576 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:53:41.576 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:53:41.576 DEBUG [main][MenuItemLookup] Found menu:'File' 05:53:41.576 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:53:41.576 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:53:41.576 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:53:41.576 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:53:41.576 DEBUG [main][MenuItemLookup] Found menu:'Run' 05:53:41.576 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:53:41.576 DEBUG [main][MenuItemLookup] Item match:Window 05:53:41.576 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:53:41.576 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:53:41.576 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:53:41.576 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:41.576 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:53:41.576 DEBUG [main][MenuItemLookup] Item match:Show View 05:53:41.580 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 05:53:41.580 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 05:53:41.580 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:53:41.580 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 05:53:41.580 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 05:53:41.580 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:53:41.580 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 05:53:41.580 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:53:41.580 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:53:41.580 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:53:41.580 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 05:53:41.580 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:53:41.580 DEBUG [main][MenuItemLookup] Found menu:'Templates' 05:53:41.580 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 05:53:41.580 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:41.581 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:53:41.581 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:53:41.581 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:53:41.581 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:53:41.581 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:53:41.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:53:41.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:53:41.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:53:41.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:41.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:41.621 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:53:41.621 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:41.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:41.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:41.621 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:53:41.621 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:41.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:41.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:41.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:41.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:41.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:53:41.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:53:41.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:53:41.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 05:53:41.622 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:53:41.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:53:41.622 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:53:41.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:53:41.622 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:53:41.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 05:53:41.622 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:53:41.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:53:41.623 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:53:41.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:53:41.623 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:53:41.623 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 05:53:41.623 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 05:53:41.623 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 05:53:41.623 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 05:53:41.623 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:41.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:41.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:41.624 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:53:41.624 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:41.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:41.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:41.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 05:53:41.624 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:41.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:41.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:41.624 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:53:41.624 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:41.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:41.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:41.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:41.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:41.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:53:41.625 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:53:41.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:53:41.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:53:41.625 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:53:41.625 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:53:41.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:53:41.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:53:41.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 05:53:41.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:41.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:41.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 05:53:41.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:41.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:41.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:53:41.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:41.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:41.652 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:53:41.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:53:41.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:41.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:41.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:41.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:41.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:53:41.652 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:53:41.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:53:41.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:53:41.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:53:41.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:53:41.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:53:41.654 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:53:41.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:53:41.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:53:41.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:53:41.654 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:53:41.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:53:41.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:53:41.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:53:41.656 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:53:41.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:53:41.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:53:41.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:53:41.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:41.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:41.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:53:42.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:42.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:53:42.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:42.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:53:42.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:53:42.659 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:53:42.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:53:42.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:53:42.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:53:42.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 05:53:42.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:42.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:42.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:42.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:42.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:53:42.662 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 05:53:42.667 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:53:42.667 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:53:42.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:53:42.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:53:42.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 05:53:42.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:42.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:42.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:42.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:42.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:53:42.668 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 05:53:42.668 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 05:53:42.668 DEBUG [main][TreeItemHandler] Set Tree selection 05:53:42.668 DEBUG [main][TreeHandler] Notify Tree about selection event 05:53:42.676 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 05:53:42.678 DEBUG [WorkbenchTestable][TreeItemHandler] EditorBarTest-test 05:53:42.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:42.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:42.678 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:53:42.678 DEBUG [main][MenuItemLookup] Found menu:'File' 05:53:42.678 DEBUG [main][MenuItemLookup] Item match:File 05:53:42.679 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:53:42.679 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 05:53:42.683 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 05:53:42.683 DEBUG [main][MenuItemLookup] Found menu:'Project...' 05:53:42.683 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:42.683 DEBUG [main][MenuItemLookup] Found menu:'Package' 05:53:42.683 DEBUG [main][MenuItemLookup] Found menu:'Class' 05:53:42.683 DEBUG [main][MenuItemLookup] Found menu:'Interface' 05:53:42.683 DEBUG [main][MenuItemLookup] Found menu:'Enum' 05:53:42.683 DEBUG [main][MenuItemLookup] Found menu:'Record' 05:53:42.683 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 05:53:42.683 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 05:53:42.683 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 05:53:42.683 DEBUG [main][MenuItemLookup] Found menu:'Folder' 05:53:42.683 DEBUG [main][MenuItemLookup] Found menu:'File' 05:53:42.683 DEBUG [main][MenuItemLookup] Item match:File 05:53:42.686 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"File" 05:53:42.686 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text File 05:53:42.687 INFO [main][MenuItemHandler] Select menu item: File 05:53:42.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 05:53:42.735 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 05:53:42.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 05:53:42.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:42.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:42.736 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:") 05:53:42.736 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:42.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:42.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:42.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 05:53:42.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:42.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:42.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:42.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:42.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:42.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:53:42.738 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:53:42.739 INFO [WorkbenchTestable][AbstractText] Text set to: test.tlb 05:53:42.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 "Finish") 05:53:42.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:42.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:42.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:42.740 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 05:53:42.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:42.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:42.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:42.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:42.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:42.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:53:42.741 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 05:53:42.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:53:42.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:53:42.741 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:53:42.741 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:53:42.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:53:43.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:53:43.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@29df8891 is found... 05:53:43.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@29df8891 is found finished successfully 05:53:43.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qeditor-with-toolbar\E') 05:53:43.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:43.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:43.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:43.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:43.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:53:43.252 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:53:43.252 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Editor with toolbar example TooltipText=null 05:53:43.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:43.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:43.252 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editor-with-toolbar"as the parent 05:53:43.252 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") 05:53:43.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:43.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:43.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:43.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:43.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 05:53:43.252 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Execute task 05:53:43.252 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 05:53:43.252 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:53:43.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:43.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:43.254 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:53:43.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:43.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:43.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - editor-with-toolbar - Eclipse Platform 05:53:43.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:43.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:43.255 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - editor-with-toolbar - Eclipse Platform' 05:53:43.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:53:43.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:43.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:43.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:43.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:43.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:53:43.256 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:53:43.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:53:43.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:53:43.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:53:43.261 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:53:43.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:53:43.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:53:43.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:53:43.262 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:53:43.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:53:43.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:53:43.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:53:43.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:43.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:43.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:53:43.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:43.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:53:44.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:44.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:53:44.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:53:44.265 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:53:44.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:53:44.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:53:44.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:53:44.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 05:53:44.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:44.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:44.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:44.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:44.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:53:44.266 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 05:53:44.268 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 05:53:44.268 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 05:53:44.268 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 05:53:44.273 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 05:53:44.274 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 05:53:44.274 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:53:44.315 DEBUG [main][MenuItemLookup] Found menu:'New' 05:53:44.315 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 05:53:44.315 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:44.315 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 05:53:44.315 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:44.315 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 05:53:44.315 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 05:53:44.315 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 05:53:44.315 DEBUG [main][MenuItemLookup] Found menu:'Move...' 05:53:44.315 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 05:53:44.315 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:44.315 DEBUG [main][MenuItemLookup] Found menu:'Import...' 05:53:44.315 DEBUG [main][MenuItemLookup] Found menu:'Export...' 05:53:44.315 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:44.315 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 05:53:44.315 DEBUG [main][MenuItemLookup] Item match:Refresh F5 05:53:44.315 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 05:53:44.315 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 05:53:44.315 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 05:53:44.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:53:44.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 05:53:44.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 05:53:44.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:53:44.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:53:44.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:53:44.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:53:44.817 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'EditorBarTest-test' via Explorer 05:53:44.817 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 05:53:44.817 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 05:53:44.817 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 05:53:44.822 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 05:53:44.822 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 05:53:44.822 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:53:44.840 DEBUG [main][MenuItemLookup] Found menu:'New' 05:53:44.840 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 05:53:44.840 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:44.840 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 05:53:44.840 DEBUG [main][MenuItemLookup] Found menu:'' 05:53:44.840 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 05:53:44.840 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 05:53:44.840 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 05:53:44.840 DEBUG [main][MenuItemLookup] Item match:Delete Delete 05:53:44.840 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 05:53:44.840 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 05:53:44.840 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 05:53:44.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 05:53:45.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 05:53:45.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 05:53:45.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:45.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:45.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:45.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:45.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 05:53:45.434 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:45.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:45.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:45.434 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 05:53:45.434 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:45.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:45.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:45.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:45.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:45.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:53:45.435 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 05:53:45.435 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 05:53:45.435 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 05:53:45.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:53:45.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:53:45.435 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:53:45.435 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:53:45.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 05:53:45.435 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:45.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:45.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:45.435 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 05:53:45.435 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:45.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:45.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:45.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:45.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:45.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:53:45.436 INFO [WorkbenchTestable][AbstractButton] Click button OK 05:53:45.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:53:45.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:53:45.436 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:53:45.436 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:53:45.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 05:53:45.441 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 05:53:45.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 05:53:45.941 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 05:53:45.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:53:45.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 05:53:45.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:53:45.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:53:45.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:53:45.941 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 05:53:45.941 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:45.941 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:45.942 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 05:53:45.942 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 05:53:45.942 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:45.942 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.501 s - in org.eclipse.reddeer.swt.test.EditorBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) Time elapsed: 5.499 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.v20210204-0547 [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 05:53:53.895 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 05:53:53.896 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:54.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:54.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:54.077 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:53:54.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:54.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:54.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:53:54.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:53:54.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:54.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 05:53:54.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:54.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:54.108 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:53:54.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:54.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:54.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:54.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:54.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:54.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:54.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:53:54.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:54.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:54.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:53:54.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:53:54.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:54.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:54.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:53:54.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:54.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:54.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:53:54.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:53:54.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:54.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:54.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:53:54.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:54.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:54.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 05:53:54.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 05:53:54.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:54.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:54.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:53:54.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:54.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:54.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 05:53:54.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 05:53:54.119 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:53:54.122 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:53:54.122 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:53:54.122 DEBUG [main][AbstractWait] Waiting until shell is active... 05:53:54.122 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:53:54.122 INFO [main][AbstractShell] Close shell Testing shell 05:53:54.123 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:53:54.131 DEBUG [main][AbstractWait] Waiting while shell is available... 05:53:54.132 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:53:54.376 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 05:53:54.376 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:54.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:54.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:54.569 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:53:54.569 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:54.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:54.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:53:54.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:53:54.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:54.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 05:53:54.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:54.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:54.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:53:54.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:54.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:54.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:54.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:54.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:53:54.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:54.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:54.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:54.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:54.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:53:54.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:54.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:54.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:54.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:54.581 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:53:54.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:54.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:54.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:54.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:54.581 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:53:54.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:53:54.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:53:54.581 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:53:54.582 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:53:54.582 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:53:54.582 DEBUG [main][AbstractWait] Waiting until shell is active... 05:53:54.582 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:53:54.582 INFO [main][AbstractShell] Close shell Testing shell 05:53:54.582 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:53:54.589 DEBUG [main][AbstractWait] Waiting while shell is available... 05:53:54.589 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:53:54.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:54.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:53:54.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:53:54.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 05:53:54.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:53:54.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 05:53:54.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 05:53:54.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 05:53:54.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 05:53:54.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 05:53:54.811 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 05:53:54.811 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:54.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:54.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:54.998 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:53:54.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:54.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:54.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:53:55.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:53:55.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:55.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 05:53:55.005 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:55.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:55.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:55.006 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:53:55.006 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:55.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:55.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:55.006 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:53:55.007 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:53:55.007 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:53:55.007 DEBUG [main][AbstractWait] Waiting until shell is active... 05:53:55.007 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:53:55.007 INFO [main][AbstractShell] Close shell Testing shell 05:53:55.007 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:53:55.014 DEBUG [main][AbstractWait] Waiting while shell is available... 05:53:55.014 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:53:55.229 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 05:53:55.229 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:55.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:55.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:55.421 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:53:55.421 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:55.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:55.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:53:55.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:53:55.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:55.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 05:53:55.426 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:55.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:55.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:55.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:53:55.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:55.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:55.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:55.428 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:53:55.428 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:53:55.428 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:53:55.429 DEBUG [main][AbstractWait] Waiting until shell is active... 05:53:55.429 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:53:55.429 INFO [main][AbstractShell] Close shell Testing shell 05:53:55.429 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:53:55.435 DEBUG [main][AbstractWait] Waiting while shell is available... 05:53:55.435 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:53:55.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:55.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:53:55.647 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 05:53:55.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:55.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:55.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:55.834 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:53:55.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:55.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:55.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:53:55.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:53:55.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:55.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 05:53:55.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:53:55.840 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:55.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:55.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:55.841 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:53:55.841 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:55.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:55.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:55.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:55.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:55.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:53:55.842 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 05:53:55.842 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:55.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:55.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:55.842 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:53:55.842 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:55.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:55.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 05:53:55.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 05:53:55.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:55.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 05:53:55.846 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 05:53:55.846 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:55.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:55.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:55.846 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:53:55.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:55.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:55.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:53:55.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:53:55.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:55.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 05:53:55.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:55.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:55.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:55.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:55.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:55.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:55.866 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:53:55.866 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:53:55.866 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:53:55.866 DEBUG [main][AbstractWait] Waiting until shell is active... 05:53:55.867 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:53:55.867 INFO [main][AbstractShell] Close shell Testing shell 05:53:55.867 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:53:55.872 DEBUG [main][AbstractWait] Waiting while shell is available... 05:53:55.873 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:53:56.092 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 05:53:56.092 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:56.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:56.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:56.280 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:53:56.280 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:56.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:53:56.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:53:56.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:53:56.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:53:56.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 05:53:56.286 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:53:56.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:56.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:56.286 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:53:56.286 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:53:56.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:53:56.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:53:56.287 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:53:56.287 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:53:56.287 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:53:56.288 DEBUG [main][AbstractWait] Waiting until shell is active... 05:53:56.288 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:53:56.288 INFO [main][AbstractShell] Close shell Testing shell 05:53:56.288 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:53:56.293 DEBUG [main][AbstractWait] Waiting while shell is available... 05:53:56.293 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.682 s - in org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest testIndex(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.5 s testNotFoundAfterClose(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.457 s testMatcher(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.424 s testGetResult(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.421 s testParent(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.438 s testSimple(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.421 s Running org.eclipse.reddeer.core.test.condition.JobIsRunningTest 05:53:56.324 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 05:53:56.325 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 05:53:56.332 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 05:53:56.332 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 05:53:56.343 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 05:53:56.352 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:53:56.353 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:56.355 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 05:53:56.357 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 05:53:56.357 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 05:53:56.357 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 05:53:56.358 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:56.358 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:53:56.414 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:56.414 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:53:56.416 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. 05:53:56.498 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:56.499 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 05:53:56.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 05:53:56.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:56.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:56.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:56.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 05:53:56.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 05:53:56.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 05:53:56.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 05:53:56.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 05:53:56.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 05:53:56.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:53:56.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:53:57.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:53:57.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:53:58.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:53:58.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 05:53:58.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 05:53:58.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 05:53:58.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:53:59.504 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 05:53:59.505 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 05:53:59.505 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:53:59.509 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:53:59.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:53:59.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:53:59.510 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 05:53:59.510 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:53:59.510 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 05:53:59.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 05:53:59.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:53:59.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:53:59.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:53:59.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 05:53:59.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 05:53:59.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:53:59.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:00.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:00.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:01.012 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:01.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:02.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:02.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:03.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:03.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:03.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running failed, an exception will be thrown 05:54:04.516 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' was successfully killed 05:54:04.517 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 05:54:04.517 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:54:04.517 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:54:04.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:04.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:04.518 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 05:54:04.518 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:54:04.518 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 05:54:04.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 05:54:04.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:54:04.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:54:04.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:54:04.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 05:54:04.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 05:54:04.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 05:54:04.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 05:54:04.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:54:04.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 05:54:04.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:05.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 05:54:05.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:05.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 05:54:05.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:06.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 05:54:06.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:06.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 05:54:06.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:07.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 05:54:07.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:07.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 05:54:07.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:08.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 05:54:08.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:08.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 05:54:08.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:09.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 05:54:09.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:09.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 05:54:09.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:10.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 05:54:10.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:10.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 05:54:10.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 05:54:10.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 05:54:10.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:54:11.525 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' was successfully killed 05:54:11.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 05:54:11.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:54:11.525 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:54:11.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:11.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:11.526 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 05:54:11.526 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:54:11.526 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 05:54:11.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 05:54:11.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:54:11.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:54:11.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:54:11.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 05:54:11.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 05:54:11.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 05:54:11.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 05:54:11.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 05:54:11.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 05:54:11.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 05:54:12.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 05:54:12.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:54:12.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:12.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:13.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:13.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:14.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:14.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:15.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:15.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:16.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:16.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:17.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:17.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 05:54:17.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 05:54:18.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 05:54:18.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 05:54:18.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 05:54:18.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 05:54:19.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 05:54:19.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 05:54:19.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 05:54:19.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 05:54:20.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 05:54:20.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 05:54:20.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 05:54:20.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 05:54:20.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 05:54:20.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:54:21.533 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 05:54:21.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 05:54:21.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:54:21.533 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:54:21.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:21.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:21.534 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 05:54:21.534 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:54:21.534 INFO [WorkbenchTestable][RequirementsRunner] Started test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 05:54:21.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 05:54:21.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:54:21.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:54:21.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:54:21.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 05:54:21.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 05:54:21.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 05:54:21.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 05:54:21.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 05:54:21.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 05:54:21.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 05:54:21.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 05:54:21.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:54:21.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 05:54:21.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:22.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 05:54:22.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:22.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 05:54:22.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:23.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 05:54:23.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:23.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 05:54:23.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:24.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 05:54:24.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:24.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 05:54:24.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:25.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 05:54:25.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:25.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 05:54:25.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:26.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 05:54:26.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:26.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 05:54:26.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:27.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 05:54:27.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 05:54:27.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 05:54:27.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 05:54:27.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 05:54:27.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 05:54:27.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:54:28.540 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 05:54:29.540 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 05:54:29.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 05:54:29.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:54:29.541 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:54:29.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:29.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:29.542 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 05:54:29.542 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:54:29.542 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 05:54:29.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 05:54:29.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:54:29.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:54:29.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:54:29.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 05:54:30.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 05:54:30.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:54:30.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:30.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:31.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 05:54:31.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:54:31.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:54:31.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:54:31.544 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 05:54:31.544 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:54:31.544 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:54:31.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:31.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:31.544 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 05:54:31.545 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 05:54:31.545 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:54:31.545 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:54:31.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:31.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.223 s - in org.eclipse.reddeer.core.test.condition.JobIsRunningTest testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 3.011 s testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 5.008 s testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 7.008 s testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 10.008 s testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 8.008 s testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 2.002 s Running org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 05:54:31.551 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 05:54:31.553 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:54:31.553 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:54:31.553 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 05:54:31.553 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:54:31.553 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:54:31.554 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:54:31.554 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:54:31.554 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:54:31.554 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:54:31.554 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 05:54:31.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 05:54:31.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:54:31.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:54:31.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:54:31.760 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 05:54:31.760 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:54:31.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:31.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:31.959 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:54:31.959 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:54:31.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:54:31.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 05:54:31.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 05:54:31.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:54:31.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 05:54:31.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:31.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:31.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:54:31.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:31.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:31.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:54:31.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:54:31.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:54:31.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:54:31.970 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:54:31.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 05:54:31.970 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:54:31.970 DEBUG [main][AbstractWait] Waiting until shell is active... 05:54:31.970 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:54:31.970 INFO [main][AbstractShell] Close shell Testing shell 05:54:31.970 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:54:31.976 DEBUG [main][AbstractWait] Waiting while shell is available... 05:54:31.976 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:54:31.976 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 05:54:31.976 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:54:31.976 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:54:32.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:32.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:32.008 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 05:54:32.009 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:54:32.009 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 05:54:32.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 05:54:32.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:54:32.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:54:32.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:54:32.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 05:54:32.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:54:32.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:32.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:32.028 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 05:54:32.028 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:54:32.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:54:32.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:32.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:54:32.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:54:32.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:54:32.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:32.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:32.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 05:54:32.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:32.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:32.037 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 05:54:32.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 05:54:32.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:54:32.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:54:32.540 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 05:54:32.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 05:54:32.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:54:33.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:54:33.042 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 05:54:33.042 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 05:54:33.042 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 05:54:33.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:54:33.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:54:33.543 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 05:54:33.543 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 05:54:33.543 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 05:54:33.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:54:34.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:54:34.044 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 05:54:34.047 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 05:54:34.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:54:34.047 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 05:54:34.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:54:34.047 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 05:54:34.047 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 05:54:34.047 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 05:54:34.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:54:34.048 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 05:54:34.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:54:34.048 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 05:54:34.048 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 05:54:34.048 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 05:54:34.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:54:34.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:54:34.548 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 05:54:34.548 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 05:54:34.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:54:35.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:54:35.049 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 05:54:35.050 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 05:54:35.050 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 05:54:35.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:54:35.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:54:35.551 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 05:54:35.551 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 05:54:35.551 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:54:35.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:54:36.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:54:36.053 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:54:36.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:54:36.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:54:36.055 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:54:36.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:54:36.055 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:54:36.055 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 05:54:36.055 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 05:54:36.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:54:36.055 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 05:54:36.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:54:36.055 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 05:54:36.055 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 05:54:36.055 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:54:36.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:54:36.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:54:36.556 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:54:36.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:54:36.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:54:36.558 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 05:54:36.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:54:36.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:54:36.558 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 05:54:36.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 05:54:36.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:54:36.559 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 05:54:36.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:54:36.559 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 05:54:36.559 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 05:54:36.559 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 05:54:36.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:54:37.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:54:37.059 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 05:54:37.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 05:54:37.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:54:37.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:54:37.560 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 05:54:37.560 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 05:54:37.560 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 05:54:37.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:54:38.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:54:38.061 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 05:54:38.062 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 05:54:38.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 05:54:38.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:54:38.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:54:38.563 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 05:54:38.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 05:54:38.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:54:39.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:54:39.064 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 05:54:39.065 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 05:54:39.065 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 05:54:39.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:54:39.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:54:39.566 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 05:54:39.566 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 05:54:39.567 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 05:54:39.567 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 05:54:39.567 DEBUG [main][AbstractWait] Waiting until shell is active... 05:54:39.567 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 05:54:39.567 INFO [main][AbstractShell] Close shell Testing shell 05:54:39.567 INFO [main][ShellHandler] Closing shell 'Testing shell' 05:54:39.570 DEBUG [main][AbstractWait] Waiting while shell is available... 05:54:39.570 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 05:54:39.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 05:54:39.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:54:39.570 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:54:39.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:39.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:39.584 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 05:54:39.584 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 05:54:39.584 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:54:39.584 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:54:39.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:39.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.035 s - in org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 0.454 s testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 7.575 s Running org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest 05:54:39.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test shell"] is available.... 05:54:39.598 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 05:54:39.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 05:54:39.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:39.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:39.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 05:54:39.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:39.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:39.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 05:54:39.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:39.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:39.598 INFO [WorkbenchTestable][AbstractShell] Close shell Test shell 05:54:39.598 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Test shell' 05:54:39.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:54:39.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest testActiveShellExistsGetResult(org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest) Time elapsed: 0.015 s Running org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 05:54:39.608 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 05:54:39.608 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:54:39.608 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:54:39.608 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 05:54:39.608 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:54:39.608 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:54:39.616 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:54:39.617 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:54:39.617 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:54:39.617 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:54:39.617 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 05:54:39.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 05:54:39.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:54:39.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:54:39.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:54:39.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:54:39.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:54:39.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:54:39.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:39.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:39.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:54:39.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:54:39.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:54:39.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:39.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:39.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:54:39.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:54:39.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:54:39.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:39.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:39.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:54:39.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:54:39.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:54:39.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:39.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:39.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:54:39.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:54:39.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:54:39.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:39.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:39.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.... 05:54:39.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 05:54:39.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:54:39.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:39.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:39.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:54:39.697 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:54:39.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:39.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:39.711 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:54:39.711 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:54:39.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:54:39.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:39.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:40.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:40.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:40.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:40.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:40.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:54:40.719 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:54:40.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:54:40.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:54:40.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:54:40.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:40.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:40.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:54:40.720 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:54:40.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:40.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:40.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:54:40.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:54:40.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:54:40.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:40.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:41.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:41.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:41.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:41.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:41.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:54:41.726 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:54:41.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:54:41.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 05:54:41.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:54:41.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:41.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:41.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:54:41.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:54:41.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:41.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:41.728 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:54:41.728 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:54:41.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:54:41.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:41.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:42.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:42.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:42.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:42.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:42.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:54:42.730 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:54:42.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:54:42.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:54:42.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:54:42.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:42.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:42.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:54:42.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:54:42.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:42.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:42.732 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:54:42.732 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:54:42.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:54:42.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:42.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:43.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:43.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:43.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:43.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:43.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:54:43.734 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:54:43.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:54:43.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:54:43.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:54:43.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:43.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:43.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:54:43.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:54:43.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:43.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:43.737 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:54:43.737 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:54:43.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:54:43.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:43.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:44.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:44.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:44.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:44.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:44.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:54:44.738 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:54:44.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:54:44.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:54:44.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:54:44.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:44.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:44.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:54:44.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:54:44.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:44.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:44.742 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:54:44.742 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:54:44.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:54:44.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:44.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:45.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:45.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:45.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:45.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:45.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:54:45.743 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:54:45.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:54:45.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 05:54:45.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:54:45.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:45.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:45.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:54:45.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:54:45.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:45.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:45.749 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:54:45.749 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:54:45.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:54:45.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:45.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:46.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:46.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:46.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:46.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:46.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:54:46.752 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:54:46.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:54:46.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:54:46.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:54:46.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:46.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:46.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:54:46.752 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:54:46.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:46.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:46.757 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:54:46.757 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:54:46.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:54:46.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:46.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:47.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:47.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:47.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:47.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:47.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:54:47.758 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:54:47.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:54:47.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:54:47.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:54:47.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:47.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:47.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:54:47.759 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:54:47.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:47.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:47.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:54:47.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:54:47.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:54:47.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:47.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:48.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:48.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:48.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:48.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:48.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:54:48.762 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:54:48.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:54:48.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:54:48.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:54:48.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:48.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:48.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:54:48.763 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:54:48.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:48.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:48.765 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:54:48.765 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:54:48.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:54:48.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:48.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:49.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:49.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:49.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:49.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:49.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:54:49.766 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:54:49.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:54:49.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:54:49.767 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:54:49.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:49.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:49.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:54:49.767 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:54:49.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:49.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:49.767 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:54:49.767 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:54:49.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:54:49.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:49.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:50.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:50.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:50.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:50.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:50.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:54:50.771 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:54:50.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:54:50.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:54:50.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:54:50.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:50.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:50.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:54:50.771 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:54:50.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:50.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:50.772 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:54:50.772 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:54:50.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:54:50.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:50.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:51.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:51.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:51.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:51.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:51.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:54:51.774 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:54:51.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:54:51.775 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 05:54:51.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:54:51.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:51.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:51.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:54:51.775 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:54:51.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:51.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:51.781 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:54:51.781 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:54:51.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:54:51.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:51.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:52.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:52.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:52.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:52.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:52.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:54:52.784 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:54:52.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:54:52.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:54:52.785 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:54:52.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:52.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:52.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:54:52.785 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:54:52.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:52.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:52.794 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:54:52.794 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:54:52.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:54:52.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:52.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:53.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:53.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:53.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:53.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:53.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:54:53.796 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:54:53.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:54:53.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:54:53.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:54:53.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:53.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:53.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 05:54:53.797 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:54:53.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:53.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:53.797 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:54:53.797 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:54:53.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:54:53.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:53.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:54.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:54.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:54.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:54.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:54.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:54:54.798 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:54:54.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:54:54.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:54:54.798 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:54:54.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:54.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:54.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:54:54.799 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:54:54.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:54.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:54.799 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:54:54.799 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:54:54.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:54:54.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:54.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:55.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:55.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:55.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:55.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:55.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:54:55.802 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:54:55.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:54:55.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:54:55.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:54:55.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:55.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:55.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:54:55.802 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:54:55.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:55.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:55.802 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:54:55.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:54:55.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:54:55.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:55.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:56.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:56.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:56.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:56.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:57.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:57.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:57.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:54:57.304 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:54:57.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:54:57.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:54:57.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:54:57.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:57.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:57.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 05:54:57.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:54:57.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:57.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:57.306 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:54:57.306 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:54:57.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:54:57.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:57.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:57.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:57.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:58.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:58.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:58.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:54:58.309 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:54:58.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:54:58.310 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 05:54:58.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:54:58.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:58.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:58.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 05:54:58.310 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:54:58.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:58.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:58.324 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:54:58.324 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:54:58.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:54:58.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:58.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:58.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:58.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:59.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:59.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:59.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:54:59.327 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:54:59.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:54:59.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:54:59.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:54:59.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:54:59.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:54:59.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 05:54:59.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:54:59.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:54:59.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:54:59.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:54:59.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:54:59.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:54:59.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:59.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:54:59.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:54:59.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:00.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:00.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:00.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:00.338 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:00.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:55:00.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:55:00.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:55:00.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:00.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:00.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:00.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:00.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:00.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:00.339 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:55:00.339 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:00.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:00.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:00.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:00.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:00.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:01.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:01.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:01.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:01.342 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:01.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:55:01.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:55:01.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:55:01.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:01.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:01.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 05:55:01.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:01.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:01.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:01.345 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:55:01.345 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:01.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:01.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:01.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:01.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:01.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:02.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:02.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:02.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:02.346 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:02.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:55:02.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:55:02.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:55:02.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:02.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:02.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:02.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:02.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:02.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:02.348 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:55:02.348 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:02.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:02.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:02.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:02.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:02.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:03.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:03.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:03.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:03.350 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:03.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:55:03.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:55:03.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:55:03.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:03.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:03.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:03.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:03.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:03.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:03.351 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:55:03.351 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:03.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:03.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:03.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:03.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:03.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:04.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:04.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:04.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:04.354 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:04.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:55:04.355 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 05:55:04.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:55:04.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:04.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:04.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:04.355 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:04.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:04.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:04.368 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:55:04.368 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:04.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:04.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:04.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:04.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:04.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:05.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:05.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:05.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:05.371 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:05.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:55:05.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:55:05.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:55:05.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:05.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:05.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:05.372 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:05.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:05.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:05.376 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:55:05.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:05.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:05.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:05.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:05.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:05.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:06.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:06.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:06.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:06.377 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:06.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:55:06.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:55:06.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:55:06.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:06.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:06.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:06.378 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:06.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:06.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:06.379 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:55:06.379 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:06.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:06.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:06.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:06.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:06.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:07.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:07.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:07.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:07.382 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:07.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:55:07.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:55:07.383 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:55:07.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:07.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:07.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:07.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:07.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:07.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:07.385 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:55:07.385 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:07.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:07.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:07.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:07.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:07.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:08.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:08.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:08.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:08.386 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:08.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:55:08.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:55:08.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:55:08.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:08.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:08.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:08.387 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:08.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:08.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:08.387 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:55:08.387 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:08.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:08.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:08.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:08.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:08.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:09.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:09.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:09.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:09.390 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:09.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:55:09.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:55:09.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:55:09.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:09.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:09.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 05:55:09.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:09.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:09.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:09.393 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:55:09.393 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:09.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:09.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:09.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:09.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:09.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:10.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:10.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:10.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:10.395 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:10.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:55:10.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 05:55:10.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:55:10.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:10.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:10.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:10.409 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:10.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:10.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:10.414 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:55:10.414 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:10.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:10.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:10.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:10.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:10.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:11.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:11.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:11.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:11.417 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:11.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:55:11.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:55:11.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:55:11.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:11.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:11.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:11.418 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:11.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:11.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:11.418 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:55:11.418 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:11.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:11.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:11.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:11.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:11.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:11.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:55:11.426 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 05:55:11.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:55:11.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:11.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:11.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:11.426 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:11.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:11.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:11.431 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:55:11.432 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:11.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:11.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:11.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:11.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:11.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:12.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:12.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:12.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:12.435 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:12.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:55:12.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:55:12.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:55:12.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:12.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:12.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:12.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:12.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:12.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:12.439 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:55:12.440 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:12.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:12.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:12.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:12.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:12.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:12.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:55:12.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:55:12.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:55:12.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:12.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:12.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:12.441 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:12.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:12.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:12.443 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:55:12.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:12.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:12.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:12.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:12.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:12.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:13.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:13.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:13.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:13.445 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:13.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:55:13.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:55:13.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:55:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:13.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:13.446 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:13.447 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:55:13.448 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:13.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:13.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:13.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:13.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:13.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:14.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:14.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:14.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:14.449 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:14.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:55:14.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:55:14.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:55:14.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:14.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:14.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:14.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:14.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:14.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:14.452 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:55:14.452 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:14.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:14.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:14.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:14.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:14.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:15.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:15.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:15.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:15.453 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:15.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:55:15.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:55:15.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:55:15.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:15.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:15.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:15.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:15.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:15.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:15.453 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:55:15.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:15.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:15.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:15.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:15.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:15.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:16.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:16.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:16.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:16.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:16.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:16.955 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:16.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:55:16.955 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 05:55:16.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:55:16.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:16.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:16.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:16.956 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:16.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:16.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:16.968 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:55:16.969 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:16.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:16.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:16.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:17.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:17.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:17.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:17.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:17.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:17.973 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:17.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:55:17.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:55:17.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:55:17.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:17.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:17.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 05:55:17.973 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:17.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:17.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:17.974 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:55:17.974 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:17.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:17.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:17.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:17.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:17.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:17.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:55:17.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:55:17.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:55:17.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:17.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:17.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:17.987 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:17.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:17.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:17.987 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:55:17.987 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:17.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:17.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:17.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:18.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:18.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:18.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:18.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:18.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:18.988 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:18.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:55:18.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:55:18.988 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:55:18.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:18.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:18.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:18.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:18.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:18.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:18.989 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:55:18.989 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:18.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:18.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:18.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:19.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:19.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:19.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:19.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:19.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:19.990 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:19.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:55:19.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:55:19.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:55:19.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:19.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:19.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 05:55:19.991 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:19.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:19.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:19.991 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:55:19.991 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:19.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:19.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:19.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:20.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:20.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:20.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:20.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:20.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:20.993 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:20.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:55:20.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:55:20.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:55:20.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:20.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:20.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:20.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:20.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:20.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:20.996 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:55:20.996 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:20.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:20.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:20.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:21.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:21.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:21.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:21.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:21.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:21.997 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:21.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:55:21.997 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 05:55:21.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:55:21.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:21.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:21.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:21.998 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:21.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:22.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:22.011 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:55:22.011 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:22.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:22.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:22.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:22.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:22.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:23.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:23.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:23.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:23.015 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:23.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:55:23.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:55:23.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:55:23.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:23.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:23.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:23.015 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:23.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:23.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:23.024 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:55:23.024 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:23.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:23.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:23.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:23.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:23.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:23.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:55:23.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:55:23.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:55:23.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:23.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:23.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:23.025 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:23.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:23.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:23.026 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:55:23.026 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:23.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:23.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:23.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:23.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:23.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:24.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:24.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:24.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:24.029 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:24.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:55:24.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:55:24.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:55:24.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:24.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:24.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:24.030 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:24.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:24.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:24.030 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:55:24.030 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:24.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:24.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:24.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:24.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:24.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:25.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:25.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:25.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:25.031 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:25.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:55:25.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:55:25.032 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:55:25.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:25.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:25.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:25.032 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:25.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:25.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:25.034 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:55:25.034 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:25.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:25.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:25.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:25.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:25.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:26.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:26.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:26.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:26.036 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:26.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:55:26.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:55:26.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:55:26.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:26.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:26.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 05:55:26.037 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:26.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:26.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:26.038 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:55:26.038 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:26.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:26.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:26.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:26.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:26.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:27.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:27.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:27.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:27.040 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:27.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:55:27.041 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 05:55:27.041 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:55:27.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:27.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:27.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 05:55:27.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:27.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:27.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:27.054 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:55:27.054 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:27.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:27.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:27.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:27.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:27.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:28.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:28.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:28.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:28.058 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:28.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:55:28.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:55:28.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:55:28.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:28.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:28.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:28.059 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:28.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:28.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:28.059 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:55:28.059 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:28.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:28.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:28.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:28.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:28.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:28.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:55:28.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:55:28.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:55:28.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:28.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:28.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:28.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:28.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:28.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:28.070 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:55:28.070 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:28.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:28.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:28.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:28.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:28.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:29.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:29.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:29.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:29.071 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:29.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:55:29.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:55:29.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:55:29.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:29.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:29.072 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:29.072 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:29.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:29.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:29.072 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:55:29.072 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:29.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:29.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:29.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:29.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:29.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:30.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:30.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:30.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:30.074 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:30.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:55:30.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:55:30.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:55:30.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:30.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:30.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:30.075 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:30.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:30.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:30.076 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:55:30.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:30.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:30.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:30.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:30.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:30.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:31.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:31.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:31.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:31.078 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:31.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:55:31.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:55:31.078 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:55:31.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:31.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:31.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:31.079 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:31.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:31.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:31.080 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:55:31.080 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:31.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:31.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:31.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:31.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:31.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:32.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:32.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:32.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:32.081 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:32.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:55:32.084 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 05:55:32.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:55:32.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:32.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:32.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:32.084 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:32.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:32.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:32.088 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:55:32.088 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:32.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:32.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:32.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:32.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:32.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:33.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:33.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:33.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:33.093 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:33.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:55:33.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:55:33.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:55:33.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:33.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:33.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:33.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:33.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:33.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:33.094 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:55:33.094 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:33.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:33.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:33.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:33.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:33.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:33.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:55:33.098 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 05:55:33.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:55:33.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:33.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:33.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:33.099 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:33.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:33.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:33.103 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:55:33.103 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:33.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:33.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:33.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:33.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:33.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:34.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:34.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:34.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:34.106 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:34.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:55:34.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:55:34.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:55:34.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:34.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:34.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:34.107 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:34.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:34.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:34.107 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:55:34.107 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:34.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:34.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:34.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:34.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:34.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:34.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:55:34.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:55:34.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:55:34.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:34.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:34.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 05:55:34.112 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:34.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:34.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:34.113 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:55:34.113 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:34.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:34.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:34.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:34.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:34.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:35.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:35.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:35.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:35.115 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:35.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:55:35.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:55:35.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:55:35.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:35.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:35.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:35.115 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:35.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:35.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:35.116 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:55:35.116 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:35.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:35.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:35.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:35.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:35.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:36.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:36.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:36.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:36.118 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:36.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:55:36.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:55:36.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:55:36.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:36.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:36.119 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:36.119 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:36.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:36.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:36.119 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:55:36.119 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:36.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:36.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:36.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:36.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:36.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:36.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:55:36.121 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 05:55:36.121 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:55:36.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:36.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:36.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:36.122 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:36.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:36.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:36.122 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:55:36.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:36.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:36.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:36.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:36.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:36.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:37.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:37.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:37.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:37.129 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:37.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:55:37.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:55:37.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:55:37.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:37.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:37.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:37.130 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:37.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:37.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:37.138 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:55:37.138 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:37.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:37.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:37.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:37.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:37.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:37.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:55:37.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:55:37.139 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:55:37.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:37.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:37.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 05:55:37.139 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:37.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:37.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:37.139 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:55:37.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:37.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:37.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:37.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:37.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:37.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:38.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:38.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:38.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:38.141 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:38.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:55:38.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:55:38.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:55:38.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:38.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:38.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:38.142 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:38.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:38.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:38.142 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:55:38.142 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:38.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:38.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:38.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:38.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:38.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:39.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:39.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:39.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:39.145 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:39.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:55:39.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:55:39.146 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:55:39.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:39.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:39.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:39.146 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:39.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:39.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:39.146 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:55:39.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:39.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:39.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:39.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:39.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:39.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:39.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:55:39.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:55:39.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:55:39.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:39.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:39.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:39.149 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:39.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:39.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:39.149 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:55:39.149 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:39.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:39.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:39.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:39.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:39.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:40.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:40.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:40.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:40.150 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:40.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:55:40.150 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 05:55:40.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:55:40.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:40.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:40.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:40.151 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:40.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:40.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:40.154 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:55:40.154 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:40.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:40.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:40.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:40.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:40.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:41.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:41.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:41.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:41.158 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:41.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:55:41.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:55:41.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:55:41.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:41.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:41.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:41.159 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:41.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:41.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:41.159 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:55:41.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:41.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:41.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:41.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:41.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:41.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:41.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:55:41.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:55:41.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:55:41.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:41.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:41.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 05:55:41.165 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:41.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:41.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:41.167 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:55:41.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:41.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:41.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:41.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:41.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:41.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:42.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:42.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:42.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:42.168 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:42.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:55:42.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:55:42.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:55:42.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:42.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:42.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:42.169 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:42.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:42.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:42.169 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:55:42.169 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:42.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:42.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:42.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:42.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:42.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:43.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:43.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:43.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:43.171 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:43.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:55:43.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:55:43.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:55:43.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:43.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:43.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:43.172 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:43.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:43.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:43.172 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:55:43.172 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:43.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:43.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:43.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:43.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:43.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:43.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:55:43.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:55:43.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:55:43.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:43.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:43.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:43.174 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:43.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:43.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:43.175 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:55:43.175 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:43.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:43.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:43.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:43.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:43.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:44.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:44.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:44.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:44.176 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:44.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:55:44.177 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 05:55:44.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:55:44.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:44.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:44.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 05:55:44.177 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:44.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:44.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:44.182 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:55:44.182 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:44.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:44.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:44.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:44.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:44.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:45.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:45.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:45.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:45.187 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:45.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:55:45.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:55:45.187 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:55:45.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:45.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:45.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:45.187 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:45.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:45.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:45.187 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:55:45.187 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:45.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:45.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:45.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:45.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:45.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:45.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:55:45.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:55:45.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:55:45.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:45.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:45.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:45.197 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:45.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:45.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:45.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:55:45.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:45.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:45.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:45.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:45.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:45.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:46.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:46.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:46.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:46.200 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:46.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:55:46.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:55:46.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:55:46.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:46.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:46.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:46.202 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:46.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:46.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:46.202 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:55:46.202 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:46.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:46.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:46.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:46.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:46.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:47.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:47.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:47.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:47.205 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:47.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:55:47.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:55:47.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:55:47.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:47.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55: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 05:55:47.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:47.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:47.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:47.206 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:55:47.206 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:47.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:47.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:47.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:47.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:47.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:47.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:55:47.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:55:47.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:55:47.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:47.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:47.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:47.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:47.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:47.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:47.211 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:55:47.211 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:47.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:47.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:47.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:47.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:47.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:48.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:48.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:48.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:48.212 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:48.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:55:48.214 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 05:55:48.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:55:48.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:48.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:48.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:48.214 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:48.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:48.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:48.227 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:55:48.227 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:48.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:48.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:48.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:48.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:48.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:49.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:49.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:49.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:49.230 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:49.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:55:49.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:55:49.230 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:55:49.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:49.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:49.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 05:55:49.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:49.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:49.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:49.240 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:55:49.240 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:49.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:49.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:49.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:49.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:49.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:49.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:55:49.241 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 05:55:49.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:55:49.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:49.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:49.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:49.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:49.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:49.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:49.241 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:55:49.241 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:49.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:49.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:49.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:49.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:49.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:50.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:50.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:50.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:50.248 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:50.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:55:50.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:55:50.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:55:50.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:50.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:50.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:50.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:50.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:50.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:50.249 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:55:50.249 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:50.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:50.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:50.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:50.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:50.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:50.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:55:50.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:55:50.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:55:50.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:50.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:50.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:50.254 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:50.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:50.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:50.254 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:55:50.254 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:50.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:50.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:50.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:50.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:50.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:51.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:51.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:51.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:51.255 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:51.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:55:51.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:55:51.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:55:51.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:51.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:51.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 05:55:51.256 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:51.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:51.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:51.256 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:55:51.256 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:51.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:51.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:51.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:51.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:51.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:51.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:55:51.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:55:51.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:55:51.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:51.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:51.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:51.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:51.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:51.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:51.259 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:55:51.259 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:51.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:51.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:51.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:51.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:51.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:51.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:55:51.259 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 05:55:51.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:55:51.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:51.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:51.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 05:55:51.261 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:51.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:51.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:51.261 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:55:51.261 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:51.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:51.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:51.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:51.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:51.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:52.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:52.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:52.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:52.264 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:52.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:55:52.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:55:52.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:55:52.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:52.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:52.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:52.264 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:52.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:52.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:52.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:55:52.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:52.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:52.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:52.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:52.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:52.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:52.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:55:52.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:55:52.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:55:52.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:52.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:52.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 05:55:52.266 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:52.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:52.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:52.266 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:55:52.266 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:52.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:52.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:52.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:52.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:52.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:53.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:53.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:53.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:53.267 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:53.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:55:53.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:55:53.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:55:53.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:53.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:53.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 05:55:53.268 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:53.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:53.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:53.268 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:55:53.268 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:53.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:53.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:53.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:53.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:53.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:53.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:55:53.270 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 05:55:53.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:55:53.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:53.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:53.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:53.270 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:53.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:53.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:53.271 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:55:53.274 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:53.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:53.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:53.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:53.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:53.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:54.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:54.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:54.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:54.277 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:54.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:55:54.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:55:54.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:55:54.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:54.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:54.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:54.278 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:54.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:54.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:54.281 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:55:54.281 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:54.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:54.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:54.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:54.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:54.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:54.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:55:54.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:55:54.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:55:54.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:54.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:54.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:54.282 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:54.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:54.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:54.283 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:55:54.283 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:54.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:54.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:54.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:54.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:54.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:55.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:55.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:55.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:55.285 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:55.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:55:55.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:55:55.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:55:55.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:55.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:55.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 05:55:55.286 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:55.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:55.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:55.286 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:55:55.286 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:55.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:55.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:55.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:55.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:55.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:55.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:55:55.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:55:55.289 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:55:55.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:55.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:55.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:55.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:55.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:55.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:55.289 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:55:55.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:55.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:55.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:55.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:55.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:55.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:55.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:55:55.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:55:55.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:55:55.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:55.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:55.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 05:55:55.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:55.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:55.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:55.292 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:55:55.292 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:55.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:55.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:55.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:55.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:55.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:56.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:56.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:56.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:56.294 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:56.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:55:56.295 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 05:55:56.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:55:56.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:56.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:56.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:56.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:56.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:56.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:56.295 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:55:56.299 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:56.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:56.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:56.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:56.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:56.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:57.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:57.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:57.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:57.302 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:57.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:55:57.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:55:57.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:55:57.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:57.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:57.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 05:55:57.303 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:57.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:57.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:57.303 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:55:57.303 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:57.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:57.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:57.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:57.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:57.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:57.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:55:57.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:55:57.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:55:57.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:57.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:57.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 05:55:57.303 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:57.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:57.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:57.314 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:55:57.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:57.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:57.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:57.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:57.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:57.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:58.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:58.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:58.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:58.316 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:58.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:55:58.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:55:58.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:55:58.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:58.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:58.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:58.317 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:58.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:58.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:58.317 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:55:58.317 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:58.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:58.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:58.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:58.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:58.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:58.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:55:58.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:55:58.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:55:58.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:58.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:58.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:58.320 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:58.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:58.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:58.320 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:55:58.320 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:58.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:58.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:58.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:55:58.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:55:58.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:55:58.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:55:58.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:55:58.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:55:58.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:58.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:58.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:58.323 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:58.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:58.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:58.324 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:55:58.324 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:58.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:58.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:58.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:58.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:58.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:59.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:59.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:59.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:55:59.326 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:55:59.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:55:59.328 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 05:55:59.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:55:59.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:55:59.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:55:59.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:55:59.329 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:55:59.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:55:59.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:55:59.332 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:55:59.333 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:55:59.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:55:59.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:59.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:55:59.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:55:59.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:00.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:00.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:00.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:00.336 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:00.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:56:00.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:56:00.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:56:00.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:00.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:00.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:00.337 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:00.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:00.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:00.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:56:00.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:00.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:00.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:00.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:00.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:00.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:00.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:56:00.341 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 05:56:00.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:00.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:00.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:00.341 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:00.341 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:00.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:00.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:00.345 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:56:00.346 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:00.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:00.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:00.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:00.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:01.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:01.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:01.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:01.349 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:56:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:56:01.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:56:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:01.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:01.350 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:01.350 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:56:01.350 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:01.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:01.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:01.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:01.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:01.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:56:01.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:56:01.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:56:01.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:01.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:01.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:01.359 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:01.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:01.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:01.359 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:56:01.359 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:01.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:01.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:01.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:01.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:01.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:01.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:56:01.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:56:01.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:56:01.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:01.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:01.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 05:56:01.362 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:01.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:01.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:01.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:56:01.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:01.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:01.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:01.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:01.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:01.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:01.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:56:01.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:56:01.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:56:01.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:01.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:01.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:01.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:01.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:01.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:01.364 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:56:01.364 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:01.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:01.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:01.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:01.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:01.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:01.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:56:01.365 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 05:56:01.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:01.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:01.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:01.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:01.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:01.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:01.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:01.378 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:56:01.378 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:01.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:01.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:01.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:01.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:01.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:02.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:02.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:02.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:02.381 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:02.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:56:02.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:56:02.381 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:56:02.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:02.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:02.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:02.381 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:02.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:02.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:02.381 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:56:02.381 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:02.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:02.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:02.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:02.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:02.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:02.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:56:02.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:56:02.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:56:02.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:02.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:02.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:02.395 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:02.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:02.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:02.397 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:56:02.397 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:02.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:02.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:02.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:02.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:02.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:02.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:56:02.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:56:02.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:56:02.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:02.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56: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 05:56:02.399 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:02.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:02.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:02.400 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:56:02.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:02.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:02.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:02.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:02.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:02.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:02.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:56:02.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 05:56:02.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:02.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:02.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:02.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:02.402 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:02.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:02.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:02.405 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:56:02.406 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:02.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:02.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:02.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:02.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:02.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:03.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:03.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:03.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:03.409 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:03.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:56:03.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:56:03.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:56:03.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:03.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:03.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:03.409 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:03.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:03.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:03.409 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:56:03.409 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:03.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:03.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:03.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:03.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:03.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:03.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:56:03.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:56:03.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:56:03.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:03.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:03.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:03.414 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:03.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:03.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:03.414 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:56:03.414 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:03.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:03.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:03.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:03.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:03.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:03.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:56:03.421 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 05:56:03.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:03.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:03.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:03.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:03.422 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:03.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:03.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:03.422 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:56:03.422 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:03.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:03.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:03.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:03.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:03.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:04.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:04.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:04.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:04.428 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:04.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:56:04.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:56:04.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:56:04.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:04.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:04.428 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:04.428 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:04.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:04.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:04.429 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:56:04.429 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:04.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:04.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:04.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:04.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:04.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:04.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:56:04.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:56:04.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:56:04.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:04.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:04.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:04.438 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:04.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:04.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:04.438 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:56:04.438 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:04.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:04.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:04.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:04.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:04.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:04.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:56:04.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:56:04.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:56:04.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:04.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:04.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:04.440 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:04.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:04.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:04.441 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:56:04.441 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:04.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:04.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:04.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:04.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:04.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:04.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:56:04.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:56:04.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:56:04.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:04.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:04.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:04.443 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:04.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:04.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:04.443 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:56:04.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:04.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:04.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:04.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:04.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:04.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:04.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:56:04.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:56:04.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:56:04.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:04.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:04.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:04.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:04.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:04.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:04.444 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:56:04.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:04.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:04.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:04.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:04.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:04.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:05.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:05.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:05.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:05.448 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:05.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:56:05.451 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 05:56:05.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:05.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:05.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:05.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:05.451 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:05.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:05.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:05.451 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:56:05.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:05.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:05.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:05.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:05.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:05.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:06.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:06.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:06.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:06.457 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:06.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:56:06.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:56:06.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:56:06.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:06.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:06.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:06.457 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:06.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:06.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:06.458 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:56:06.458 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:06.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:06.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:06.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:06.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:06.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:06.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:56:06.467 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 05:56:06.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:06.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:06.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:06.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:06.467 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:06.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:06.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:06.470 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:56:06.470 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:06.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:06.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:06.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:06.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:06.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:07.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:07.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:07.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:07.473 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:07.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:56:07.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:56:07.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:56:07.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:07.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:07.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:07.473 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:07.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:07.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:07.474 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:56:07.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:07.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:07.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:07.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:07.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:07.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:07.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:56:07.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:56:07.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:56:07.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:07.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:07.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:07.482 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:07.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:07.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:07.482 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:56:07.482 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:07.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:07.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:07.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:07.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:07.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:07.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:56:07.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:56:07.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:56:07.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:07.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:07.485 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:07.485 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:07.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:07.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:07.486 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:56:07.486 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:07.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:07.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:07.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:07.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:07.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:07.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:56:07.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:56:07.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:56:07.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:07.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:07.488 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:07.488 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:07.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:07.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:07.488 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:56:07.488 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:07.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:07.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:07.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:07.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:07.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:07.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:56:07.488 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 05:56:07.489 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:07.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:07.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:07.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:07.489 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:07.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:07.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:07.502 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:56:07.502 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:07.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:07.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:07.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:08.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:08.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:08.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:08.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:08.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:08.504 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:08.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:56:08.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:56:08.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:56:08.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:08.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:08.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 05:56:08.504 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:08.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:08.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:08.504 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:56:08.504 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:08.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:08.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:08.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:08.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:08.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:08.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:56:08.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:56:08.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:56:08.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:08.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:08.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:08.509 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:08.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:08.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:08.509 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:56:08.509 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:08.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:08.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:08.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:08.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:08.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:08.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:56:08.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:56:08.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:56:08.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:08.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:08.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:08.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:08.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:08.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:08.518 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:56:08.518 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:08.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:08.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:08.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:08.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:08.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:08.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:56:08.518 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 05:56:08.518 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:08.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:08.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:08.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:08.519 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:08.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:08.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:08.519 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:56:08.522 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:08.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:08.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:08.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:09.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:09.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:09.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:09.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:09.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:09.525 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:09.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:56:09.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:56:09.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:56:09.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:09.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:09.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 05:56:09.526 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:09.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:09.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:09.526 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:56:09.526 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:09.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:09.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:09.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:09.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:09.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:56:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:56:09.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:56:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:09.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:09.531 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:09.531 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:56:09.531 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:09.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:09.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:09.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:09.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:09.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:56:09.534 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 05:56:09.534 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:09.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:09.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:09.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:09.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:09.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:09.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:09.538 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:56:09.538 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:09.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:09.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:09.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:10.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:10.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:10.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:10.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:10.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:10.541 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:10.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:56:10.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:56:10.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:56:10.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:10.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:10.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:10.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:10.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:10.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:10.541 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:56:10.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:10.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:10.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:10.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:10.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:10.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:10.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:56:10.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:56:10.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:56:10.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:10.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:10.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 05:56:10.546 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:10.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:10.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:10.546 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:56:10.546 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:10.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:10.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:10.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:10.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:10.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:10.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:56:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:56:10.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:56:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:10.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:10.548 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:10.548 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:56:10.548 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:10.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:10.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:10.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:56:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:56:10.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:56:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:10.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:10.548 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:10.549 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:56:10.549 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:10.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:10.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:10.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:10.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:10.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:10.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:56:10.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:56:10.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:56:10.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:10.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:10.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:10.554 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:10.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:10.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:10.554 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:56:10.555 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:10.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:10.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:10.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:10.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:10.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:10.555 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 05:56:10.555 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 05:56:10.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:10.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:10.557 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 05:56:10.557 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 05:56:10.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:10.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:10.566 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 05:56:10.566 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 05:56:10.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:10.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:10.567 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 05:56:10.567 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 05:56:10.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:10.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:10.569 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 05:56:10.569 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 05:56:10.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:10.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:10.571 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 05:56:10.571 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:10.571 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:10.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:10.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:10.574 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 05:56:10.574 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:10.574 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 05:56:10.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 05:56:10.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:10.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:10.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:10.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:56:10.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:56:10.590 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:56:10.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:10.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:10.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:56:10.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:56:10.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:56:10.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:10.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:10.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:56:10.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:56:10.603 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:56:10.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:10.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:10.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:56:10.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:56:10.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:56:10.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:10.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:10.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:56:10.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:56:10.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:56:10.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:10.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:10.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:56:10.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 05:56:10.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:10.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:10.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:10.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 05:56:10.614 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:10.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:10.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:10.614 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:56:10.617 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:10.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:10.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:10.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:11.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:11.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:11.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:11.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:11.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:11.621 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:11.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:56:11.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:56:11.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:56:11.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:11.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:11.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 05:56:11.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:11.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:11.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:11.622 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:56:11.622 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:11.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:11.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:11.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:12.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:12.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:12.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:12.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:12.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:12.623 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:12.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:56:12.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:56:12.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:56:12.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:12.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:12.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:12.624 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:12.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:12.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:12.624 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:56:12.624 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:12.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:12.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:12.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:13.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:13.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:13.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:13.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:13.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:13.625 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:13.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:56:13.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:56:13.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:56:13.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:13.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:13.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 05:56:13.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:13.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:13.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:13.626 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:56:13.626 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:13.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:13.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:13.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:14.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:14.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:14.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:14.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:14.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:14.628 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:14.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:56:14.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:56:14.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:56:14.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:14.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:14.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:14.629 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:14.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:14.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:14.631 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:56:14.631 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:14.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:14.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:14.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:15.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:15.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:15.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:15.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:15.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:15.632 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:15.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:56:15.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:56:15.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:56:15.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:15.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:15.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:15.633 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:15.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:15.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:15.635 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:56:15.635 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:15.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:15.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:15.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:16.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:16.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:16.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:16.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:16.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:16.636 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:16.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:56:16.638 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 05:56:16.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:16.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:16.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:16.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:16.638 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:16.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:16.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:16.639 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:56:16.639 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:16.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:16.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:16.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:17.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:17.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:17.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:17.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:17.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:17.644 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:17.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:56:17.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:56:17.645 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:56:17.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:17.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:17.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:17.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:17.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:17.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:17.649 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:56:17.649 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:17.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:17.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:17.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:18.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:18.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:18.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:18.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:19.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:19.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:19.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:19.150 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:19.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:56:19.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:56:19.151 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:56:19.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:19.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:19.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:19.151 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:19.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:19.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:19.152 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:56:19.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:19.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:19.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:19.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:19.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:19.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:20.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:20.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:20.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:20.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:20.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:20.653 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:20.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:56:20.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:56:20.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:56:20.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:20.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:20.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 05:56:20.653 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:20.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:20.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:20.654 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:56:20.654 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:20.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:20.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:20.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:21.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:21.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:21.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:21.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:21.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:21.656 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:21.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:56:21.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:56:21.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:56:21.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:21.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:21.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 05:56:21.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:21.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:21.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:21.659 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:56:21.659 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:21.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:21.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:21.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:22.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:22.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:22.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:22.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:22.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:22.660 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:22.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:56:22.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 05:56:22.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:56:22.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:22.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:22.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 05:56:22.661 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:22.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:22.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:22.661 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:56:22.661 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:22.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:22.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:22.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:22.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:22.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:22.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:56:22.663 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 05:56:22.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:22.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:22.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:22.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 05:56:22.664 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:22.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:22.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:22.664 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:56:22.664 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:22.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:22.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:22.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:23.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:23.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:23.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:23.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:23.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:23.666 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:23.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:56:23.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:56:23.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:56:23.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:23.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:23.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:23.666 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:23.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:23.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:23.667 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:56:23.667 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:23.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:23.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:23.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:24.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:24.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:24.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:24.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:24.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:24.675 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:24.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:56:24.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:56:24.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:56:24.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:24.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:24.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:24.676 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:24.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:24.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:24.676 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:56:24.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:24.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:24.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:24.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:25.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:25.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:25.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:25.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:25.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:25.677 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:25.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:56:25.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:56:25.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:56:25.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:25.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:25.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:25.678 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:25.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:25.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:25.678 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:56:25.678 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:25.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:25.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:25.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:26.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:26.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:26.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:26.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:26.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:26.680 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:26.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:56:26.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:56:26.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:56:26.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:26.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:26.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:26.681 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:26.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:26.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:26.681 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:56:26.681 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:26.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:26.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:26.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:27.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:27.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:27.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:27.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:27.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:27.682 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:27.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:56:27.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:56:27.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:56:27.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:27.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:27.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 05:56:27.683 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:27.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:27.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:27.683 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:56:27.683 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:27.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:27.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:27.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:27.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:27.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:27.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:56:27.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 05:56:27.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:27.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:27.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:27.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 05:56:27.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:27.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:27.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:27.688 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:56:27.690 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:27.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:27.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:27.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:28.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:28.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:28.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:28.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:28.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:28.693 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:28.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:56:28.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:56:28.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:56:28.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:28.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:28.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:28.694 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:28.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:28.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:28.697 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:56:28.697 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:28.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:28.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:28.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:29.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:29.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:29.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:29.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:29.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:29.698 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:29.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:56:29.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:56:29.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:56:29.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:29.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:29.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 05:56:29.699 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:29.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:29.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:29.699 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:56:29.699 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:29.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:29.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:29.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:30.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:30.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:30.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:30.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:30.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:30.700 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:30.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:56:30.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:56:30.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:56:30.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:30.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:30.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:30.701 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:30.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:30.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:30.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:56:30.701 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:30.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:30.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:30.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:31.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:31.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:31.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:31.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:31.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:31.702 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:31.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:56:31.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:56:31.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:56:31.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:31.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:31.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:31.704 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:31.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:31.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:31.704 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:56:31.704 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:31.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:31.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:31.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:31.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:31.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:31.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:56:31.706 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 05:56:31.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:31.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:31.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:31.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:31.706 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:31.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:31.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:31.706 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:56:31.706 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:31.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:31.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:31.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:32.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:32.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:32.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:32.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:32.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:32.709 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:32.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:56:32.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:56:32.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:56:32.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:32.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:32.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:32.710 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:32.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:32.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:32.710 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:56:32.710 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:32.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:32.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:32.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:33.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:33.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:33.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:33.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:33.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:33.714 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:33.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:56:33.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:56:33.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:56:33.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:33.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:33.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:33.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:33.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:33.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:33.715 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:56:33.715 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:33.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:33.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:33.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:34.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:34.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:34.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:34.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:34.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:34.717 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:34.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:56:34.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:56:34.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:56:34.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:34.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:34.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:34.718 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:34.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:34.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:34.718 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:56:34.718 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:34.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:34.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:34.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:35.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:35.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:35.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:35.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:35.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:35.721 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:35.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:56:35.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:56:35.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:56:35.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:35.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:35.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:35.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:35.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:35.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:35.722 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:56:35.722 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:35.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:35.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:35.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:35.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:35.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:35.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:56:35.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:56:35.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:56:35.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:35.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:35.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:35.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:35.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:35.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:35.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:56:35.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:35.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:35.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:35.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:35.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:35.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:35.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:56:35.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 05:56:35.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:35.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:35.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:35.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:35.728 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:35.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:35.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:35.731 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:56:35.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:35.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:35.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:35.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:36.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:36.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:36.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:36.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:36.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:36.734 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:36.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:56:36.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:56:36.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:56:36.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:36.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:36.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:36.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:36.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:36.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:36.734 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:56:36.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:36.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:36.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:36.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:36.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:36.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:36.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:56:36.739 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 05:56:36.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:36.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:36.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:36.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:36.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:36.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:36.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:36.742 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:56:36.742 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:36.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:36.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:36.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:37.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:37.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:37.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:37.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:37.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:37.745 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:37.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:56:37.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:56:37.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:56:37.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:37.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:37.746 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:37.746 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:37.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:37.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:37.748 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:56:37.749 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:37.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:37.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:37.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:37.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:37.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:37.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:56:37.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:56:37.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:56:37.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:37.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:37.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:37.750 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:37.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:37.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:37.750 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:56:37.750 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:37.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:37.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:37.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:38.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:38.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:38.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:38.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:38.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:38.753 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:38.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:56:38.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:56:38.753 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:56:38.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:38.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:38.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:38.753 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:38.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:38.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:38.754 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:56:38.754 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:38.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:38.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:38.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:39.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:39.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:39.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:39.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:39.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:39.756 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:39.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:56:39.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:56:39.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:56:39.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:39.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:39.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:39.758 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:39.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:39.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:39.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:56:39.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:39.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:39.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:39.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:39.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:39.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:39.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:56:39.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:56:39.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:56:39.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:39.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:39.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:39.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:39.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:39.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:39.761 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:56:39.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:39.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:39.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:39.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:39.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:39.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:39.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:56:39.765 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 05:56:39.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:39.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:39.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:39.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:39.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:39.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:39.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:39.768 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:56:39.768 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:39.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:39.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:39.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:40.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:40.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:40.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:40.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:40.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:40.772 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:40.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:56:40.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:56:40.772 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:56:40.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:40.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:40.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:40.772 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:40.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:40.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:40.773 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:56:40.773 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:40.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:40.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:40.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:40.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:40.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:40.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:56:40.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:56:40.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:56:40.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:40.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:40.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:40.777 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:40.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:40.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:40.777 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:56:40.777 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:40.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:40.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:40.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:40.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:40.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:40.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:56:40.779 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 05:56:40.779 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:40.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:40.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:40.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:40.779 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:40.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:40.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:40.779 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:56:40.779 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:40.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:40.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:40.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:41.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:41.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:41.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:41.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:41.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:41.786 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:41.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:56:41.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:56:41.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:56:41.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:41.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:41.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:41.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:41.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:41.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:41.790 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:56:41.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:41.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:41.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:41.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:41.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:41.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:41.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:56:41.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:56:41.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:56:41.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:41.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:41.791 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:41.791 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:41.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:41.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:41.791 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:56:41.791 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:41.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:41.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:41.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:41.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:41.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:41.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:56:41.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:56:41.794 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:56:41.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:41.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:41.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:41.794 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:41.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:41.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:41.794 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:56:41.794 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:41.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:41.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:41.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:42.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:42.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:42.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:42.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:42.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:42.795 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:42.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 05:56:42.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 05:56:42.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 05:56:42.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:42.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:42.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:42.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:42.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:42.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:42.796 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 05:56:42.796 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:42.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:42.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:42.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:42.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:42.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:42.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 05:56:42.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 05:56:42.798 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 05:56:42.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:42.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:42.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:42.798 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:42.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:42.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:42.798 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 05:56:42.798 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:42.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:42.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:42.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:42.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:42.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:42.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 05:56:42.801 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 05:56:42.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:42.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:42.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:42.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:42.801 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:42.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:42.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:42.801 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 05:56:42.804 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:42.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:42.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:42.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:43.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:43.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:43.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:43.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:43.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 05:56:43.807 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 05:56:43.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 05:56:43.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 05:56:43.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 05:56:43.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:43.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:43.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:43.807 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:43.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:43.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:43.810 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 05:56:43.810 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:43.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:43.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:43.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:43.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:43.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:43.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 05:56:43.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 05:56:43.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 05:56:43.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:43.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:43.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:43.811 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:43.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:43.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:43.812 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 05:56:43.812 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:43.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:43.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:43.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:43.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:43.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:43.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 05:56:43.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 05:56:43.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 05:56:43.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:43.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:43.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 05:56:43.814 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:43.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:43.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:43.814 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 05:56:43.814 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:43.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:43.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:43.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:43.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:43.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 05:56:43.816 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 05:56:43.816 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 05:56:43.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:43.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:43.823 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 05:56:43.823 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 05:56:43.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:43.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:43.825 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 05:56:43.825 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 05:56:43.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:43.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:43.826 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 05:56:43.826 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 05:56:43.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:43.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:43.827 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 05:56:43.827 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 05:56:43.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:43.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:43.828 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 05:56:43.828 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:43.828 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:43.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:43.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:43.831 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 05:56:43.832 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 05:56:43.832 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:43.832 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:43.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:43.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 124.225 s - in org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 90.957 s testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 33.257 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.v20210204-0547 [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 05:56:51.517 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 05:56:51.518 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 05:56:51.527 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 05:56:51.528 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 05:56:51.545 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 05:56:51.600 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:56:51.602 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:51.604 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 05:56:51.607 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 05:56:51.607 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 05:56:51.614 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 05:56:51.617 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:51.617 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:56:51.620 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:51.620 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:56:51.622 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:51.624 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 05:56:51.636 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:56:51.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:56:51.649 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:56:51.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:56:51.650 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:56:51.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:56:51.702 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:51.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:51.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:51.707 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:51.720 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:56:51.724 DEBUG [main][MenuItemLookup] Found menu:'File' 05:56:51.725 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:56:51.725 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:56:51.725 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:56:51.725 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:56:51.725 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:56:51.725 DEBUG [main][MenuItemLookup] Item match:Window 05:56:51.728 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:56:51.729 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:56:51.729 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:56:51.729 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:51.729 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:56:51.729 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 05:56:51.729 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:51.729 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 05:56:51.729 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:51.729 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 05:56:51.729 DEBUG [main][MenuItemLookup] Item match:Preferences 05:56:51.731 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 05:56:51.731 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 05:56:51.733 INFO [main][MenuItemHandler] Select menu item: &Preferences 05:56:51.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 05:56:51.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 05:56:51.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 05:56:51.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:51.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:51.908 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 05:56:51.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:56:51.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 05:56:51.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:51.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:51.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:51.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:51.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:56:51.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:56:51.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:56:51.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 05:56:51.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:51.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:51.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:51.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:51.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:56:52.003 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 05:56:52.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:56:52.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:56:52.004 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:56:52.005 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:56:52.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 05:56:52.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 05:56:52.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:52.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:52.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:52.036 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:52.037 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 05:56:52.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 05:56:52.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:52.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:52.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:52.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:52.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:52.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:52.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:52.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:52.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:52.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:52.054 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:52.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') 05:56:52.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:52.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:52.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:52.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:52.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:52.097 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:56:52.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:56:52.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:52.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:52.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:52.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:52.111 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 05:56:52.111 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 05:56:52.112 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:56:52.113 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 05:56:52.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:52.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:52.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 05:56:52.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:52.155 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:52.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:52.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:52.157 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 05:56:52.157 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:52.158 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 05:56:52.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 05:56:52.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:52.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:52.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:52.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:52.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:52.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:52.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:52.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:52.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:52.200 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 05:56:52.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:52.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:52.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:52.207 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:52.207 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:56:52.207 DEBUG [main][MenuItemLookup] Found menu:'File' 05:56:52.208 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:56:52.208 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:56:52.208 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:56:52.208 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:56:52.208 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:56:52.208 DEBUG [main][MenuItemLookup] Item match:Window 05:56:52.209 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:56:52.209 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:56:52.209 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:56:52.209 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:52.209 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:56:52.209 DEBUG [main][MenuItemLookup] Item match:Show View 05:56:52.217 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 05:56:52.217 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:56:52.217 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:56:52.217 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:56:52.217 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:56:52.217 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:56:52.217 DEBUG [main][MenuItemLookup] Found menu:'Properties' 05:56:52.217 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:56:52.217 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:52.217 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:56:52.217 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:56:52.218 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:56:52.218 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:56:52.218 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:56:52.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:56:52.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:56:52.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:56:52.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:52.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:52.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:56:52.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:52.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:52.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:52.259 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:52.259 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:52.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:52.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:52.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:52.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:52.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:56:52.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:56:52.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:56:52.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 05:56:52.262 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:56:52.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:52.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:52.767 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:56:52.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 05:56:52.770 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:56:52.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:52.770 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:56:52.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:52.770 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:56:52.771 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 05:56:52.771 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 05:56:52.772 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 05:56:52.773 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 05:56:52.773 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:52.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:52.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:52.773 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:52.773 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:52.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:52.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:52.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 05:56:52.774 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:52.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:52.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:52.775 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:52.775 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:52.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:52.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:52.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:52.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:52.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:56:52.777 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:56:52.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:56:52.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:56:52.777 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:56:52.777 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:56:52.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:52.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:52.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:56:52.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:52.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:52.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:56:52.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:52.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:52.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:52.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:52.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:52.836 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:52.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 05:56:52.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:52.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:52.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:52.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:52.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:52.844 INFO [WorkbenchTestable][AbstractView] Activate view Markers 05:56:52.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 05:56:52.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:52.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:52.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:52.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:52.846 INFO [WorkbenchTestable][AbstractView] Activate view Markers 05:56:52.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 05:56:52.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:52.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:56:52.847 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 05:56:52.847 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 05:56:52.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 05:56:52.847 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 05:56:52.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:52.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:52.909 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 05:56:52.909 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:52.909 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:52.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:52.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:52.909 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 05:56:52.909 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:52.909 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 05:56:52.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 05:56:52.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:52.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:52.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:52.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:52.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:52.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:52.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:52.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:52.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:52.917 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 05:56:52.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:52.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:52.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:52.917 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:52.917 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:56:52.918 DEBUG [main][MenuItemLookup] Found menu:'File' 05:56:52.918 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:56:52.918 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:56:52.918 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:56:52.918 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:56:52.918 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:56:52.918 DEBUG [main][MenuItemLookup] Item match:Window 05:56:52.918 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:56:52.918 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:56:52.918 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:56:52.919 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:52.919 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:56:52.919 DEBUG [main][MenuItemLookup] Item match:Show View 05:56:52.922 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 05:56:52.922 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:56:52.922 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:56:52.922 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:56:52.922 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:56:52.922 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:56:52.922 DEBUG [main][MenuItemLookup] Found menu:'Properties' 05:56:52.922 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:56:52.922 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:52.922 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:56:52.922 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:56:52.928 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:56:52.928 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:56:52.928 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:56:53.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:56:53.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:56:53.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:56:53.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:53.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:53.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:56:53.003 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:53.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:53.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:53.003 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:53.003 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:53.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:53.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:53.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:53.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:53.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:56:53.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:56:53.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:56:53.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 05:56:53.004 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:56:53.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:53.004 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:56:53.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:53.004 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:56:53.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 05:56:53.005 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:56:53.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:53.005 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:56:53.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:53.005 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:56:53.005 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 05:56:53.005 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 05:56:53.006 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 05:56:53.006 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 05:56:53.006 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:53.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:53.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:53.006 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:53.006 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:53.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:53.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:53.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 05:56:53.007 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:53.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:53.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:53.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:53.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:53.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:53.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:53.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:53.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:53.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:56:53.008 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:56:53.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:56:53.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:56:53.008 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:56:53.008 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:56:53.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:53.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:53.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:56:53.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:53.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:53.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:56:53.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:53.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:53.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:53.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:53.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:53.108 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:53.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 '\*?\QProject Explorer\E') 05:56:53.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:53.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:53.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:53.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:53.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:53.109 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:56:53.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:56:53.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:53.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:53.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:53.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:53.111 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:56:53.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:56:53.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:53.112 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 05:56:53.112 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 05:56:53.112 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 05:56:53.112 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:56:53.113 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 05:56:53.127 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 05:56:53.127 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:53.127 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:53.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:53.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:53.137 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 05:56:53.138 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 05:56:53.138 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:53.138 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:53.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:53.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.637 s - in org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.12 s testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.751 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.228 s Running org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:53.157 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:53.158 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:56:53.159 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:53.159 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:53.159 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:53.159 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:56:53.159 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:53.159 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:56:53.159 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:53.159 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 05:56:53.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.*'] 05:56:53.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:56:53.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.*'] 05:56:53.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:56:53.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.*'] 05:56:53.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:56:53.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:53.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:53.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:53.199 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:53.199 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:56:53.199 DEBUG [main][MenuItemLookup] Found menu:'File' 05:56:53.200 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:56:53.200 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:56:53.200 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:56:53.200 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:56:53.200 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:56:53.200 DEBUG [main][MenuItemLookup] Item match:Window 05:56:53.200 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:56:53.200 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:56:53.200 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:56:53.200 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:53.200 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:56:53.200 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 05:56:53.200 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:53.200 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 05:56:53.200 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:53.201 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 05:56:53.201 DEBUG [main][MenuItemLookup] Item match:Preferences 05:56:53.201 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 05:56:53.201 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 05:56:53.201 INFO [main][MenuItemHandler] Select menu item: &Preferences 05:56:53.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 05:56:53.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 05:56:53.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 05:56:53.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:53.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:53.264 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 05:56:53.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:56:53.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 05:56:53.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:53.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:53.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:53.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:53.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:56:53.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:56:53.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:56:53.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 "Cancel", Widget matcher matching widgets with style: 8) 05:56:53.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:53.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:53.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:53.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:53.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:56:53.268 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 05:56:53.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:56:53.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:56:53.269 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:56:53.269 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:56:53.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 05:56:53.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 05:56:53.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:53.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:53.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:53.310 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:53.310 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:53.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:53.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:53.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:53.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:53.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:53.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:53.314 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 05:56:53.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:53.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:53.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:53.315 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:53.315 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:56:53.315 DEBUG [main][MenuItemLookup] Found menu:'File' 05:56:53.315 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:56:53.315 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:56:53.315 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:56:53.315 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:56:53.315 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:56:53.315 DEBUG [main][MenuItemLookup] Item match:Window 05:56:53.316 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:56:53.316 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:56:53.316 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:56:53.316 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:53.316 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:56:53.316 DEBUG [main][MenuItemLookup] Item match:Show View 05:56:53.319 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 05:56:53.319 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:56:53.319 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:56:53.319 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:56:53.319 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:56:53.319 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:56:53.319 DEBUG [main][MenuItemLookup] Found menu:'Properties' 05:56:53.319 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:56:53.319 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:53.319 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:56:53.319 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:56:53.319 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:56:53.319 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:56:53.319 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:56:53.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:56:53.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:56:53.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:56:53.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:53.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:53.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:56:53.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:53.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:53.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:53.360 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:53.360 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:53.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:53.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:53.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:53.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:53.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:56:53.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:56:53.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:56:53.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 05:56:53.362 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:53.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:53.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:53.864 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:53.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 05:56:53.864 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:53.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:53.865 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:53.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:53.865 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:53.865 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 05:56:53.865 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 05:56:53.865 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 05:56:53.865 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 05:56:53.865 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:53.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:53.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:53.866 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:53.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:53.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:53.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:53.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 05:56:53.867 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:53.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:53.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:53.867 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:53.867 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:53.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:53.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:53.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:53.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:53.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:56:53.868 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:56:53.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:56:53.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:56:53.868 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:56:53.868 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:56:53.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:53.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:53.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:56:53.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:53.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:53.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:56:53.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:53.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:53.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:53.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:53.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:53.901 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:53.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 05:56:53.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:53.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:53.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:53.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:53.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:53.902 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:53.902 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:53.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:53.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:53.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:53.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:53.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:53.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:53.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:53.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:53.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:53.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:53.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:53.907 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:53.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 '\*?\QWorkbench Test\E') 05:56:53.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:53.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:53.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:53.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:53.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:53.908 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:53.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:53.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:53.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:53.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:53.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:53.913 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 05:56:53.914 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 05:56:53.914 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:53.915 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 05:56:53.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:53.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:53.927 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:53.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:53.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:53.934 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:53.934 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:53.934 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:53.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:53.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:53.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:53.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:53.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:53.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:53.936 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 05:56:53.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:53.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:53.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:53.937 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:53.937 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:56:53.937 DEBUG [main][MenuItemLookup] Found menu:'File' 05:56:53.938 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:56:53.938 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:56:53.938 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:56:53.938 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:56:53.938 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:56:53.938 DEBUG [main][MenuItemLookup] Item match:Window 05:56:53.938 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:56:53.938 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:56:53.938 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:56:53.938 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:53.938 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:56:53.938 DEBUG [main][MenuItemLookup] Item match:Show View 05:56:53.945 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 05:56:53.945 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:56:53.945 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:56:53.945 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:56:53.945 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:56:53.945 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:56:53.945 DEBUG [main][MenuItemLookup] Found menu:'Properties' 05:56:53.945 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:56:53.945 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:53.945 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:56:53.945 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:56:53.945 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:56:53.945 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:56:53.945 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:56:54.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:56:54.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:56:54.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:56:54.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:54.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:54.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 05:56:54.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:54.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:54.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:54.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:54.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:54.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:56:54.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:56:54.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:56:54.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 05:56:54.055 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:54.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:54.055 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:54.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:54.055 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:54.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 05:56:54.055 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:54.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:54.055 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:54.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:54.055 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:54.055 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 05:56:54.055 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 05:56:54.055 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 05:56:54.055 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 05:56:54.055 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:54.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:54.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:54.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.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 "Open") 05:56:54.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:54.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:54.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:54.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:54.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:54.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:56:54.057 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:56:54.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:56:54.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:56:54.057 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:56:54.057 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:56:54.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:54.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:54.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:56:54.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:56:54.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:54.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:54.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:54.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:54.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 '\*?\QWorkbench Test\E') 05:56:54.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:54.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:54.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:54.139 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:54.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:54.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:54.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:54.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:54.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:54.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.144 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:54.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:54.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:54.144 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:54.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 '\*?\QWorkbench Test\E') 05:56:54.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:54.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:54.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:54.145 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:54.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:54.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:54.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:54.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:54.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:54.151 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 05:56:54.151 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 05:56:54.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:54.151 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 05:56:54.163 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.163 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:54.163 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:54.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.198 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.198 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:54.198 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.198 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.198 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:54.198 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:54.198 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:54.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:54.203 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:54.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.203 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.203 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:54.203 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.203 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.203 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:54.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:54.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:54.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.208 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.209 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:54.209 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:54.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.209 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.209 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:54.209 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:54.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:54.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:54.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.211 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 05:56:54.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:54.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:54.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:54.212 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:54.212 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:56:54.212 DEBUG [main][MenuItemLookup] Found menu:'File' 05:56:54.212 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:56:54.212 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:56:54.212 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:56:54.212 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:56:54.212 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:56:54.212 DEBUG [main][MenuItemLookup] Item match:Window 05:56:54.213 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:56:54.213 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:56:54.213 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:56:54.213 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:54.213 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:56:54.213 DEBUG [main][MenuItemLookup] Item match:Show View 05:56:54.216 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 05:56:54.216 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:56:54.216 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:56:54.216 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:56:54.216 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:56:54.216 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:56:54.216 DEBUG [main][MenuItemLookup] Found menu:'Properties' 05:56:54.216 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:56:54.216 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:54.216 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:56:54.216 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:56:54.222 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:56:54.222 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:56:54.222 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:56:54.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:56:54.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:56:54.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:56:54.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:54.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:54.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:56:54.262 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:54.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.262 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:54.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:54.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:54.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:54.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:56:54.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:56:54.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:56:54.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 05:56:54.263 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:54.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:54.263 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:54.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:54.263 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:54.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 05:56:54.264 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:54.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:54.264 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:54.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:54.264 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:54.264 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 05:56:54.264 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 05:56:54.264 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 05:56:54.264 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 05:56:54.264 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:54.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:54.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:54.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 05:56:54.265 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:54.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:54.266 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:54.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:54.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:54.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:56:54.267 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:56:54.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:56:54.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:56:54.267 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:56:54.267 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:56:54.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:54.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:54.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:56:54.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:56:54.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:54.326 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:54.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 '\*?\QWorkbench Dirty Test\E') 05:56:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:54.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:54.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:54.327 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 05:56:54.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 05:56:54.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:54.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:54.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:54.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:54.329 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 05:56:54.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 05:56:54.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:54.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text= TooltipText=null 05:56:54.330 INFO [WorkbenchTestable][AbstractView] Close view '*Workbench Dirty Test' 05:56:54.330 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem *Workbench Dirty Test 05:56:54.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 05:56:54.330 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 05:56:54.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.353 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.353 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:54.353 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:54.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.353 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.353 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:54.353 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:54.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:54.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:54.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.357 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.357 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:54.357 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:54.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.357 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.357 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:54.357 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:54.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:54.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:54.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.361 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.361 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:54.361 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:54.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.362 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.362 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:54.362 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:54.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:54.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:54.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.364 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 05:56:54.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:54.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:54.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:54.364 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:54.364 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:56:54.364 DEBUG [main][MenuItemLookup] Found menu:'File' 05:56:54.365 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:56:54.365 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:56:54.365 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:56:54.365 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:56:54.365 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:56:54.365 DEBUG [main][MenuItemLookup] Item match:Window 05:56:54.394 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:56:54.394 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:56:54.394 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:56:54.395 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:54.395 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:56:54.395 DEBUG [main][MenuItemLookup] Item match:Show View 05:56:54.397 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 05:56:54.397 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:56:54.397 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:56:54.397 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:56:54.397 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:56:54.397 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:56:54.397 DEBUG [main][MenuItemLookup] Found menu:'Properties' 05:56:54.397 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:56:54.398 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:54.398 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:56:54.398 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:56:54.403 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:56:54.403 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:56:54.403 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:56:54.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:56:54.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:56:54.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:56:54.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:54.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:54.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:56:54.442 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:54.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.442 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:54.442 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:54.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:54.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:54.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:56:54.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:56:54.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:56:54.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 05:56:54.443 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:54.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:54.443 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:54.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:54.443 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:54.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 05:56:54.444 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:54.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:54.444 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:54.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:54.444 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:54.444 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 05:56:54.444 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 05:56:54.444 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 05:56:54.444 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 05:56:54.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:54.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.445 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:54.445 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:54.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 05:56:54.445 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:54.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.445 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:54.445 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:54.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:54.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:54.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:56:54.446 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:56:54.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:56:54.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:56:54.446 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:56:54.446 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:56:54.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:54.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:54.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:56:54.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:56:54.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:54.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:54.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:54.500 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:54.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 '\*?\QWorkbench Test\E') 05:56:54.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:54.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:54.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:54.502 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:54.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:54.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:54.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:54.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:54.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:54.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:54.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:54.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:54.507 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:54.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 '\*?\QWorkbench Test\E') 05:56:54.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:54.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:54.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:54.509 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:54.509 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:54.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:54.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:54.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:54.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:54.510 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 05:56:54.510 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 05:56:54.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:54.511 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 05:56:54.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:54.524 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:54.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.532 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.532 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:54.532 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:54.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:54.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:54.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.535 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.535 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:54.535 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:54.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.536 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.536 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:54.536 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:54.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:54.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:54.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:54.540 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:54.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.540 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.540 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:54.541 INFO [WorkbenchTestable][RequirementsRunner] Started test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:54.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:54.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:54.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.542 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 05:56:54.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:54.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:54.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:54.543 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:54.543 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:56:54.543 DEBUG [main][MenuItemLookup] Found menu:'File' 05:56:54.543 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:56:54.543 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:56:54.543 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:56:54.543 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:56:54.543 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:56:54.544 DEBUG [main][MenuItemLookup] Item match:Window 05:56:54.544 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:56:54.544 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:56:54.544 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:56:54.544 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:54.544 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:56:54.544 DEBUG [main][MenuItemLookup] Item match:Show View 05:56:54.547 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 05:56:54.547 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:56:54.547 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:56:54.547 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:56:54.547 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:56:54.547 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:56:54.547 DEBUG [main][MenuItemLookup] Found menu:'Properties' 05:56:54.547 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:56:54.547 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:54.547 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:56:54.547 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:56:54.547 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:56:54.547 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:56:54.547 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:56:54.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:56:54.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:56:54.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:56:54.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:54.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:54.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:56:54.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:54.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.617 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:54.617 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:54.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:54.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:54.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:56:54.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:56:54.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:56:54.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 05:56:54.619 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:54.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:54.619 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:54.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:54.619 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:54.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 05:56:54.619 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:54.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:54.619 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:54.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:54.619 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:54.619 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 05:56:54.620 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 05:56:54.620 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 05:56:54.620 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 05:56:54.620 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:54.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.620 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:54.620 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:54.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.621 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 05:56:54.621 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:54.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.621 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:54.621 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:54.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:54.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:54.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:56:54.622 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:56:54.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:56:54.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:56:54.622 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:56:54.622 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:56:54.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:54.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:54.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:56:54.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:56:54.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:54.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:54.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:54.654 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:54.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 '\*?\QWorkbench Dirty Test\E') 05:56:54.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:54.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:54.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:54.655 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 05:56:54.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 05:56:54.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:54.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:54.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:54.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:54.659 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: ") 05:56:54.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:54.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:54.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:56:54.667 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:56:54.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.697 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.697 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:54.698 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:54.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.698 INFO [WorkbenchTestable][RequirementsRunner] Finished test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.698 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:54.698 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:54.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:54.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:54.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.703 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.703 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:54.703 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:54.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.703 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.703 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:54.704 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:54.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:54.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:54.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.706 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 05:56:54.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:54.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:54.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:54.707 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:54.707 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:56:54.707 DEBUG [main][MenuItemLookup] Found menu:'File' 05:56:54.707 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:56:54.707 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:56:54.707 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:56:54.707 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:56:54.707 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:56:54.707 DEBUG [main][MenuItemLookup] Item match:Window 05:56:54.708 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:56:54.708 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:56:54.708 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:56:54.708 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:54.708 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:56:54.708 DEBUG [main][MenuItemLookup] Item match:Show View 05:56:54.711 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 05:56:54.711 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:56:54.711 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:56:54.711 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:56:54.711 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:56:54.711 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:56:54.711 DEBUG [main][MenuItemLookup] Found menu:'Properties' 05:56:54.711 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:56:54.711 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:54.711 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:56:54.711 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:56:54.711 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:56:54.711 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:56:54.711 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:56:54.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:56:54.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:56:54.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:56:54.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:54.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:54.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:56:54.751 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:54.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:54.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:54.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:54.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:54.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:56:54.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:56:54.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:56:54.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 05:56:54.753 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:54.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:54.753 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:54.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:54.753 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:54.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 05:56:54.753 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:54.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:54.753 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:54.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:54.753 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:54.753 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 05:56:54.754 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 05:56:54.754 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 05:56:54.754 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 05:56:54.754 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:54.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.754 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:54.754 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:54.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 05:56:54.754 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:54.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.755 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:54.755 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:54.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:54.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:54.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:56:54.756 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:56:54.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:56:54.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:56:54.756 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:56:54.756 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:56:54.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:54.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:54.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:56:54.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:56:54.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.810 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:54.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:54.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:54.810 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:54.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 '\*?\QWorkbench Test\E') 05:56:54.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:54.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:54.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:54.811 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:54.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:54.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:54.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:54.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:54.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:54.813 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:54.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:54.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:54.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 05:56:54.813 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 05:56:54.813 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 05:56:54.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:54.814 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 05:56:54.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.829 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 05:56:54.830 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:54.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:54.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:54.830 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:54.830 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:56:54.830 DEBUG [main][MenuItemLookup] Found menu:'File' 05:56:54.830 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:56:54.830 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:56:54.830 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:56:54.830 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:56:54.830 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:56:54.830 DEBUG [main][MenuItemLookup] Item match:Window 05:56:54.830 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:56:54.830 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:56:54.830 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:56:54.830 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:54.830 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:56:54.830 DEBUG [main][MenuItemLookup] Item match:Show View 05:56:54.833 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 05:56:54.833 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:56:54.833 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:56:54.833 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:56:54.833 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:56:54.833 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:56:54.833 DEBUG [main][MenuItemLookup] Found menu:'Properties' 05:56:54.833 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:56:54.833 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:54.833 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:56:54.833 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:56:54.834 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:56:54.834 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:56:54.834 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:56:54.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:56:54.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:56:54.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:56:54.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:54.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:54.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:56:54.872 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:54.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.873 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:54.873 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:54.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:54.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:54.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:56:54.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:56:54.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:56:54.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 05:56:54.874 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:54.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:54.874 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:54.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:54.875 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:54.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 05:56:54.875 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:54.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:54.875 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:54.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:54.875 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:54.875 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 05:56:54.875 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 05:56:54.898 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 05:56:54.898 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 05:56:54.898 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:54.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:54.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:54.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 05:56:54.899 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:54.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.900 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:54.900 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:54.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:54.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:54.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:56:54.900 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:56:54.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:56:54.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:56:54.900 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:56:54.900 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:56:54.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:54.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:54.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:56:54.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:56:54.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:54.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:54.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:54.929 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:54.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 '\*?\QWorkbench Test\E') 05:56:54.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:54.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:54.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:54.931 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:54.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:54.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:54.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:54.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:54.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:54.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:54.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:54.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:54.934 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:54.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 '\*?\QWorkbench Test\E') 05:56:54.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:54.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:54.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:54.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:54.935 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:54.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:54.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:54.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:54.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:54.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:54.936 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 05:56:54.936 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 05:56:54.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:54.937 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 05:56:54.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:54.944 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:54.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.950 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.950 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:54.950 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:54.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:54.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:54.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.954 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.954 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:54.954 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:54.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.955 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.955 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:54.955 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:54.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:54.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:54.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:54.957 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:54.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:54.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:54.957 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.958 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:54.958 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:54.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:54.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:54.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:54.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:54.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:54.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:54.960 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 05:56:54.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:54.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:54.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:54.960 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:54.960 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:56:54.960 DEBUG [main][MenuItemLookup] Found menu:'File' 05:56:54.960 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:56:54.960 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:56:54.960 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:56:54.960 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:56:54.960 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:56:54.960 DEBUG [main][MenuItemLookup] Item match:Window 05:56:54.961 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:56:54.961 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:56:54.961 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:56:54.961 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:54.961 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:56:54.961 DEBUG [main][MenuItemLookup] Item match:Show View 05:56:54.964 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 05:56:54.964 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:56:54.964 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:56:54.964 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:56:54.964 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:56:54.964 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:56:54.964 DEBUG [main][MenuItemLookup] Found menu:'Properties' 05:56:54.964 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:56:54.964 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:54.964 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:56:54.964 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:56:54.964 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:56:54.964 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:56:54.964 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:56:55.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:56:55.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:56:55.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:56:55.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:55.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:55.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 05:56:55.027 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:55.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:55.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:55.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:56:55.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:56:55.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:56:55.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 05:56:55.029 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:55.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:55.029 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:55.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:55.029 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:55.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 05:56:55.029 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:55.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:55.029 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:55.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:55.029 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:55.029 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 05:56:55.029 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 05:56:55.030 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 05:56:55.030 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 05:56:55.030 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:55.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.030 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:55.030 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:55.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.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 "Open") 05:56:55.030 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:55.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.030 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:55.030 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:55.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:56:55.031 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:56:55.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:56:55.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:56:55.031 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:56:55.031 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:56:55.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:55.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:55.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:56:55.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:56:55.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:55.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:55.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:55.063 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:55.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 '\*?\QWorkbench Test\E') 05:56:55.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:55.064 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:55.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:55.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:55.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:55.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:55.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:55.065 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:55.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:55.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:55.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 05:56:55.066 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 05:56:55.066 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 05:56:55.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:55.067 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 05:56:55.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:55.105 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:55.105 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:55.105 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:55.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.105 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:55.106 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:55.106 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:55.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:55.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:55.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:55.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:55.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:55.107 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 05:56:55.108 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:55.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:55.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:55.108 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:55.108 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:56:55.108 DEBUG [main][MenuItemLookup] Found menu:'File' 05:56:55.108 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:56:55.108 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:56:55.108 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:56:55.108 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:56:55.108 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:56:55.108 DEBUG [main][MenuItemLookup] Item match:Window 05:56:55.109 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:56:55.109 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:56:55.109 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:56:55.109 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:55.109 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:56:55.109 DEBUG [main][MenuItemLookup] Item match:Show View 05:56:55.112 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 05:56:55.112 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:56:55.112 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:56:55.112 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:56:55.112 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:56:55.112 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:56:55.112 DEBUG [main][MenuItemLookup] Found menu:'Properties' 05:56:55.112 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:56:55.112 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:55.112 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:56:55.112 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:56:55.112 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:56:55.112 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:56:55.112 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:56:55.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:56:55.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:56:55.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:56:55.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:55.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:55.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 05:56:55.149 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:55.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.149 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:55.149 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:55.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:56:55.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:56:55.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:56:55.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 05:56:55.150 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:55.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:55.151 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:55.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:55.151 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:55.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 05:56:55.151 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:55.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:55.151 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:55.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:55.151 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:55.151 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 05:56:55.151 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 05:56:55.151 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 05:56:55.152 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 05:56:55.152 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:55.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.152 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:55.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:55.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 05:56:55.152 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:55.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.152 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:55.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:55.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:56:55.154 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:56:55.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:56:55.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:56:55.154 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:56:55.154 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:56:55.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:55.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:55.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:56:55.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:56:55.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:55.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:55.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:55.199 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:55.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 05:56:55.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:55.200 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:55.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:55.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:55.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:55.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:55.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:55.201 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:55.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:55.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:55.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 05:56:55.202 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 05:56:55.202 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 05:56:55.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:55.202 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 05:56:55.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:55.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:55.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:55.216 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:55.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.217 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:55.217 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:55.217 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:55.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:55.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:55.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:55.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:55.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:55.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:55.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:55.219 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:55.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.219 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:55.219 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:55.219 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:55.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:55.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:55.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:55.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:55.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:55.221 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 05:56:55.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:55.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:55.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:55.222 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:55.222 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:56:55.222 DEBUG [main][MenuItemLookup] Found menu:'File' 05:56:55.222 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:56:55.222 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:56:55.222 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:56:55.222 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:56:55.222 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:56:55.222 DEBUG [main][MenuItemLookup] Item match:Window 05:56:55.223 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:56:55.223 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:56:55.223 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:56:55.223 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:55.223 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:56:55.223 DEBUG [main][MenuItemLookup] Item match:Show View 05:56:55.227 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 05:56:55.227 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:56:55.227 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:56:55.227 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:56:55.227 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:56:55.227 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:56:55.227 DEBUG [main][MenuItemLookup] Found menu:'Properties' 05:56:55.227 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:56:55.227 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:55.227 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:56:55.227 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:56:55.232 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:56:55.233 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:56:55.233 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:56:55.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:56:55.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:56:55.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:56:55.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:55.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:55.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:56:55.299 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:55.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.299 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:55.299 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:55.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:56:55.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:56:55.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:56:55.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 05:56:55.300 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:55.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:55.300 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:55.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:55.300 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:55.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 05:56:55.300 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:55.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:55.300 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:55.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:55.300 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:55.301 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 05:56:55.301 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 05:56:55.304 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 05:56:55.304 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 05:56:55.304 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:55.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.304 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:55.304 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:55.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 05:56:55.305 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:55.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.305 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:55.305 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:55.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:56:55.306 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:56:55.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:56:55.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:56:55.306 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:56:55.306 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:56:55.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:55.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:55.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:56:55.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:56:55.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:55.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:55.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:55.334 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:55.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 '\*?\QWorkbench Test\E') 05:56:55.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:55.335 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:55.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:55.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:55.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:55.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:55.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:55.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:55.338 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 05:56:55.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:55.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:55.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:55.338 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:55.338 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:56:55.338 DEBUG [main][MenuItemLookup] Found menu:'File' 05:56:55.338 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:56:55.338 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:56:55.338 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:56:55.338 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:56:55.338 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:56:55.338 DEBUG [main][MenuItemLookup] Item match:Window 05:56:55.339 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:56:55.339 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:56:55.339 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:56:55.339 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:55.339 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:56:55.339 DEBUG [main][MenuItemLookup] Item match:Show View 05:56:55.342 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 05:56:55.342 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:56:55.342 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:56:55.342 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:56:55.342 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:56:55.342 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:56:55.342 DEBUG [main][MenuItemLookup] Found menu:'Properties' 05:56:55.342 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:56:55.342 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:55.342 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:56:55.342 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:56:55.342 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:56:55.342 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:56:55.342 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:56:55.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:56:55.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:56:55.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:56:55.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:55.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:55.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 05:56:55.416 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:55.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.416 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:55.416 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:55.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:56:55.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:56:55.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:56:55.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 05:56:55.417 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:56:55.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:55.417 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:56:55.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:55.417 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:56:55.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 05:56:55.417 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:56:55.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:55.418 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:56:55.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:55.418 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:56:55.418 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 05:56:55.418 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 05:56:55.418 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 05:56:55.418 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 05:56:55.418 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:55.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.418 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:55.418 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:55.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.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 "Open") 05:56:55.419 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:55.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.419 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:55.419 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:55.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:56:55.420 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:56:55.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:56:55.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:56:55.420 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:56:55.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:56:55.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:55.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:55.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:56:55.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:56:55.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:55.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:55.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:55.463 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:55.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 '\*?\QMarkers\E') 05:56:55.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:55.464 INFO [WorkbenchTestable][AbstractView] Activate view Markers 05:56:55.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 05:56:55.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:55.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:55.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:55.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:55.465 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:55.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:55.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:55.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 05:56:55.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:55.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:55.501 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 05:56:55.501 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 05:56:55.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:55.502 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 05:56:55.519 INFO [WorkbenchTestable][AbstractView] Activate view Markers 05:56:55.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 05:56:55.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:55.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:56:55.520 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 05:56:55.520 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 05:56:55.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 05:56:55.521 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 05:56:55.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:55.543 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:55.543 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:55.543 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:55.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.544 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:55.544 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:55.544 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:55.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:55.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:55.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:55.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:55.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:55.546 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 05:56:55.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:55.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:55.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:55.546 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:55.546 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:56:55.547 DEBUG [main][MenuItemLookup] Found menu:'File' 05:56:55.547 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:56:55.547 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:56:55.547 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:56:55.547 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:56:55.547 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:56:55.547 DEBUG [main][MenuItemLookup] Item match:Window 05:56:55.547 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:56:55.547 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:56:55.547 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:56:55.547 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:55.547 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:56:55.547 DEBUG [main][MenuItemLookup] Item match:Show View 05:56:55.550 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 05:56:55.550 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:56:55.550 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:56:55.550 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:56:55.550 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:56:55.550 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:56:55.550 DEBUG [main][MenuItemLookup] Found menu:'Properties' 05:56:55.550 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:56:55.550 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:55.550 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:56:55.550 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:56:55.555 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:56:55.555 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:56:55.555 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:56:55.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:56:55.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:56:55.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:56:55.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:55.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:55.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:56:55.616 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:55.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.616 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:55.616 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:55.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:56:55.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:56:55.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:56:55.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 05:56:55.617 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:55.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:55.617 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:55.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:55.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:55.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 05:56:55.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:55.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:55.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:55.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:55.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:55.618 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 05:56:55.618 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 05:56:55.618 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 05:56:55.618 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 05:56:55.618 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:55.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.619 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:55.619 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:55.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 05:56:55.619 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:55.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.619 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:55.619 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:55.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:56:55.620 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:56:55.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:56:55.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:56:55.620 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:56:55.620 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:56:55.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:55.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:55.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:56:55.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:56:55.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:55.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:55.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:55.648 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:55.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 05:56:55.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:55.649 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:55.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:55.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:55.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:55.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:55.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:55.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:55.653 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 05:56:55.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:55.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:55.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:55.653 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:55.653 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:56:55.653 DEBUG [main][MenuItemLookup] Found menu:'File' 05:56:55.653 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:56:55.653 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:56:55.653 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:56:55.653 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:56:55.653 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:56:55.653 DEBUG [main][MenuItemLookup] Item match:Window 05:56:55.653 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:56:55.653 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:56:55.653 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:56:55.653 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:55.653 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:56:55.653 DEBUG [main][MenuItemLookup] Item match:Show View 05:56:55.656 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 05:56:55.656 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:56:55.656 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:56:55.656 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:56:55.656 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:56:55.656 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:56:55.656 DEBUG [main][MenuItemLookup] Found menu:'Properties' 05:56:55.656 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:56:55.656 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:55.656 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:56:55.656 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:56:55.656 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:56:55.656 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:56:55.656 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:56:55.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:56:55.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:56:55.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:56:55.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:55.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:55.717 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:56:55.717 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:55.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.717 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:55.717 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:55.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:56:55.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:56:55.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:56:55.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 05:56:55.718 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:56:55.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:55.718 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:56:55.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:55.718 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:56:55.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 05:56:55.718 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:56:55.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:55.719 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:56:55.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:55.719 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:56:55.719 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 05:56:55.719 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 05:56:55.719 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 05:56:55.719 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 05:56:55.719 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:55.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.719 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:55.719 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:55.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.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 "Open") 05:56:55.720 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:55.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.720 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:55.720 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:55.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:56:55.721 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:56:55.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:56:55.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:56:55.721 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:56:55.721 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:56:55.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:55.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:55.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:56:55.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:56:55.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.762 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:55.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:55.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:55.763 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:55.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 '\*?\QMarkers\E') 05:56:55.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:55.764 INFO [WorkbenchTestable][AbstractView] Activate view Markers 05:56:55.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 05:56:55.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:55.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:55.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:55.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:55.765 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:55.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:55.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:55.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 05:56:55.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:55.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:55.801 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:55.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:55.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:55.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 05:56:55.801 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 05:56:55.801 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 05:56:55.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:55.802 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 05:56:55.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:55.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:55.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:55.815 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:55.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.816 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:55.816 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:55.816 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:55.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:55.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:55.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:55.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:55.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:55.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:55.820 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 05:56:55.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:55.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:55.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:55.820 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:55.820 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:56:55.820 DEBUG [main][MenuItemLookup] Found menu:'File' 05:56:55.821 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:56:55.821 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:56:55.821 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:56:55.821 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:56:55.821 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:56:55.821 DEBUG [main][MenuItemLookup] Item match:Window 05:56:55.821 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:56:55.821 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:56:55.821 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:56:55.821 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:55.821 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:56:55.821 DEBUG [main][MenuItemLookup] Item match:Show View 05:56:55.824 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 05:56:55.824 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:56:55.824 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:56:55.824 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:56:55.824 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:56:55.824 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:56:55.824 DEBUG [main][MenuItemLookup] Found menu:'Properties' 05:56:55.824 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:56:55.824 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:55.824 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:56:55.824 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:56:55.824 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:56:55.824 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:56:55.825 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:56:55.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:56:55.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:56:55.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:56:55.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:55.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:55.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:56:55.862 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:55.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.862 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:55.862 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:55.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:56:55.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:56:55.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:56:55.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 05:56:55.864 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:55.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:55.864 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:55.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:55.864 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:55.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 05:56:55.864 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:55.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:55.864 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:55.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:55.864 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:55.864 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 05:56:55.864 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 05:56:55.864 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 05:56:55.865 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 05:56:55.865 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:55.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.865 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:55.865 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:55.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 05:56:55.865 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:55.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.865 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:55.865 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:55.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:56:55.866 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:56:55.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:56:55.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:56:55.866 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:56:55.866 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:56:55.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:55.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:55.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:56:55.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:56:55.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:55.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:55.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:55.925 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:55.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 '\*?\QWorkbench Test\E') 05:56:55.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:55.926 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:55.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:55.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:55.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:55.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:55.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:55.928 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:55.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:55.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:55.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 05:56:55.928 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 05:56:55.928 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 05:56:55.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:55.929 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 05:56:55.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:55.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:55.949 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:55.949 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:55.949 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:55.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.949 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:55.949 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:55.949 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:55.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:55.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:55.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:55.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:55.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.951 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' is already open. Activate. 05:56:55.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:55.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:55.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:55.953 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:55.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E') 05:56:55.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:55.954 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 05:56:55.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 05:56:55.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:55.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:55.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:55.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:55.966 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: ") 05:56:55.966 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:55.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:55.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:55.967 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Workbench Dirty Test"as the parent 05:56:55.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:55.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:55.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:55.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:55.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:55.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:56:55.967 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:56:55.967 INFO [WorkbenchTestable][AbstractText] Text set to: hello 05:56:56.000 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 05:56:56.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 05:56:56.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:56.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 05:56:56.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:56.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:56.001 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:56:56.001 DEBUG [main][MenuItemLookup] Found menu:'File' 05:56:56.001 DEBUG [main][MenuItemLookup] Item match:File 05:56:56.003 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:56:56.003 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 05:56:56.003 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 05:56:56.003 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 05:56:56.003 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:56.003 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 05:56:56.003 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 05:56:56.003 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:56.003 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 05:56:56.003 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 05:56:56.003 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 05:56:56.003 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 05:56:56.003 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 05:56:56.010 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 05:56:56.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 05:56:56.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:56.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 05:56:56.011 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 05:56:56.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 05:56:56.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:56.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 05:56:56.016 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Dirty Test' 05:56:56.016 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Dirty Test 05:56:56.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 05:56:56.016 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 05:56:56.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:56.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:56.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:56.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:56.031 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:56.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:56.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:56.032 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:56.032 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:56.032 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:56.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:56.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:56.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:56.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:56.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:56.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:56:56.034 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 05:56:56.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:56.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:56.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:56.034 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:56.034 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:56:56.035 DEBUG [main][MenuItemLookup] Found menu:'File' 05:56:56.035 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:56:56.035 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:56:56.035 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:56:56.035 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:56:56.035 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:56:56.035 DEBUG [main][MenuItemLookup] Item match:Window 05:56:56.035 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:56:56.035 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:56:56.035 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:56:56.035 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:56.035 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:56:56.035 DEBUG [main][MenuItemLookup] Item match:Show View 05:56:56.038 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 05:56:56.038 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:56:56.038 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:56:56.038 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:56:56.038 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:56:56.038 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:56:56.038 DEBUG [main][MenuItemLookup] Found menu:'Properties' 05:56:56.038 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:56:56.038 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:56.038 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:56:56.038 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:56:56.038 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:56:56.038 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:56:56.038 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:56:56.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:56:56.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:56:56.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:56:56.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:56.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:56.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 05:56:56.098 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:56.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:56.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:56.098 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:56.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:56.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:56.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:56.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:56.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:56.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:56:56.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:56:56.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:56:56.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 05:56:56.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:56.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:56.099 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:56.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:56.099 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:56.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 05:56:56.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 05:56:56.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:56:56.099 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 05:56:56.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:56:56.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 05:56:56.100 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 05:56:56.100 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 05:56:56.100 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 05:56:56.100 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 05:56:56.100 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:56.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:56.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:56.100 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:56.100 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:56.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:56.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:56.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 05:56:56.101 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:56:56.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:56.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:56.101 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:56:56.101 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:56:56.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:56.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:56.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:56.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:56.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:56:56.102 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:56:56.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:56:56.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:56:56.102 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:56:56.102 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:56:56.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:56:56.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:56:56.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 05:56:56.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:56.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:56.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 05:56:56.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:56.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:56.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:56.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:56.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:56.132 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:56.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 05:56:56.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:56.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:56.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:56.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:56.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:56.134 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:56.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:56.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:56.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:56.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:56.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:56.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:56.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:56.136 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' is already open. Activate. 05:56:56.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:56.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:56.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:56.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:56.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:56.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56: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 '\*?\QMarkers\E') 05:56:56.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:56.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:56.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:56.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:56.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:56.138 INFO [WorkbenchTestable][AbstractView] Activate view Markers 05:56:56.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 05:56:56.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:56.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:56:56.151 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:56.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:56.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:56.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 05:56:56.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:56.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:56.159 INFO [WorkbenchTestable][AbstractView] Activate view Markers 05:56:56.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 05:56:56.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:56.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:56:56.170 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 05:56:56.170 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 05:56:56.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 05:56:56.170 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 05:56:56.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:56.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:56.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:56.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:56.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:56.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:56.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:56.210 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:56.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 '\*?\QWorkbench Test\E') 05:56:56.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:56.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:56.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:56.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:56.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:56:56.212 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 05:56:56.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:56.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:56:56.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:56:56.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:56:56.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:56:56.213 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 05:56:56.213 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 05:56:56.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 05:56:56.213 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 05:56:56.223 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:56.223 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:56.223 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:56.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:56.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:56.231 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 05:56:56.231 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 05:56:56.231 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:56.231 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:56.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:56.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.076 s - in org.eclipse.reddeer.workbench.test.view.ViewTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.623 s getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.264 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.006 s testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.144 s testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.004 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.17 s testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.004 s testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.004 s viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.157 s testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.005 s testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.246 s testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.005 s testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.002 s testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.147 s testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.111 s testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.002 s testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.325 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.272 s testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.133 s testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.083 s testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.199 s Running org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 05:56:56.237 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 05:56:56.237 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:56:56.238 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:56.238 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 05:56:56.238 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:56.238 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:56:56.238 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:56.238 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:56:56.238 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:56.238 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 05:56:56.238 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:56:56.238 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:56:56.238 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:56:56.238 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:56:56.238 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:56:56.238 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:56:56.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:56.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:56.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:56.239 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:56:56.239 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:56:56.239 DEBUG [main][MenuItemLookup] Found menu:'File' 05:56:56.239 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:56:56.239 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:56:56.239 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:56:56.239 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:56:56.239 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:56:56.239 DEBUG [main][MenuItemLookup] Item match:Window 05:56:56.239 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:56:56.239 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:56:56.239 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:56:56.239 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:56.240 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:56:56.240 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 05:56:56.240 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:56.240 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 05:56:56.240 DEBUG [main][MenuItemLookup] Found menu:'' 05:56:56.240 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 05:56:56.240 DEBUG [main][MenuItemLookup] Item match:Preferences 05:56:56.240 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 05:56:56.240 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 05:56:56.240 INFO [main][MenuItemHandler] Select menu item: &Preferences 05:56:56.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 'Preferences.*'] is available.... 05:56:56.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 'Preferences.*'] is available. finished successfully 05:56:56.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 05:56:56.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:56.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:56.318 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 05:56:56.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:56:56.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 05:56:56.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:56.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:56.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:56.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:56.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:56:56.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:56:56.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:56:56.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 05:56:56.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:56:56.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:56:56.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:56:56.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:56:56.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:56:56.321 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 05:56:56.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:56:56.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:56:56.321 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:56:56.321 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:56:56.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 05:56:56.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 05:56:56.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:56:56.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:56:56.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:56:56.339 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:56.339 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 05:56:56.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 05:56:56.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:56.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:56.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:56.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 05:56:56.341 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job' will be killed 05:56:56.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 05:56:56.341 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 05:56:56.341 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:56:56.341 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:56:56.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:56:56.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:56:56.342 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 05:56:56.342 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:56:56.342 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 05:56:56.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 05:56:56.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:56:56.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:56:56.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:56:56.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState... 05:56:56.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState finished successfully 05:56:56.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 05:56:56.343 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 05:56:56.343 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 05:56:56.843 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 05:56:56.843 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 05:56:57.343 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 05:56:57.343 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 05:56:57.843 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 05:56:57.843 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 05:56:58.343 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 05:56:58.343 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 05:56:58.843 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 05:56:58.843 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 05:56:59.344 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 05:56:59.344 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 05:56:59.844 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 05:56:59.844 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 05:57:00.344 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 05:57:00.344 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 05:57:00.844 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 05:57:00.844 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 05:57:01.344 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 05:57:01.344 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 05:57:01.844 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 05:57:01.844 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 05:57:02.345 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 05:57:02.345 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 05:57:02.845 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 05:57:02.845 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 05:57:03.345 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 05:57:03.345 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 05:57:03.845 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 05:57:03.845 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 05:57:04.345 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 05:57:04.345 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 05:57:04.845 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 05:57:04.845 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 05:57:05.346 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 05:57:05.346 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 05:57:05.846 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 05:57:05.846 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 05:57:06.346 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 05:57:06.346 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 05:57:06.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, an exception will be thrown 05:57:06.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:57:06.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:06.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:07.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:07.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:08.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:08.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:09.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:09.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:10.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:10.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:11.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:11.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:12.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:12.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:13.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:13.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:14.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:14.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:15.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:15.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:16.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:16.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:17.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:17.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:18.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:18.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:19.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:19.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:20.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:20.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:21.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:21.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:22.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:22.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:23.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:23.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:24.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:24.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:25.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:25.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:26.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:26.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:27.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:27.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:28.356 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:28.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:29.356 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:29.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:30.356 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:30.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:31.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:31.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:32.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:32.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:33.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:33.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:34.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:34.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:35.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:35.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:36.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:36.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:37.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:37.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:38.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:38.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:39.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:39.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:40.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:40.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:41.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:41.861 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:42.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:42.861 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:43.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:43.861 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:44.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:44.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:45.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:45.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:46.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:46.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:47.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:47.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:48.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:48.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:49.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:49.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:50.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:50.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:51.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:51.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:52.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:52.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:53.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:53.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:54.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:54.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:55.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:55.866 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 05:57:56.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:57:56.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:57:56.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:57:56.366 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 05:57:56.366 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:57:56.366 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:57:56.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:57:56.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:57:56.367 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 05:57:56.367 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 05:57:56.367 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:57:56.367 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:57:56.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:57:56.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.131 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.025 s Running org.eclipse.reddeer.workbench.test.editor.EditorFileTest 05:57:56.379 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 05:57:56.380 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:57:56.380 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:57:56.380 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 05:57:56.380 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:57:56.380 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:57:56.380 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:57:56.380 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:57:56.380 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:57:56.380 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 05:57:56.380 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:57:56.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:57:56.381 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:57:56.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:57:56.381 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:57:56.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:57:56.381 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:57:56.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:57:56.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:57:56.381 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:57:56.381 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:57:56.381 DEBUG [main][MenuItemLookup] Found menu:'File' 05:57:56.382 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:57:56.382 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:57:56.382 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:57:56.382 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:57:56.382 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:57:56.382 DEBUG [main][MenuItemLookup] Item match:Window 05:57:56.382 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:57:56.382 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:57:56.382 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:57:56.382 DEBUG [main][MenuItemLookup] Found menu:'' 05:57:56.382 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:57:56.382 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 05:57:56.382 DEBUG [main][MenuItemLookup] Found menu:'' 05:57:56.382 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 05:57:56.382 DEBUG [main][MenuItemLookup] Found menu:'' 05:57:56.382 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 05:57:56.382 DEBUG [main][MenuItemLookup] Item match:Preferences 05:57:56.382 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 05:57:56.382 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 05:57:56.382 INFO [main][MenuItemHandler] Select menu item: &Preferences 05:57:56.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.... 05:57:56.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 05:57:56.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 05:57:56.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:57:56.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:57:56.439 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 05:57:56.439 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:57:56.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 05:57:56.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:57:56.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:56.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:57:56.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:57:56.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:57:56.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:57:56.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:57:56.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 05:57:56.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:57:56.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:56.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:57:56.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:57:56.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:57:56.442 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 05:57:56.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:57:56.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:57:56.443 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:57:56.443 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:57:56.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 05:57:56.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 05:57:56.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:57:56.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:57:56.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:57:56.455 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:57:56.456 DEBUG [main][EditorHandler] 0 editor(s) found 05:57:56.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:56.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:57:56.460 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 05:57:56.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:57:56.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:57:56.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:57:56.460 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:57:56.460 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:57:56.460 DEBUG [main][MenuItemLookup] Found menu:'File' 05:57:56.460 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:57:56.460 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:57:56.460 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:57:56.460 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:57:56.460 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:57:56.460 DEBUG [main][MenuItemLookup] Item match:Window 05:57:56.461 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:57:56.461 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:57:56.461 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:57:56.461 DEBUG [main][MenuItemLookup] Found menu:'' 05:57:56.461 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:57:56.461 DEBUG [main][MenuItemLookup] Item match:Show View 05:57:56.464 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 05:57:56.464 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:57:56.464 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:57:56.464 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:57:56.464 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:57:56.464 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:57:56.464 DEBUG [main][MenuItemLookup] Found menu:'Properties' 05:57:56.464 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:57:56.464 DEBUG [main][MenuItemLookup] Found menu:'' 05:57:56.464 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:57:56.464 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:57:56.471 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:57:56.471 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:57:56.471 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:57:56.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:57:56.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 05:57:56.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:57:56.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:57:56.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:57:56.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 05:57:56.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:57:56.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:57:56.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:57:56.529 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:57:56.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:57:56.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:57:56.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:56.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:57:56.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:57:56.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:57:56.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:57:56.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:57:56.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 05:57:56.530 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:57:56.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:57:56.530 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:57:56.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:57:56.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:57:56.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 05:57:56.530 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:57:56.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:57:56.531 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:57:56.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:57:56.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:57:56.531 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 05:57:56.531 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 05:57:56.531 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 05:57:56.531 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 05:57:56.531 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:57:56.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:57:56.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:57:56.531 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:57:56.531 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:57:56.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:56.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:57:56.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") 05:57:56.532 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:57:56.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:57:56.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:57:56.532 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:57:56.532 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:57:56.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:57:56.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:56.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:57:56.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:57:56.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:57:56.533 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:57:56.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:57:56.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:57:56.533 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:57:56.533 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:57:56.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:57:56.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:57:56.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 05:57:56.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:56.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:57:56.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 05:57:56.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:56.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:57:56.612 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:57:56.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:57:56.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:57:56.612 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:57:56.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') 05:57:56.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:57:56.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:56.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:57:56.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:57:56.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:57:56.613 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:57:56.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:57:56.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:57:56.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:57:56.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:57:56.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:57:56.614 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:57:56.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:57:56.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:57:56.615 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 05:57:56.616 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:57:56.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:57:56.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:57:56.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 05:57:56.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:57:56.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:56.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:57:56.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:57:56.617 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:57:56.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:57:56.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:57:56.618 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 05:57:56.646 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:57:56.646 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 05:57:56.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 05:57:56.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:57:56.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:57:56.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:57:56.647 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 05:57:56.647 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:57:56.647 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:57:56.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:57:56.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:57:56.759 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 05:57:56.759 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:57:56.759 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 05:57:56.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 05:57:56.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:57:56.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:57:56.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:57:56.760 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 05:57:56.760 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:57:56.760 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:57:56.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:57:56.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:57:56.760 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 05:57:56.760 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:57:56.760 DEBUG [main][EditorHandler] 0 editor(s) found 05:57:56.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:56.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:57:56.761 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:57:56.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:56.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:57:56.762 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:57:56.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:57:56.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:57:56.762 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:57:56.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:57:56.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:57:56.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:56.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:57:56.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:57:56.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:57:56.763 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:57:56.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:57:56.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:57:56.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:57:56.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:57:56.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:57:56.764 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:57:56.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:57:56.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:57:56.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 05:57:56.765 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:57:56.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:57:56.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:57:56.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 05:57:56.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:57:56.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:56.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:57:56.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:57:56.766 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:57:56.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:57:56.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:57:56.767 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 05:57:56.767 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 05:57:56.767 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:57:56.767 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:57:56.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:57:56.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 s - in org.eclipse.reddeer.workbench.test.editor.EditorFileTest testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0.113 s testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.workbench.test.editor.EditorTest 05:57:56.772 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:57:56.773 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:57:56.773 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:57:56.773 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:57:56.773 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:57:56.773 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:57:56.800 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:57:56.800 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:57:56.800 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:57:56.800 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 05:57:56.800 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:57:56.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:57:56.801 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:57:56.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:57:56.801 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:57:56.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:57:56.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:57:56.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:57:56.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:57:56.802 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:57:56.802 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:57:56.802 DEBUG [main][MenuItemLookup] Found menu:'File' 05:57:56.802 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:57:56.802 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:57:56.802 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:57:56.802 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:57:56.802 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:57:56.802 DEBUG [main][MenuItemLookup] Item match:Window 05:57:56.803 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:57:56.803 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:57:56.803 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:57:56.803 DEBUG [main][MenuItemLookup] Found menu:'' 05:57:56.803 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:57:56.803 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 05:57:56.803 DEBUG [main][MenuItemLookup] Found menu:'' 05:57:56.803 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 05:57:56.803 DEBUG [main][MenuItemLookup] Found menu:'' 05:57:56.803 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 05:57:56.803 DEBUG [main][MenuItemLookup] Item match:Preferences 05:57:56.803 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 05:57:56.803 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 05:57:56.803 INFO [main][MenuItemHandler] Select menu item: &Preferences 05:57:56.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 05:57:56.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 05:57:56.860 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 05:57:56.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:57:56.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:57:56.861 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 05:57:56.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:57:56.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 05:57:56.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:57:56.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:56.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:57:56.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:57:56.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:57:56.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:57:56.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:57:56.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 05:57:56.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:57:56.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:56.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:57:56.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:57:56.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:57:56.868 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 05:57:56.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:57:56.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:57:56.868 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:57:56.868 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:57:56.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 05:57:56.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 05:57:56.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:57:56.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:57:56.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:57:56.914 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:57:56.914 DEBUG [main][EditorHandler] 0 editor(s) found 05:57:56.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:56.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:57:56.915 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:57:56.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:56.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:57:56.916 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:57:56.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:57:56.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:57:56.916 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:57:56.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:57:56.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:57:56.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:56.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:57:56.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:57:56.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:57:56.917 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:57:56.917 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:57:56.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:57:56.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:57:56.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:57:56.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:57:56.918 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:57:56.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:57:56.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:57:56.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:57:56.919 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:57:56.919 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:57:56.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:57:56.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:57:56.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:57:56.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:56.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:57:57.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:57.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:57:57.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:57.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:57:57.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:57:57.922 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:57:57.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:57:57.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:57:57.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:57:57.923 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:57:57.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:57:57.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:57.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:57:57.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:57:57.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:57:57.925 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 05:57:57.929 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:57:57.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:57:57.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:57:57.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:57:57.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:57:57.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:57.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:57:58.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:58.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:57:58.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:58.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:57:58.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:57:58.932 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:57:58.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:57:58.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:57:58.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:57:58.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 05:57:58.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:57:58.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:58.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:57:58.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:57:58.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:57:58.933 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 05:57:58.933 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:57:58.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:57:58.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:57:58.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:57:58.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 05:57:58.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:57:58.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:57:58.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:57:58.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:57:58.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:57:58.934 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 05:57:58.934 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 05:57:58.935 DEBUG [main][TreeItemHandler] Set Tree selection 05:57:58.935 DEBUG [main][TreeHandler] Notify Tree about selection event 05:57:58.947 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 05:57:58.950 DEBUG [WorkbenchTestable][TreeItemHandler] MyProject 05:57:58.951 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 05:57:58.951 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:57:58.989 DEBUG [main][MenuItemLookup] Found menu:'New' 05:57:58.989 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 05:57:58.989 DEBUG [main][MenuItemLookup] Found menu:'' 05:57:58.989 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 05:57:58.989 DEBUG [main][MenuItemLookup] Found menu:'' 05:57:58.989 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 05:57:58.989 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 05:57:58.989 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 05:57:58.989 DEBUG [main][MenuItemLookup] Found menu:'Move...' 05:57:58.989 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 05:57:58.989 DEBUG [main][MenuItemLookup] Found menu:'' 05:57:58.989 DEBUG [main][MenuItemLookup] Found menu:'Import...' 05:57:58.989 DEBUG [main][MenuItemLookup] Found menu:'Export...' 05:57:58.989 DEBUG [main][MenuItemLookup] Found menu:'' 05:57:58.989 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 05:57:58.989 DEBUG [main][MenuItemLookup] Item match:Refresh F5 05:57:58.989 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 05:57:58.989 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 05:57:58.989 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 05:57:58.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:57:58.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:57:58.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 05:57:59.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:57:59.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:57:59.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:57:59.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:57:59.491 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 05:57:59.491 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:57:59.508 DEBUG [main][MenuItemLookup] Found menu:'New' 05:57:59.508 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 05:57:59.508 DEBUG [main][MenuItemLookup] Found menu:'' 05:57:59.508 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 05:57:59.508 DEBUG [main][MenuItemLookup] Found menu:'' 05:57:59.508 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 05:57:59.508 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 05:57:59.508 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 05:57:59.508 DEBUG [main][MenuItemLookup] Item match:Delete Delete 05:57:59.508 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 05:57:59.508 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 05:57:59.508 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 05:57:59.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 05:58:00.139 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 05:58:00.139 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 05:58:00.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:00.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:00.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 05:58:00.142 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:58:00.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:00.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:00.142 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 05:58:00.143 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:58:00.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:00.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:00.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:00.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:00.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:00.143 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 05:58:00.144 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 05:58:00.144 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 05:58:00.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:58:00.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:58:00.144 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:58:00.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:58:00.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 05:58:00.145 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:58:00.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:00.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:00.145 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 05:58:00.145 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:58:00.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:00.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:00.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:00.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:00.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:00.146 INFO [WorkbenchTestable][AbstractButton] Click button OK 05:58:00.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:58:00.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:58:00.146 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:58:00.146 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:58:00.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 05:58:00.154 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 05:58:00.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 05:58:00.655 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 05:58:00.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:00.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 05:58:00.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:00.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:00.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:00.656 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:58:00.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:58:00.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:00.657 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 05:58:00.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: Matcher matching text to regular expression 'New|Select a wizard'] 05:58:00.662 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:00.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: Matcher matching text to regular expression 'New|Select a wizard'] 05:58:00.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:00.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 05:58:00.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:00.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:58:00.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:00.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:58:00.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:00.664 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:58:00.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:00.664 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 05:58:00.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:00.664 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:58:00.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:00.664 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:58:00.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:00.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:00.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:00.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:00.665 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:00.665 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:58:00.665 DEBUG [main][MenuItemLookup] Found menu:'File' 05:58:00.665 DEBUG [main][MenuItemLookup] Item match:File 05:58:00.667 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:58:00.667 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 05:58:00.669 DEBUG [main][MenuItemLookup] Found menu:'Project...' 05:58:00.669 DEBUG [main][MenuItemLookup] Found menu:'' 05:58:00.669 DEBUG [main][MenuItemLookup] Found menu:'Folder' 05:58:00.669 DEBUG [main][MenuItemLookup] Found menu:'File' 05:58:00.669 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 05:58:00.669 DEBUG [main][MenuItemLookup] Found menu:'' 05:58:00.669 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 05:58:00.669 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 05:58:00.677 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 05:58:00.677 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 05:58:00.677 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 05:58:00.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 'New|Select a wizard'] is available.... 05:58:00.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 05:58:00.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 05:58:00.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:00.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:00.731 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 05:58:00.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:00.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 05:58:00.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:00.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:00.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:00.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:00.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:00.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:58:00.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:58:00.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 05:58:00.734 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:58:00.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:01.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:01.235 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:58:01.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 05:58:01.236 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:58:01.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:01.236 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:58:01.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:01.236 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:58:01.236 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 05:58:01.236 DEBUG [main][TreeItemHandler] Selecting tree item: Project 05:58:01.237 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 05:58:01.239 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 05:58:01.239 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 05:58:01.239 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 05:58:01.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 05:58:01.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:01.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:01.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:01.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:01.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:01.242 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 05:58:01.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:58:01.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:58:01.242 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:58:01.242 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:58:01.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'] 05:58:01.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:01.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:01.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 05:58:01.272 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 05:58:01.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 05:58:01.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:01.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:01.273 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 05:58:01.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:01.274 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 05:58:01.274 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:") 05:58:01.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:01.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:01.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:01.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:01.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:58:01.275 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:58:01.276 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 05:58:01.277 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 05:58:01.277 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 05:58:01.278 DEBUG [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) 05:58:01.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:01.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:01.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:01.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:01.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:01.279 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 05:58:01.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:58:01.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:58:01.280 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:58:01.280 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:58:01.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 05:58:01.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 05:58:01.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:01.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:01.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:01.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:01.784 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:58:01.784 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:01.784 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:58:01.785 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:01.785 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 05:58:01.785 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:01.785 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:58:01.785 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:01.785 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:58:01.785 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:01.786 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:58:01.786 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:01.786 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 05:58:01.786 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:01.786 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:58:01.786 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:01.786 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:58:01.786 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:01.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:01.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:01.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:01.786 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:01.787 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:58:01.787 DEBUG [main][MenuItemLookup] Found menu:'File' 05:58:01.787 DEBUG [main][MenuItemLookup] Item match:File 05:58:01.788 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:58:01.788 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 05:58:01.790 DEBUG [main][MenuItemLookup] Found menu:'Project...' 05:58:01.790 DEBUG [main][MenuItemLookup] Found menu:'' 05:58:01.790 DEBUG [main][MenuItemLookup] Found menu:'Folder' 05:58:01.790 DEBUG [main][MenuItemLookup] Found menu:'File' 05:58:01.790 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 05:58:01.790 DEBUG [main][MenuItemLookup] Found menu:'' 05:58:01.790 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 05:58:01.790 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 05:58:01.790 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 05:58:01.790 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 05:58:01.790 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 05:58:01.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 'New|Select a wizard'] is available.... 05:58:01.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 05:58:01.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 05:58:01.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:01.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:01.838 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 05:58:01.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:01.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 05:58:01.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:01.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:01.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:01.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:01.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:01.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:58:01.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:58:01.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 05:58:01.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:58:01.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:01.839 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:58:01.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:01.839 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:58:01.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 05:58:01.840 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:58:01.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:01.840 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:58:01.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:01.840 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:58:01.840 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 05:58:01.840 DEBUG [main][TreeItemHandler] Selecting tree item: File 05:58:01.840 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 05:58:01.846 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 05:58:01.846 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 05:58:01.846 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 05:58:01.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 05:58:01.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:01.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:01.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:01.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:01.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:01.847 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 05:58:01.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:58:01.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:58:01.847 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:58:01.847 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:58:01.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'] 05:58:01.876 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:01.876 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:01.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 05:58:01.877 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 05:58:01.877 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 05:58:01.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:01.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:01.898 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 05:58:01.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:01.899 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:") 05:58:01.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:01.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:01.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:01.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:01.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:58:01.902 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:58:01.903 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 05:58:01.903 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:") 05:58:01.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:01.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:01.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:01.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:01.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:58:01.905 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:58:01.905 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 05:58:01.906 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 05:58:01.906 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 05:58:01.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 05:58:01.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:01.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:01.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:01.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:01.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:01.907 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 05:58:01.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:58:01.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:58:01.908 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:58:01.908 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:58:01.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 05:58:01.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 05:58:01.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:01.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:58:01.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:58:01.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 05:58:01.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:01.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:01.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:01.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:02.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:58:02.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:02.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:02.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:02.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:02.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:02.020 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:02.020 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 05:58:02.020 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:02.020 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:02.021 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:02.021 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 05:58:02.021 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 05:58:02.022 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:02.042 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:02.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'] 05:58:02.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.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'] 05:58:02.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.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: "Create New File"] 05:58:02.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.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'] 05:58:02.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.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'] 05:58:02.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.044 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:58:02.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.044 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 05:58:02.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.044 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:58:02.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.044 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:58:02.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:02.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:02.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:02.045 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:02.045 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:58:02.045 DEBUG [main][MenuItemLookup] Found menu:'File' 05:58:02.045 DEBUG [main][MenuItemLookup] Item match:File 05:58:02.046 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:58:02.046 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 05:58:02.047 DEBUG [main][MenuItemLookup] Found menu:'Project...' 05:58:02.048 DEBUG [main][MenuItemLookup] Found menu:'' 05:58:02.048 DEBUG [main][MenuItemLookup] Found menu:'Folder' 05:58:02.048 DEBUG [main][MenuItemLookup] Found menu:'File' 05:58:02.048 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 05:58:02.048 DEBUG [main][MenuItemLookup] Found menu:'' 05:58:02.048 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 05:58:02.048 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 05:58:02.048 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 05:58:02.048 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 05:58:02.048 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 05:58:02.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 05:58:02.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 05:58:02.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 05:58:02.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:02.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:02.119 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 05:58:02.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 05:58:02.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:02.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:02.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:02.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:02.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:02.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:58:02.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:58:02.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 05:58:02.121 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:58:02.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:02.121 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:58:02.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:02.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:58:02.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 05:58:02.122 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:58:02.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:02.122 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:58:02.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:02.122 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:58:02.122 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 05:58:02.122 DEBUG [main][TreeItemHandler] Selecting tree item: File 05:58:02.122 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 05:58:02.122 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 05:58:02.122 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 05:58:02.122 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 05:58:02.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 05:58:02.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:02.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:02.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:02.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:02.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:02.124 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 05:58:02.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:58:02.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:58:02.124 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:58:02.124 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:58:02.147 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:58:02.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 05:58:02.147 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 05:58:02.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 05:58:02.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:02.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:02.148 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 05:58:02.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 05:58:02.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:02.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:02.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:02.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:02.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:58:02.151 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:58:02.152 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest1.min 05:58:02.152 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:") 05:58:02.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:02.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:02.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:02.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:02.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:58:02.154 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:58:02.155 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 05:58:02.155 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 05:58:02.155 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 05:58:02.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.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) 05:58:02.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:02.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:02.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:02.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:02.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:02.157 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 05:58:02.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:58:02.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:58:02.157 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:58:02.157 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:58:02.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 05:58:02.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 05:58:02.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:02.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:02.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:02.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:02.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:02.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'] 05:58:02.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.670 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:58:02.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.670 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 05:58:02.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.670 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:58:02.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.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'] 05:58:02.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.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'] 05:58:02.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.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: "Create New File"] 05:58:02.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.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'] 05:58:02.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.672 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:58:02.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 05:58:02.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:02.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:02.672 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 05:58:02.672 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 05:58:02.672 DEBUG [main][MenuItemLookup] Found menu:'File' 05:58:02.672 DEBUG [main][MenuItemLookup] Item match:File 05:58:02.673 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:58:02.673 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 05:58:02.674 DEBUG [main][MenuItemLookup] Found menu:'Project...' 05:58:02.675 DEBUG [main][MenuItemLookup] Found menu:'' 05:58:02.675 DEBUG [main][MenuItemLookup] Found menu:'Folder' 05:58:02.675 DEBUG [main][MenuItemLookup] Found menu:'File' 05:58:02.675 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 05:58:02.675 DEBUG [main][MenuItemLookup] Found menu:'' 05:58:02.675 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 05:58:02.675 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 05:58:02.675 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 05:58:02.675 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 05:58:02.675 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 05:58:02.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 05:58:02.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. finished successfully 05:58:02.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 05:58:02.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:02.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:02.722 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 05:58:02.722 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.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 05:58:02.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:02.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:02.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:02.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:02.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:02.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:58:02.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:58:02.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 05:58:02.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:58:02.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:02.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:58:02.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:02.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:58:02.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 05:58:02.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:58:02.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:02.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:58:02.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:02.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:58:02.726 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 05:58:02.726 DEBUG [main][TreeItemHandler] Selecting tree item: File 05:58:02.726 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 05:58:02.730 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 05:58:02.730 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 05:58:02.731 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 05:58:02.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) 05:58:02.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:02.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:02.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:02.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:02.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:02.732 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 05:58:02.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:58:02.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:58:02.732 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:58:02.732 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:58:02.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'] 05:58:02.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 05:58:02.755 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 05:58:02.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 05:58:02.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:02.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:02.756 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 05:58:02.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:58:02.756 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:") 05:58:02.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:02.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:02.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:02.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:02.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:58:02.758 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:58:02.759 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest+.min 05:58:02.760 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:") 05:58:02.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:02.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:02.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:02.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:02.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:58:02.761 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:58:02.761 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 05:58:02.762 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 05:58:02.762 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 05:58:02.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.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) 05:58:02.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:02.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:02.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:02.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:02.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:02.763 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 05:58:02.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:58:02.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:58:02.763 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:58:02.764 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:58:02.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 05:58:03.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 05:58:03.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:03.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 05:58:03.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:03.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:03.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:03.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:03.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest+.min\E') 05:58:03.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:03.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:03.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:03.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:03.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:03.272 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:03.272 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 05:58:03.272 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:03.272 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:03.273 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:03.273 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 05:58:03.273 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 05:58:03.273 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 05:58:03.279 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 05:58:03.279 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:03.279 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:03.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:03.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:03.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:03.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:03.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:03.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:03.290 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 05:58:03.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 05:58:03.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:03.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:03.290 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 05:58:03.290 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 05:58:03.290 DEBUG [main][MenuItemLookup] Found menu:'File' 05:58:03.290 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:58:03.290 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:58:03.290 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:58:03.290 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:58:03.290 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:58:03.290 DEBUG [main][MenuItemLookup] Item match:Window 05:58:03.291 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:58:03.291 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:58:03.291 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:58:03.291 DEBUG [main][MenuItemLookup] Found menu:'' 05:58:03.291 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:58:03.291 DEBUG [main][MenuItemLookup] Item match:Show View 05:58:03.294 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 05:58:03.294 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 05:58:03.294 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 05:58:03.294 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 05:58:03.294 DEBUG [main][MenuItemLookup] Found menu:'Progress' 05:58:03.294 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 05:58:03.294 DEBUG [main][MenuItemLookup] Found menu:'Properties' 05:58:03.294 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 05:58:03.294 DEBUG [main][MenuItemLookup] Found menu:'' 05:58:03.294 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 05:58:03.294 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 05:58:03.294 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 05:58:03.294 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 05:58:03.294 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 05:58:03.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 05:58:03.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 05:58:03.331 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 05:58:03.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:03.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:03.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 05:58:03.332 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:58:03.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:03.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:03.332 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:58:03.332 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:58:03.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:03.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:03.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:03.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:03.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:03.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:58:03.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:58:03.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 05:58:03.334 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 05:58:03.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:03.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:03.835 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 05:58:03.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 05:58:03.836 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 05:58:03.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:03.836 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 05:58:03.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:03.837 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 05:58:03.837 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 05:58:03.837 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 05:58:03.837 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 05:58:03.837 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 05:58:03.837 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:58:03.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:03.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:03.837 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:58:03.837 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:58:03.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:03.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:03.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 05:58:03.838 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:58:03.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:03.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:03.838 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 05:58:03.838 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:58:03.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:03.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:03.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:03.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:03.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:03.839 INFO [WorkbenchTestable][AbstractButton] Click button &Open 05:58:03.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:58:03.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:58:03.839 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:58:03.839 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:58:03.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:58:03.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:58:03.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 05:58:03.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:03.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:03.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 05:58:03.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:03.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:03.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 05:58:03.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:03.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:03.999 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 05:58:03.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 '\*?\QPackage Explorer\E') 05:58:03.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:03.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:04.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:04.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:04.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:04.008 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:04.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:04.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:04.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 05:58:04.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:04.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:04.010 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:04.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:04.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:04.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:04.011 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:04.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:04.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:04.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:04.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:04.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:04.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:04.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:04.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:05.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:05.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:05.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:05.013 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:05.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:05.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:05.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:05.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 05:58:05.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:05.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:05.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:05.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:05.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:05.015 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:05.017 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:05.018 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:05.018 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:05.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:05.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:05.518 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:05.520 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:05.520 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:05.520 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:05.522 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:05.522 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:05.522 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:05.522 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:05.522 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:05.524 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:05.524 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:05.524 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:05.552 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:05.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:05.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:05.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:05.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:58:05.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:05.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:05.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:05.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:05.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:05.557 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:05.557 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:05.557 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:05.557 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:05.558 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:05.558 DEBUG [main][EditorHandler] 2 editor(s) found 05:58:05.558 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 05:58:05.562 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 05:58:05.562 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:05.583 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:05.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:05.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:05.583 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:05.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:05.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:05.584 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:05.584 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:05.584 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:05.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:05.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:05.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:05.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:05.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:05.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:05.586 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:05.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:05.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:05.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:05.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:05.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:05.588 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:05.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 05:58:05.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:05.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:05.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:05.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:05.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:05.589 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:05.589 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:05.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:05.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:58:05.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:05.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:05.591 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:05.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:05.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:05.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:05.595 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:05.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:05.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:05.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:05.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:05.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:05.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:06.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:06.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:06.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:06.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:06.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:06.599 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:06.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:06.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:06.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:06.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 05:58:06.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:06.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:06.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:06.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:06.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:06.600 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:06.600 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:06.601 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:06.601 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:06.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:06.601 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:06.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:06.601 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:06.601 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:06.601 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:06.601 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:06.603 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:06.603 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:06.603 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:06.603 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:06.603 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:06.604 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:06.604 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:06.604 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:06.620 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:06.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:06.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:06.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:06.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:06.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:06.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:58:06.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:06.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:06.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:06.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:06.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:06.622 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:06.622 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:06.622 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:06.622 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:06.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 "Make Dirty") 05:58:06.623 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:58:06.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:06.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:06.623 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 05:58:06.623 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:58:06.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:06.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:06.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:06.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:06.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:06.624 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 05:58:06.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:58:06.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:58:06.625 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:58:06.625 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:58:06.626 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:06.626 DEBUG [main][EditorHandler] 1 editor(s) found 05:58:06.626 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:06.648 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:06.648 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:06.648 DEBUG [main][EditorHandler] 0 editor(s) found 05:58:06.648 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:06.648 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:06.648 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:06.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:06.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:06.648 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:06.649 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:06.649 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:06.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:06.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:06.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:06.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:06.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:06.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:06.651 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:06.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:06.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:06.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:06.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:06.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:06.652 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:06.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 05:58:06.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:06.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:06.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:06.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:06.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:06.654 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:06.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:06.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:06.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:58:06.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:06.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:06.655 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:06.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:06.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:06.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:06.656 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:06.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:06.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:06.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:06.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:06.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:06.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:07.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:07.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:07.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:07.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:07.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:07.659 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:07.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:07.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:07.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:07.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 05:58:07.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:07.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:07.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:07.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:07.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:07.660 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:07.661 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:07.661 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:07.661 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:07.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:07.661 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:07.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:07.661 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:07.661 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:07.661 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:07.661 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:07.664 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:07.664 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:07.664 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:07.664 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:07.664 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:07.665 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:07.665 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:07.666 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:07.677 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:07.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:07.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:07.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:07.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:07.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:07.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:07.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:07.683 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:07.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:07.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:07.685 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 05:58:07.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:07.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:07.685 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 05:58:07.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 '\*?\QPackage Explorer\E') 05:58:07.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:07.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:07.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:07.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:07.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:07.687 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:07.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:07.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:07.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:07.706 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:07.706 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:07.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:07.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:07.706 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:07.706 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:07.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:07.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:07.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:07.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:07.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:08.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:08.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:08.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:08.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:08.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:08.710 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:08.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:08.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:08.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:08.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 05:58:08.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:08.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:08.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:08.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:08.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:08.711 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:08.711 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:08.712 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:08.712 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:08.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:08.712 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:08.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:08.712 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:08.712 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:08.712 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:08.712 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:08.714 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:08.714 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:08.714 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:08.714 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:08.714 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:08.715 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:08.715 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:08.715 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:08.723 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:08.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:08.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:08.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:08.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:08.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:08.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6a055ce9 is found... 05:58:08.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6a055ce9 is found finished successfully 05:58:08.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:58:08.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:08.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:08.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:08.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:08.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:08.727 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:08.727 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:08.727 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:08.727 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:08.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:08.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:08.730 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:08.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:08.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:08.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 05:58:08.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:08.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:08.731 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 05:58:08.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 '\*?\QPackage Explorer\E') 05:58:08.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:08.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:08.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:08.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:08.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:08.733 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:08.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:08.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:08.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:08.755 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:08.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:08.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:08.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:08.756 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:08.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:08.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:08.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:08.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:08.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:08.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:09.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:09.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:09.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:09.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:10.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:10.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:10.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:10.258 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:10.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:10.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:10.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:10.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 05:58:10.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:10.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:10.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:10.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:10.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:10.259 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:10.260 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:10.260 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 05:58:10.260 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:10.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:10.260 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:10.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:10.260 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:10.260 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 05:58:10.260 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 05:58:10.260 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 05:58:10.262 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 05:58:10.262 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 05:58:10.263 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 05:58:10.263 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 05:58:10.263 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 05:58:10.264 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 05:58:10.264 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:10.264 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:10.283 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:10.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:10.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:10.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:10.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:10.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:10.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@49b24027 is found... 05:58:10.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@49b24027 is found finished successfully 05:58:10.284 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 05:58:10.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:10.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:10.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:10.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:10.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:10.286 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:10.286 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:10.286 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:10.286 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:10.287 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:10.287 DEBUG [main][EditorHandler] 2 editor(s) found 05:58:10.287 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:10.291 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:10.291 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 05:58:10.312 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 05:58:10.312 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:10.312 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:10.312 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:10.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:10.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:10.313 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:10.313 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:10.313 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:10.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:10.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:10.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:10.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:10.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:10.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:10.315 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:10.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:10.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:10.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:10.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:10.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:10.316 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:10.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 '\*?\QPackage Explorer\E') 05:58:10.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:10.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:10.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:10.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:10.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:10.318 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:10.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:10.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:10.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:58:10.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:10.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:10.319 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:10.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:10.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:10.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:10.320 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:10.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:10.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:10.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:10.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:10.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:10.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:10.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:10.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:11.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:11.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:11.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:11.322 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:11.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:11.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:11.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:11.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:58:11.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:11.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:11.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:11.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:11.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:11.323 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:11.323 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:11.324 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:11.324 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:11.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:11.324 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:11.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:11.324 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:11.324 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:11.324 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:11.324 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:11.328 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:11.328 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:11.328 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:11.328 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:11.329 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:11.330 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:11.330 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:11.330 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:11.350 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:11.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:11.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:11.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:11.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:11.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:11.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:58:11.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:11.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:11.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:11.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:11.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:11.352 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:11.353 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:11.353 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:11.353 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:11.354 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:11.354 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 05:58:11.354 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 05:58:11.354 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:11.376 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:11.376 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:11.376 DEBUG [main][EditorHandler] 0 editor(s) found 05:58:11.376 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:11.376 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:11.376 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:11.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:11.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:11.376 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:11.376 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:11.376 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:11.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:11.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:11.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:11.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:11.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:11.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:11.378 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:11.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:11.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:11.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:11.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:11.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:11.379 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:11.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 05:58:11.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:11.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:11.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:11.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:11.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:11.380 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:11.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:11.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:11.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:58:11.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:11.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:11.382 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:11.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:11.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:11.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:11.383 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:11.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:11.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:11.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:11.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:11.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:11.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:11.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:11.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:12.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:12.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:12.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:12.385 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:12.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:12.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:12.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:12.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 05:58:12.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:12.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:12.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:12.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:12.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:12.386 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:12.386 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:12.387 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:12.387 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:12.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:12.387 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:12.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:12.387 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:12.387 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:12.387 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:12.387 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:12.390 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:12.390 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:12.390 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:12.390 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:12.390 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:12.391 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:12.391 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:12.392 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:12.402 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:12.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:12.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:12.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:12.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:12.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:12.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:58:12.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:12.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:12.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:12.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:12.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:12.405 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:12.405 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:12.405 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:12.405 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:12.411 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) 05:58:12.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:12.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:12.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:12.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:12.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:12.412 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:12.412 DEBUG [main][EditorHandler] 1 editor(s) found 05:58:12.412 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:12.432 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:12.432 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:12.432 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:12.432 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:12.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:12.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:12.433 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:12.433 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:12.433 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:12.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:12.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:12.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:12.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:12.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:12.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:12.435 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:12.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:12.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:12.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:12.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:12.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:12.436 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:12.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 '\*?\QPackage Explorer\E') 05:58:12.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:12.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:12.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:12.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:12.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:12.437 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:12.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:12.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:12.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:58:12.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:12.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:12.438 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:12.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:12.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:12.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:12.439 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:12.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:12.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:12.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:12.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:12.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:12.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:12.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:12.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:13.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:13.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:13.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:13.440 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:13.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:13.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:13.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:13.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 05:58:13.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:13.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:13.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:13.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:13.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:13.442 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:13.442 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:13.442 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:13.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:13.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:13.442 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:13.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:13.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:13.443 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:13.443 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:13.443 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:13.445 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:13.445 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:13.445 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:13.445 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:13.445 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:13.448 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:13.448 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:13.448 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:13.460 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:13.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:13.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:13.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:13.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:13.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:13.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:13.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:13.462 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:13.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:13.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:13.466 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 05:58:13.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:13.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:13.466 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 05:58:13.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') 05:58:13.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:13.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:13.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:13.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:13.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:13.468 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:13.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:13.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:13.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:13.489 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:13.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:13.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:13.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:13.490 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:13.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:13.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:13.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:13.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:13.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:13.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:13.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:13.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:14.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:14.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:14.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:14.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:14.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:14.992 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:14.992 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:14.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:14.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:14.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:58:14.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:14.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:14.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:14.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:14.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:14.993 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:14.993 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:14.994 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:14.994 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:14.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:14.994 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:14.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:14.994 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:14.994 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:14.994 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:14.994 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:14.996 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:14.996 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:14.996 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:14.996 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:14.996 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:14.998 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:14.998 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:14.998 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:15.006 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:15.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:15.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:15.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:15.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:15.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:15.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2d41041d is found... 05:58:15.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2d41041d is found finished successfully 05:58:15.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:58:15.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:15.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:15.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:15.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:15.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:15.008 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:15.008 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:15.008 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:15.008 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:15.009 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:15.009 DEBUG [main][EditorHandler] 1 editor(s) found 05:58:15.009 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:15.031 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:15.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:15.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:15.031 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:15.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:15.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:15.032 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:15.032 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:15.032 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:15.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:15.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:15.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:15.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:15.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:15.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:15.034 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:15.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:15.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:15.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:15.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:15.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:15.035 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:15.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') 05:58:15.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:15.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:15.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:15.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:15.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:15.036 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:15.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:15.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:15.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:58:15.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:15.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:15.038 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:15.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:15.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:15.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:15.039 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:15.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:15.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:15.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:15.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:15.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:15.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:15.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:15.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:16.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:16.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:16.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:16.041 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:16.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:16.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:16.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:16.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:58:16.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:16.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:16.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:16.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:16.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:16.042 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:16.043 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:16.043 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:16.043 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:16.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:16.043 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:16.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:16.044 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:16.044 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:16.044 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:16.044 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:16.045 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:16.045 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:16.045 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:16.045 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:16.045 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:16.046 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:16.046 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:16.046 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:16.057 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:16.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:16.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:16.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:16.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:16.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:16.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') 05:58:16.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:16.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:16.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:16.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:16.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:16.060 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:16.060 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:16.060 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:16.060 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:16.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 05:58:16.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:58:16.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:16.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:16.061 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 05:58:16.061 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:58:16.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:16.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:16.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:16.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:16.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:16.061 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 05:58:16.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:58:16.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:58:16.061 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:58:16.061 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:58:16.062 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:16.068 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 05:58:16.068 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 05:58:16.068 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:16.088 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:16.088 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:16.088 DEBUG [main][EditorHandler] 0 editor(s) found 05:58:16.088 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:16.088 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:16.088 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:16.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:16.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:16.088 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:16.088 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:16.089 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:16.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:16.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:16.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:16.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:16.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:16.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:16.090 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:16.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:16.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:16.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:16.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:16.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:16.092 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:16.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 '\*?\QPackage Explorer\E') 05:58:16.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:16.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:16.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:16.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:16.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:16.093 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:16.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:16.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:16.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:58:16.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:16.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:16.095 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:16.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:16.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:16.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:16.096 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:16.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:16.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:16.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:16.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:16.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:16.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:16.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:16.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:17.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:17.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:17.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:17.098 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:17.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:17.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:17.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:17.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:58:17.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:17.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:17.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:17.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:17.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:17.100 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:17.100 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:17.100 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:17.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:17.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:17.101 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:17.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:17.101 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:17.101 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:17.101 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:17.101 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:17.102 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:17.102 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:17.102 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:17.102 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:17.102 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:17.103 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:17.103 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:17.103 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:17.114 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:17.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:17.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:17.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:17.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:17.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:17.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:58:17.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:17.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:17.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:17.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:17.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:17.116 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:17.116 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:17.116 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:17.116 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:17.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 05:58:17.117 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:58:17.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:17.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:17.117 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 05:58:17.117 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:58:17.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:17.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:17.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:17.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:17.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:17.117 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 05:58:17.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:58:17.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:58:17.118 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:58:17.118 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:58:17.124 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:17.125 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 05:58:17.125 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 05:58:17.125 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:17.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 'Save .*'] is available.... 05:58:17.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 05:58:17.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 05:58:17.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:17.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:17.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:58:17.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:17.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:17.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 05:58:17.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:58:17.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:17.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:17.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 "Save") 05:58:17.637 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:58:17.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:17.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:17.637 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 05:58:17.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:58:17.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:17.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:17.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:17.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:17.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:17.638 INFO [WorkbenchTestable][AbstractButton] Click button &Save 05:58:17.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:58:17.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:58:17.638 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:58:17.638 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:58:17.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:58:17.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:58:17.670 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:17.670 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:17.670 DEBUG [main][EditorHandler] 0 editor(s) found 05:58:17.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:17.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:17.671 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:17.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:17.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:17.671 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:17.671 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:17.671 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:17.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:17.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:17.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:17.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:17.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:17.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:17.673 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:17.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:17.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:17.674 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:17.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:17.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:17.674 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:17.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 '\*?\QPackage Explorer\E') 05:58:17.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:17.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:17.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:17.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:17.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:17.676 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:17.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:17.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:17.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:58:17.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:17.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:17.677 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:17.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:17.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:17.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:17.678 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:17.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:17.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:17.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:17.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:17.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:17.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:18.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:18.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:18.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:18.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:18.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:18.680 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:18.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:18.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:18.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:18.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:58:18.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:18.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:18.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:18.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:18.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:18.682 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:18.682 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:18.682 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:18.682 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:18.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:18.683 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:18.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:18.683 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:18.683 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:18.683 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:18.683 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:18.686 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:18.686 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:18.686 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:18.686 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:18.686 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:18.687 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:18.687 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:18.687 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:18.707 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:18.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:18.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:18.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:18.707 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:18.708 DEBUG [main][EditorHandler] 1 editor(s) found 05:58:18.708 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:18.728 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:18.729 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:18.729 DEBUG [main][EditorHandler] 0 editor(s) found 05:58:18.729 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:18.729 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:18.729 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:18.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:18.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:18.729 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:18.729 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:18.730 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:18.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:18.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:18.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:18.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:18.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:18.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:18.731 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:18.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:18.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:18.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:18.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:18.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:18.733 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:18.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 05:58:18.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:18.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:18.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:18.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:18.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:18.734 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:18.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:18.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:18.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:58:18.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:18.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:18.736 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:18.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:18.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:18.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:18.737 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:18.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:18.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:18.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:18.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:18.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:18.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:19.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:19.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:19.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:19.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:19.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:19.739 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:19.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:19.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:19.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:19.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:58:19.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:19.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:19.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:19.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:19.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:19.741 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:19.741 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:19.741 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:19.741 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:19.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:19.741 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:19.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:19.741 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:19.742 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:19.742 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:19.742 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:19.743 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:19.743 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:19.743 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:19.743 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:19.743 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:19.744 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:19.744 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:19.744 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:19.754 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:19.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:19.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:19.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:19.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:19.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:19.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5eb79027 is found... 05:58:19.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5eb79027 is found finished successfully 05:58:19.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:58:19.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:19.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:19.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:19.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:19.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:19.757 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:19.757 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:19.757 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:19.757 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:19.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:19.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:19.764 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:19.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:19.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:19.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 05:58:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:19.766 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 05:58:19.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 05:58:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:19.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:19.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:19.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:19.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:19.767 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:19.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:19.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:19.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:19.788 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:19.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:19.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:19.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:19.788 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:19.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:19.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:19.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:19.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:19.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:19.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:20.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:20.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:20.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:20.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:20.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:20.791 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:20.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:20.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:20.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:20.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:58:20.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:20.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:20.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:20.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:20.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:20.792 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:20.793 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:20.793 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 05:58:20.793 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:20.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:20.793 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:20.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:20.793 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:20.793 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 05:58:20.793 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 05:58:20.794 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 05:58:20.795 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 05:58:20.795 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 05:58:20.795 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 05:58:20.795 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 05:58:20.795 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 05:58:20.796 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 05:58:20.796 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:20.796 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:20.812 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:20.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:20.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:20.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3892692a is found... 05:58:20.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3892692a is found finished successfully 05:58:20.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:58:20.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:20.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:20.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:20.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:20.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:20.815 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 05:58:20.819 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:20.819 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:20.819 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:20.819 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:20.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3147bb04 is found... 05:58:20.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3147bb04 is found finished successfully 05:58:20.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 05:58:20.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:20.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:20.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:20.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:20.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:20.821 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest1.min 05:58:20.825 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:20.825 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 05:58:20.825 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:20.825 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:20.826 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:20.826 DEBUG [main][EditorHandler] 2 editor(s) found 05:58:20.826 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:20.834 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:20.834 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 05:58:20.861 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 05:58:20.861 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:20.861 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:20.861 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:20.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:20.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:20.862 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:20.862 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:20.862 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:20.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:20.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:20.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:20.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:20.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:20.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:20.863 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:20.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:20.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:20.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:20.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:20.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:20.865 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:20.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 05:58:20.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:20.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:20.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:20.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:20.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:20.867 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:20.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:20.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:20.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:58:20.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:20.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:20.868 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:20.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:20.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:20.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:20.869 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:20.869 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:20.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:20.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:20.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:20.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:20.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:21.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:21.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:21.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:21.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:21.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:21.871 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:21.871 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:21.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:21.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:21.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 05:58:21.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:21.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:21.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:21.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:21.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:21.873 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:21.873 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:21.873 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:21.873 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:21.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:21.873 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:21.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:21.873 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:21.873 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:21.874 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:21.874 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:21.877 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:21.877 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:21.877 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:21.877 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:21.878 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:21.879 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:21.879 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:21.879 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:21.891 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:21.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:21.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:21.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:21.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:21.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:21.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:58:21.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:21.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:21.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:21.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:21.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:21.897 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:21.897 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:21.897 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:21.897 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:21.898 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:21.898 DEBUG [main][EditorHandler] 1 editor(s) found 05:58:21.898 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:21.917 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:21.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:21.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:21.918 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:21.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:21.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:21.918 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:21.918 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:21.918 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:21.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:21.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:21.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:21.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:21.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:21.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:21.920 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:21.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:21.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:21.921 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:21.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:21.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:21.921 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:21.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') 05:58:21.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:21.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:21.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:21.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:21.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:21.923 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:21.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:21.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:21.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:58:21.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:21.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:21.924 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:21.924 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:21.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:21.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:21.924 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:21.925 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:21.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:21.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:21.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:21.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:21.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:22.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:22.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:22.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:22.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:22.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:22.927 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:22.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:22.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:22.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:22.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:58:22.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:22.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:22.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:22.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:22.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:22.928 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:22.929 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:22.929 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:22.929 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:22.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:22.929 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:22.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:22.929 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:22.929 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:22.929 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:22.930 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:22.931 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:22.931 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:22.931 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:22.931 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:22.931 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:22.933 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:22.933 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:22.933 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:22.943 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:22.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:22.943 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:22.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:22.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:22.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:22.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:58:22.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:22.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:22.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:22.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:22.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:22.946 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:22.946 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:22.946 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:22.946 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:22.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 "Make Dirty") 05:58:22.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:58:22.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:22.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:22.947 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 05:58:22.947 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:58:22.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:22.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:22.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:22.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:22.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:22.947 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 05:58:22.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:58:22.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:58:22.947 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:58:22.947 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:58:22.954 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:22.954 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 05:58:22.954 INFO [WorkbenchTestable][AbstractEditor] Save editor 05:58:22.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 05:58:22.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:22.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:22.955 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 05:58:22.955 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 05:58:22.955 DEBUG [main][MenuItemLookup] Found menu:'File' 05:58:22.955 DEBUG [main][MenuItemLookup] Item match:File 05:58:22.956 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:58:22.956 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 05:58:22.956 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 05:58:22.956 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 05:58:22.956 DEBUG [main][MenuItemLookup] Found menu:'' 05:58:22.956 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 05:58:22.956 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 05:58:22.956 DEBUG [main][MenuItemLookup] Found menu:'' 05:58:22.956 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 05:58:22.956 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 05:58:22.956 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 05:58:22.956 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 05:58:22.956 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 05:58:22.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 05:58:22.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 05:58:22.958 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:22.958 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 05:58:22.958 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:22.958 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:22.959 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:22.959 DEBUG [main][EditorHandler] 1 editor(s) found 05:58:22.959 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:22.983 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:22.983 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:22.983 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:22.983 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:22.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:22.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:22.984 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:22.984 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:22.984 INFO [WorkbenchTestable][RequirementsRunner] Started test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:22.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:22.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:22.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:22.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:22.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:22.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:22.985 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:22.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:22.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:22.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:22.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:22.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:22.987 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:22.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 05:58:22.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:22.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:22.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:22.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:22.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:22.988 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:22.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:22.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:22.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:58:22.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:22.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:22.990 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:22.990 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:22.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:22.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:22.990 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:22.990 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:22.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:22.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:22.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:22.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:22.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:23.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:23.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:23.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:23.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:23.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:23.992 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:23.992 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:23.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:23.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:23.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:58:23.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:23.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:23.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:23.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:23.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:23.994 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:23.994 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:23.994 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:23.994 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:23.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:23.994 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:23.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:23.995 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:23.995 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:23.995 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:23.995 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:23.996 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:23.996 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:23.996 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:23.996 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:23.996 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:23.997 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:23.997 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:23.997 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:24.009 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:24.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:24.009 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:24.009 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:24.009 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:24.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:24.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:58:24.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:24.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:24.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:24.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:24.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:24.011 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:24.011 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:24.011 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:24.011 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:24.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 "Make Dirty") 05:58:24.012 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:58:24.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:24.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:24.012 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 05:58:24.012 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:58:24.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:24.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:24.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:24.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:24.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:24.013 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 05:58:24.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:58:24.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:58:24.013 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:58:24.013 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:58:24.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 05:58:24.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:58:24.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:24.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:24.020 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 05:58:24.020 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:58:24.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:24.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:24.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:24.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:24.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:24.021 INFO [WorkbenchTestable][AbstractButton] Click button Save 05:58:24.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:58:24.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:58:24.021 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:58:24.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:58:24.022 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:24.022 DEBUG [main][EditorHandler] 1 editor(s) found 05:58:24.022 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:24.041 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:24.041 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:24.041 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:24.041 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:24.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:24.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:24.041 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:24.042 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:24.042 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:24.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:24.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:24.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:24.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:24.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:24.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:24.043 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:24.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:24.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:24.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:24.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:24.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:24.045 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:24.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 '\*?\QPackage Explorer\E') 05:58:24.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:24.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:24.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:24.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:24.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:24.046 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:24.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:24.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:24.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:58:24.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:24.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:24.048 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:24.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:24.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:24.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:24.049 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:24.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:24.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:24.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:24.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:24.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:24.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:24.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:24.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:25.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:25.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:25.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:25.051 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:25.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:25.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:25.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:25.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 05:58:25.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:25.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:25.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:25.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:25.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:25.053 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:25.053 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:25.053 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:25.053 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:25.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:25.053 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:25.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:25.053 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:25.054 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:25.054 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:25.054 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:25.055 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:25.056 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:25.056 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:25.056 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:25.056 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:25.057 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:25.057 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:25.057 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:25.068 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:25.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:25.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:25.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:25.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:25.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:25.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:58:25.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:25.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:25.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:25.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:25.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:25.070 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:25.070 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:25.070 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:25.070 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:25.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:25.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:25.078 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:25.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:25.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:25.079 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 05:58:25.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:25.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:25.080 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 05:58:25.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 05:58:25.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:25.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:25.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:25.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:25.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:25.081 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:25.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:25.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:25.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:25.101 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:25.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:25.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:25.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:25.102 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:25.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:25.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:25.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:25.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:25.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:25.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:25.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:25.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:26.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:26.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:26.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:26.104 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:26.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:26.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:26.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:26.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:58:26.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:26.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:26.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:26.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:26.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:26.105 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:26.105 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:26.106 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 05:58:26.106 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:26.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:26.106 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:26.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:26.106 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:26.106 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 05:58:26.106 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 05:58:26.106 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 05:58:26.107 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 05:58:26.107 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 05:58:26.107 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 05:58:26.107 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 05:58:26.107 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 05:58:26.108 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 05:58:26.108 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:26.108 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:26.124 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:26.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:26.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:26.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:26.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:26.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:26.125 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 05:58:26.129 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:26.130 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:26.130 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:26.130 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:26.130 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 05:58:26.130 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:26.136 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:26.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@37562fd3 is found... 05:58:36.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@37562fd3 is found failed, an exception will be thrown 05:58:36.148 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:36.148 DEBUG [main][EditorHandler] 1 editor(s) found 05:58:36.148 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 05:58:36.172 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 05:58:36.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:36.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:36.172 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:36.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:36.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:36.173 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:36.173 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:36.173 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:36.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:36.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:36.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:36.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:36.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:36.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:36.175 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:36.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:36.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:36.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:36.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:36.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:36.176 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:36.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 '\*?\QPackage Explorer\E') 05:58:36.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:36.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:36.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:36.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:36.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:36.177 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:36.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:36.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:36.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:58:36.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:36.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:36.179 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:36.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:36.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:36.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:36.179 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:36.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:36.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:36.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:36.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:36.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:36.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:36.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:36.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:37.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:37.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:37.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:37.182 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:37.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:37.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:37.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:37.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:58:37.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:37.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:37.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:37.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:37.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:37.183 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:37.184 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:37.184 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:37.184 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:37.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:37.184 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:37.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:37.184 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:37.184 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:37.184 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:37.185 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:37.188 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:37.188 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:37.188 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:37.188 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:37.188 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:37.189 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:37.189 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:37.189 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:37.199 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:37.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:37.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:37.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:37.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:37.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:37.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:58:37.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:37.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:37.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:37.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:37.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:37.202 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:37.202 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:37.202 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:37.202 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:37.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 "Make Dirty") 05:58:37.202 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:58:37.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:37.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:37.203 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 05:58:37.203 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:58:37.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:37.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:37.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:37.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:37.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:37.203 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 05:58:37.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:58:37.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:58:37.203 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:58:37.203 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:58:37.211 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:37.211 DEBUG [main][EditorHandler] 1 editor(s) found 05:58:37.211 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:37.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 'Save .*'] is available.... 05:58:37.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 'Save .*'] is available. finished successfully 05:58:37.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 05:58:37.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:37.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:37.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:58:37.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:37.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:37.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 05:58:37.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:58:37.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:37.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:37.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 05:58:37.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:58:37.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:37.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:37.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 05:58:37.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:58:37.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:37.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:37.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:37.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:37.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:37.722 INFO [WorkbenchTestable][AbstractButton] Click button &Save 05:58:37.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:58:37.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:58:37.722 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:58:37.722 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:58:37.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:58:37.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:58:37.751 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:37.751 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:37.751 DEBUG [main][EditorHandler] 0 editor(s) found 05:58:37.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:37.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:37.751 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:37.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:37.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:37.752 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:37.752 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:37.752 INFO [WorkbenchTestable][RequirementsRunner] Started test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:37.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:37.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:37.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:37.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:37.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:37.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:37.754 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:37.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:37.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:37.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:37.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:37.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:37.756 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:37.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 05:58:37.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:37.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:37.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:37.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:37.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:37.757 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:37.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:37.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:37.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:58:37.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:37.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:37.758 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:37.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:37.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:37.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:37.759 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:37.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:37.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:37.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:37.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:37.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:37.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:38.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:38.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:38.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:38.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:38.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:38.762 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:38.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:38.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:38.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:38.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:58:38.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:38.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:38.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:38.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:38.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:38.763 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:38.763 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:38.764 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:38.764 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:38.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:38.764 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:38.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:38.764 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:38.764 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:38.764 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:38.764 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:38.767 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:38.767 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:38.767 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:38.767 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:38.767 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:38.768 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:38.768 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:38.768 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:38.778 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:38.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:38.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:38.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:38.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:38.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:38.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:58:38.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:38.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:38.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:38.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:38.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:38.781 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:38.781 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:38.781 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:38.781 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:38.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 05:58:38.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:58:38.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:38.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:38.787 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 05:58:38.787 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:58:38.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:38.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:38.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:38.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:38.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:38.788 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 05:58:38.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:58:38.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:58:38.788 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:58:38.788 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:58:38.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1f26adf7 is found... 05:58:38.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1f26adf7 is found finished successfully 05:58:38.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:58:38.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:38.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:38.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:38.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:38.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:38.790 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:38.790 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 05:58:38.790 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:38.790 DEBUG [main][EditorHandler] 1 editor(s) found 05:58:38.791 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:38.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 'Save .*'] is available.... 05:58:39.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 'Save .*'] is available. finished successfully 05:58:39.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 05:58:39.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:39.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:39.311 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:58:39.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:39.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:39.311 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 05:58:39.311 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:58:39.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:39.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:39.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 "Save") 05:58:39.311 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:58:39.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:39.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:39.311 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 05:58:39.311 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:58:39.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:39.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:39.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:39.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:39.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:58:39.312 INFO [WorkbenchTestable][AbstractButton] Click button &Save 05:58:39.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:58:39.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:58:39.312 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:58:39.312 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:58:39.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:58:39.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:58:39.340 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:39.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:39.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:39.340 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:39.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:39.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:39.340 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:39.340 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:39.341 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:39.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:39.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:39.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:39.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:39.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:39.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:39.342 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:39.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:39.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:39.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:39.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:39.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:39.343 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:39.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 05:58:39.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:39.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:39.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:39.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:39.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:39.345 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:39.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:39.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:39.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:58:39.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:39.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:39.346 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:39.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:39.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:39.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:39.347 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:39.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:39.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:39.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:39.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:39.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:39.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:39.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:39.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:40.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:40.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:40.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:40.349 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:40.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:40.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:40.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:40.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 05:58:40.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:40.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:40.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:40.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:40.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:40.351 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:40.351 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:40.352 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:40.352 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:40.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:40.352 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:40.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:40.352 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:40.352 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:40.352 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:40.352 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:40.353 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:40.353 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:40.353 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:40.353 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:40.354 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:40.354 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:40.354 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:40.354 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:40.365 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:40.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:40.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:40.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:40.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:40.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:40.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:58:40.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:40.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:40.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:40.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:40.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:40.371 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:40.371 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:40.371 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:40.371 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:40.372 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:40.372 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 05:58:40.372 INFO [WorkbenchTestable][AbstractEditor] Save editor 05:58:40.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 05:58:40.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:40.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:40.372 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 05:58:40.372 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 05:58:40.372 DEBUG [main][MenuItemLookup] Found menu:'File' 05:58:40.373 DEBUG [main][MenuItemLookup] Item match:File 05:58:40.373 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:58:40.373 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 05:58:40.373 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 05:58:40.373 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 05:58:40.373 DEBUG [main][MenuItemLookup] Found menu:'' 05:58:40.373 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 05:58:40.373 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 05:58:40.373 DEBUG [main][MenuItemLookup] Found menu:'' 05:58:40.373 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 05:58:40.373 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 05:58:40.373 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:40.373 DEBUG [main][EditorHandler] 1 editor(s) found 05:58:40.373 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:40.395 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:40.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:40.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:40.395 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:40.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:40.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:40.396 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:40.396 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:40.396 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:40.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:40.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:40.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:40.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:40.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:40.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:40.398 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:40.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:40.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:40.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:40.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:40.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:40.399 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:40.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 05:58:40.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:40.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:40.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:40.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:40.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:40.400 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:40.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:40.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:40.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:58:40.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:40.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:40.402 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:40.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:40.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:40.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:40.402 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:40.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:40.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:40.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:40.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:40.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:40.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:40.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:40.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:41.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:41.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:41.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:41.405 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:41.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:41.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:41.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:41.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 05:58:41.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:41.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:41.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:41.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:41.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:41.407 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:41.407 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:41.408 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:41.408 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:41.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:41.408 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:41.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:41.408 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:41.408 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:41.408 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:41.408 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:41.409 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:41.409 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:41.409 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:41.409 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:41.410 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:41.412 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:41.412 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:41.412 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:41.423 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:41.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:41.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:41.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:41.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:41.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:41.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5364cc71 is found... 05:58:51.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5364cc71 is found failed, an exception will be thrown 05:58:51.435 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:51.435 DEBUG [main][EditorHandler] 1 editor(s) found 05:58:51.435 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:51.452 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:51.452 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:51.452 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:51.452 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:51.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:51.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:51.453 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:51.453 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:51.453 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:51.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:51.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:51.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:51.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:51.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:51.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:51.454 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:51.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:51.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:51.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:51.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:51.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:51.456 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:51.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 '\*?\QPackage Explorer\E') 05:58:51.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:51.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:51.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:51.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:51.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:51.457 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:51.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:51.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:51.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:58:51.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:51.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:51.459 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:51.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:51.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:51.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:51.460 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:51.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:51.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:51.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:51.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:51.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:51.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:51.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:51.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:52.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:52.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:52.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:52.462 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:52.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:52.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:52.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:52.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 05:58:52.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:52.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:52.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:52.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:52.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:52.463 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:52.463 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:52.464 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:52.464 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:52.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:52.464 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:52.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:52.464 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:52.464 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:52.464 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:52.464 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:52.465 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:52.465 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:52.465 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:52.465 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:52.467 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:52.468 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:52.468 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:52.468 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:52.479 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:52.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:52.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:52.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:52.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:52.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:52.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:58:52.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:52.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:52.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:52.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:52.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:52.481 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:52.481 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:52.481 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:52.481 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:52.488 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:52.488 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 05:58:52.488 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 05:58:52.488 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:52.507 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:52.507 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:52.507 DEBUG [main][EditorHandler] 0 editor(s) found 05:58:52.507 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:52.507 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:52.507 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:52.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:52.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:52.508 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:52.508 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:52.508 INFO [WorkbenchTestable][RequirementsRunner] Started test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:52.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:52.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:52.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:52.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:52.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:52.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:52.509 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:52.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:52.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:52.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:52.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:52.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:52.511 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:52.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 05:58:52.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:52.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:52.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:52.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:52.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:52.513 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:52.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:52.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:52.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:58:52.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:52.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:52.514 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:52.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:52.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:52.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:52.515 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:52.515 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:52.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:52.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:52.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:52.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:52.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:53.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:53.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:53.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:53.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:53.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:53.518 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:53.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:53.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:53.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:53.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 05:58:53.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:53.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:53.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:53.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:53.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:53.519 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:53.519 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:53.519 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:53.519 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:53.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:53.519 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:53.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:53.519 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:53.520 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:53.520 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:53.520 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:53.521 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:53.522 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:53.522 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:53.522 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:53.522 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:53.523 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:53.523 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:53.523 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:53.536 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:53.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:53.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:53.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:53.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:53.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:53.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:53.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:53.544 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:53.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:53.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:53.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 05:58:53.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:53.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:53.547 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 05:58:53.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 '\*?\QPackage Explorer\E') 05:58:53.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:53.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:53.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:53.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:53.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:53.548 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:53.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:53.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:53.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:53.570 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:53.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:53.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:53.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:53.570 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:53.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:53.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:53.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:53.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:53.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:53.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:54.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:54.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:54.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:54.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:54.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:54.573 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:54.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:54.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:54.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:54.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:58:54.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:54.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:54.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:54.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:54.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:54.575 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:54.575 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:54.575 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 05:58:54.575 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:54.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:54.575 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:54.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:54.575 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:54.575 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 05:58:54.575 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 05:58:54.575 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 05:58:54.576 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 05:58:54.577 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 05:58:54.577 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 05:58:54.577 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 05:58:54.577 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 05:58:54.577 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 05:58:54.577 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:54.578 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:54.593 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:54.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:54.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:54.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:54.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:54.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:54.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 '\*?\QeditorTest1.min\E') 05:58:54.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:54.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:54.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:54.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:54.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:54.595 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:54.595 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:54.595 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:54.595 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:54.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@79878aff is found... 05:58:54.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@79878aff is found finished successfully 05:58:54.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:58:54.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:54.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:54.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:54.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:54.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:54.597 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 05:58:54.601 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:54.601 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 05:58:54.602 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:54.602 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:54.602 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:54.602 DEBUG [main][EditorHandler] 2 editor(s) found 05:58:54.602 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:54.613 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:54.613 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 05:58:54.639 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 05:58:54.639 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:54.639 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:54.639 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:54.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:54.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:54.639 INFO [WorkbenchTestable][RequirementsRunner] Finished test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:54.639 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:54.639 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:54.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:54.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:54.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:54.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:54.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:54.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:54.641 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:54.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:54.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:54.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:54.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:54.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:54.643 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:54.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 05:58:54.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:54.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:54.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:54.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:54.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:54.644 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:54.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:54.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:54.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:58:54.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:54.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:54.645 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:54.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:54.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:54.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:54.646 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:54.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:54.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:54.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:54.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:54.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:54.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:55.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:55.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:55.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:55.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:55.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:55.648 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:55.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:55.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:55.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:55.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:58:55.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:55.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:55.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:55.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:55.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:55.649 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:55.649 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:55.650 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:55.650 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:55.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:55.650 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:55.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:55.650 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:55.650 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:55.650 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:55.650 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:55.651 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:55.651 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:55.651 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:55.651 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:55.651 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:55.655 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:55.655 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:55.655 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:55.665 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:55.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:55.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:55.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:55.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:55.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:55.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:58:55.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:55.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:55.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:55.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:55.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:55.667 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:55.667 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:55.667 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:55.667 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:55.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:58:55.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:55.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:55.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:55.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:55.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:55.675 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:55.675 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 05:58:55.675 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:55.676 DEBUG [main][EditorHandler] 1 editor(s) found 05:58:55.676 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:55.694 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:55.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:55.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:55.694 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:55.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:55.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:55.695 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:55.695 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:55.695 INFO [WorkbenchTestable][RequirementsRunner] Started test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:55.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:55.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:55.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:55.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:55.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:55.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:55.696 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:55.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:55.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:55.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:55.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:55.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:55.698 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:55.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 '\*?\QPackage Explorer\E') 05:58:55.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:55.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:55.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:55.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:55.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:55.699 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:55.699 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:55.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:55.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:58:55.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:55.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:55.701 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:55.701 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:55.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:55.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:55.701 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:55.702 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:55.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:55.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:55.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:55.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:55.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:56.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:56.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:56.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:56.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:56.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:56.703 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:56.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:56.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:56.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:56.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 05:58:56.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:56.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:56.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:56.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:56.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:56.705 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:56.705 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:56.706 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:56.706 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:56.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:56.706 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:56.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:56.706 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:56.706 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:56.706 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:56.706 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:56.709 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:56.709 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:56.709 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:56.709 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:56.709 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:56.710 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:56.710 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:56.710 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:56.720 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:56.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:56.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:56.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:56.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:56.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:56.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 '\*?\QeditorTest.min\E') 05:58:56.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:56.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:56.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:56.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:56.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:56.722 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:56.722 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:56.722 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:56.722 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:56.723 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:56.723 DEBUG [main][EditorHandler] 1 editor(s) found 05:58:56.723 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:56.743 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:56.743 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:56.743 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:56.743 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:56.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:56.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:56.743 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:56.743 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:58:56.743 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:56.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:56.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:58:56.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:58:56.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:58:56.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:56.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:56.745 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:56.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:56.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:56.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:56.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:56.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:56.746 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:56.746 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 05:58:56.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:56.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:56.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:56.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:56.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:56.747 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:56.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:56.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:56.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:58:56.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:58:56.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:58:56.749 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:56.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:56.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:56.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:56.750 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:56.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:56.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:56.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:56.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:56.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:56.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:57.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:57.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:57.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:57.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:57.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:57.753 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:57.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:57.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:57.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:57.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:58:57.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:57.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:57.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:57.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:57.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:57.754 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:57.754 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:57.755 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 05:58:57.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:57.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:57.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:57.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:57.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:57.755 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:57.755 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:57.755 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:57.757 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:57.757 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 05:58:57.757 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 05:58:57.757 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 05:58:57.757 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 05:58:57.759 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 05:58:57.759 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:57.759 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:57.769 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:57.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:57.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:57.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:57.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:57.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:57.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:57.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:57.772 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 05:58:57.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:57.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:57.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 05:58:57.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:57.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:57.778 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 05:58:57.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 05:58:57.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:57.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:57.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:57.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:57.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:57.780 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:57.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:57.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:57.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:57.798 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:57.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:57.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:57.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:57.799 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:57.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:57.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:57.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:57.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:57.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:57.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:58.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:58.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:58.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:58.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:58.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:58.801 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 05:58:58.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 05:58:58.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:58.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:58.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 05:58:58.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:58.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:58.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:58.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:58.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:58.802 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:58.802 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 05:58:58.803 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest+.min of tree item testProject 05:58:58.803 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 05:58:58.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:58:58.803 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 05:58:58.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:58:58.803 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 05:58:58.803 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 05:58:58.803 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 05:58:58.803 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 05:58:58.804 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 05:58:58.804 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest+.min 05:58:58.804 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 05:58:58.804 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 05:58:58.804 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 05:58:58.805 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 05:58:58.805 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:58:58.805 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:58:58.822 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:58:58.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:58:58.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:58:58.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:58:58.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:58:58.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:58:58.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@65fe14e1 is found... 05:58:58.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@65fe14e1 is found finished successfully 05:58:58.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 '\*?\QeditorTest+.min\E') 05:58:58.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:58.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:58.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:58.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:58.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:58.824 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:58.824 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:58.824 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:58:58.824 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:58:58.825 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:58.825 DEBUG [main][EditorHandler] 2 editor(s) found 05:58:58.825 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:58:58.829 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:58:58.829 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 05:58:58.847 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 05:58:58.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:58:58.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:58:58.847 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:58:58.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:58:58.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:58:58.848 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 05:58:58.848 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:58:58.848 DEBUG [main][EditorHandler] 0 editor(s) found 05:58:58.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:58.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:58.849 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:58:58.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:58.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:58.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:58:58.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:58:58.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:58:58.850 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:58:58.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:58:58.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:58.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:58.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:58.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:58.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:58:58.850 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:58:58.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:58:58.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:58.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:58.857 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:58:58.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:58:58.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:58.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:58.857 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:58:58.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:58:58.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:58.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:58.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:58.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:58.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:59.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:59.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:59.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:59.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:58:59.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:58:59.860 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:58:59.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:58:59.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:59.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:59.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:58:59.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:59.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:59.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:58:59.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:58:59.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:58:59.861 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:58:59.861 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:58:59.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:58:59.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:58:59.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:58:59.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:58:59.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:58:59.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:00.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:00.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:00.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:00.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:00.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:00.866 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:00.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:00.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:00.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:00.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 05:59:00.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:00.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:00.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:00.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:00.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:00.867 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:00.867 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:00.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:00.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:00.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:00.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:59:00.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:00.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:00.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:00.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:00.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:00.868 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 05:59:00.868 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 05:59:00.868 DEBUG [main][TreeItemHandler] Set Tree selection 05:59:00.868 DEBUG [main][TreeHandler] Notify Tree about selection event 05:59:00.872 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 05:59:00.873 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 05:59:00.873 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 05:59:00.873 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:59:00.896 DEBUG [main][MenuItemLookup] Found menu:'New' 05:59:00.896 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 05:59:00.896 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:00.896 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 05:59:00.896 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:00.896 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 05:59:00.896 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 05:59:00.896 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 05:59:00.896 DEBUG [main][MenuItemLookup] Found menu:'Move...' 05:59:00.896 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 05:59:00.896 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:00.896 DEBUG [main][MenuItemLookup] Found menu:'Import...' 05:59:00.896 DEBUG [main][MenuItemLookup] Found menu:'Export...' 05:59:00.896 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:00.896 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 05:59:00.896 DEBUG [main][MenuItemLookup] Item match:Refresh F5 05:59:00.896 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 05:59:00.896 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 05:59:00.896 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 05:59:00.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:00.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 05:59:01.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:01.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:01.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:01.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:01.397 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 05:59:01.397 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:59:01.411 DEBUG [main][MenuItemLookup] Found menu:'New' 05:59:01.411 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 05:59:01.411 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:01.411 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 05:59:01.411 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:01.411 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 05:59:01.411 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 05:59:01.411 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 05:59:01.411 DEBUG [main][MenuItemLookup] Item match:Delete Delete 05:59:01.411 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 05:59:01.411 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 05:59:01.411 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 05:59:01.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 05:59:01.959 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 05:59:01.959 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 05:59:01.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:01.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:01.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) 05:59:01.961 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:59:01.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:59:01.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:59:01.961 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 05:59:01.961 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:59:01.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:01.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:01.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:01.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:01.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:59:01.962 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 05:59:01.962 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 05:59:01.962 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 05:59:01.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:59:01.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:59:01.962 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:59:01.962 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:59:01.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") 05:59:01.962 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:59:01.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:59:01.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:59:01.962 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 05:59:01.962 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:59:01.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:01.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:01.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:01.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:01.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:59:01.963 INFO [WorkbenchTestable][AbstractButton] Click button OK 05:59:01.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:59:01.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:59:01.963 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:59:01.963 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:59:01.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 05:59:01.966 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 05:59:02.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 05:59:02.466 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 05:59:02.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:02.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 05:59:02.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:02.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:02.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:02.467 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:02.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:02.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:02.468 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 05:59:02.468 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 05:59:02.468 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:59:02.468 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:59:02.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:59:02.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.697 s - in org.eclipse.reddeer.workbench.test.editor.EditorTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.305 s closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.064 s getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 3.664 s closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.063 s testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.057 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.599 s closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.056 s closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.582 s noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.058 s getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.132 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.066 s isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.057 s closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 12.131 s closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.579 s findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.588 s saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.055 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.055 s switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.131 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.048 s getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.105 s Running org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:02.474 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:02.474 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 05:59:02.475 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:59:02.475 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:02.475 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:59:02.475 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 05:59:02.475 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:59:02.475 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 05:59:02.475 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:59:02.475 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 05:59:02.475 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:59:02.475 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:02.475 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:59:02.475 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:02.476 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 05:59:02.476 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:02.476 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:59:02.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:02.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:02.476 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:59:02.476 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:59:02.476 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:02.477 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:59:02.477 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 05:59:02.477 DEBUG [main][MenuItemLookup] Found menu:'Search' 05:59:02.477 DEBUG [main][MenuItemLookup] Found menu:'Project' 05:59:02.477 DEBUG [main][MenuItemLookup] Found menu:'Window' 05:59:02.477 DEBUG [main][MenuItemLookup] Item match:Window 05:59:02.477 DEBUG [main][MenuItemLookup] Found menu:'New Window' 05:59:02.477 DEBUG [main][MenuItemLookup] Found menu:'Editor' 05:59:02.477 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 05:59:02.477 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:02.477 DEBUG [main][MenuItemLookup] Found menu:'Show View' 05:59:02.477 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 05:59:02.477 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:02.477 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 05:59:02.477 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:02.477 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 05:59:02.477 DEBUG [main][MenuItemLookup] Item match:Preferences 05:59:02.482 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 05:59:02.482 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 05:59:02.482 INFO [main][MenuItemHandler] Select menu item: &Preferences 05:59:02.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 05:59:02.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 05:59:02.534 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 05:59:02.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:02.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:02.535 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 05:59:02.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:02.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 05:59:02.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:02.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:02.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:02.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:02.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:02.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:59:02.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:59:02.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) 05:59:02.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:02.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:02.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:02.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:02.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:59:02.537 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 05:59:02.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:59:02.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:59:02.537 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:59:02.537 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:59:02.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 05:59:02.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 05:59:02.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:59:02.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:02.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:02.549 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:59:02.549 DEBUG [main][EditorHandler] 0 editor(s) found 05:59:02.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:02.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:02.550 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:02.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:02.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:02.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:59:02.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:02.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:02.550 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:59:02.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:59:02.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:02.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:02.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:02.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:02.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:02.551 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:02.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:02.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:02.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:59:02.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:59:02.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:59:02.552 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:02.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:02.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:02.552 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 05:59:02.552 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:02.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:02.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:02.552 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 05:59:02.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:02.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:02.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:02.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:02.553 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:02.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:02.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:02.553 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 05:59:02.554 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:59:02.554 DEBUG [main][EditorHandler] 0 editor(s) found 05:59:02.554 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:59:02.554 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:02.554 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:59:02.554 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:02.554 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 05:59:02.554 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:02.554 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:59:02.554 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:02.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'] 05:59:02.555 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:02.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'] 05:59:02.555 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:02.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: "New Project"] 05:59:02.555 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:02.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'] 05:59:02.555 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:02.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'] 05:59:02.555 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:02.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:59:02.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:02.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:02.556 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:59:02.556 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:59:02.556 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:02.556 DEBUG [main][MenuItemLookup] Item match:File 05:59:02.556 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:59:02.556 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 05:59:02.558 DEBUG [main][MenuItemLookup] Found menu:'Project...' 05:59:02.558 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:02.558 DEBUG [main][MenuItemLookup] Found menu:'Folder' 05:59:02.558 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:02.558 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 05:59:02.558 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:02.558 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 05:59:02.558 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 05:59:02.565 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 05:59:02.565 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 05:59:02.565 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 05:59:02.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 05:59:02.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 05:59:02.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 05:59:02.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:02.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:02.606 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 05:59:02.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:02.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 05:59:02.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:02.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:02.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:02.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:02.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:02.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:59:02.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:59:02.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 05:59:02.607 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:59:02.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:02.607 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:59:02.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:02.607 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:59:02.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 05:59:02.607 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:59:02.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:02.607 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:59:02.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:02.607 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:59:02.607 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 05:59:02.607 DEBUG [main][TreeItemHandler] Selecting tree item: Project 05:59:02.608 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 05:59:02.610 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 05:59:02.610 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 05:59:02.610 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 05:59:02.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 05:59:02.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:02.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:02.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:02.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:02.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:59:02.611 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 05:59:02.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:59:02.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:59:02.611 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:59:02.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:59:02.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'] 05:59:02.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:02.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:02.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 05:59:02.629 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 05:59:02.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 05:59:02.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:02.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:02.629 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 05:59:02.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:02.630 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 05:59:02.630 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:") 05:59:02.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:02.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:02.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:02.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:02.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:59:02.631 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:59:02.631 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 05:59:02.632 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 05:59:02.632 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 05:59:02.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.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) 05:59:02.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:02.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:02.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:02.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:02.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:59:02.633 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 05:59:02.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:59:02.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:59:02.634 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:59:02.634 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:59:02.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 05:59:03.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 05:59:03.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:03.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:03.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 05:59:03.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:03.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:03.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:03.139 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 05:59:03.139 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:03.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"] 05:59:03.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:03.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"] 05:59:03.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:03.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"] 05:59:03.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:03.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"] 05:59:03.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:03.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"] 05:59:03.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:03.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: "Import"] 05:59:03.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:03.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: "Import"] 05:59:03.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:03.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: "Import"] 05:59:03.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:03.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:59:03.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:03.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:03.141 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:59:03.141 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:59:03.141 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:03.141 DEBUG [main][MenuItemLookup] Item match:File 05:59:03.142 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:59:03.142 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 05:59:03.142 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 05:59:03.142 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 05:59:03.142 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:03.142 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 05:59:03.142 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 05:59:03.142 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:03.142 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 05:59:03.142 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 05:59:03.142 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 05:59:03.142 DEBUG [main][MenuItemLookup] Found menu:'Revert' 05:59:03.142 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:03.142 DEBUG [main][MenuItemLookup] Found menu:'Move...' 05:59:03.142 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 05:59:03.142 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 05:59:03.142 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 05:59:03.142 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:03.142 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 05:59:03.142 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:03.142 DEBUG [main][MenuItemLookup] Found menu:'Import...' 05:59:03.142 DEBUG [main][MenuItemLookup] Item match:Import... 05:59:03.142 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 05:59:03.143 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 05:59:03.143 INFO [main][MenuItemHandler] Select menu item: &Import... 05:59:03.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 05:59:03.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 05:59:03.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 05:59:03.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:03.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:03.189 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 05:59:03.189 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:03.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 05:59:03.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:03.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:03.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:03.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:03.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:03.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:59:03.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:59:03.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 05:59:03.190 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:59:03.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:03.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:03.692 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:59:03.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 05:59:03.692 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:59:03.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:03.693 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:59:03.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:03.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:59:03.693 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 05:59:03.693 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 05:59:03.693 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 05:59:03.696 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 05:59:03.696 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 05:59:03.696 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 05:59:03.696 DEBUG [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) 05:59:03.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:03.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:03.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:03.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:03.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:59:03.697 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 05:59:03.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:59:03.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:59:03.697 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:59:03.697 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:59:03.731 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 05:59:03.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:03.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:03.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 05:59:03.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:03.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:03.756 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 05:59:03.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:03.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 05:59:03.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 05:59:03.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 05:59:03.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:03.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:03.757 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 05:59:03.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:03.758 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/' 05:59:03.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.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:") 05:59:03.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:03.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:03.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:03.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:03.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:59:03.759 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 05:59:03.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:59:03.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:59:03.759 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:59:03.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:59:03.762 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 05:59:03.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:03.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:03.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:03.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:03.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 05:59:03.763 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/ 05:59:03.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.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") 05:59:03.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:03.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:03.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:03.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:03.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:59:03.797 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 05:59:03.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:59:03.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:59:03.797 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:59:03.797 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:59:03.805 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 05:59:03.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:03.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:03.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:03.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:03.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:03.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 05:59:03.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 05:59:03.815 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to true 05:59:03.815 DEBUG [WorkbenchTestable][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:") 05:59:03.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:03.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:03.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:03.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:03.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:59:03.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 05:59:03.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:03.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:03.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:03.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:03.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:59:03.817 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 05:59:03.817 INFO [WorkbenchTestable][CheckBox] Check checkbox &Copy projects into workspace 05:59:03.817 INFO [WorkbenchTestable][AbstractButton] Click button &Copy projects into workspace 05:59:03.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:59:03.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:59:03.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:59:03.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:59:03.818 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 05:59:03.818 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 05:59:03.818 DEBUG [WorkbenchTestable][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) 05:59:03.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:03.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:03.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:03.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:03.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:59:03.820 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 05:59:03.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:59:03.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:59:03.820 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:59:03.820 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:59:03.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 05:59:04.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 05:59:04.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:04.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 05:59:04.835 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 05:59:04.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 05:59:05.336 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 05:59:05.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 05:59:05.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 05:59:05.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:05.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:05.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:05.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:05.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:05.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:05.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:05.337 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:05.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:05.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:05.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:59:05.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:05.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:05.338 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:59:05.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:59:05.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:05.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:05.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:05.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:05.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:05.340 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:05.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:05.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:05.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:59:05.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:59:05.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:59:05.342 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:05.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:05.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:05.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:05.343 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:05.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:05.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:05.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:05.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:05.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:05.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:05.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:05.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:06.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:06.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:06.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:06.419 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:06.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:06.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:06.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:06.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 05:59:06.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:06.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:06.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:06.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:06.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:06.420 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:06.420 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:06.421 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:06.421 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:06.421 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:06.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:06.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:06.922 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:06.922 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:06.923 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:06.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:07.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:07.423 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:07.424 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:07.424 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:07.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:07.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:07.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:07.925 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:07.925 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:07.925 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:07.959 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:07.960 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:07.960 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:07.960 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:07.960 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:07.966 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:07.966 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:07.994 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:09.111 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:09.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:09.111 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 05:59:09.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:09.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 05:59:09.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:09.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:09.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:09.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:09.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:09.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2cca0a34 is found... 05:59:09.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2cca0a34 is found finished successfully 05:59:09.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 05:59:09.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:09.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:09.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:09.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:09.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:09.207 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:09.207 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 05:59:09.208 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 13] 05:59:09.299 INFO [WorkbenchTestable][Keyboard] Type text "a" 05:59:09.508 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:59:09.508 INFO [WorkbenchTestable][Keyboard] As char:a, as int:97 05:59:10.125 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:10.125 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 05:59:10.125 INFO [WorkbenchTestable][AbstractEditor] Save editor 05:59:10.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:10.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:10.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:10.126 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:10.126 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:10.126 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:10.126 DEBUG [main][MenuItemLookup] Item match:File 05:59:10.127 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:59:10.127 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 05:59:10.127 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 05:59:10.127 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 05:59:10.127 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:10.127 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 05:59:10.127 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 05:59:10.127 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:10.127 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 05:59:10.127 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 05:59:10.208 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 05:59:10.208 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 05:59:10.209 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 05:59:10.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 05:59:10.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 05:59:10.307 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:10.307 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 05:59:10.307 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:10.308 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 05:59:10.308 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 05:59:10.308 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 05:59:10.515 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 05:59:10.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:10.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:10.516 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:10.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:10.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:10.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:59:10.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:10.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:10.518 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:59:10.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:59:10.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:10.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:10.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:10.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:10.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:10.519 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:10.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:10.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:10.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:59:10.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:59:10.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:59:10.521 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:10.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:10.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:10.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:10.522 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:10.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:10.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:10.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:10.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:10.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:10.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:11.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:11.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:11.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:11.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:11.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:11.525 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:11.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:11.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:11.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:11.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 05:59:11.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:11.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:11.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:11.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:11.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:11.527 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:11.527 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:11.527 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:11.528 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:11.528 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:11.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:11.528 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:11.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:11.528 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:11.528 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:11.528 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:11.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:11.528 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:11.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:11.528 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:11.528 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:11.528 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:11.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:11.528 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:11.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:11.529 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:11.529 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:11.529 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:11.529 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:11.534 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:11.535 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:11.535 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:11.535 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:11.535 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:11.539 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:11.539 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:11.539 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:11.645 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:11.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:11.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:11.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:11.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:11.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 05:59:11.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:11.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:11.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:11.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:11.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@48594c53 is found... 05:59:11.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@48594c53 is found finished successfully 05:59:11.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 05:59:11.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:11.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:11.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:11.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:11.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:11.651 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:11.652 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 05:59:11.652 INFO [WorkbenchTestable][TextEditor] Set text to editor 05:59:11.671 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:11.671 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:11.671 INFO [WorkbenchTestable][AbstractEditor] Save editor 05:59:11.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:11.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:11.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:11.671 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:11.682 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:11.682 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:11.682 DEBUG [main][MenuItemLookup] Item match:File 05:59:11.682 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:59:11.682 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 05:59:11.682 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 05:59:11.682 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 05:59:11.682 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:11.682 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 05:59:11.682 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 05:59:11.683 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:11.683 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 05:59:11.683 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 05:59:11.683 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 05:59:11.683 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 05:59:11.683 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 05:59:11.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 05:59:11.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 05:59:11.715 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:11.716 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:11.716 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:59:11.716 DEBUG [main][EditorHandler] 1 editor(s) found 05:59:11.716 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 05:59:11.764 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 05:59:11.764 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:59:11.764 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:11.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:11.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:59:11.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:59:11.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:59:11.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:11.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:11.765 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:11.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:11.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:11.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:59:11.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:11.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:11.766 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:59:11.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:59:11.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:11.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:11.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:11.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:11.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:11.767 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:11.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:11.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:11.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:59:11.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:59:11.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:59:11.769 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:11.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:11.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:11.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:11.769 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:11.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:11.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:11.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:11.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:11.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:11.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:12.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:12.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:12.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:12.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:12.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:12.771 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:12.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:12.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:12.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:12.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:59:12.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:12.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:12.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:12.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:12.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:12.773 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:12.773 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:12.773 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:12.774 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:12.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:12.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:12.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:12.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:12.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:12.774 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:12.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:12.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:12.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:12.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:12.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:12.774 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:12.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:12.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:12.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:12.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:12.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:12.775 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:12.775 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:12.775 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:12.781 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:12.781 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:12.781 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:12.781 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:12.781 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:12.785 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:12.785 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:12.786 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:12.911 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:12.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:12.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:12.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:12.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:12.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 05:59:12.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:12.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:12.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:12.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:12.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@52ca1269 is found... 05:59:12.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@52ca1269 is found finished successfully 05:59:12.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 '\*?\QJavaClass.java\E') 05:59:12.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:12.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:12.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:12.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:12.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:12.917 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:12.917 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 05:59:12.917 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:12.917 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 05:59:12.919 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 05:59:12.928 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 05:59:12.935 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:59:12.935 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 05:59:13.536 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:59:13.536 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 05:59:14.138 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:59:14.138 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 05:59:14.739 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:59:14.739 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 05:59:15.341 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:59:15.341 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 05:59:15.943 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:59:15.943 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 05:59:16.545 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:59:16.545 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 05:59:17.146 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:59:17.146 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 05:59:17.747 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:17.748 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * 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 05:59:17.748 INFO [WorkbenchTestable][AbstractEditor] Save editor 05:59:17.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:17.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:17.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:17.749 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:17.749 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:17.749 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:17.749 DEBUG [main][MenuItemLookup] Item match:File 05:59:17.750 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:59:17.750 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 05:59:17.750 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 05:59:17.750 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 05:59:17.750 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:17.750 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 05:59:17.750 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 05:59:17.750 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:17.750 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 05:59:17.750 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 05:59:17.760 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 05:59:17.760 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 05:59:17.760 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 05:59:17.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 05:59:17.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 05:59:17.782 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:17.782 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * 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 05:59:17.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:17.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:17.784 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:17.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:17.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:17.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:17.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:17.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:17.785 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:17.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:59:17.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:17.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:17.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:17.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:17.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:17.785 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:17.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:17.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:17.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:17.794 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:17.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:17.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:17.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:17.794 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:17.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:17.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:17.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:17.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:17.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:17.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:18.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:18.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:18.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:18.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:18.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:18.796 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:18.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:18.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:18.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:18.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:59:18.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:18.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:18.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:18.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:18.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:18.798 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:18.798 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:18.798 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:18.799 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:18.799 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:18.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:18.799 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:18.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:18.799 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:18.799 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:18.799 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:18.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:18.799 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:18.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:18.799 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:18.799 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:18.799 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:18.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:18.799 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:18.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:18.799 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:18.799 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:18.799 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:18.799 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:18.804 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:18.804 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:18.804 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:18.804 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:18.804 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:18.808 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:18.808 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:18.808 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:18.833 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:18.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:18.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:18.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:18.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:18.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:18.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:18.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:18.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:18.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@636d8830 is found... 05:59:18.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@636d8830 is found finished successfully 05:59:18.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 '\*?\QJavaClass.java\E') 05:59:18.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:18.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:18.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:18.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:18.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:18.836 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:18.836 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * 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 05:59:18.836 INFO [WorkbenchTestable][TextEditor] Set text to editor 05:59:18.845 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:18.845 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:18.845 INFO [WorkbenchTestable][AbstractEditor] Save editor 05:59:18.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:18.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:18.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:18.845 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:18.845 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:18.845 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:18.845 DEBUG [main][MenuItemLookup] Item match:File 05:59:18.846 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:59:18.846 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 05:59:18.846 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 05:59:18.846 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 05:59:18.846 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:18.846 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 05:59:18.846 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 05:59:18.846 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:18.846 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 05:59:18.846 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 05:59:18.846 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 05:59:18.846 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 05:59:18.846 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 05:59:18.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 05:59:18.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 05:59:18.903 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:18.903 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:18.903 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:59:18.904 DEBUG [main][EditorHandler] 1 editor(s) found 05:59:18.904 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 05:59:18.944 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 05:59:18.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:18.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:59:18.944 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:59:18.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:59:18.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:59:18.944 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:18.944 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:59:18.945 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:18.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:18.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:59:18.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:59:18.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:59:18.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:18.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:18.945 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:18.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:18.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:18.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:59:18.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:18.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:18.946 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:59:18.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') 05:59:18.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:18.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:18.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:18.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:18.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:18.947 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:18.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:18.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:18.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:59:18.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:59:18.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:59:18.948 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:18.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:18.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:18.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:18.949 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:18.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:18.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:18.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:18.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:18.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:18.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:19.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:19.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:19.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:19.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:19.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:19.951 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:19.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:19.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:19.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:19.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 05:59:19.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:19.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:19.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:19.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:19.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:19.952 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:19.952 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:19.953 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:19.953 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:19.953 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:19.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:19.953 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:19.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:19.953 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:19.953 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:19.953 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:19.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:19.954 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:19.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:19.954 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:19.954 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:19.954 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:19.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:19.954 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:19.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:19.954 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:19.954 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:19.954 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:19.954 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:19.959 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:19.960 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:19.960 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:19.960 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:19.960 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:19.964 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:19.964 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:19.965 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:20.081 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:20.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:20.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:20.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:20.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:20.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 05:59:20.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:20.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:20.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:20.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:20.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f23d755 is found... 05:59:20.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f23d755 is found finished successfully 05:59:20.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 '\*?\QJavaClass.java\E') 05:59:20.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:20.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:20.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:20.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:20.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:20.110 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:20.111 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 05:59:20.111 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:20.111 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 05:59:20.111 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 05:59:21.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:59:21.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:59:21.112 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:21.112 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:21.112 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:59:21.112 DEBUG [main][MenuItemLookup] Item match:Edit 05:59:21.113 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 05:59:21.113 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 05:59:21.113 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:21.113 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 05:59:21.113 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 05:59:21.113 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 05:59:21.113 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 05:59:21.113 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:21.113 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 05:59:21.113 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 05:59:21.113 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 05:59:21.113 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 05:59:21.114 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:21.114 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 05:59:21.114 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 05:59:21.114 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 05:59:21.114 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 05:59:21.114 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 05:59:21.114 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:21.114 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 05:59:21.114 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 05:59:21.114 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:21.114 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 05:59:21.114 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:21.114 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 05:59:21.114 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:21.114 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 05:59:21.114 DEBUG [main][MenuItemLookup] Item match:Content Assist 05:59:21.116 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 05:59:21.117 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Java Non-Type Proposals" 05:59:21.117 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 05:59:21.117 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Te&mplate Proposals" 05:59:21.117 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Word Proposals" 05:59:21.117 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Chain Template Proposals" 05:59:21.117 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"" 05:59:21.117 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Parameter &Hints Shift+Ctrl+Space" 05:59:21.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:21.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:21.118 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:21.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:21.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:21.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:21.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:21.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:21.119 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:21.119 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:59:21.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:21.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:21.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:21.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:21.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:21.119 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:21.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:21.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:21.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:21.141 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:21.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:21.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:21.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:21.142 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:21.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:21.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:21.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:21.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:21.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:21.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:21.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:21.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:22.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:22.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:22.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:22.144 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:22.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:22.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:22.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:22.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 05:59:22.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:22.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:22.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:22.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:22.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:22.145 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:22.145 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:22.145 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:22.145 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:22.145 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:22.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:22.146 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:22.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:22.146 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:22.146 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:22.146 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:22.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:22.146 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:22.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:22.146 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:22.146 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:22.146 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:22.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:22.146 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:22.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:22.146 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:22.146 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:22.146 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:22.146 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:22.150 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:22.150 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:22.150 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:22.150 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:22.150 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:22.154 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:22.154 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:22.154 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:22.177 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:22.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:22.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:22.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:22.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:22.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:22.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:22.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:22.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:22.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@76b9a0b3 is found... 05:59:22.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@76b9a0b3 is found finished successfully 05:59:22.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 05:59:22.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:22.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:22.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:22.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:22.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:22.180 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:22.180 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 05:59:22.180 INFO [WorkbenchTestable][TextEditor] Set text to editor 05:59:22.193 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:22.193 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 05:59:22.194 INFO [WorkbenchTestable][AbstractEditor] Save editor 05:59:22.194 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:22.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:22.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:22.198 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:22.198 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:22.199 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:22.199 DEBUG [main][MenuItemLookup] Item match:File 05:59:22.199 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:59:22.199 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 05:59:22.199 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 05:59:22.199 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 05:59:22.199 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:22.199 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 05:59:22.199 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 05:59:22.199 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:22.199 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 05:59:22.199 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 05:59:22.200 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 05:59:22.200 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 05:59:22.200 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 05:59:22.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 05:59:22.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 05:59:22.221 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:22.221 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:22.222 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:59:22.222 DEBUG [main][EditorHandler] 1 editor(s) found 05:59:22.222 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 05:59:22.258 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 05:59:22.258 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:22.258 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:59:22.258 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:59:22.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:59:22.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:59:22.259 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:22.259 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:59:22.259 INFO [WorkbenchTestable][RequirementsRunner] Started test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:22.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:22.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:59:22.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:59:22.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:59:22.259 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:59:22.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:22.259 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:59:22.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:22.259 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 05:59:22.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:22.259 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 05:59:22.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:22.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'] 05:59:22.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:22.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'] 05:59:22.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:22.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: "Create New File"] 05:59:22.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:22.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'] 05:59:22.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:22.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'] 05:59:22.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:22.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:59:22.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:22.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:22.260 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:59:22.261 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 05:59:22.261 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:22.261 DEBUG [main][MenuItemLookup] Item match:File 05:59:22.261 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:59:22.261 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 05:59:22.263 DEBUG [main][MenuItemLookup] Found menu:'Project...' 05:59:22.263 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:22.263 DEBUG [main][MenuItemLookup] Found menu:'Folder' 05:59:22.263 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:22.263 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 05:59:22.263 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:22.263 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 05:59:22.263 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 05:59:22.263 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 05:59:22.263 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 05:59:22.263 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 05:59:22.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 'New|Select a wizard'] is available.... 05:59:22.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 05:59:22.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 05:59:22.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:22.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:22.334 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 05:59:22.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:22.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 05:59:22.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:22.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:22.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:22.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:22.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:22.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 05:59:22.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 05:59:22.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 05:59:22.336 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:59:22.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:22.337 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:59:22.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:22.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:59:22.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 05:59:22.337 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 05:59:22.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:22.337 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 05:59:22.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:22.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 05:59:22.337 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 05:59:22.337 DEBUG [main][TreeItemHandler] Selecting tree item: File 05:59:22.338 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 05:59:22.340 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 05:59:22.341 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 05:59:22.341 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 05:59:22.341 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 05:59:22.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:22.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:22.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:22.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:22.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:59:22.342 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 05:59:22.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:59:22.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:59:22.342 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:59:22.342 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:59:22.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'] 05:59:22.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:22.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:22.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 05:59:22.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 05:59:22.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 05:59:22.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:22.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:22.400 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 05:59:22.400 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 05:59:22.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 05:59:22.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:22.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:22.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:22.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:22.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:59:22.402 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:59:22.403 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 05:59:22.403 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:") 05:59:22.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:22.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:22.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:22.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:22.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 05:59:22.404 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 05:59:22.405 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 05:59:22.405 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 05:59:22.405 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 05:59:22.405 DEBUG [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) 05:59:22.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:22.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:22.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:22.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:22.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 05:59:22.406 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 05:59:22.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 05:59:22.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 05:59:22.406 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 05:59:22.406 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 05:59:22.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 05:59:22.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 05:59:22.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:22.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/TextEditorTestProject)' is a system job, skipped 05:59:22.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 05:59:22.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:22.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:22.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:22.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:22.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 05:59:22.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:22.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:22.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:22.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:22.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:22.913 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:22.913 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 05:59:22.913 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 05:59:22.913 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 05:59:22.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:22.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:22.915 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:22.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:22.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:22.915 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 05:59:22.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:22.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:22.915 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 05:59:22.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 '\*?\QProject Explorer\E') 05:59:22.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:22.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:22.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:22.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:22.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:22.916 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:22.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:22.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:22.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:22.925 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:22.925 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:22.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:22.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:22.926 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:22.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:22.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:22.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:22.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:22.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:22.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:23.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:23.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:23.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:23.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:23.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:23.929 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:23.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:23.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:23.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:23.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:59:23.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:23.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:23.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:23.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:23.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:23.930 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:23.930 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:23.930 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:23.930 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:23.930 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:23.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:23.931 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:23.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:23.931 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:23.931 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:23.931 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:23.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:23.931 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:23.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:23.931 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:23.931 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:23.931 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:23.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:23.931 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:23.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:23.931 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:23.931 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:23.931 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:23.931 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:23.935 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:23.935 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:23.936 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:23.936 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:23.936 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:23.939 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:23.939 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:23.940 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:24.035 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:24.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:24.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:24.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:24.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:24.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 05:59:24.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:24.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:24.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:24.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:24.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3fb5b3e2 is found... 05:59:24.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3fb5b3e2 is found finished successfully 05:59:24.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 05:59:24.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:24.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:24.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:24.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:24.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:24.047 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:24.047 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 05:59:24.047 INFO [WorkbenchTestable][TextEditor] Set text to editor 05:59:24.062 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:24.062 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:24.062 INFO [WorkbenchTestable][AbstractEditor] Save editor 05:59:24.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:24.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:24.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:24.063 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:24.063 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:24.063 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:24.063 DEBUG [main][MenuItemLookup] Item match:File 05:59:24.064 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:59:24.064 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 05:59:24.064 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 05:59:24.064 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 05:59:24.064 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:24.064 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 05:59:24.064 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 05:59:24.064 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:24.064 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 05:59:24.064 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 05:59:24.064 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 05:59:24.064 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 05:59:24.064 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 05:59:24.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 05:59:24.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 05:59:24.086 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:24.086 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 05:59:24.086 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:59:24.087 DEBUG [main][EditorHandler] 2 editor(s) found 05:59:24.087 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 05:59:24.092 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 05:59:24.092 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 05:59:24.133 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 05:59:24.133 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:24.133 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:59:24.133 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:59:24.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:59:24.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:59:24.134 INFO [WorkbenchTestable][RequirementsRunner] Finished test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:24.134 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:59:24.134 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:24.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:24.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:59:24.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:59:24.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:59:24.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:24.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:24.135 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:24.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:24.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:24.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:59:24.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:24.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:24.136 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:59:24.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 '\*?\QProject Explorer\E') 05:59:24.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:24.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:24.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:24.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:24.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:24.136 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:24.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:24.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:24.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:59:24.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:59:24.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:59:24.138 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:24.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:24.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:24.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:24.138 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:24.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:24.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:24.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:24.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:24.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:24.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:24.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:24.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:25.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:25.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:25.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:25.140 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:25.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:25.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:25.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:25.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:59:25.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:25.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:25.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:25.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:25.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:25.142 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:25.142 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:25.142 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:25.143 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:25.143 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:25.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:25.143 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:25.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:25.143 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:25.143 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:25.143 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:25.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:25.143 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:25.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:25.143 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:25.143 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:25.143 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:25.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:25.143 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:25.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:25.143 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:25.144 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:25.144 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:25.144 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:25.149 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:25.150 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:25.150 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:25.150 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:25.150 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:25.153 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:25.153 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:25.154 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:25.258 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:25.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:25.259 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:25.259 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:25.259 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:25.259 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 05:59:25.259 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:25.259 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:25.259 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:25.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:25.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@9f26b51 is found... 05:59:25.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@9f26b51 is found finished successfully 05:59:25.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 05:59:25.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:25.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:25.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:25.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:25.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:25.269 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:25.270 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 05:59:25.270 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5 05:59:25.270 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5, offser 0 05:59:25.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:25.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:25.273 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:25.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:25.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:25.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:25.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:25.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:25.274 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:25.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:59:25.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:25.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:25.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:25.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:25.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:25.299 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:25.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:25.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:25.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:25.306 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:25.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:25.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:25.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:25.307 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:25.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:25.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:25.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:25.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:25.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:25.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:25.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:25.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:26.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:26.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:26.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:26.309 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:26.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:26.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:26.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:26.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 05:59:26.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:26.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:26.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:26.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:26.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:26.310 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:26.310 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:26.310 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:26.310 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:26.310 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:26.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:26.311 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:26.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:26.311 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:26.311 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:26.311 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:26.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:26.311 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:26.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:26.311 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:26.311 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:26.311 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:26.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:26.311 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:26.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:26.311 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:26.311 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:26.311 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:26.311 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:26.315 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:26.315 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:26.315 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:26.315 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:26.315 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:26.319 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:26.319 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:26.319 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:26.342 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:26.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:26.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:26.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:26.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:26.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:26.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:26.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:26.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:26.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@28c4c2cd is found... 05:59:26.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@28c4c2cd is found finished successfully 05:59:26.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') 05:59:26.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:26.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:26.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:26.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:26.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:26.345 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:26.345 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 05:59:26.345 INFO [WorkbenchTestable][TextEditor] Set text to editor 05:59:26.357 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:26.357 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:26.357 INFO [WorkbenchTestable][AbstractEditor] Save editor 05:59:26.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:26.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:26.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:26.357 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:26.357 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:26.357 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:26.357 DEBUG [main][MenuItemLookup] Item match:File 05:59:26.358 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:59:26.358 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 05:59:26.358 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 05:59:26.358 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 05:59:26.358 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:26.358 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 05:59:26.358 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 05:59:26.358 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:26.358 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 05:59:26.358 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 05:59:26.358 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 05:59:26.358 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 05:59:26.358 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 05:59:26.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 05:59:26.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 05:59:26.390 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:26.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 05:59:26.390 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:59:26.390 DEBUG [main][EditorHandler] 1 editor(s) found 05:59:26.390 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 05:59:26.443 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 05:59:26.443 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:26.443 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:59:26.443 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:59:26.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:59:26.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:59:26.443 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:26.443 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:59:26.443 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:26.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:26.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:59:26.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:59:26.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:59:26.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:26.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:26.444 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:26.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:26.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:26.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:59:26.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:26.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:26.445 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:59:26.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:59:26.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:26.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:26.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:26.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:26.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:26.445 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:26.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:26.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:26.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:59:26.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:59:26.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:59:26.447 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:26.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:26.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:26.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:26.447 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:26.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:26.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:26.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:26.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:26.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:26.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:26.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:26.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:27.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:27.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:27.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:27.450 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:27.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:27.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:27.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:27.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 05:59:27.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:27.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:27.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:27.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:27.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:27.451 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:27.451 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:27.452 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:27.452 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:27.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:27.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:27.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:27.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:27.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:27.452 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:27.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:27.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:27.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:27.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:27.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:27.453 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:27.453 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:27.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:27.453 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:27.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:27.453 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:27.453 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:27.453 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:27.453 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:27.456 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:27.457 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:27.457 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:27.457 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:27.457 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:27.470 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:27.470 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:27.470 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:27.564 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:27.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:27.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:27.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:27.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:27.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 05:59:27.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:27.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:27.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:27.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:27.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@26c70e5c is found... 05:59:27.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@26c70e5c is found finished successfully 05:59:27.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 05:59:27.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:27.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:27.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:27.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:27.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:27.576 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:27.576 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 05:59:27.576 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 05:59:27.576 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 05:59:27.777 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 05:59:27.979 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 05:59:27.979 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 05:59:28.180 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 05:59:28.382 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 05:59:28.382 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 05:59:28.583 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 05:59:28.784 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 05:59:28.784 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 05:59:28.985 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 05:59:29.187 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:59:29.188 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 05:59:29.388 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 05:59:30.390 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() { 05:59:30.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:30.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:30.403 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:30.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:30.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:30.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:30.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:30.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:30.404 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:30.404 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:59:30.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:30.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:30.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:30.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:30.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:30.404 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:30.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:30.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:30.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:30.436 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:30.436 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:30.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:30.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:30.437 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:30.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:30.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:30.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:30.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:30.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:30.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:30.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:30.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:31.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:31.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:31.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:31.439 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:31.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:31.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:31.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:31.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:59:31.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:31.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:31.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:31.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:31.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:31.440 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:31.440 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:31.440 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:31.441 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:31.441 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:31.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:31.441 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:31.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:31.441 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:31.441 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:31.441 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:31.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:31.441 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:31.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:31.441 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:31.441 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:31.441 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:31.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:31.441 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:31.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:31.441 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:31.442 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:31.442 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:31.442 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:31.445 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:31.445 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:31.445 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:31.445 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:31.446 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:31.450 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:31.450 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:31.451 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:31.474 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:31.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:31.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:31.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:31.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:31.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:31.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:31.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:31.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:31.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@324f997e is found... 05:59:31.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@324f997e is found finished successfully 05:59:31.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 05:59:31.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:31.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:31.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:31.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:31.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:31.476 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:31.476 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 05:59:31.476 INFO [WorkbenchTestable][TextEditor] Set text to editor 05:59:31.489 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:31.489 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:31.489 INFO [WorkbenchTestable][AbstractEditor] Save editor 05:59:31.489 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:31.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:31.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:31.490 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:31.490 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:31.490 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:31.490 DEBUG [main][MenuItemLookup] Item match:File 05:59:31.490 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:59:31.490 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 05:59:31.490 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 05:59:31.490 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 05:59:31.490 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:31.490 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 05:59:31.490 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 05:59:31.490 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:31.490 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 05:59:31.490 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 05:59:31.500 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 05:59:31.500 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 05:59:31.501 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 05:59:31.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 05:59:31.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 05:59:31.516 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:31.517 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:31.517 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:59:31.517 DEBUG [main][EditorHandler] 1 editor(s) found 05:59:31.517 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 05:59:31.568 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 05:59:31.568 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:31.568 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:59:31.568 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:59:31.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:59:31.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:59:31.569 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:31.569 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:59:31.569 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:31.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:31.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:59:31.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:59:31.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:59:31.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:31.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:31.570 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:31.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:31.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:31.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:59:31.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:31.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:31.571 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:59:31.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:59:31.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:31.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:31.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:31.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:31.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:31.571 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:31.571 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:31.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:31.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:59:31.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:59:31.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:59:31.573 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:31.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:31.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:31.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:31.573 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:31.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:31.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:31.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:31.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:31.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:31.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:32.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:32.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:32.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:32.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:32.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:32.577 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:32.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:32.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:32.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:32.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:59:32.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:32.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:32.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:32.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:32.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:32.578 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:32.578 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:32.578 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:32.578 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:32.578 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:32.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:32.579 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:32.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:32.579 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:32.579 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:32.579 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:32.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:32.579 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:32.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:32.579 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:32.579 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:32.579 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:32.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:32.579 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:32.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:32.579 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:32.579 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:32.579 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:32.579 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:32.584 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:32.584 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:32.584 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:32.584 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:32.585 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:32.589 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:32.589 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:32.589 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:32.719 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:32.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 05:59:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:32.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:32.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3a3c3f55 is found... 05:59:32.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3a3c3f55 is found finished successfully 05:59:32.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 05:59:32.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:32.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:32.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:32.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:32.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:32.725 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:32.725 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 05:59:32.725 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 05:59:32.725 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 05:59:32.925 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 05:59:33.127 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 05:59:33.127 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 05:59:33.328 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 05:59:33.531 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 05:59:33.531 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 05:59:33.732 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 05:59:33.934 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 05:59:33.934 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 05:59:34.135 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 05:59:34.337 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:59:34.337 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 05:59:34.537 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 05:59:35.539 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(""); } } 05:59:35.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:35.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:35.542 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:35.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:35.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:35.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:35.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:35.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:35.543 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:35.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:59:35.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:35.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:35.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:35.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:35.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:35.544 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:35.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:35.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:35.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:35.551 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:35.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:35.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:35.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:35.551 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:35.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:35.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:35.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:35.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:35.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:35.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:36.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:36.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:36.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:36.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:36.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:36.553 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:36.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:36.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:36.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:36.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 05:59:36.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:36.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:36.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:36.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:36.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:36.555 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:36.555 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:36.555 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:36.555 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:36.555 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:36.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:36.555 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:36.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:36.555 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:36.556 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:36.556 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:36.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:36.556 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:36.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:36.556 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:36.556 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:36.556 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:36.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:36.556 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:36.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:36.556 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:36.556 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:36.556 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:36.556 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:36.561 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:36.562 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:36.562 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:36.562 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:36.562 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:36.565 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:36.565 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:36.566 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:36.589 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:36.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:36.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:36.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:36.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:36.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:36.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:36.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:36.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:36.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6829764c is found... 05:59:36.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6829764c is found finished successfully 05: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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 05:59:36.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:36.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:36.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:36.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:36.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:36.592 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:36.593 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 05:59:36.593 INFO [WorkbenchTestable][TextEditor] Set text to editor 05:59:36.609 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:36.609 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:36.610 INFO [WorkbenchTestable][AbstractEditor] Save editor 05:59:36.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:36.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:36.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:36.610 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:36.610 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:36.610 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:36.610 DEBUG [main][MenuItemLookup] Item match:File 05:59:36.611 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:59:36.611 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 05:59:36.611 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 05:59:36.611 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 05:59:36.611 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:36.611 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 05:59:36.611 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 05:59:36.611 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:36.611 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 05:59:36.611 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 05:59:36.611 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 05:59:36.611 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 05:59:36.611 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 05:59:36.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 05:59:36.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 05:59:36.621 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:36.621 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:36.621 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:59:36.621 DEBUG [main][EditorHandler] 1 editor(s) found 05:59:36.621 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 05:59:36.669 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 05:59:36.669 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:36.669 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:59:36.669 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:59:36.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:59:36.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:59:36.669 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:36.669 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:59:36.669 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:36.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:36.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:59:36.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:59:36.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:59:36.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:36.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:36.670 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:36.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:36.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:36.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:59:36.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:36.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:36.671 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:59:36.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:59:36.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:36.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:36.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:36.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:36.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:36.672 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:36.672 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:36.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:36.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:59:36.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:59:36.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:59:36.673 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:36.673 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:36.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:36.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:36.674 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:36.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:36.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:36.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:36.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:36.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:36.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:37.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:37.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:37.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:37.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:37.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:37.677 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:37.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:37.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:37.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:37.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:59:37.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:37.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:37.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:37.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:37.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:37.678 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:37.678 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:37.678 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:37.678 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:37.678 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:37.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:37.679 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:37.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:37.679 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:37.679 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:37.679 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:37.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:37.679 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:37.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:37.679 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:37.679 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:37.679 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:37.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:37.679 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:37.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:37.679 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:37.679 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:37.679 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:37.679 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:37.684 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:37.684 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:37.684 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:37.685 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:37.685 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:37.688 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:37.688 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:37.689 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:37.812 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:37.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:37.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:37.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:37.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:37.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 05:59:37.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:37.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:37.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:37.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:37.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@25108f4 is found... 05:59:37.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@25108f4 is found finished successfully 05:59:37.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 05:59:37.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:37.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:37.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:37.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:37.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:37.826 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:37.827 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 05:59:37.827 INFO [WorkbenchTestable][TextEditor] Set text to editor 05:59:37.847 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:37.847 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:37.848 INFO [WorkbenchTestable][AbstractEditor] Save editor 05:59:37.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:37.848 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:37.848 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:37.848 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:37.848 DEBUG [main][MenuItemLookup] Item match:File 05:59:37.849 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:59:37.849 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 05:59:37.849 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 05:59:37.849 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 05:59:37.849 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:37.849 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 05:59:37.849 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 05:59:37.849 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:37.849 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 05:59:37.849 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 05:59:37.849 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 05:59:37.849 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 05:59:37.849 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 05:59:37.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 05:59:37.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 05:59:37.898 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:37.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 05:59:37.898 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 05:59:38.898 INFO [WorkbenchTestable][TextEditor] Set text to editor 05:59:38.905 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 05:59:39.906 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:39.906 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:39.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:39.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:39.908 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:39.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:39.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:39.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:39.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:39.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:39.909 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:39.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 '\*?\QProject Explorer\E') 05:59:39.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:39.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:39.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:39.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:39.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:39.909 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:39.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:39.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:39.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:39.919 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:39.919 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:39.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:39.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:39.920 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:39.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:39.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:39.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:39.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:39.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:39.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:40.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:40.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:40.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:40.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:40.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:40.922 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:40.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:40.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:40.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:40.923 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:59:40.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:40.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:40.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:40.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:40.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:40.923 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:40.923 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:40.923 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:40.924 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:40.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:40.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:40.924 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:40.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:40.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:40.924 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:40.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:40.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:40.924 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:40.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:40.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:40.924 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:40.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:40.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:40.924 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:40.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:40.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:40.924 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:40.924 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:40.924 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:40.928 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:40.928 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:40.928 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:40.928 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:40.929 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:40.933 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:40.933 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:40.933 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:40.964 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:40.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:40.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:40.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:40.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:40.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:40.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:40.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:40.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:40.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@78c11d5f is found... 05:59:40.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@78c11d5f is found finished successfully 05:59:40.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 '\*?\QJavaClass.java\E') 05:59:40.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:40.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:40.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:40.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:40.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:40.967 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:40.967 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:40.967 INFO [WorkbenchTestable][TextEditor] Set text to editor 05:59:40.972 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:40.972 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:40.972 INFO [WorkbenchTestable][AbstractEditor] Save editor 05:59:40.972 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:40.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:40.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:40.973 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:40.973 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:40.973 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:40.973 DEBUG [main][MenuItemLookup] Item match:File 05:59:40.973 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:59:40.973 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 05:59:40.973 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 05:59:40.973 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 05:59:40.973 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:40.973 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 05:59:40.973 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 05:59:40.973 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:40.973 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 05:59:40.973 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 05:59:40.974 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 05:59:40.974 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 05:59:40.974 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 05:59:40.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 05:59:40.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 05:59:40.995 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:40.995 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 05:59:40.995 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:59:40.995 DEBUG [main][EditorHandler] 1 editor(s) found 05:59:40.995 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 05:59:41.037 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 05:59:41.037 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:41.037 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:59:41.037 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:59:41.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:59:41.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:59:41.037 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:41.037 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:59:41.037 INFO [WorkbenchTestable][RequirementsRunner] Started test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:41.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:41.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:59:41.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:59:41.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:59:41.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:41.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:41.039 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:41.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:41.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:41.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:59:41.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:41.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:41.040 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:59:41.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:59:41.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:41.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:41.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:41.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:41.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:41.040 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:41.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:41.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:41.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:59:41.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:59:41.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:59:41.042 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:41.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:41.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:41.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:41.042 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:41.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:41.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:41.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:41.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:41.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:41.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:41.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:41.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:42.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:42.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:42.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:42.045 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:42.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:42.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:42.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:42.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 05:59:42.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:42.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:42.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:42.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:42.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:42.046 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:42.046 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:42.046 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:42.047 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:42.047 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:42.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:42.047 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:42.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:42.047 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:42.047 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:42.047 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:42.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:42.047 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:42.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:42.047 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:42.047 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:42.047 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:42.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:42.048 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:42.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:42.048 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:42.048 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:42.048 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:42.048 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:42.053 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:42.053 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:42.053 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:42.053 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:42.053 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:42.057 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:42.057 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:42.058 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:42.163 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:42.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:42.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:42.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:42.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:42.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 05:59:42.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:42.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:42.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:42.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:42.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@553e35d8 is found... 05:59:42.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@553e35d8 is found finished successfully 05:59:42.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') 05:59:42.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:42.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:42.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:42.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:42.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:42.173 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:42.174 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 05:59:42.174 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:42.174 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 05:59:42.174 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 05:59:42.187 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:42.187 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:42.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:42.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:42.189 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:42.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:42.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:42.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:42.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:42.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:42.190 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:42.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:59:42.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:42.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:42.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:42.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:42.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:42.191 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:42.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:42.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:42.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:42.212 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:42.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:42.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:42.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:42.213 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:42.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:42.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:42.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:42.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:42.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:42.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:42.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:42.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:43.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:43.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:43.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:43.216 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:43.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:43.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:43.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:43.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 05:59:43.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:43.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:43.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:43.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:43.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:43.218 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:43.218 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:43.218 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:43.218 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:43.218 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:43.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:43.218 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:43.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:43.218 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:43.218 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:43.218 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:43.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:43.218 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:43.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:43.218 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:43.218 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:43.218 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:43.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:43.219 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:43.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:43.219 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:43.219 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:43.219 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:43.219 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:43.223 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:43.223 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:43.223 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:43.223 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:43.223 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:43.226 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:43.226 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:43.227 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:43.250 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:43.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:43.250 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:43.250 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:43.250 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:43.250 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:43.250 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:43.250 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:43.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:43.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@8e2dfc2 is found... 05:59:43.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@8e2dfc2 is found finished successfully 05:59:43.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 05:59:43.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:43.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:43.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:43.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:43.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:43.252 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:43.252 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:43.252 INFO [WorkbenchTestable][TextEditor] Set text to editor 05:59:43.259 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:43.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 05:59:43.259 INFO [WorkbenchTestable][AbstractEditor] Save editor 05:59:43.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:43.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:43.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:43.259 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:43.259 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:43.260 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:43.260 DEBUG [main][MenuItemLookup] Item match:File 05:59:43.260 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:59:43.260 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 05:59:43.260 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 05:59:43.260 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 05:59:43.260 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:43.260 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 05:59:43.260 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 05:59:43.260 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:43.260 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 05:59:43.260 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 05:59:43.260 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 05:59:43.260 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 05:59:43.260 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 05:59:43.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 05:59:43.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 05:59:43.283 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:43.283 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:43.283 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:59:43.283 DEBUG [main][EditorHandler] 1 editor(s) found 05:59:43.283 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 05:59:43.325 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 05:59:43.325 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:43.325 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:59:43.325 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:59:43.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:59:43.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:59:43.326 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:43.326 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:59:43.326 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:43.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:43.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:59:43.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:59:43.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:59:43.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:43.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:43.327 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:43.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:43.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:43.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:59:43.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:43.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:43.328 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:59:43.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 '\*?\QProject Explorer\E') 05:59:43.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:43.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:43.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:43.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:43.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:43.328 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:43.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:43.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:43.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:59:43.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:59:43.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:59:43.330 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:43.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:43.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:43.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:43.330 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:43.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:43.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:43.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:43.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:43.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:43.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:43.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:43.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:44.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:44.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:44.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:44.332 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:44.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:44.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:44.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:44.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 05:59:44.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:44.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:44.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:44.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:44.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:44.333 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:44.333 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:44.334 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:44.334 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:44.334 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:44.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:44.334 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:44.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:44.334 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:44.334 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:44.334 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:44.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:44.334 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:44.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:44.334 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:44.335 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:44.335 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:44.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:44.335 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:44.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:44.335 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:44.335 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:44.335 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:44.335 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:44.339 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:44.339 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:44.339 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:44.339 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:44.339 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:44.342 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:44.342 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:44.343 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:44.440 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:44.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:44.440 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:44.440 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:44.440 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:44.440 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 05:59:44.440 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:44.440 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:44.440 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:44.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:44.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@377d4d1e is found... 05:59:44.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@377d4d1e is found finished successfully 05:59:44.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 05:59:44.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:44.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:44.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:44.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:44.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:44.451 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:44.451 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 05:59:44.451 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19 05:59:44.451 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19, offser 0 05:59:44.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 05:59:44.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:44.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:44.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:44.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:44.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:44.455 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:44.456 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 05:59:44.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:44.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:44.456 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:44.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:44.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:44.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:44.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:44.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:44.457 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:44.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') 05:59:44.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:44.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:44.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:44.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:44.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:44.468 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:44.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:44.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:44.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:44.488 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:44.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:44.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:44.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:44.489 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:44.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:44.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:44.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:44.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:44.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:44.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:44.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:44.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:45.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:45.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:45.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:45.490 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:45.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:45.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:45.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:45.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:59:45.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:45.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:45.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:45.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:45.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:45.491 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:45.492 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:45.492 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:45.492 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:45.492 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:45.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:45.492 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:45.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:45.492 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:45.492 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:45.492 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:45.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:45.492 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:45.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:45.492 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:45.492 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:45.492 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:45.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:45.493 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:45.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:45.493 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:45.493 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:45.493 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:45.493 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:45.496 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:45.496 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:45.496 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:45.496 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:45.496 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:45.500 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:45.500 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:45.500 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:45.531 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:45.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:45.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:45.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:45.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:45.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:45.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:45.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:45.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:45.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@16a569bd is found... 05:59:45.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@16a569bd is found finished successfully 05:59:45.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 05:59:45.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:45.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:45.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:45.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:45.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:45.533 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:45.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(""); } } newText TooltipText=null 05:59:45.534 INFO [WorkbenchTestable][TextEditor] Set text to editor 05:59:45.546 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:45.546 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:45.546 INFO [WorkbenchTestable][AbstractEditor] Save editor 05:59:45.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:45.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:45.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:45.547 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:45.547 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:45.547 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:45.547 DEBUG [main][MenuItemLookup] Item match:File 05:59:45.547 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:59:45.547 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 05:59:45.547 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 05:59:45.547 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 05:59:45.547 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:45.547 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 05:59:45.547 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 05:59:45.547 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:45.547 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 05:59:45.547 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 05:59:45.547 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 05:59:45.547 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 05:59:45.547 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 05:59:45.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 05:59:45.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 05:59:45.570 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:45.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; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 05:59:45.571 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:59:45.571 DEBUG [main][EditorHandler] 1 editor(s) found 05:59:45.571 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 05:59:45.631 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 05:59:45.631 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:45.632 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:59:45.632 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:59:45.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:59:45.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:59:45.632 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:45.632 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:59:45.632 INFO [WorkbenchTestable][RequirementsRunner] Started test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:45.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:45.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:59:45.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:59:45.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:59:45.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:45.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:45.633 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:45.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:45.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:45.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:59:45.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:45.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:45.634 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:59:45.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:59:45.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:45.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:45.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:45.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:45.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:45.634 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:45.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:45.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:45.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:59:45.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:59:45.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:59:45.636 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:45.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:45.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:45.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:45.636 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:45.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:45.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:45.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:45.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:45.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:45.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:46.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:46.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:46.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:46.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:46.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:46.639 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:46.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:46.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:46.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:46.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:59:46.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:46.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:46.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:46.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:46.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:46.640 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:46.640 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:46.640 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:46.641 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:46.641 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:46.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:46.641 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:46.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:46.641 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:46.641 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:46.641 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:46.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:46.641 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:46.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:46.641 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:46.641 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:46.641 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:46.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:46.642 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:46.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:46.642 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:46.642 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:46.642 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:46.642 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:46.647 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:46.647 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:46.647 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:46.647 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:46.648 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:46.651 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:46.651 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:46.651 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:46.754 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:46.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:46.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:46.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:46.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:46.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 05:59:46.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:46.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:46.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:46.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:46.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@324a0c35 is found... 05:59:46.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@324a0c35 is found finished successfully 05:59:46.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 05:59:46.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:46.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:46.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:46.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:46.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:46.759 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:46.759 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 05:59:46.759 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 0] 05:59:46.765 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0 05:59:46.765 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0, offser 0 05:59:46.768 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:46.768 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:46.768 INFO [WorkbenchTestable][AbstractEditor] Save editor 05:59:46.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:46.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:46.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:46.769 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:46.769 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:46.769 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:46.769 DEBUG [main][MenuItemLookup] Item match:File 05:59:46.770 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:59:46.770 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 05:59:46.770 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 05:59:46.770 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 05:59:46.770 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:46.770 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 05:59:46.770 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 05:59:46.770 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:46.770 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 05:59:46.770 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 05:59:46.770 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 05:59:46.770 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 05:59:46.770 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 05:59:46.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 05:59:46.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 05:59:46.800 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:46.800 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:46.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:59:46.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:59:46.801 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:46.801 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:46.801 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:59:46.801 DEBUG [main][MenuItemLookup] Item match:Edit 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:46.802 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 05:59:46.802 DEBUG [main][MenuItemLookup] Item match:Content Assist 05:59:46.802 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:46.802 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:46.802 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 05:59:46.802 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 05:59:47.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:59:47.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:59:47.803 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:47.803 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:47.803 DEBUG [main][MenuItemLookup] Found menu:'Edit' 05:59:47.803 DEBUG [main][MenuItemLookup] Item match:Edit 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 05:59:47.804 DEBUG [main][MenuItemLookup] Item match:Content Assist 05:59:47.805 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 05:59:47.805 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 05:59:47.805 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 05:59:47.805 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 05:59:47.805 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 05:59:47.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 05:59:47.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 05:59:47.916 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 05:59:47.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:59:47.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:59:47.924 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 05:59:47.924 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 05:59:47.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:47.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:47.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:47.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:47.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 05:59:47.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:59:47.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:59:47.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 05:59:47.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 05:59:47.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:47.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:47.929 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 05:59:47.930 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 05:59:47.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:59:47.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:59:47.937 DEBUG [WorkbenchTestable][ContentAssistant] abstract 05:59:47.937 DEBUG [WorkbenchTestable][ContentAssistant] class 05:59:47.937 DEBUG [WorkbenchTestable][ContentAssistant] enum 05:59:47.937 DEBUG [WorkbenchTestable][ContentAssistant] final 05:59:47.937 DEBUG [WorkbenchTestable][ContentAssistant] import 05:59:47.937 DEBUG [WorkbenchTestable][ContentAssistant] interface 05:59:47.937 DEBUG [WorkbenchTestable][ContentAssistant] public 05:59:47.937 DEBUG [WorkbenchTestable][ContentAssistant] new - create new object 05:59:47.937 DEBUG [WorkbenchTestable][ContentAssistant] nls - non-externalized string marker 05:59:47.937 DEBUG [WorkbenchTestable][ContentAssistant] runnable - runnable 05:59:47.937 DEBUG [WorkbenchTestable][ContentAssistant] toarray - convert collection to array 05:59:47.937 DEBUG [WorkbenchTestable][ContentAssistant] Choose content assist proposal - enum 05:59:47.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 05:59:47.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 05:59:47.939 TRACE [main][WidgetHandler] Notify Table with event 13 05:59:47.940 TRACE [main][WidgetHandler] Wait for synchronization 05:59:47.940 TRACE [main][WidgetHandler] Notify Table with event 14 05:59:47.940 TRACE [main][WidgetHandler] Wait for synchronization 05:59:47.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 05:59:47.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 05:59:47.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:47.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:47.958 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:47.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:47.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:47.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:47.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:47.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:47.959 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:47.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') 05:59:47.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:47.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:47.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:47.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:47.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:47.959 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:47.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:47.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:47.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:47.995 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:47.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:47.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:47.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:47.996 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:47.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:47.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:47.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:47.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:47.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:47.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:48.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:48.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:48.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:48.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:48.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:48.998 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:48.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:48.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:48.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:48.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:59:48.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:48.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:49.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:49.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:49.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:49.000 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:49.000 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:49.000 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:49.000 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:49.000 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:49.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:49.000 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:49.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:49.000 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:49.000 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:49.000 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:49.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:49.001 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:49.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:49.001 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:49.001 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:49.001 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:49.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:49.001 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:49.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:49.001 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:49.001 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:49.001 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:49.001 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:49.004 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:49.005 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:49.005 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:49.005 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:49.005 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:49.009 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:49.009 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:49.009 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:49.036 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:49.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:49.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:49.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:49.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:49.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:49.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:49.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:49.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:49.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@78c51927 is found... 05:59:49.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@78c51927 is found finished successfully 05:59:49.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 05:59:49.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:49.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:49.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:49.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:49.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:49.039 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:49.039 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 05:59:49.039 INFO [WorkbenchTestable][TextEditor] Set text to editor 05:59:49.047 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:49.047 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:49.047 INFO [WorkbenchTestable][AbstractEditor] Save editor 05:59:49.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:49.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:49.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:49.048 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:49.048 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:49.048 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:49.048 DEBUG [main][MenuItemLookup] Item match:File 05:59:49.049 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:59:49.049 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 05:59:49.049 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 05:59:49.049 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 05:59:49.049 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:49.049 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 05:59:49.049 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 05:59:49.049 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:49.049 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 05:59:49.049 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 05:59:49.064 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 05:59:49.064 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 05:59:49.064 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 05:59:49.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 05:59:49.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 05:59:49.086 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:49.086 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 05:59:49.086 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:59:49.086 DEBUG [main][EditorHandler] 1 editor(s) found 05:59:49.086 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 05:59:49.135 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 05:59:49.135 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:49.135 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:59:49.135 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:59:49.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:59:49.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:59:49.135 INFO [WorkbenchTestable][RequirementsRunner] Finished test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:49.136 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:59:49.136 INFO [WorkbenchTestable][RequirementsRunner] Started test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:49.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:49.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:59:49.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:59:49.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:59:49.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:49.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:49.136 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:49.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:49.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:49.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:59:49.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:49.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:49.138 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:59:49.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:59:49.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:49.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:49.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:49.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:49.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:49.138 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:49.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:49.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:49.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:59:49.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:59:49.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:59:49.140 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:49.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:49.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:49.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:49.141 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:49.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:49.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:49.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:49.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:49.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:49.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:49.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:49.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:50.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:50.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:50.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:50.144 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:50.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:50.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:50.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:50.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 05:59:50.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:50.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:50.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:50.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:50.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:50.145 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:50.145 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:50.145 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:50.146 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:50.146 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:50.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:50.146 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:50.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:50.146 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:50.146 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:50.146 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:50.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:50.146 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:50.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:50.146 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:50.146 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass+.java of tree item test 05:59:50.146 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:50.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:50.146 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:50.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:50.146 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:50.147 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass+.java 05:59:50.147 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass+.java 05:59:50.147 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass+.java about selection 05:59:50.154 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass+.java 05:59:50.154 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass+.java 05:59:50.154 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass+.java 05:59:50.155 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass+.java 05:59:50.155 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass+.java about selection 05:59:50.159 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass+.java 05:59:50.159 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:50.160 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:50.251 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:50.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:50.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:50.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:50.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:50.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 05:59:50.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:50.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:50.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:50.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:50.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@40507677 is found... 05:59:50.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@40507677 is found finished successfully 05:59:50.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass+.java\E') 05:59:50.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:50.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:50.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:50.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:50.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:50.257 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:50.257 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 05:59:50.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:50.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:50.257 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:50.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:50.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:50.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass+.java - Eclipse Platform 05:59:50.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:50.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:50.258 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass+.java - Eclipse Platform' 05:59:50.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:59:50.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:50.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:50.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:50.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:50.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:50.271 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:50.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:50.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:50.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:50.300 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:50.300 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:50.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:50.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:50.301 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:50.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:50.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:50.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:50.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:50.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:50.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:50.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:50.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:51.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:51.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:51.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:51.303 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:51.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:51.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:51.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:51.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 05:59:51.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:51.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:51.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:51.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:51.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:51.304 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:51.304 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:51.304 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:51.305 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:51.305 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:51.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:51.305 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:51.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:51.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:51.305 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:51.305 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:51.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:51.305 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:51.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:51.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:51.305 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:51.305 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:51.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:51.305 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:51.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:51.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:51.305 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:51.305 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:51.306 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:51.313 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:51.313 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:51.313 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:51.313 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:51.313 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:51.318 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:51.318 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:51.318 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:51.394 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:51.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:51.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:51.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:51.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:51.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 05:59:51.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:51.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:51.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:51.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:51.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@24010bc5 is found... 05:59:51.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@24010bc5 is found finished successfully 05:59:51.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 '\*?\QJavaClass.java\E') 05:59:51.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:51.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:51.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:51.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:51.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:51.399 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:51.400 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 05:59:51.400 INFO [WorkbenchTestable][TextEditor] Set text to editor 05:59:51.410 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:51.410 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:51.410 INFO [WorkbenchTestable][AbstractEditor] Save editor 05:59:51.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:51.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:51.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:51.421 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:51.421 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:51.421 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:51.421 DEBUG [main][MenuItemLookup] Item match:File 05:59:51.422 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:59:51.422 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 05:59:51.422 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 05:59:51.422 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 05:59:51.422 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:51.422 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 05:59:51.422 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 05:59:51.422 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:51.422 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 05:59:51.422 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 05:59:51.422 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 05:59:51.422 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 05:59:51.422 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 05:59:51.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 05:59:51.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 05:59:51.438 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:51.438 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:51.438 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:59:51.438 DEBUG [main][EditorHandler] 2 editor(s) found 05:59:51.438 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass+.java 05:59:51.461 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass+.java is closed 05:59:51.461 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 05:59:51.507 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 05:59:51.507 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:51.507 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:59:51.508 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:59:51.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:59:51.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:59:51.508 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:51.508 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:59:51.508 INFO [WorkbenchTestable][RequirementsRunner] Started test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:51.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:51.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:59:51.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:59:51.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:59:51.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:51.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:51.509 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:51.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:51.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:51.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:59:51.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:51.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:51.510 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:59:51.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 '\*?\QProject Explorer\E') 05:59:51.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:51.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:51.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:51.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:51.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:51.510 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:51.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:51.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:51.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:59:51.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:59:51.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:59:51.511 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:51.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:51.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:51.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:51.512 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:51.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:51.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:51.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:51.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:51.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:51.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:52.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:52.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:52.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:52.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:52.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:52.514 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:52.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:52.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:52.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:52.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 05:59:52.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:52.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:52.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:52.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:52.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:52.515 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:52.515 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:52.515 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:52.516 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:52.516 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:52.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:52.516 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:52.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:52.516 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:52.516 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:52.516 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:52.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:52.516 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:52.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:52.516 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:52.516 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:52.516 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:52.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:52.516 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:52.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:52.516 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:52.517 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:52.517 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:52.517 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:52.521 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:52.522 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:52.522 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:52.522 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:52.522 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:52.525 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:52.525 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:52.525 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:52.612 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:52.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:52.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:52.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:52.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:52.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 05:59:52.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:52.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:52.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:52.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:52.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@75a66a38 is found... 05:59:52.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@75a66a38 is found finished successfully 05:59:52.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 05:59:52.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:52.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:52.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:52.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:52.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:52.618 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:52.618 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 05:59:52.618 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 05:59:52.618 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 05:59:52.819 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 05:59:53.022 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 05:59:53.023 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 05:59:53.223 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 05:59:53.425 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 05:59:53.425 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 05:59:53.626 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 05:59:53.828 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 05:59:53.828 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 05:59:54.028 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 05:59:54.230 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 05:59:54.230 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 05:59:54.431 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 05:59:55.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:55.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:55.434 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:55.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:55.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:55.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:55.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:55.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:55.435 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:55.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 '\*?\QProject Explorer\E') 05:59:55.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:55.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:55.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:55.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:55.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:55.435 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:55.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:55.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:55.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:55.442 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:55.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:55.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:55.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:55.443 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:55.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:55.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:55.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:55.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:55.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:55.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:55.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:55.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:56.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:56.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:56.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:56.445 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:56.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:56.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:56.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:56.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:59:56.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:56.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:56.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:56.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:56.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:56.446 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:56.446 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:56.446 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:56.447 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:56.447 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:56.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:56.447 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:56.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:56.447 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:56.447 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:56.447 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:56.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:56.447 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:56.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:56.447 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:56.448 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:56.448 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:56.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:56.448 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:56.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:56.448 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:56.448 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:56.448 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:56.448 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:56.453 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:56.453 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:56.454 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:56.454 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:56.454 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:56.457 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:56.457 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:56.457 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:56.481 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:56.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:56.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:56.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:56.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:56.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:56.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:56.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:56.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:56.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@25fa598a is found... 05:59:56.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@25fa598a is found finished successfully 05:59:56.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 05:59:56.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:56.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:56.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:56.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:56.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:56.483 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:56.484 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 05:59:56.484 INFO [WorkbenchTestable][TextEditor] Set text to editor 05:59:56.496 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:56.496 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 05:59:56.496 INFO [WorkbenchTestable][AbstractEditor] Save editor 05:59:56.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:56.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:56.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:56.497 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:56.497 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:56.497 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:56.497 DEBUG [main][MenuItemLookup] Item match:File 05:59:56.497 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:59:56.497 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 05:59:56.497 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 05:59:56.497 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 05:59:56.497 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:56.497 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 05:59:56.497 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 05:59:56.497 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:56.497 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 05:59:56.497 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 05:59:56.508 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 05:59:56.508 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 05:59:56.508 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 05:59:56.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 05:59:56.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 05:59:56.524 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:56.524 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:56.524 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:59:56.524 DEBUG [main][EditorHandler] 1 editor(s) found 05:59:56.524 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 05:59:56.565 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 05:59:56.566 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:56.566 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:59:56.566 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:59:56.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:59:56.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:59:56.566 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:56.566 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:59:56.566 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:56.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:56.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:59:56.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:59:56.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:59:56.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:56.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:56.567 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:56.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:56.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:56.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:59:56.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:56.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:56.568 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:59:56.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:59:56.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:56.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:56.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:56.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:56.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:56.568 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:56.568 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:56.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:56.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:59:56.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:59:56.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:59:56.604 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:56.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:56.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:56.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:56.604 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:56.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:56.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:56.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:56.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:56.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:56.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:57.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:57.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:57.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:57.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:57.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:57.606 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:57.606 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:57.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:57.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:57.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:59:57.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:57.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:57.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:57.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:57.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:57.607 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:57.607 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:57.607 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:57.608 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:57.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:57.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:57.608 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:57.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:57.608 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:57.608 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:57.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:57.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:57.608 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:57.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:57.608 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:57.608 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:57.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:57.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:57.608 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:57.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:57.608 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:57.608 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:57.608 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:57.609 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:57.612 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:57.612 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:57.612 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:57.612 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:57.613 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:57.615 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:57.615 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:57.616 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:57.708 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:57.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:57.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:57.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:57.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:57.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 05:59:57.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:57.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:57.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:57.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:57.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@66da608c is found... 05:59:57.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@66da608c is found finished successfully 05:59:57.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 05:59:57.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:57.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:57.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:57.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:57.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:57.719 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:57.719 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 05:59:57.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:57.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:57.720 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:57.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:57.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:57.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:57.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:57.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:57.721 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:57.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:59:57.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:57.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:57.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:57.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:57.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:57.722 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:57.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:57.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:57.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:57.744 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:57.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:57.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:57.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:57.745 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:57.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:57.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:57.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:57.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:57.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:57.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:58.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:58.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:58.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:58.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:58.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:58.747 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:58.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:58.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:58.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:58.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:59:58.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:58.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:58.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:58.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:58.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:58.748 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:58.748 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:58.748 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:58.749 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:58.749 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:58.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:58.749 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:58.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:58.749 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:58.749 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:58.749 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:58.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:58.749 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:58.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:58.749 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:58.749 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:58.749 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:58.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:58.749 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:58.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:58.749 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:58.749 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:58.749 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:58.750 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:58.753 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:58.753 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:58.753 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:58.753 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:58.754 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:58.757 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:58.757 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:58.757 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:58.780 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:58.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:58.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:58.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:58.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:58.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:58.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:58.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:58.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:58.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4aa910b1 is found... 05:59:58.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4aa910b1 is found finished successfully 05:59:58.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 05:59:58.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:58.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:58.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:58.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:58.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:58.783 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:58.783 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 05:59:58.783 INFO [WorkbenchTestable][TextEditor] Set text to editor 05:59:58.793 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:58.793 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 05:59:58.793 INFO [WorkbenchTestable][AbstractEditor] Save editor 05:59:58.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 05:59:58.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:58.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:58.793 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:58.793 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 05:59:58.794 DEBUG [main][MenuItemLookup] Found menu:'File' 05:59:58.794 DEBUG [main][MenuItemLookup] Item match:File 05:59:58.794 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 05:59:58.794 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 05:59:58.794 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 05:59:58.794 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 05:59:58.794 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:58.794 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 05:59:58.794 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 05:59:58.794 DEBUG [main][MenuItemLookup] Found menu:'' 05:59:58.794 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 05:59:58.794 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 05:59:58.795 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 05:59:58.795 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 05:59:58.795 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 05:59:58.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 05:59:58.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 05:59:58.817 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:58.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; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 05:59:58.817 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 05:59:58.817 DEBUG [main][EditorHandler] 1 editor(s) found 05:59:58.817 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 05:59:58.860 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 05:59:58.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:58.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 05:59:58.860 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 05:59:58.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 05:59:58.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 05:59:58.860 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:58.860 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 05:59:58.860 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 05:59:58.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 05:59:58.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 05:59:58.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 05:59:58.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 05:59:58.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:58.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:58.861 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 05:59:58.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:58.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:58.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 05:59:58.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 05:59:58.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 05:59:58.862 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 05:59:58.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 05:59:58.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:58.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:58.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:58.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:58.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:58.862 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:58.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:58.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:58.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 05:59:58.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 05:59:58.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 05:59:58.864 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:58.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:58.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:58.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:58.864 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:58.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:58.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:58.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:58.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:58.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:58.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:59.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:59.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:59.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:59.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 05:59:59.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 05:59:59.867 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 05:59:59.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 05:59:59.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:59.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 05:59:59.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 05:59:59.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:59.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:59.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:59.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:59.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 05:59:59.868 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 05:59:59.868 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 05:59:59.869 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 05:59:59.869 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 05:59:59.869 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 05:59:59.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:59.869 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 05:59:59.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:59.869 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 05:59:59.869 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 05:59:59.869 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 05:59:59.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:59.869 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 05:59:59.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:59.869 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 05:59:59.869 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 05:59:59.869 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 05:59:59.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 05:59:59.870 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 05:59:59.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 05:59:59.870 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 05:59:59.870 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:59.870 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:59.870 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:59.873 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:59.873 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 05:59:59.873 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 05:59:59.873 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 05:59:59.873 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 05:59:59.877 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 05:59:59.877 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 05:59:59.877 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 05:59:59.966 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 05:59:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 05:59:59.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 05:59:59.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 05:59:59.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 05:59:59.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 05:59:59.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 05:59:59.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 05:59:59.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 05:59:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 05:59:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@c984476 is found... 05:59:59.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@c984476 is found finished successfully 05:59:59.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 05:59:59.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 05:59:59.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 05:59:59.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 05:59:59.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 05:59:59.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 05:59:59.977 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 05:59:59.977 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 05:59:59.978 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 05:59:59.978 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Revert File' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Show in Breadcrumb Shift+Alt+B' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Quick Outline Ctrl+O' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Quick Type Hierarchy Ctrl+T' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Open With' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Local History' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'References' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Team' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Replace With' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:00.118 DEBUG [main][MenuItemLookup] Found menu:'Preferences...' 06:00:00.118 DEBUG [main][MenuItemLookup] Item match:Preferences... 06:00:00.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:00.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:00.119 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:00.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:00.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:00.120 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:00.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:00.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:00.120 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:00.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:00:00.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:00.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:00.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:00.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:00.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:00.121 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:00.121 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:00.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:00.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:00.129 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:00.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:00.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:00.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:00.129 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:00.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:00.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:00.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:00.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:00.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:00.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:00.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:00.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:01.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:01.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:01.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:01.132 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:01.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:01.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:01.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:01.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 06:00:01.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:01.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:01.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:01.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:01.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:01.133 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:01.133 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:01.133 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:01.134 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:01.134 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:01.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:01.134 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:01.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:01.134 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:01.134 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:01.134 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:01.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:01.134 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:01.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:01.134 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:01.134 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:01.134 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:01.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:01.134 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:01.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:01.134 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:01.134 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:01.134 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:01.134 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:01.137 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:01.138 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:01.138 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:01.138 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:01.138 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:01.141 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:01.141 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:01.141 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:01.164 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:01.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:01.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:01.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:01.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:01.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:01.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:01.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:01.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:01.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72fa09b8 is found... 06:00:01.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72fa09b8 is found finished successfully 06:00:01.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:01.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:01.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:01.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:01.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:01.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:01.167 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:01.167 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 06:00:01.167 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:00:01.178 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:01.179 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:01.179 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:00:01.179 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:01.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:01.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:01.179 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:01.179 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:01.179 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:01.179 DEBUG [main][MenuItemLookup] Item match:File 06:00:01.180 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:00:01.180 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:00:01.180 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:00:01.180 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:00:01.180 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:01.180 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:00:01.180 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:00:01.180 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:01.180 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:00:01.180 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:00:01.180 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:00:01.180 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:00:01.180 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:00:01.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:00:01.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:00:01.202 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:01.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 06:00:01.202 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:00:01.202 DEBUG [main][EditorHandler] 1 editor(s) found 06:00:01.202 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 06:00:01.246 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 06:00:01.246 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:01.246 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:00:01.246 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:00:01.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:01.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:01.246 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:01.246 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:00:01.246 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:01.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:01.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:00:01.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:00:01.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:00:01.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:01.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:01.247 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:01.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:01.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:01.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:00:01.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:01.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:01.248 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:00:01.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') 06:00:01.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:01.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:01.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:01.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:01.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:01.249 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:01.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:01.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:01.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:00:01.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:00:01.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:00:01.250 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:01.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:01.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:01.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:01.251 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:01.251 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:01.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:01.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:01.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:01.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:01.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:01.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:01.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:02.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:02.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:02.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:02.253 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:02.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:02.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:02.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:02.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 06:00:02.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:02.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:02.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:02.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:02.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:02.254 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:02.254 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:02.254 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:02.255 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:02.255 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:02.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:02.255 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:02.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:02.255 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:02.255 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:02.255 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:02.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:02.255 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:02.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:02.255 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:02.255 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:02.255 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:02.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:02.255 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:02.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:02.255 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:02.256 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:02.256 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:02.256 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:02.259 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:02.260 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:02.260 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:02.260 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:02.260 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:02.264 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:02.264 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:02.265 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:02.360 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:02.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:02.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:02.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:02.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:02.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:00:02.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:02.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:02.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:02.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:02.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@583c93f5 is found... 06:00:02.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@583c93f5 is found finished successfully 06:00:02.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:02.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:02.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:02.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:02.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:02.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:02.370 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:02.371 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 06:00:02.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:02.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:02.371 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:02.371 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:02.371 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:00:02.371 DEBUG [main][MenuItemLookup] Item match:Edit 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:02.372 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 06:00:02.372 DEBUG [main][MenuItemLookup] Item match:Content Assist 06:00:02.372 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:02.372 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 06:00:02.372 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 06:00:02.372 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:00:03.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:03.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:03.373 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:03.373 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:03.373 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:00:03.373 DEBUG [main][MenuItemLookup] Item match:Edit 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 06:00:03.374 DEBUG [main][MenuItemLookup] Item match:Content Assist 06:00:03.374 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 06:00:03.374 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 06:00:03.375 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 06:00:03.375 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 06:00:03.375 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 06:00:03.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 06:00:03.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:00:03.390 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:00:03.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:03.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:03.394 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 06:00:03.394 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:00:03.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:03.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:03.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:03.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:03.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:00:03.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:00:03.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:00:03.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 06:00:03.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 06:00:03.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:03.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:03.399 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:00:03.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:03.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:03.399 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 06:00:03.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 06:00:03.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:03.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:03.399 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") 06:00:03.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:03.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:03.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:03.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:03.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:04.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:04.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:04.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:00:04.402 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 06:00:04.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 06:00:04.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:00:04.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 06:00:04.415 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 06:00:04.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:04.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:04.416 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:04.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:04.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:04.416 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:04.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:04.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:04.417 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:04.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 '\*?\QProject Explorer\E') 06:00:04.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:04.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:04.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:04.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:04.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:04.417 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:04.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:04.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:04.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:04.425 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:04.425 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:04.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:04.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:04.426 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:04.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:04.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:04.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:04.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:04.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:04.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:04.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:04.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:05.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:05.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:05.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:05.428 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:05.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:05.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:05.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:05.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:00:05.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:05.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:05.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:05.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:05.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:05.430 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:05.430 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:05.430 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:05.430 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:05.430 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:05.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:05.430 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:05.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:05.430 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:05.430 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:05.430 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:05.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:05.430 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:05.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:05.430 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:05.431 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:05.431 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:05.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:05.431 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:05.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:05.431 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:05.431 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:05.431 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:05.431 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:05.434 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:05.434 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:05.434 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:05.434 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:05.434 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:05.438 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:05.438 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:05.438 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:05.468 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:05.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:05.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:05.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:05.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:05.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:05.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:05.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:05.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:05.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3fbaf33f is found... 06:00:05.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3fbaf33f is found finished successfully 06:00: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 '\*?\QJavaClass.java\E') 06:00:05.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:05.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:05.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:05.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:05.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:05.471 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:05.471 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 06:00:05.471 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:00:05.486 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:05.486 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:05.486 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:00:05.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:05.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:05.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:05.486 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:05.486 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:05.486 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:05.486 DEBUG [main][MenuItemLookup] Item match:File 06:00:05.487 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:00:05.487 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:00:05.487 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:00:05.487 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:00:05.487 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:05.487 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:00:05.487 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:00:05.487 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:05.487 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:00:05.487 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:00:05.487 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:00:05.487 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:00:05.487 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:00:05.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:00:05.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:00:05.517 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:05.517 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:05.517 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:00:05.517 DEBUG [main][EditorHandler] 1 editor(s) found 06:00:05.517 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 06:00:05.573 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 06:00:05.573 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:05.573 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:00:05.573 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:00:05.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:05.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:05.573 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:05.574 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:00:05.574 INFO [WorkbenchTestable][RequirementsRunner] Started test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:05.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:05.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:00:05.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:00:05.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:00:05.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:05.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:05.575 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:05.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:05.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:05.575 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:00:05.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:05.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:05.576 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:00:05.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:00:05.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:05.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:05.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:05.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:05.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:05.576 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:05.576 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:05.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:05.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:00:05.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:00:05.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:00:05.578 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:05.578 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:05.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:05.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:05.579 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:05.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:05.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:05.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:05.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:05.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:05.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:06.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:06.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:06.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:06.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:06.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:06.581 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:06.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:06.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:06.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:06.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 06:00:06.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:06.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:06.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:06.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:06.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:06.582 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:06.582 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:06.583 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:06.583 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:06.583 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:06.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:06.583 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:06.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:06.583 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:06.583 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:06.583 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:06.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:06.584 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:06.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:06.584 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:06.584 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:06.584 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:06.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:06.584 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:06.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:06.584 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:06.584 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:06.584 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:06.584 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:06.587 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:06.588 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:06.588 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:06.588 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:06.588 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:06.591 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:06.591 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:06.591 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:06.683 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:06.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:06.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:06.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:06.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:06.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:00:06.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:06.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:06.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:06.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:06.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@8d6ae05 is found... 06:00:06.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@8d6ae05 is found finished successfully 06:00:06.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:06.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:06.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:06.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:06.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:06.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:06.688 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:06.688 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 06:00:06.688 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 { 06:00:06.699 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:06.699 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 06:00:06.699 INFO [WorkbenchTestable][AbstractEditor] Open editor's quick fix assistant 06:00:06.699 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:00:07.700 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 06:00:07.700 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 06:00:07.900 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 06:00:08.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 06:00:08.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:00:08.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:00:08.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:08.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:08.908 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 06:00:08.908 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:00:08.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:08.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:08.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:09.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:09.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:09.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:09.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:09.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:00:09.911 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was not found 06:00:09.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:00:09.911 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:00:09.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:09.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:09.914 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 06:00:09.914 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:00:09.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:09.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:09.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:09.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:09.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:00:09.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:00:09.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:00:09.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 06:00:09.915 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 06:00:09.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:09.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:09.915 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 06:00:09.915 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 06:00:09.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:00:09.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:00:09.915 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 06:00:09.915 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 06:00:09.915 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 06:00:09.915 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 06:00:09.915 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 06:00:09.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:00:09.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:00:09.916 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 06:00:09.916 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 06:00:09.916 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 06:00:09.916 INFO [WorkbenchTestable][AbstractShell] Close shell 06:00:09.916 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 06:00:09.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:00:09.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:00:09.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:09.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:09.932 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:09.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:09.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:09.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:09.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:09.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:09.933 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:09.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 '\*?\QProject Explorer\E') 06:00:09.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:09.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:09.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:09.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:09.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:09.933 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:09.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:09.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:09.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:09.941 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:09.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:09.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:09.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:09.942 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:09.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:09.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:09.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:09.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:09.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:09.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:10.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:10.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:10.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:10.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:10.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:10.958 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:10.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:10.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:10.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:10.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 06:00:10.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:10.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:10.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:10.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:10.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:10.959 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:10.959 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:10.959 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:10.960 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:10.960 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:10.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:10.960 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:10.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:10.960 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:10.960 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:10.960 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:10.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:10.960 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:10.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:10.960 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:10.960 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:10.960 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:10.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:10.960 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:10.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:10.960 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:10.961 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:10.961 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:10.961 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:10.964 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:10.964 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:10.964 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:10.964 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:10.964 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:10.967 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:10.967 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:10.967 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:10.993 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:10.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:10.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:10.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:10.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:10.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:10.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:10.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:10.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:10.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@494b2daf is found... 06:00:10.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@494b2daf is found finished successfully 06:00:10.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:10.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:10.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:10.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:10.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:10.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:10.995 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:10.995 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 06:00:10.995 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:00:11.006 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:11.006 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:11.006 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:00:11.006 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:11.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:11.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:11.007 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:11.007 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:11.007 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:11.007 DEBUG [main][MenuItemLookup] Item match:File 06:00:11.008 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:00:11.008 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:00:11.008 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:00:11.008 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:00:11.008 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:11.008 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:00:11.008 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:00:11.008 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:11.008 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:00:11.008 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:00:11.008 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:00:11.008 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:00:11.008 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:00:11.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:00:11.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:00:11.029 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:11.029 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:11.029 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:00:11.029 DEBUG [main][EditorHandler] 1 editor(s) found 06:00:11.029 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 06:00:11.070 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 06:00:11.070 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:11.070 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:00:11.070 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:00:11.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:11.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:11.071 INFO [WorkbenchTestable][RequirementsRunner] Finished test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:11.071 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:00:11.071 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:11.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:11.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:00:11.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:00:11.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:00:11.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:11.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:11.072 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:11.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:11.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:11.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:00:11.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:11.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:11.073 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:00:11.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 '\*?\QProject Explorer\E') 06:00:11.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:11.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:11.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:11.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:11.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:11.073 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:11.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:11.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:11.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:00:11.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:00:11.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:00:11.075 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:11.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:11.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:11.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:11.075 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:11.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:11.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:11.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:11.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:11.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:11.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:11.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:11.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:12.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:12.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:12.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:12.078 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:12.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:12.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:12.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:12.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 06:00:12.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:12.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:12.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:12.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:12.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:12.079 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:12.079 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:12.080 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:12.080 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:12.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:12.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:12.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:12.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:12.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:12.080 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:12.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:12.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:12.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:12.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:12.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:12.081 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:12.081 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:12.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:12.081 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:12.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:12.081 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:12.081 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:12.081 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:12.081 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:12.084 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:12.085 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:12.085 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:12.085 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:12.085 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:12.088 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:12.088 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:12.088 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:12.176 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:12.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:12.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:12.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:12.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:12.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:00:12.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:12.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:12.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:12.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:12.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@74501405 is found... 06:00:12.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@74501405 is found finished successfully 06:00:12.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:12.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:12.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:12.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:12.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:12.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:12.186 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:12.186 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 06:00:12.187 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 06:00:12.187 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 06:00:12.387 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 06:00:12.589 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 06:00:12.589 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 06:00:12.790 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 06:00:12.992 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 06:00:12.992 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 06:00:13.193 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 06:00:13.395 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 06:00:13.395 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 06:00:13.595 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 06:00:13.799 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 06:00:13.799 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 06:00:13.999 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 06:00:15.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:15.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:15.003 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:15.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:15.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:15.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:15.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:15.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:15.004 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:15.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:00:15.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:15.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:15.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:15.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:15.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:15.004 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:15.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:15.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:15.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:15.025 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:15.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:15.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:15.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:15.026 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:15.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:15.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:15.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:15.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:15.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:15.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:15.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:15.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:16.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:16.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:16.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:16.028 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:16.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:16.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:16.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:16.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:00:16.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:16.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:16.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:16.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:16.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:16.029 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:16.029 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:16.029 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:16.029 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:16.029 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:16.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:16.030 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:16.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:16.030 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:16.030 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:16.030 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:16.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:16.030 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:16.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:16.030 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:16.030 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:16.030 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:16.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:16.030 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:16.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:16.030 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:16.030 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:16.030 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:16.030 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:16.033 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:16.033 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:16.034 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:16.034 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:16.034 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:16.038 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:16.038 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:16.038 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:16.059 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:16.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:16.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:16.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:16.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:16.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:16.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:16.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:16.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:16.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@25b31849 is found... 06:00:16.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@25b31849 is found finished successfully 06:00:16.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:16.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:16.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:16.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:16.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:16.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:16.063 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:16.063 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 06:00:16.063 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:00:16.074 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:16.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 06:00:16.075 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:00:16.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:16.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:16.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:16.075 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:16.075 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:16.075 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:16.075 DEBUG [main][MenuItemLookup] Item match:File 06:00:16.076 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:00:16.076 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:00:16.076 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:00:16.076 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:00:16.076 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:16.076 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:00:16.076 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:00:16.076 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:16.076 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:00:16.076 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:00:16.085 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:00:16.085 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:00:16.086 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:00:16.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:00:16.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:00:16.101 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:16.101 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 06:00:16.101 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:00:16.101 DEBUG [main][EditorHandler] 1 editor(s) found 06:00:16.101 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 06:00:16.141 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 06:00:16.141 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:16.141 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:00:16.141 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:00:16.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:16.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:16.142 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:16.142 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:00:16.142 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:16.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:16.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:00:16.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:00:16.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:00:16.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:16.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:16.143 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:16.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:16.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:16.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:00:16.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:16.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:16.144 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:00:16.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') 06:00:16.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:16.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:16.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:16.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:16.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:16.144 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:16.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:16.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:16.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:00:16.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:00:16.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:00:16.146 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:16.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:16.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:16.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:16.146 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:16.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:16.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:16.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:16.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:16.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:16.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:16.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:16.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:17.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:17.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:17.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:17.149 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:17.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:17.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:17.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:17.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 06:00:17.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:17.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:17.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:17.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:17.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:17.151 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:17.151 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:17.151 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:17.151 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:17.151 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:17.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:17.151 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:17.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:17.152 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:17.152 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:17.152 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:17.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:17.152 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:17.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:17.152 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:17.152 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:17.152 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:17.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:17.152 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:17.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:17.152 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:17.152 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:17.152 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:17.152 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:17.155 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:17.156 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:17.156 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:17.156 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:17.156 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:17.159 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:17.159 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:17.159 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:17.246 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:17.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:17.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:17.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:17.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:17.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:00:17.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:17.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:17.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:17.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:17.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1052e934 is found... 06:00:17.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1052e934 is found finished successfully 06:00: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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:17.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:17.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:17.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:17.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:17.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:17.252 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:17.252 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 06:00:17.252 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 06:00:17.252 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 06:00:17.452 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 06:00:17.654 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 06:00:17.654 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 06:00:17.855 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 06:00:18.057 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 06:00:18.057 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 06:00:18.258 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 06:00:18.460 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 06:00:18.460 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 06:00:18.661 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 06:00:18.863 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 06:00:18.863 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 06:00:19.064 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 06:00:20.066 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 { 06:00:20.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:20.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:20.073 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:20.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:20.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:20.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:20.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:20.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:20.074 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:20.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 '\*?\QProject Explorer\E') 06:00:20.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:20.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:20.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:20.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:20.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:20.074 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:20.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:20.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:20.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:20.081 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:20.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:20.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:20.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:20.082 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:20.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:20.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:20.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:20.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:20.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:20.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:20.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:20.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:21.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:21.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:21.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:21.084 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:21.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:21.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:21.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:21.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:00:21.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:21.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:21.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:21.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:21.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:21.086 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:21.086 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:21.086 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:21.086 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:21.086 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:21.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:21.086 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:21.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:21.086 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:21.086 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:21.086 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:21.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:21.086 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:21.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:21.086 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:21.087 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:21.087 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:21.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:21.087 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:21.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:21.087 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:21.087 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:21.087 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:21.087 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:21.090 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:21.090 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:21.090 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:21.090 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:21.091 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:21.093 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:21.093 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:21.094 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:21.115 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:21.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:21.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:21.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:21.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:21.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:21.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:21.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:21.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:21.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@48573dbb is found... 06:00:21.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@48573dbb is found finished successfully 06:00:21.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:21.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:21.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:21.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:21.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:21.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:21.118 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:21.118 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 06:00:21.118 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:00:21.129 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:21.129 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:21.129 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:00:21.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:21.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:21.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:21.129 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:21.129 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:21.130 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:21.130 DEBUG [main][MenuItemLookup] Item match:File 06:00:21.130 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:00:21.130 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:00:21.130 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:00:21.130 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:00:21.130 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:21.130 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:00:21.130 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:00:21.130 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:21.130 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:00:21.130 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:00:21.131 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:00:21.131 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:00:21.131 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:00:21.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:00:21.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:00:21.151 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:21.151 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:21.151 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:00:21.151 DEBUG [main][EditorHandler] 1 editor(s) found 06:00:21.151 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 06:00:21.192 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 06:00:21.192 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:21.192 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:00:21.192 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:00:21.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:21.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:21.192 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:21.192 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:00:21.192 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:21.193 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:21.193 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:00:21.193 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:00:21.193 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:00:21.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:21.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:21.193 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:21.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:21.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:21.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:00:21.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:21.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:21.194 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:00:21.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:00:21.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:21.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:21.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:21.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:21.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:21.195 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:21.195 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:21.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:21.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:00:21.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:00:21.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:00:21.196 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:21.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:21.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:21.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:21.196 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:21.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:21.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:21.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:21.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:21.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:21.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:21.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:21.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:22.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:22.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:22.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:22.198 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:22.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:22.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:22.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:22.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 06:00:22.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:22.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:22.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:22.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:22.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:22.199 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:22.200 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:22.200 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:22.200 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:22.200 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:22.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:22.200 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:22.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:22.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:22.200 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:22.200 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:22.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:22.200 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:22.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:22.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:22.200 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:22.200 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:22.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:22.200 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:22.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:22.201 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:22.201 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:22.201 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:22.201 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:22.204 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:22.204 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:22.204 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:22.204 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:22.204 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:22.207 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:22.207 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:22.208 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:22.297 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:22.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:22.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:22.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:22.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:22.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:00:22.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:22.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:22.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:22.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:22.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7a0a310 is found... 06:00:22.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7a0a310 is found finished successfully 06:00:22.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:22.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:22.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:22.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:22.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:22.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:22.302 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:22.302 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 06:00:22.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:22.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:22.303 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:22.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:22.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:22.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:22.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:22.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:22.309 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:22.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:00:22.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:22.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:22.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:22.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:22.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:22.310 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:22.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:22.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:22.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:22.317 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:22.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:22.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:22.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:22.318 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:22.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:22.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:22.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:22.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:22.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:22.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:22.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:22.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:23.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:23.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:23.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:23.320 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:23.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:23.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:23.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:23.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 06:00:23.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:23.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:23.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:23.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:23.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:23.321 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:23.321 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:23.321 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:23.322 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:23.322 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:23.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:23.322 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:23.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:23.322 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:23.322 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:23.322 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:23.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:23.322 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:23.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:23.322 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:23.322 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:23.322 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:23.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:23.322 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:23.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:23.322 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:23.322 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:23.322 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:23.323 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:23.326 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:23.327 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:23.327 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:23.327 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:23.327 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:23.330 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:23.330 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:23.330 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:23.354 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:23.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:23.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:23.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:23.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:23.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:23.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:23.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:23.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:23.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3aec82fd is found... 06:00:23.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3aec82fd is found finished successfully 06:00:23.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:23.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:23.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:23.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:23.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:23.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:23.356 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:23.357 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 06:00:23.357 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:00:23.383 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:23.383 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:23.383 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:00:23.383 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:23.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:23.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:23.384 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:23.384 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:23.384 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:23.384 DEBUG [main][MenuItemLookup] Item match:File 06:00:23.385 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:00:23.385 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:00:23.385 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:00:23.385 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:00:23.385 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:23.385 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:00:23.385 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:00:23.385 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:23.385 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:00:23.385 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:00:23.385 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:00:23.385 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:00:23.385 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:00:23.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:00:23.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:00:23.415 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:23.415 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:23.415 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:00:23.415 DEBUG [main][EditorHandler] 1 editor(s) found 06:00:23.415 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 06:00:23.456 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 06:00:23.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:23.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:00:23.456 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:00:23.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:23.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:23.457 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:23.457 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:00:23.457 INFO [WorkbenchTestable][RequirementsRunner] Started test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:23.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:23.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:00:23.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:00:23.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:00:23.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:23.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:23.458 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:23.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:23.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:23.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:00:23.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:23.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:23.459 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:00:23.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') 06:00:23.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:23.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:23.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:23.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:23.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:23.459 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:23.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:23.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:23.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:00:23.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:00:23.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:00:23.461 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:23.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:23.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:23.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:23.462 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:23.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:23.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:23.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:23.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:23.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:23.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:23.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:23.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:24.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:24.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:24.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:24.464 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:24.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:24.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:24.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:24.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 06:00:24.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:24.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:24.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:24.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:24.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:24.466 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:24.466 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:24.466 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:24.467 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:24.467 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:24.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:24.467 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:24.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:24.467 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:24.467 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:24.467 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:24.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:24.467 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:24.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:24.467 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:24.467 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:24.467 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:24.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:24.467 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:24.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:24.467 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:24.467 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:24.468 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:24.468 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:24.472 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:24.473 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:24.473 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:24.473 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:24.473 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:24.476 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:24.476 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:24.476 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:24.568 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:24.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:24.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:24.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:24.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:24.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:00:24.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:24.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:24.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:24.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:24.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3d70d7dd is found... 06:00:24.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3d70d7dd is found finished successfully 06:00:24.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:24.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:24.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:24.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:24.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:24.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:24.579 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:24.579 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 06:00:24.579 INFO [WorkbenchTestable][TextEditor] Set cursor position to [12, 0] 06:00:24.586 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:24.586 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 06:00:24.586 INFO [WorkbenchTestable][AbstractEditor] Open editor's Java Proposals content assistant 06:00:24.586 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:00:25.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:25.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:25.587 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:25.587 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:25.587 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:00:25.587 DEBUG [main][MenuItemLookup] Item match:Edit 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:25.588 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 06:00:25.588 DEBUG [main][MenuItemLookup] Item match:Content Assist 06:00:25.589 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 06:00:25.589 DEBUG [main][MenuItemLookup] Found menu:'Java Type Proposals' 06:00:25.589 DEBUG [main][MenuItemLookup] Found menu:'Java Non-Type Proposals' 06:00:25.589 DEBUG [main][MenuItemLookup] Found menu:'Java Proposals' 06:00:25.589 DEBUG [main][MenuItemLookup] Item match:Java Proposals 06:00:25.589 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 06:00:25.589 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Java Proposals 06:00:25.589 INFO [main][MenuItemHandler] Select menu item: J&ava Proposals 06:00:25.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 06:00:25.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:00:25.608 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:00:25.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:25.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:25.612 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 06:00:25.612 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:00:25.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:25.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:25.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:25.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:25.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:00:25.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:00:25.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:00:25.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 06:00:25.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 06:00:25.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:25.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:25.613 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 06:00:25.613 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 06:00:25.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:00:25.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:00:25.613 DEBUG [WorkbenchTestable][ContentAssistant] abstract 06:00:25.613 DEBUG [WorkbenchTestable][ContentAssistant] class 06:00:25.613 DEBUG [WorkbenchTestable][ContentAssistant] enum 06:00:25.613 DEBUG [WorkbenchTestable][ContentAssistant] final 06:00:25.613 DEBUG [WorkbenchTestable][ContentAssistant] import 06:00:25.613 DEBUG [WorkbenchTestable][ContentAssistant] interface 06:00:25.613 DEBUG [WorkbenchTestable][ContentAssistant] public 06:00:25.613 INFO [WorkbenchTestable][AbstractShell] Close shell 06:00:25.614 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 06:00:25.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:00:25.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:00:25.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:25.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:25.626 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:25.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:25.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:25.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:25.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:25.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:25.627 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:25.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:00:25.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:25.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:25.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:25.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:25.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:25.627 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:25.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:25.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:25.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:25.634 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:25.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:25.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:25.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:25.635 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:25.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:25.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:25.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:25.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:25.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:25.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:26.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:26.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:26.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:26.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:26.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:26.637 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:26.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:26.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:26.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:26.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:00:26.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:26.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:26.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:26.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:26.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:26.638 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:26.638 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:26.639 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:26.639 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:26.639 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:26.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:26.639 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:26.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:26.639 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:26.639 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:26.639 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:26.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:26.639 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:26.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:26.639 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:26.640 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:26.640 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:26.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:26.640 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:26.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:26.640 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:26.640 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:26.640 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:26.640 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:26.643 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:26.643 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:26.643 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:26.643 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:26.643 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:26.646 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:26.646 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:26.646 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:26.668 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:26.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:26.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:26.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:26.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:26.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:26.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:26.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:26.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:26.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4c3b9f2d is found... 06:00:26.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4c3b9f2d is found finished successfully 06:00: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') 06:00:26.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:26.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:26.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:26.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:26.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:26.671 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:26.671 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:26.671 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:00:26.677 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:26.678 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:26.678 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:00:26.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:26.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:26.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:26.678 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:26.678 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:26.678 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:26.678 DEBUG [main][MenuItemLookup] Item match:File 06:00:26.679 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:00:26.679 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:00:26.679 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:00:26.679 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:00:26.679 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:26.679 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:00:26.679 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:00:26.679 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:26.679 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:00:26.679 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:00:26.679 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:00:26.679 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:00:26.679 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:00:26.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:00:26.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:00:26.700 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:26.700 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 06:00:26.700 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:00:26.700 DEBUG [main][EditorHandler] 1 editor(s) found 06:00:26.700 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 06:00:26.741 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 06:00:26.741 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:26.741 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:00:26.741 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:00:26.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:26.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:26.741 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:26.741 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:00:26.741 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:26.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:26.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:00:26.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:00:26.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:00:26.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:26.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:26.743 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:26.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:26.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:26.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:00:26.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:26.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:26.744 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:00:26.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 '\*?\QProject Explorer\E') 06:00:26.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:26.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:26.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:26.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:26.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:26.744 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:26.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:26.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:26.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:00:26.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:00:26.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:00:26.745 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:26.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:26.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:26.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:26.746 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:26.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:26.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:26.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:26.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:26.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:26.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:27.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:27.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:27.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:27.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:27.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:27.748 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:27.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:27.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:27.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:27.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 06:00:27.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:27.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:27.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:27.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:27.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:27.749 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:27.750 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:27.750 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:27.751 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:27.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:27.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:27.751 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:27.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:27.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:27.751 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:27.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:27.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:27.751 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:27.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:27.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:27.751 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:27.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:27.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:27.751 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:27.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:27.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:27.751 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:27.751 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:27.751 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:27.754 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:27.755 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:27.755 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:27.755 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:27.755 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:27.758 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:27.758 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:27.758 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:27.843 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:27.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:27.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:27.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:27.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:27.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:00:27.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:27.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:27.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:27.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:27.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4e810d99 is found... 06:00:27.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4e810d99 is found finished successfully 06:00:27.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:27.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:27.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:27.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:27.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:27.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:27.848 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:27.848 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 06:00:27.848 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 14, offser 22 06:00:27.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:27.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:27.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:27.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:27.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:27.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:27.852 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:27.852 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 06:00:27.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:27.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:27.859 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:27.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:27.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:27.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:27.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:27.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:27.860 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:27.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 '\*?\QProject Explorer\E') 06:00:27.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:27.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:27.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:27.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:27.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:27.860 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:27.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:27.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:27.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:27.867 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:27.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:27.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:27.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:27.868 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:27.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:27.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:27.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:27.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:27.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:27.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:28.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:28.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:28.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:28.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:28.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:28.883 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:28.883 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:28.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:28.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:28.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 06:00:28.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:28.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:28.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:28.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:28.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:28.884 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:28.884 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:28.884 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:28.885 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:28.885 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:28.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:28.885 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:28.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:28.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:28.885 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:28.885 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:28.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:28.885 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:28.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:28.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:28.885 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:28.885 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:28.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:28.885 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:28.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:28.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:28.885 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:28.885 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:28.885 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:28.888 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:28.889 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:28.889 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:28.889 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:28.889 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:28.892 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:28.892 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:28.892 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:28.914 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:28.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:28.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:28.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:28.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:28.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:28.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:28.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:28.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:28.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@102495de is found... 06:00:28.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@102495de is found finished successfully 06:00:28.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 '\*?\QJavaClass.java\E') 06:00:28.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:28.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:28.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:28.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:28.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:28.916 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:28.916 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 06:00:28.916 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:00:28.925 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:28.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 06:00:28.926 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:00:28.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:28.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:28.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:28.926 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:28.926 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:28.926 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:28.926 DEBUG [main][MenuItemLookup] Item match:File 06:00:28.927 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:00:28.927 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:00:28.927 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:00:28.927 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:00:28.927 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:28.927 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:00:28.927 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:00:28.927 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:28.927 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:00:28.927 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:00:28.927 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:00:28.927 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:00:28.927 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:00:28.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:00:28.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:00:28.949 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:28.949 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 06:00:28.949 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:00:28.949 DEBUG [main][EditorHandler] 1 editor(s) found 06:00:28.949 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 06:00:29.009 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 06:00:29.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:29.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:00:29.009 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:00:29.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:29.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:29.009 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:29.009 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:00:29.009 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:29.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:29.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:00:29.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:00:29.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:00:29.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'] 06:00:29.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:00:29.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'] 06:00:29.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:00:29.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: "Create New File"] 06:00:29.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:00:29.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'] 06:00:29.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:00:29.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'] 06:00:29.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:00:29.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'] 06:00:29.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:00:29.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: "Create New File"] 06:00:29.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:00:29.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'] 06:00:29.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:00:29.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'] 06:00:29.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:00:29.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:00:29.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:29.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:29.011 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:00:29.011 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:00:29.011 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:29.012 DEBUG [main][MenuItemLookup] Item match:File 06:00:29.012 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:00:29.012 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:00:29.014 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:00:29.014 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:29.014 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:00:29.014 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:29.014 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:00:29.014 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:29.014 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:00:29.014 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:00:29.014 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:00:29.014 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:00:29.014 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:00:29.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:00:29.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:00:29.070 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:00:29.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:29.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:29.071 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:00:29.071 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:00:29.071 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:00:29.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:29.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:29.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:29.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:29.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:29.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:00:29.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:00:29.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:00:29.073 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:00:29.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:29.073 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:00:29.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:29.073 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:00:29.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:00:29.073 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:00:29.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:29.073 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:00:29.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:29.073 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:00:29.073 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 06:00:29.073 DEBUG [main][TreeItemHandler] Selecting tree item: File 06:00:29.073 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 06:00:29.074 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 06:00:29.074 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:00:29.074 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:00:29.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:00:29.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:29.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:29.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:29.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:29.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:00:29.075 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:00:29.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:00:29.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:00:29.075 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:00:29.075 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:00: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'] 06:00:29.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:00:29.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:00:29.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 06:00:29.117 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 06:00:29.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 06:00:29.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:29.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:29.117 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 06:00:29.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:00: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.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 06:00:29.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:29.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:29.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:29.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:29.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:00:29.119 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:00:29.120 INFO [WorkbenchTestable][AbstractText] Text set to: textEditor.txt 06:00:29.120 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:") 06:00:29.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:29.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:29.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:29.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:29.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:00:29.121 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:00:29.122 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 06:00:29.122 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 06:00:29.122 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 06:00:29.122 DEBUG [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) 06:00:29.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:29.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:29.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:29.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:29.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:00:29.123 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:00:29.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:00:29.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:00:29.123 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:00:29.124 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:00:29.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:00:29.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:00:29.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:29.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/TextEditorTestProject)' is a system job, skipped 06:00:29.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:00:29.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:00:29.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:29.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:29.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:29.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:29.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QtextEditor.txt\E') 06:00:29.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:29.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:29.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:29.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:29.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:29.640 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:29.640 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 06:00:29.643 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:29.644 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 06:00:29.644 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:00:29.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testProject/textEditor.txt - Eclipse Platform 06:00:29.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:29.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:29.644 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testProject/textEditor.txt - Eclipse Platform' 06:00:29.644 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testProject/textEditor.txt - Eclipse Platform' 06:00:29.644 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:29.644 DEBUG [main][MenuItemLookup] Item match:File 06:00:29.645 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:00:29.645 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:00:29.645 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:00:29.645 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:00:29.645 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:29.645 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:00:29.645 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:00:29.645 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:29.645 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:00:29.645 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:00:29.645 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:00:29.645 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:00:29.645 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:00:29.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:00:29.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:00:29.650 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:29.650 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 06:00:29.651 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:29.651 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 06:00:29.651 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 06:00:29.651 DEBUG [WorkbenchTestable][EditorHandler] Closing editor textEditor.txt 06:00:29.678 DEBUG [WorkbenchTestable][EditorHandler] Editor textEditor.txt is closed 06:00:29.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:29.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:29.679 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:29.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:29.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:29.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:00:29.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:29.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:29.680 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:00:29.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:00:29.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:29.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:29.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:29.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:29.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:29.680 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:29.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:29.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:29.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:00:29.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:00:29.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:00:29.681 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:29.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:29.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:29.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:29.682 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:29.682 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:29.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:29.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:29.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:29.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:29.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:30.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:30.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:30.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:30.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:30.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:30.684 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:30.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:30.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:30.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:30.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 06:00:30.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:30.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:30.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:30.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:30.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:30.685 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:30.685 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:30.685 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:30.685 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:30.685 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:30.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:30.686 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:30.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:30.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:30.686 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:30.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:30.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:30.686 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:30.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:30.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:30.686 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:30.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:30.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:30.686 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:30.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:30.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:30.686 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:30.686 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:30.686 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:30.690 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:30.690 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:30.690 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:30.690 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:30.690 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:30.697 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:30.697 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:30.697 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:30.785 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:30.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:30.785 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:30.785 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:30.785 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:30.785 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:00:30.785 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:30.785 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:30.785 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:30.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:30.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@769bdf47 is found... 06:00:30.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@769bdf47 is found finished successfully 06:00:30.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:30.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:30.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:30.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:30.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:30.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:30.800 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:30.800 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 06:00:30.800 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:00:30.814 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:30.814 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:30.814 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:00:30.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:30.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:30.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:30.815 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:30.815 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:30.815 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:30.815 DEBUG [main][MenuItemLookup] Item match:File 06:00:30.816 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:00:30.816 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:00:30.816 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:00:30.816 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:00:30.816 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:30.816 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:00:30.816 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:00:30.816 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:30.816 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:00:30.816 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:00:30.816 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:00:30.816 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:00:30.816 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:00:30.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:00:30.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:00:30.825 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:30.825 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:30.825 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:00:30.825 DEBUG [main][EditorHandler] 1 editor(s) found 06:00:30.825 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 06:00:30.867 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 06:00:30.867 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:30.867 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:00:30.867 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:00:30.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:30.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:30.868 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:30.868 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:00:30.868 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:30.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:30.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:00:30.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:00:30.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:00:30.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:30.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:30.895 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:30.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:30.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:30.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:00:30.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:30.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:30.896 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:00:30.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 '\*?\QProject Explorer\E') 06:00:30.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:30.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:30.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:30.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:30.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:30.897 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:30.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:30.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:30.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:00:30.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:00:30.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:00:30.907 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:30.907 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:30.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:30.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:30.907 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:30.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:30.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:30.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:30.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:30.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:30.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:31.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:31.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:31.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:31.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:31.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:31.911 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:31.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:31.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:31.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:31.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:00:31.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:31.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:31.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:31.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:31.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:31.912 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:31.912 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:31.912 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:31.913 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:31.913 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:31.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:31.913 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:31.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:31.913 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:31.913 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:31.913 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:31.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:31.913 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:31.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:31.913 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:31.913 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:31.913 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:31.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:31.913 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:31.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:31.913 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:31.913 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:31.913 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:31.913 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:31.917 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:31.917 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:31.917 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:31.917 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:31.917 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:31.920 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:31.921 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:31.921 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:32.029 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:32.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:32.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:32.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:32.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:32.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:00:32.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:32.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:32.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:32.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:32.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@bbd43f7 is found... 06:00:32.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@bbd43f7 is found finished successfully 06:00:32.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:32.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:32.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:32.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:32.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:32.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:32.041 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:32.041 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 06:00:32.041 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 540 06:00:32.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:32.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:32.045 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:32.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:32.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:32.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:32.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:32.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:32.046 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:32.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 '\*?\QProject Explorer\E') 06:00:32.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:32.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:32.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:32.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:32.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:32.047 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:32.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:32.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:32.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:32.078 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:32.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:32.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:32.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:32.078 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:32.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:32.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:32.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:32.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:32.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:32.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:32.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:32.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:33.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:33.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:33.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:33.081 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:33.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:33.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:33.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:33.082 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:00:33.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:33.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:33.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:33.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:33.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:33.082 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:33.082 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:33.082 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:33.083 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:33.083 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:33.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:33.083 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:33.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:33.083 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:33.083 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:33.083 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:33.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:33.083 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:33.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:33.083 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:33.083 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:33.083 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:33.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:33.083 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:33.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:33.083 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:33.083 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:33.083 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:33.084 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:33.087 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:33.087 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:33.087 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:33.087 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:33.087 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:33.090 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:33.090 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:33.090 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:33.113 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:33.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:33.113 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:33.113 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:33.113 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:33.113 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:33.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:33.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@44328526 is found... 06:00:33.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@44328526 is found finished successfully 06:00:33.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:33.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:33.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:33.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:33.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:33.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:33.116 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:33.116 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 06:00:33.116 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:00:33.125 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:33.125 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:33.125 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:00:33.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:33.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:33.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:33.125 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:33.125 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:33.125 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:33.125 DEBUG [main][MenuItemLookup] Item match:File 06:00:33.126 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:00:33.126 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:00:33.126 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:00:33.126 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:00:33.126 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:33.126 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:00:33.126 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:00:33.126 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:33.126 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:00:33.126 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:00:33.126 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:00:33.126 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:00:33.126 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:00:33.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:00:33.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:00:33.148 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:33.148 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:33.148 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:00:33.148 DEBUG [main][EditorHandler] 1 editor(s) found 06:00:33.148 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 06:00:33.224 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 06:00:33.225 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:33.225 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:00:33.225 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:00:33.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:33.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:33.225 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:33.225 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:00:33.225 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:33.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:33.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:00:33.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:00:33.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:00:33.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:33.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:33.226 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:33.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:33.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:33.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:00:33.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:33.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:33.227 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:00:33.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:00:33.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:33.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:33.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:33.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:33.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:33.227 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:33.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:33.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:33.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:00:33.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:00:33.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:00:33.229 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:33.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:33.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:33.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:33.229 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:33.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:33.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:33.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:33.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:33.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:33.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:33.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:33.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:34.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:34.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:34.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:34.242 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:34.242 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:34.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:34.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:34.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 06:00:34.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:34.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:34.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:34.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:34.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:34.243 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:34.244 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:34.244 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:34.244 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:34.244 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:34.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:34.244 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:34.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:34.244 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:34.244 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:34.245 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:34.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:34.245 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:34.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:34.245 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:34.245 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:34.245 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:34.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:34.245 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:34.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:34.245 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:34.245 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:34.245 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:34.245 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:34.250 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:34.250 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:34.250 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:34.250 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:34.250 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:34.253 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:34.253 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:34.253 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:34.350 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:34.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:34.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:34.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:34.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:34.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:00:34.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:34.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:34.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:34.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:34.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@315f94bc is found... 06:00:34.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@315f94bc is found finished successfully 06:00:34.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 '\*?\QJavaClass.java\E') 06:00:34.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:34.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:34.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:34.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:34.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:34.355 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:34.355 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 06:00:34.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:34.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:34.355 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:34.355 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:34.355 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:00:34.355 DEBUG [main][MenuItemLookup] Item match:Edit 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:34.356 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 06:00:34.356 DEBUG [main][MenuItemLookup] Item match:Content Assist 06:00:34.356 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:34.356 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 06:00:34.356 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 06:00:34.356 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:00:35.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:35.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:35.357 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:35.357 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:35.357 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:00:35.357 DEBUG [main][MenuItemLookup] Item match:Edit 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:35.358 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 06:00:35.358 DEBUG [main][MenuItemLookup] Item match:Content Assist 06:00:35.359 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 06:00:35.359 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 06:00:35.359 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 06:00:35.359 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 06:00:35.359 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 06:00:35.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 06:00:35.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 06:00:35.375 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:00:35.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:35.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:35.379 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 06:00:35.379 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:00:35.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:35.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:35.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:35.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:35.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:00:35.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:00:35.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:00:35.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 06:00:35.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 06:00:35.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:35.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:35.380 INFO [WorkbenchTestable][AbstractShell] Close shell 06:00:35.380 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 06:00:35.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:00:35.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:00:35.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 06:00:35.892 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 06:00:35.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:35.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:35.893 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:35.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:35.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:35.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:35.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:35.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:35.894 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:35.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 '\*?\QProject Explorer\E') 06:00:35.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:35.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:35.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:35.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:35.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:35.894 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:35.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:35.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:35.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:35.916 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:35.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:35.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:35.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:35.916 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:35.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:35.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:35.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:35.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:35.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:35.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:36.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:36.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:36.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:36.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:36.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:36.918 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:36.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:36.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:36.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:36.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:00:36.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:36.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:36.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:36.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:36.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:36.920 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:36.920 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:36.920 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:36.921 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:36.921 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:36.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:36.921 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:36.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:36.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:36.921 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:36.921 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:36.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:36.921 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:36.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:36.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:36.921 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:36.921 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:36.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:36.921 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:36.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:36.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:36.921 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:36.921 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:36.921 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:36.924 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:36.925 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:36.925 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:36.925 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:36.925 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:36.928 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:36.928 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:36.928 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:36.949 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:36.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:36.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:36.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:36.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:36.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:36.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:36.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:36.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:36.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3c500efc is found... 06:00:36.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3c500efc is found finished successfully 06:00:36.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:36.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:36.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:36.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:36.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:36.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:36.952 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:36.952 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 06:00:36.952 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:00:36.961 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:36.961 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:36.961 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:00:36.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:36.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:36.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:36.962 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:36.962 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:36.962 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:36.962 DEBUG [main][MenuItemLookup] Item match:File 06:00:36.962 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:00:36.962 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:00:36.962 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:00:36.962 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:00:36.962 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:36.962 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:00:36.962 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:00:36.962 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:36.962 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:00:36.962 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:00:36.962 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:00:36.962 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:00:36.963 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:00:36.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:00:36.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:00:36.982 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:36.983 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:36.983 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:00:36.983 DEBUG [main][EditorHandler] 1 editor(s) found 06:00:36.983 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 06:00:37.023 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 06:00:37.023 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:37.023 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:00:37.023 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:00:37.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:37.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:37.023 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:37.023 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:00:37.023 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:37.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:37.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:00:37.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:00:37.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:00:37.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:37.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:37.024 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:37.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:37.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:37.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:00:37.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:37.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:37.025 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:00:37.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:00:37.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:37.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:37.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:37.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:37.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:37.025 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:37.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:37.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:37.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:00:37.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:00:37.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:00:37.027 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:37.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:37.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:37.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:37.027 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:37.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:37.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:37.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:37.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:37.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:37.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:37.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:37.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:38.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:38.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:38.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:38.030 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:38.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:38.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:38.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:38.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 06:00:38.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:38.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:38.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:38.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:38.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:38.031 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:38.031 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:38.031 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:38.032 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:38.032 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:38.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:38.032 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:38.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:38.032 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:38.032 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:38.032 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:38.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:38.032 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:38.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:38.032 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:38.032 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:38.032 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:38.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:38.032 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:38.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:38.032 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:38.032 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:38.032 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:38.033 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:38.036 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:38.036 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:38.036 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:38.036 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:38.036 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:38.039 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:38.039 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:38.039 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:38.125 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:38.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:38.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:38.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:38.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:38.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:00:38.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:38.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:38.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:38.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:38.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@36f36608 is found... 06:00:38.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@36f36608 is found finished successfully 06:00:38.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:38.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:38.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:38.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:38.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:38.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:38.130 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:38.130 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 06:00:38.130 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:38.130 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 06:00:38.130 INFO [WorkbenchTestable][TextEditor] Set cursor position to offset: 517 06:00:38.131 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:38.131 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 06:00:38.137 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 06:00:38.144 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 06:00:38.144 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 06:00:38.745 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 06:00:38.745 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 06:00:39.347 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 06:00:39.347 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 06:00:39.949 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 06:00:39.949 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 06:00:40.551 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 06:00:40.551 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 06:00:41.152 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 06:00:41.152 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 06:00:41.753 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 06:00:41.753 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 06:00:42.355 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 06:00:42.355 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 06:00:42.956 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:42.957 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * 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 06:00:42.957 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:00:42.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:42.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:42.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:42.957 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:42.958 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:42.958 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:42.958 DEBUG [main][MenuItemLookup] Item match:File 06:00:42.958 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:00:42.958 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:00:42.958 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:00:42.958 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:00:42.958 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:42.958 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:00:42.958 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:00:42.958 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:42.958 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:00:42.958 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:00:42.959 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:00:42.959 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:00:42.959 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:00:42.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:00:42.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:00:42.979 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:42.979 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * 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 06:00:42.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:42.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:42.980 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:42.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:42.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:42.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:42.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:42.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:42.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:42.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 '\*?\QProject Explorer\E') 06:00:42.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:42.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:42.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:42.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:42.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:42.981 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:42.981 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:42.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:42.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:42.988 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:42.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:42.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:42.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:42.989 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:42.989 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:42.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:42.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:42.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:42.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:42.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:43.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:43.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:43.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:43.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:43.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:43.992 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:43.992 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:43.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:43.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:43.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:00:43.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:43.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:43.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:43.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:43.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:43.993 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:43.993 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:43.994 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:43.994 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:43.994 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:43.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:43.994 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:43.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:43.994 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:43.994 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:43.994 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:43.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:43.994 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:43.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:43.994 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:43.994 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:43.994 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:43.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:43.994 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:43.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:43.994 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:43.994 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:43.994 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:43.995 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:43.998 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:43.998 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:43.998 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:43.998 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:43.998 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:44.001 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:44.001 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:44.001 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:44.022 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:44.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:44.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:44.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:44.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:44.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:44.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:44.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:44.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:44.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:44.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:44.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:44.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:44.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3afa77f5 is found... 06:00:44.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3afa77f5 is found finished successfully 06:00:44.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:44.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:44.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:44.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:44.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:44.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:44.025 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:44.025 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * 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 06:00:44.025 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:00:44.031 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:44.031 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:44.031 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:00:44.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:44.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:44.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:44.031 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:44.031 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:44.031 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:44.031 DEBUG [main][MenuItemLookup] Item match:File 06:00:44.032 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:00:44.032 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:00:44.032 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:00:44.032 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:00:44.032 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:44.032 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:00:44.032 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:00:44.032 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:44.032 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:00:44.032 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:00:44.032 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:00:44.032 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:00:44.032 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:00:44.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:00:44.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:00:44.055 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:44.055 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:44.055 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:00:44.055 DEBUG [main][EditorHandler] 1 editor(s) found 06:00:44.055 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 06:00:44.106 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 06:00:44.106 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:44.106 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:00:44.106 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:00:44.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:44.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:44.106 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:44.106 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:00:44.106 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:44.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:44.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:00:44.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:00:44.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:00:44.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:44.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:44.107 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:44.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:44.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:44.108 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:00:44.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:44.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:44.108 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:00:44.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 '\*?\QProject Explorer\E') 06:00:44.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:44.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:44.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:44.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:44.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:44.109 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:44.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:44.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:44.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:00:44.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:00:44.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:00:44.110 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:44.110 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:44.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:44.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:44.111 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:44.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:44.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:44.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:44.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:44.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:44.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:44.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:44.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:45.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:45.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:45.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:45.113 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:45.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:45.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:45.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:45.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 06:00:45.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:45.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:45.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:45.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:45.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:45.114 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:45.114 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:45.114 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:45.115 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:45.115 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:45.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:45.115 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:45.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:45.115 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:45.115 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:45.115 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:45.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:45.115 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:45.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:45.115 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:45.115 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:45.115 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:45.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:45.115 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:45.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:45.115 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:45.115 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:45.115 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:45.115 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:45.118 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:45.119 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:45.119 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:45.119 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:45.119 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:45.123 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:45.123 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:45.124 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:45.210 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:45.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:45.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:45.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:45.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:45.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:00:45.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:45.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:45.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:45.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:45.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a90dc09 is found... 06:00:45.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a90dc09 is found finished successfully 06:00:45.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:45.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:45.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:45.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:45.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:45.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:45.221 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:45.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 06:00:45.221 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 0] 06:00:45.227 DEBUG [WorkbenchTestable][Keyboard] Select 15 characters to the right 06:00:45.227 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 06:00:45.428 INFO [WorkbenchTestable][Keyboard] Move cursor 06:00:45.628 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 06:00:45.628 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 06:00:45.829 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 06:00:46.231 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 06:00:46.231 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 06:00:46.433 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 06:00:46.836 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 06:00:46.836 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 06:00:47.036 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 06:00:47.438 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 06:00:47.438 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 06:00:47.638 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 06:00:48.040 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 06:00:48.041 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 06:00:48.241 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 06:00:48.643 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 06:00:48.643 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 06:00:48.844 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 06:00:49.246 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 06:00:49.246 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 06:00:49.446 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 06:00:49.848 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 06:00:49.848 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 06:00:50.049 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 06:00:50.451 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 06:00:50.451 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 06:00:50.651 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 06:00:51.053 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 06:00:51.053 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 06:00:51.254 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 06:00:51.655 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 06:00:51.656 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 06:00:51.856 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 06:00:52.259 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 06:00:52.259 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 06:00:52.460 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 06:00:52.862 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 06:00:52.862 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 06:00:53.062 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 06:00:53.465 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 06:00:53.465 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 06:00:53.665 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 06:00:54.068 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 06:00:54.068 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 06:00:54.268 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 06:00:54.470 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 06:00:54.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:54.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:54.672 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:54.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:54.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:54.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:54.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:54.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:54.673 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:54.673 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:00:54.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:54.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:54.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:54.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:54.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:54.673 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:54.673 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:54.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:54.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:54.680 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:54.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:54.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:54.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:54.680 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:54.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:54.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:54.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:54.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:54.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:54.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:55.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:55.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:55.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:55.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:55.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:55.682 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:55.683 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:55.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:55.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:55.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:00:55.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:55.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:55.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:55.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:55.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:55.684 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:55.684 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:55.684 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:55.684 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:55.684 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:55.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:55.684 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:55.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:55.684 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:55.684 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:55.684 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:55.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:55.685 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:55.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:55.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:55.685 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:55.685 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:55.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:55.685 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:55.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:55.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:55.685 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:55.685 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:55.685 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:55.688 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:55.689 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:55.689 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:55.689 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:55.689 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:55.693 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:55.693 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:55.694 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:55.706 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:55.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:55.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:55.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:55.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:55.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:55.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:55.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:55.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:55.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4b2cbe1d is found... 06:00:55.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4b2cbe1d is found finished successfully 06:00: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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:55.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:55.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:55.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:55.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:55.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:55.720 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:55.720 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:55.720 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:00:55.729 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:55.729 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:55.729 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:00:55.729 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:55.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:55.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:55.729 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:55.729 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:55.729 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:55.729 DEBUG [main][MenuItemLookup] Item match:File 06:00:55.730 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:00:55.730 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:00:55.730 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:00:55.730 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:00:55.730 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:55.730 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:00:55.730 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:00:55.730 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:55.730 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:00:55.730 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:00:55.730 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:00:55.730 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:00:55.730 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:00:55.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:00:55.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:00:55.738 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:55.738 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:55.738 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:00:55.738 DEBUG [main][EditorHandler] 1 editor(s) found 06:00:55.738 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 06:00:55.779 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 06:00:55.779 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:55.779 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:00:55.779 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:00:55.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:55.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:55.780 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:55.780 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:00:55.780 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:55.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:55.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:00:55.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:00:55.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:00:55.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:55.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:55.781 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:55.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:55.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:55.782 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:00:55.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:55.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:55.782 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:00:55.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 '\*?\QProject Explorer\E') 06:00:55.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:55.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:55.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:55.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:55.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:55.783 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:55.783 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:55.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:55.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:00:55.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:00:55.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:00:55.785 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:55.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:55.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:55.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:55.785 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:55.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:55.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:55.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:55.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:55.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:55.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:56.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:56.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:56.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:56.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:56.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:56.788 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:56.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:56.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:56.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:56.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 06:00:56.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:56.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:56.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:56.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:56.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:56.789 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:56.789 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:56.790 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:56.790 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:56.790 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:56.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:56.790 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:56.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:56.790 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:56.790 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:56.790 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:56.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:56.790 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:56.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:56.790 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:56.790 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:56.790 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:56.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:56.791 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:56.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:56.791 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:56.791 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:56.791 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:56.791 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:56.795 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:56.796 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:56.796 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:56.796 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:56.796 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:56.799 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:56.799 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:56.799 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:56.907 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:56.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:56.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:56.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:56.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:56.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:00:56.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:56.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:56.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:56.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:56.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@788afa99 is found... 06:00:56.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@788afa99 is found finished successfully 06:00:56.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:56.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:56.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:56.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:56.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:56.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:56.912 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:56.912 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 06:00:56.912 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 525 06:00:56.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:56.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:56.915 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:56.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:56.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:56.915 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:56.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:56.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:56.927 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:56.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:00:56.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:56.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:56.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:56.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:56.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:56.928 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:56.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:56.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:56.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:56.946 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:56.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:56.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:56.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:56.946 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:56.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:56.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:56.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:56.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:56.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:56.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:57.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:57.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:57.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:57.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:57.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:57.948 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:57.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:57.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:57.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:57.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:00:57.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:57.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:57.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:57.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:57.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:57.949 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:57.949 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:57.949 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:57.949 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:57.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:57.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:57.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:57.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:57.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:57.950 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:57.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:57.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:57.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:57.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:57.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:57.950 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:57.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:57.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:57.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:57.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:57.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:57.951 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:57.951 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:57.951 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:57.954 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:57.954 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:57.954 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:57.954 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:57.954 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:57.957 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:57.957 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:57.958 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:57.979 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:57.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:57.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:57.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:57.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:57.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:57.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:57.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:57.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:57.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@11267fa2 is found... 06:00:57.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@11267fa2 is found finished successfully 06:00:57.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:00:57.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:57.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:57.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:57.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:57.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:57.981 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:57.981 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 06:00:57.981 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:00:57.991 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:57.991 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:57.991 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:00:57.991 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:57.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:57.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:57.991 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:57.991 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:57.991 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:57.992 DEBUG [main][MenuItemLookup] Item match:File 06:00:57.992 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:00:57.992 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:00:57.992 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:00:57.992 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:00:57.992 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:57.992 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:00:57.992 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:00:57.992 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:57.992 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:00:57.992 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:00:57.992 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:00:57.992 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:00:57.992 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:00:58.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:00:58.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:00:58.014 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:58.014 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:58.014 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:00:58.014 DEBUG [main][EditorHandler] 1 editor(s) found 06:00:58.014 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 06:00:58.055 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 06:00:58.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:58.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:00:58.055 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:00:58.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:00:58.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:00:58.055 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:58.055 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:00:58.055 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:00:58.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:00:58.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:00:58.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:00:58.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:00:58.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:58.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:58.056 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:00:58.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:58.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:58.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:00:58.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:58.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:58.057 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:00:58.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:00:58.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:58.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:58.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:58.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:58.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:58.057 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:58.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:58.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:58.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:00:58.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:00:58.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:00:58.059 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:58.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:58.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:58.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:58.059 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:58.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:58.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:58.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:58.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:58.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:58.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:58.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:58.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:59.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:59.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:00:59.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:00:59.061 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:00:59.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:00:59.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:59.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:00:59.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:00:59.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:59.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:59.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:59.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:59.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:00:59.062 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:00:59.062 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:00:59.062 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:00:59.063 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:00:59.063 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:00:59.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:59.063 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:00:59.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:59.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:00:59.063 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:00:59.063 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:00:59.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:59.063 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:00:59.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:59.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:00:59.064 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:00:59.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:00:59.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:00:59.064 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:00:59.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:00:59.064 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:00:59.064 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:59.064 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:59.064 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:59.067 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:59.067 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:00:59.067 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:00:59.067 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:00:59.068 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:00:59.070 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:00:59.070 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:00:59.071 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:00:59.156 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:00:59.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:00:59.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:00:59.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:00:59.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:00:59.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:00:59.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:00:59.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:00:59.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:00:59.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:00:59.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@dca991b is found... 06:00:59.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@dca991b is found finished successfully 06:00:59.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 '\*?\QJavaClass.java\E') 06:00:59.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:00:59.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:00:59.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:00:59.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:00:59.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:00:59.161 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:59.161 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 06:00:59.161 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:00:59.168 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:00:59.177 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:59.177 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:59.177 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:00:59.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:00:59.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:00:59.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:00:59.177 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:59.177 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:00:59.177 DEBUG [main][MenuItemLookup] Found menu:'File' 06:00:59.177 DEBUG [main][MenuItemLookup] Item match:File 06:00:59.178 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:00:59.178 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:00:59.178 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:00:59.178 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:00:59.178 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:59.178 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:00:59.178 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:00:59.178 DEBUG [main][MenuItemLookup] Found menu:'' 06:00:59.178 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:00:59.178 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:00:59.178 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:00:59.178 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:00:59.178 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:00:59.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:00:59.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:00:59.198 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:00:59.198 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:00:59.198 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:01:00.198 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:00.199 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:01:00.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:00.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:00.201 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:01:00.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:00.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:00.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:01:00.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:00.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:00.202 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:01:00.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:01:00.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:00.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:00.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:00.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:00.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:00.202 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:00.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:00.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:00.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:00.209 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:00.209 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:00.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:00.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:00.209 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:00.209 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:00.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:00.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:00.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:00.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:00.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:00.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:00.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:01.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:01.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:01.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:01:01.211 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:01.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:01.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:01.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:01.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:01:01.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:01.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:01.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:01.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:01.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:01.212 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:01:01.212 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:01:01.212 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:01:01.213 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:01:01.213 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:01:01.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:01.213 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:01:01.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:01.213 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:01:01.213 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:01:01.213 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:01:01.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:01.213 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:01:01.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:01.213 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:01:01.213 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:01:01.213 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:01:01.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:01.213 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:01:01.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:01.213 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:01:01.213 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:01:01.213 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:01:01.213 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:01:01.217 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:01:01.217 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:01:01.217 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:01:01.217 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:01:01.217 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:01:01.221 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:01:01.221 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:01:01.222 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:01:01.244 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:01:01.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:01:01.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:01:01.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:01:01.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:01:01.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:01:01.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:01:01.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:01:01.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:01:01.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@23b802e9 is found... 06:01:01.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@23b802e9 is found finished successfully 06:01:01.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:01:01.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:01.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:01.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:01.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:01.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:01.246 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:01.246 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:01:01.246 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:01:01.251 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:01.251 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 06:01:01.251 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:01:01.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:01:01.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:01.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:01.252 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:01:01.252 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:01:01.252 DEBUG [main][MenuItemLookup] Found menu:'File' 06:01:01.252 DEBUG [main][MenuItemLookup] Item match:File 06:01:01.253 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:01:01.253 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:01:01.253 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:01:01.253 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:01:01.253 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:01.253 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:01:01.253 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:01:01.253 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:01.253 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:01:01.253 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:01:01.253 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:01:01.253 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:01:01.253 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:01:01.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:01:01.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:01:01.275 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:01.275 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:01:01.275 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:01:01.276 DEBUG [main][EditorHandler] 1 editor(s) found 06:01:01.276 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 06:01:01.328 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 06:01:01.328 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:01:01.329 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:01.329 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:01.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:01.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:01.329 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:01:01.329 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:01.329 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:01:01.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:01:01.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:01.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:01.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:01.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:01.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:01.330 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:01:01.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:01.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:01.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:01.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:01.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:01.331 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:01.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 '\*?\QProject Explorer\E') 06:01:01.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:01.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:01.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:01.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:01.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:01.331 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:01.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:01.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:01.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:01.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:01.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:01.342 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:01.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:01.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:01.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:01.343 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:01.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:01.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:01.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:01.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:01.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:01.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:01.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:01.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:02.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:02.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:02.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:01:02.345 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:02.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:02.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:02.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:02.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 06:01:02.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:02.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:02.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:02.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:02.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:02.346 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:01:02.346 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:01:02.347 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:01:02.347 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:01:02.347 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:01:02.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:02.347 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:01:02.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:02.347 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:01:02.347 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:01:02.347 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:01:02.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:02.347 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:01:02.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:02.347 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:01:02.348 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:01:02.348 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:01:02.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:02.348 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:01:02.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:02.348 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:01:02.348 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:01:02.348 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:01:02.348 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:01:02.351 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:01:02.351 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:01:02.351 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:01:02.351 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:01:02.351 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:01:02.354 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:01:02.354 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:01:02.354 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:01:02.443 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:01:02.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:01:02.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:01:02.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:01:02.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:01:02.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:01:02.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:01:02.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:01:02.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:01:02.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:01:02.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@c496a35 is found... 06:01:02.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@c496a35 is found finished successfully 06:01:02.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 '\*?\QJavaClass.java\E') 06:01:02.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:02.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:02.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:02.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:02.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:02.454 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:02.454 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 06:01:02.454 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 { 06:01:02.458 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:02.458 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 06:01:02.458 INFO [WorkbenchTestable][AbstractEditor] Open editor's open on assistant 06:01:02.458 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:01:03.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:03.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:03.459 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:01:03.459 DEBUG [main][MenuItemLookup] Found menu:'File' 06:01:03.459 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:01:03.459 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:01:03.459 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:01:03.459 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:01:03.459 DEBUG [main][MenuItemLookup] Item match:Navigate 06:01:03.461 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:01:03.461 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:01:03.461 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:03.461 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 06:01:03.461 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:01:03.461 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 06:01:03.461 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 06:01:03.461 DEBUG [main][MenuItemLookup] Item match:Open Hyperlink 06:01:03.461 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open Hyperlin&k" 06:01:03.461 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Hyperlink 06:01:03.461 INFO [main][MenuItemHandler] Select menu item: Open Hyperlin&k 06:01:03.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 06:01:03.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:01:03.494 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:03.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:03.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:03.494 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 06:01:03.494 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:03.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:03.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:03.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:03.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:03.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:01:03.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:01:03.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:01:03.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 06:01:03.495 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 06:01:03.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:03.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:03.495 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:03.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:03.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:03.495 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 06:01:03.495 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 06:01:03.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:03.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:03.496 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") 06:01:03.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:03.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:03.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:03.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:03.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:04.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:04.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:04.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:01:04.498 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 06:01:04.498 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 06:01:04.498 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:04.498 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 06:01:04.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 06:01:04.510 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 06:01:04.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:04.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:04.510 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:01:04.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:04.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:04.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:01:04.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:04.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:04.511 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:01:04.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:01:04.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:04.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:04.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:04.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:04.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:04.512 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:04.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:04.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:04.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:04.535 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:04.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:04.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:04.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:04.536 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:04.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:04.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:04.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:04.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:04.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:04.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:05.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:05.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:05.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:05.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:05.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:01:05.538 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:05.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:05.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:05.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:05.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 06:01:05.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:05.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:05.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:05.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:05.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:05.540 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:01:05.540 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:01:05.540 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:01:05.540 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:01:05.540 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:01:05.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:05.540 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:01:05.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:05.540 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:01:05.540 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:01:05.540 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:01:05.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:05.540 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:01:05.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:05.540 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:01:05.541 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:01:05.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:01:05.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:05.541 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:01:05.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:05.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:01:05.541 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:01:05.541 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:01:05.541 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:01:05.544 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:01:05.544 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:01:05.544 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:01:05.544 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:01:05.544 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:01:05.547 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:01:05.547 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:01:05.547 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:01:05.569 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:01:05.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:01:05.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:01:05.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:01:05.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:01:05.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:01:05.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:01:05.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:01:05.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:01:05.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2eb0cf71 is found... 06:01:05.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2eb0cf71 is found finished successfully 06:01:05.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:01:05.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:05.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:05.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:05.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:05.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:05.572 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:05.572 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 06:01:05.572 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:01:05.584 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:05.584 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:01:05.584 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:01:05.584 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:01:05.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:05.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:05.584 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:01:05.585 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:01:05.585 DEBUG [main][MenuItemLookup] Found menu:'File' 06:01:05.585 DEBUG [main][MenuItemLookup] Item match:File 06:01:05.585 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:01:05.585 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:01:05.586 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:01:05.586 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:01:05.586 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:05.586 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:01:05.586 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:01:05.586 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:05.586 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:01:05.586 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:01:05.600 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:01:05.600 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:01:05.601 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:01:05.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:01:05.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:01:05.619 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:05.620 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:01:05.620 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:01:05.620 DEBUG [main][EditorHandler] 1 editor(s) found 06:01:05.620 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 06:01:05.663 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 06:01:05.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:01:05.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:05.663 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:05.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:05.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:05.664 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:01:05.664 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:05.664 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:01:05.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:01:05.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:05.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:05.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:05.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:05.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:05.665 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:01:05.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:05.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:05.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:05.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:05.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:05.665 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:05.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 '\*?\QProject Explorer\E') 06:01:05.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:05.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:05.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:05.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:05.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:05.666 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:05.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:05.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:05.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:05.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:05.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:05.667 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:05.667 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:05.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:05.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:05.668 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:05.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:05.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:05.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:05.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:05.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:05.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:06.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:06.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:06.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:06.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:06.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:01:06.671 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:06.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:06.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:06.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:06.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:01:06.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:06.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:06.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:06.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:06.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:06.672 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:01:06.672 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:01:06.672 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:01:06.673 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:01:06.673 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:01:06.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:06.673 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:01:06.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:06.673 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:01:06.673 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:01:06.673 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:01:06.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:06.673 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:01:06.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:06.673 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:01:06.673 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:01:06.673 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:01:06.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:06.673 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:01:06.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:06.673 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:01:06.673 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:01:06.673 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:01:06.673 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:01:06.676 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:01:06.677 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:01:06.677 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:01:06.677 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:01:06.677 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:01:06.680 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:01:06.680 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:01:06.680 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:01:06.765 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:01:06.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:01:06.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:01:06.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:01:06.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:01:06.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:01:06.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:01:06.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:01:06.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:01:06.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:01:06.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@776b99fd is found... 06:01:06.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@776b99fd is found finished successfully 06:01:06.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:01:06.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:06.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:06.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:06.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:06.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:06.771 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:06.771 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 06:01:06.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:06.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:06.771 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:01:06.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:06.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:06.772 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:01:06.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:06.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:06.772 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:01:06.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:01:06.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:06.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:06.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:06.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:06.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:06.773 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:06.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:06.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:06.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:06.795 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:06.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:06.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:06.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:06.795 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:06.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:06.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:06.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:06.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:06.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:06.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:07.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:07.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:07.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:07.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:07.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:01:07.797 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:07.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:07.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:07.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:07.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:01:07.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:07.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:07.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:07.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:07.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:07.798 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:01:07.798 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:01:07.798 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:01:07.798 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:01:07.798 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:01:07.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:07.799 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:01:07.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:07.799 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:01:07.799 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:01:07.799 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:01:07.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:07.799 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:01:07.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:07.799 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:01:07.799 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:01:07.799 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:01:07.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:07.799 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:01:07.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:07.799 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:01:07.799 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:01:07.799 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:01:07.799 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:01:07.804 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:01:07.804 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:01:07.804 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:01:07.804 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:01:07.804 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:01:07.810 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:01:07.810 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:01:07.810 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:01:07.838 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:01:07.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:01:07.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:01:07.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:01:07.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:01:07.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:01:07.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:01:07.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:01:07.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:01:07.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@142772b3 is found... 06:01:07.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@142772b3 is found finished successfully 06:01:07.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:01:07.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:07.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:07.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:07.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:07.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:07.841 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:07.841 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 06:01:07.841 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:01:07.850 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:07.850 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:01:07.850 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:01:07.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:01:07.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:07.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:07.850 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:01:07.850 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:01:07.850 DEBUG [main][MenuItemLookup] Found menu:'File' 06:01:07.851 DEBUG [main][MenuItemLookup] Item match:File 06:01:07.851 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:01:07.851 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:01:07.851 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:01:07.851 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:01:07.851 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:07.851 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:01:07.851 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:01:07.851 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:07.851 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:01:07.851 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:01:07.851 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:01:07.851 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:01:07.851 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:01:07.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:01:07.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:01:07.871 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:07.871 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:01:07.871 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:01:07.871 DEBUG [main][EditorHandler] 1 editor(s) found 06:01:07.871 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 06:01:07.927 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 06:01:07.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:01:07.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:07.927 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:07.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:07.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:07.928 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:01:07.928 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:07.928 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:01:07.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:01:07.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:07.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:07.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:07.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:07.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:07.929 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:01:07.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:07.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:07.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:07.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:07.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:07.929 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:07.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 '\*?\QProject Explorer\E') 06:01:07.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:07.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:07.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:07.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:07.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:07.930 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:07.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:07.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:07.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:07.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:07.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:07.931 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:07.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:07.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:07.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:07.932 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:07.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:07.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:07.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:07.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:07.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:07.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:08.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:08.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:08.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:08.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:08.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:01:08.933 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:08.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:08.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:08.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:08.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 06:01:08.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:08.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:08.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:08.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:08.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:08.935 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:01:08.935 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:01:08.935 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:01:08.935 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:01:08.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:01:08.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:08.935 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:01:08.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:08.935 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:01:08.936 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:01:08.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:01:08.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:08.936 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:01:08.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:08.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:01:08.936 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:01:08.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:01:08.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:08.936 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:01:08.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:08.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:01:08.936 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:01:08.936 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:01:08.936 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:01:08.939 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:01:08.940 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:01:08.940 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:01:08.940 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:01:08.940 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:01:08.944 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:01:08.944 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:01:08.945 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:01:09.030 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:01:09.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:01:09.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:01:09.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:01:09.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:01:09.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:01:09.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:01:09.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:01:09.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:01:09.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:01:09.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@53f8bac0 is found... 06:01:09.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@53f8bac0 is found finished successfully 06:01:09.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 06:01:09.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:09.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:09.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:09.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:09.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:09.041 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:09.041 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 06:01:09.041 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 06:01:09.041 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 06:01:09.241 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 06:01:09.443 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 06:01:09.443 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 06:01:09.644 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 06:01:09.846 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 06:01:09.846 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 06:01:10.046 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 06:01:10.249 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 06:01:10.249 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 06:01:10.449 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 06:01:10.652 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 06:01:10.652 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 06:01:10.852 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 06:01:11.854 INFO [WorkbenchTestable][TextEditor] Select line 17 in editor 06:01:11.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:11.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:11.859 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:01:11.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:11.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:11.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:01:11.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:11.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:11.859 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:01:11.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 '\*?\QProject Explorer\E') 06:01:11.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:11.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:11.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:11.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:11.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:11.860 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:11.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:11.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:11.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:11.881 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:11.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:11.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:11.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:11.881 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:11.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:11.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:11.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:11.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:11.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:11.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:12.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:12.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:12.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:12.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:12.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:01:12.884 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:12.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:12.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:12.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:12.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 06:01:12.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:12.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:12.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:12.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:12.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:12.884 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:01:12.884 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:01:12.885 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:01:12.885 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 06:01:12.885 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 06:01:12.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:12.885 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 06:01:12.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:12.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 06:01:12.885 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:01:12.885 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:01:12.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:12.885 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:01:12.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:12.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:01:12.885 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 06:01:12.885 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:01:12.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:12.885 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:01:12.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:12.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:01:12.885 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:01:12.885 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:01:12.885 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:01:12.888 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:01:12.889 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 06:01:12.889 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 06:01:12.889 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 06:01:12.889 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 06:01:12.892 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 06:01:12.892 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:01:12.892 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:01:12.914 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:01:12.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:01:12.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:01:12.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:01:12.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:01:12.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:01:12.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:01:12.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:01:12.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:01:12.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@25e7522e is found... 06:01:12.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@25e7522e is found finished successfully 06:01:12.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 '\*?\QJavaClass.java\E') 06:01:12.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:12.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:12.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:12.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:12.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:12.916 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:12.916 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 06:01:12.916 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:01:12.926 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:12.926 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:01:12.926 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:01:12.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 06:01:12.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:12.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:12.927 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:01:12.927 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 06:01:12.927 DEBUG [main][MenuItemLookup] Found menu:'File' 06:01:12.927 DEBUG [main][MenuItemLookup] Item match:File 06:01:12.928 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:01:12.928 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:01:12.928 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:01:12.928 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:01:12.928 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:12.928 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:01:12.928 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:01:12.928 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:12.928 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:01:12.928 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:01:12.928 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:01:12.928 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:01:12.928 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:01:12.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:01:12.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:01:12.949 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:12.950 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/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 06:01:12.950 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:01:12.950 DEBUG [main][EditorHandler] 1 editor(s) found 06:01:12.950 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 06:01:13.004 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 06:01:13.004 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:01:13.004 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:13.004 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:13.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:13.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:13.004 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 06:01:13.004 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:01:13.004 DEBUG [main][EditorHandler] 0 editor(s) found 06:01:13.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:13.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:13.006 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:01:13.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:13.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:13.006 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:13.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:13.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:13.007 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:13.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 '\*?\QProject Explorer\E') 06:01:13.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:13.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:13.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:13.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:13.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:13.007 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:13.007 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:13.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:13.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:13.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:13.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:13.009 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:13.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:13.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:13.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:13.009 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:13.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:13.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:13.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:13.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:13.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:13.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:13.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:13.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:14.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:14.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:14.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:01:14.012 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:14.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:14.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:14.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:14.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 06:01:14.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:14.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:14.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:14.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:14.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:14.013 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:01:14.013 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:01:14.013 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:14.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:14.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:14.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:14.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:14.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:14.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:14.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:14.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:15.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:15.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:15.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:01:15.016 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:15.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:15.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:15.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:15.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 06:01:15.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:15.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:15.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:15.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:15.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:15.017 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 06:01:15.017 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 06:01:15.017 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:15.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:15.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:15.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:15.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 06:01:15.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:15.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:15.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:15.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:15.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:15.018 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:01:15.018 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:01:15.018 DEBUG [main][TreeItemHandler] Set Tree selection 06:01:15.018 DEBUG [main][TreeHandler] Notify Tree about selection event 06:01:15.021 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:01:15.022 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 06:01:15.022 DEBUG [WorkbenchTestable][TreeItemHandler] TextEditorTestProject 06:01:15.022 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:01:15.022 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:15.053 DEBUG [main][MenuItemLookup] Found menu:'New' 06:01:15.053 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:01:15.053 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:15.053 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:01:15.053 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:15.053 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:01:15.053 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:01:15.053 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:01:15.053 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:01:15.053 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:01:15.053 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:15.053 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:01:15.053 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:01:15.053 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:15.053 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:01:15.053 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:01:15.053 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:01:15.053 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:01:15.053 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:01:15.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:01:15.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:01:15.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:01:15.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:01:15.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:01:15.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:01:15.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:01:15.554 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:01:15.554 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:15.566 DEBUG [main][MenuItemLookup] Found menu:'New' 06:01:15.566 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:01:15.566 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:15.566 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:01:15.566 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:15.566 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:01:15.566 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:01:15.566 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:01:15.566 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:01:15.566 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:01:15.566 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:01:15.567 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:01:15.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1252): Gtk-CRITICAL **: 06:01:15.590: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1252): Gtk-CRITICAL **: 06:01:15.592: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1252): Gtk-CRITICAL **: 06:01:15.607: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1252): Gtk-CRITICAL **: 06:01:15.618: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:01:16.121 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 06:01:16.121 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:01:16.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:16.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:16.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:01:16.123 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:16.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:16.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:16.123 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:01:16.123 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:16.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:16.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:16.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:16.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:16.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:01:16.124 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:01:16.124 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:01:16.124 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:01:16.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:01:16.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:01:16.124 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:01:16.124 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:16.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 "OK") 06:01:16.124 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:16.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:16.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:16.125 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:01:16.125 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:16.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:16.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:16.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:16.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:16.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:01:16.125 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:01:16.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:01:16.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:01:16.125 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:01:16.125 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:16.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:01:16.128 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:01:16.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:01:16.628 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:01:16.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:01:16.628 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:01:16.628 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:01:16.628 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:01:16.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:01:16.628 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:16.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:16.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:16.629 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 06:01:16.629 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 06:01:16.629 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:16.629 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:16.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:16.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 134.157 s - in org.eclipse.reddeer.workbench.test.editor.TextEditorTest setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.18 s getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.314 s notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 1.875 s insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.309 s selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.126 s selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.1 s getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.368 s getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.289 s insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.306 s contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.503 s openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.372 s getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.058 s getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.294 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.386 s closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.327 s quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.497 s getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.071 s selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.05 s testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.265 s openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.284 s insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.268 s getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 1.859 s insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.357 s closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.798 s setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.083 s getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 11.674 s insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.275 s getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.274 s closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.335 s getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.264 s selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.076 s Running org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 06:01:16.638 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 06:01:16.639 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:01:16.639 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:16.639 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 06:01:16.639 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:16.639 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:01:16.639 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:16.639 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:01:16.639 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:16.639 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:01:16.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:01:16.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:16.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:01:16.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:16.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:01:16.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:16.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:16.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:16.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:16.640 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:16.640 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:01:16.640 DEBUG [main][MenuItemLookup] Found menu:'File' 06:01:16.641 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:01:16.641 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:01:16.641 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:01:16.641 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:01:16.641 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:01:16.641 DEBUG [main][MenuItemLookup] Item match:Window 06:01:16.641 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:01:16.641 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:01:16.641 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:01:16.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:16.641 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:01:16.641 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:01:16.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:16.641 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:01:16.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:16.641 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:01:16.641 DEBUG [main][MenuItemLookup] Item match:Preferences 06:01:16.641 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:01:16.641 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:01:16.641 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:01:16.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:01:16.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:01:16.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:01:16.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:16.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:16.695 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:01:16.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:16.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 06:01:16.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:16.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:16.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:16.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:16.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:16.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:01:16.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:01:16.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:01:16.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:16.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:16.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:16.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:16.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:01:16.698 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:01:16.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:01:16.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:01:16.698 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:01:16.698 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:16.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:01:16.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:01:16.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:16.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:16.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:16.710 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:01:16.711 DEBUG [main][EditorHandler] 0 editor(s) found 06:01:16.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:16.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:16.711 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:01:16.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:16.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:16.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:16.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:16.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:16.712 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:16.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 '\*?\QProject Explorer\E') 06:01:16.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:16.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:16.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:16.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:16.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:16.712 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:16.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:16.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:16.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:16.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:16.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:16.713 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:16.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:16.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:16.714 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 06:01:16.714 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:16.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:16.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:16.714 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 06:01:16.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:16.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:16.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:16.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:16.714 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:16.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:16.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:16.715 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 06:01:16.715 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:16.715 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 06:01:16.715 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 06:01:16.715 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:16.715 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:16.715 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:16.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'] 06:01:16.715 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:16.716 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:01:16.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:16.716 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 06:01:16.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:16.716 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:01:16.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:16.716 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:01:16.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:16.716 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:01:16.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:16.716 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 06:01:16.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:16.716 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:01:16.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:16.716 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:01:16.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:16.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:16.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:16.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:16.725 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:16.725 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:01:16.725 DEBUG [main][MenuItemLookup] Found menu:'File' 06:01:16.725 DEBUG [main][MenuItemLookup] Item match:File 06:01:16.725 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:01:16.725 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:01:16.727 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:01:16.727 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:16.727 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:01:16.727 DEBUG [main][MenuItemLookup] Found menu:'File' 06:01:16.727 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:01:16.727 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:16.727 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:01:16.727 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:01:16.727 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:01:16.728 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:01:16.728 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:01:16.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 'New|Select a wizard'] is available.... 06:01:16.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:01:16.767 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:01:16.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:16.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:16.768 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:01:16.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:16.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:01:16.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:16.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:16.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:16.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:16.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:01:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:01:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:01:16.769 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:01:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:16.769 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:01:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:16.769 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:01:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:01:16.769 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:01:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:16.769 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:01:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:16.769 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:01:16.769 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 06:01:16.769 DEBUG [main][TreeItemHandler] Selecting tree item: Project 06:01:16.769 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 06:01:16.772 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 06:01:16.772 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:01:16.772 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:01:16.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:01:16.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:16.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:16.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:16.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:16.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:01:16.773 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:01:16.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:01:16.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:01:16.773 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:01:16.773 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:16.791 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:01:16.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:16.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:16.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 06:01:16.791 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 06:01:16.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 06:01:16.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:16.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:16.791 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 06:01:16.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:16.792 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'project' 06:01:16.792 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:") 06:01:16.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:16.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:16.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:16.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:16.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:01:16.792 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:01:16.793 INFO [WorkbenchTestable][AbstractText] Text set to: project 06:01:16.794 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 06:01:16.794 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 06:01:16.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 06:01:16.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:16.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:16.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:16.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:16.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:01:16.795 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:01:16.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:01:16.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:01:16.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:01:16.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:16.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:01:17.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:01:17.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:01:17.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:01:17.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:01:17.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:01:17.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:01:17.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:01:17.298 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:01:17.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:17.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'] 06:01:17.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:17.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"] 06:01:17.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:17.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'] 06:01:17.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:17.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'] 06:01:17.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:17.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'] 06:01:17.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:17.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"] 06:01:17.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:17.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'] 06:01:17.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:17.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'] 06:01:17.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:17.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:17.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:17.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:17.300 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:17.300 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:01:17.301 DEBUG [main][MenuItemLookup] Found menu:'File' 06:01:17.301 DEBUG [main][MenuItemLookup] Item match:File 06:01:17.301 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:01:17.301 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:01:17.302 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:01:17.302 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:17.302 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:01:17.302 DEBUG [main][MenuItemLookup] Found menu:'File' 06:01:17.302 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:01:17.302 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:17.302 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:01:17.302 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:01:17.303 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:01:17.303 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:01:17.303 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:01:17.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.... 06:01:17.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 06:01:17.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:01:17.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:17.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:17.344 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:01:17.344 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:17.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:01:17.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:17.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:17.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:17.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:17.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:17.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:01:17.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:01:17.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:01:17.345 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:01:17.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:17.345 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:01:17.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:17.345 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:01:17.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:01:17.345 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:01:17.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:17.345 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:01:17.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:17.345 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:01:17.345 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 06:01:17.345 DEBUG [main][TreeItemHandler] Selecting tree item: File 06:01:17.345 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 06:01:17.348 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 06:01:17.348 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:01:17.348 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:01:17.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:01:17.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:17.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:17.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:17.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:17.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:01:17.351 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:01:17.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:01:17.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:01:17.351 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:01:17.351 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:17.369 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:01:17.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:17.370 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:17.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 06:01:17.370 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 06:01:17.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 06:01:17.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:17.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:17.370 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 06:01:17.370 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:17.371 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:") 06:01:17.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:17.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:17.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:17.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:17.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:01:17.372 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:01:17.372 INFO [WorkbenchTestable][AbstractText] Text set to: project/ 06:01:17.377 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:") 06:01:17.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:17.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:17.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:17.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:17.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:01:17.379 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:01:17.379 INFO [WorkbenchTestable][AbstractText] Text set to: abc.ca 06:01:17.381 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 06:01:17.381 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 06:01:17.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.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) 06:01:17.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:17.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:17.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:17.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:17.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:01:17.383 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:01:17.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:01:17.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:01:17.383 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:01:17.383 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:17.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:01:17.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:01:17.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:01:17.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:01:17.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:01:17.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:01:17.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:01:17.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:01:17.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:01:17.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 '\*?\Qabc.ca\E') 06:01:17.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:17.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:17.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:17.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:17.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:17.893 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:17.893 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 06:01:17.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:17.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:17.894 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - project/abc.ca - Eclipse Platform' 06:01:17.894 DEBUG [main][MenuItemLookup] Found menu:'File' 06:01:17.894 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:01:17.894 DEBUG [main][MenuItemLookup] Item match:Edit 06:01:17.894 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:01:17.894 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:01:17.894 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:17.894 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:01:17.894 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:01:17.894 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:01:17.894 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:17.894 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:01:17.894 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 06:01:17.894 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 06:01:17.894 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:17.894 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 06:01:17.894 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:17.894 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 06:01:17.894 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 06:01:17.894 INFO [WorkbenchTestable][AbstractEditor] Content assist menu not found, open via keyboard shortcut 06:01:17.895 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 06:01:17.895 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 06:01:18.095 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 06:01:19.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 06:01:19.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:01:19.096 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:19.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:19.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:19.100 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 06:01:19.101 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:19.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:19.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:19.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:19.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:19.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:01:19.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:01:19.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:01:19.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 06:01:19.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 06:01:19.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:19.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:19.102 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 06:01:19.102 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 06:01:19.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:01:19.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:01:19.102 DEBUG [WorkbenchTestable][ContentAssistant] a 06:01:19.102 DEBUG [WorkbenchTestable][ContentAssistant] b 06:01:19.102 DEBUG [WorkbenchTestable][ContentAssistant] c 06:01:19.102 INFO [WorkbenchTestable][AbstractShell] Close shell 06:01:19.102 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 06:01:19.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:01:19.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:01:19.108 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:01:19.108 DEBUG [main][EditorHandler] 1 editor(s) found 06:01:19.108 DEBUG [WorkbenchTestable][EditorHandler] Closing editor abc.ca 06:01:19.125 DEBUG [WorkbenchTestable][EditorHandler] Editor abc.ca is closed 06:01:19.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:19.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:19.125 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:01:19.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:19.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:19.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:19.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:19.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:19.126 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:19.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:01:19.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:19.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:19.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:19.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:19.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:19.127 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:19.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:19.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:19.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:19.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:19.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:19.134 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:19.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:19.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:19.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:19.134 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:19.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:19.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:19.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:19.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:19.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:19.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:19.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:19.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:20.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:20.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:20.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:01:20.137 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:20.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:20.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:20.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:20.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:01:20.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:20.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:20.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:20.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:20.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:20.137 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 06:01:20.138 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:20.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:20.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:20.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:20.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:20.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:20.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:20.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:20.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:21.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:21.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:21.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:01:21.140 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:21.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:21.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:21.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:21.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 06:01:21.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:21.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:21.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:21.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:21.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:21.142 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 06:01:21.142 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:21.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:21.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:21.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:01:21.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 06:01:21.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:21.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:21.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:21.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:21.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:21.142 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:01:21.142 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:01:21.142 DEBUG [main][TreeItemHandler] Set Tree selection 06:01:21.143 DEBUG [main][TreeHandler] Notify Tree about selection event 06:01:21.146 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:01:21.148 DEBUG [WorkbenchTestable][TreeItemHandler] project 06:01:21.148 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:01:21.148 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:21.161 DEBUG [main][MenuItemLookup] Found menu:'New' 06:01:21.161 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:01:21.161 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:21.161 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:01:21.161 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:21.161 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:01:21.161 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:01:21.161 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:01:21.161 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:01:21.161 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:01:21.161 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:21.161 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:01:21.161 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:01:21.161 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:21.161 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:01:21.161 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:01:21.162 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:01:21.162 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:01:21.162 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:01:21.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:01:21.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:01:21.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:01:21.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:01:21.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:01:21.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:01:21.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:01:21.662 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:01:21.662 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:21.674 DEBUG [main][MenuItemLookup] Found menu:'New' 06:01:21.674 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:01:21.674 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:21.675 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:01:21.675 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:21.675 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:01:21.675 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:01:21.675 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:01:21.675 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:01:21.675 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:01:21.675 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:01:21.675 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:01:21.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:01:22.228 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 06:01:22.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:01:22.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:22.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:22.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) 06:01:22.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:22.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:22.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:22.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:01:22.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:22.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:22.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:22.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:22.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:22.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:01:22.231 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:01:22.231 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:01:22.231 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:01:22.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:01:22.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:01:22.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:01:22.231 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:22.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") 06:01:22.232 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:22.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:22.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:22.232 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:01:22.232 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:22.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:22.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:22.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:22.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:22.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:01:22.232 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:01:22.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:01:22.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:01:22.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:01:22.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:22.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:01:22.235 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:01:22.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:01:22.735 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:01:22.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:01:22.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:01:22.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:01:22.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:01:22.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:01:22.736 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:01:22.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:01:22.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:22.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 06:01:22.737 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 06:01:22.737 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:22.737 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:22.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:22.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:22.737 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 06:01:22.737 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 06:01:22.737 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:22.737 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:22.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:22.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.1 s - in org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) Time elapsed: 6.022 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.v20210204-0547 [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 06:01:29.895 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 06:01:29.898 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 06:01:29.909 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 06:01:29.910 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 06:01:29.931 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 06:01:29.954 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:01:29.956 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:29.997 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 06:01:30.000 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 06:01:30.000 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 06:01:30.007 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 06:01:30.010 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:30.010 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:01:30.013 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:30.013 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:01:30.016 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:30.017 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:01:30.030 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:01:30.038 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:30.039 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:01:30.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:30.040 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:01:30.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:30.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:30.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:30.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:30.095 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:30.099 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:01:30.102 DEBUG [main][MenuItemLookup] Found menu:'File' 06:01:30.103 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:01:30.103 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:01:30.104 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:01:30.104 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:01:30.104 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:01:30.104 DEBUG [main][MenuItemLookup] Item match:Window 06:01:30.106 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:01:30.106 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:01:30.107 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:01:30.107 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:30.107 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:01:30.107 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:01:30.107 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:30.107 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:01:30.107 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:30.107 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:01:30.107 DEBUG [main][MenuItemLookup] Item match:Preferences 06:01:30.109 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:01:30.109 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:01:30.111 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:01:30.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:01:30.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 06:01:30.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:01:30.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:30.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:30.249 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:01:30.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:30.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 06:01:30.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:30.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:30.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:30.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:30.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:30.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:01:30.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:01:30.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:01:30.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:30.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:30.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:30.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:30.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:01:30.312 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:01:30.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:01:30.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:01:30.313 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:01:30.313 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:30.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:01:30.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:01:30.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:30.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:30.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:30.348 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:30.349 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 06:01:30.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 06:01:30.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:30.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:30.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:30.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:30.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:30.359 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' view via menu. 06:01:30.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:30.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:30.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:30.360 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:30.360 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:01:30.360 DEBUG [main][MenuItemLookup] Found menu:'File' 06:01:30.360 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:01:30.360 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:01:30.360 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:01:30.360 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:01:30.360 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:01:30.360 DEBUG [main][MenuItemLookup] Item match:Window 06:01:30.361 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:01:30.361 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:01:30.361 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:01:30.361 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:30.361 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:01:30.394 DEBUG [main][MenuItemLookup] Item match:Show View 06:01:30.402 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 06:01:30.403 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:01:30.403 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:01:30.403 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:01:30.403 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:01:30.403 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:01:30.403 DEBUG [main][MenuItemLookup] Found menu:'Properties' 06:01:30.403 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:01:30.403 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:30.403 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:01:30.403 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:01:30.403 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:01:30.403 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:01:30.403 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:01:30.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:01:30.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:01:30.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:01:30.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:30.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:30.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:01:30.442 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:30.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:30.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:30.443 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:01:30.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:30.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:30.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:30.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:30.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:30.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:30.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:01:30.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:01:30.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children... 06:01:30.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 06:01:30.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:30.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:30.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 06:01:30.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children finished successfully 06:01:30.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 06:01:30.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:30.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test UI Forms is already expanded. No action performed 06:01:30.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:30.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 06:01:30.950 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UI Form Test 06:01:30.951 DEBUG [main][TreeItemHandler] Selecting tree item: UI Form Test 06:01:30.951 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UI Form Test about selection 06:01:30.952 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UI Form Test 06:01:30.952 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:30.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:30.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:30.952 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:01:30.952 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:30.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:30.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:30.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:01:30.953 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:30.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:30.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:30.954 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:01:30.954 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:30.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:30.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:30.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:30.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:30.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:01:30.955 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:01:30.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:01:30.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:01:30.955 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:01:30.955 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:31.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:01:31.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:01:31.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open... 06:01:31.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:31.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:31.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open finished successfully 06:01:31.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:31.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:31.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:31.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:31.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:31.157 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:31.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 '\*?\QUI Form Test\E') 06:01:31.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:31.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:31.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:31.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:31.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:31.209 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:31.209 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:31.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:31.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:31.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:31.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:31.220 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 06:01:31.220 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:31.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:31.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:31.221 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:31.222 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:31.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:31.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:31.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:31.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:31.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 06:01:31.224 TRACE [main][WidgetHandler] Notify Hyperlink with event 6 06:01:31.225 TRACE [main][WidgetHandler] Wait for synchronization 06:01:31.225 TRACE [main][WidgetHandler] Notify Hyperlink with event 3 06:01:31.225 TRACE [main][WidgetHandler] Wait for synchronization 06:01:31.225 TRACE [main][WidgetHandler] Notify Hyperlink with event 4 06:01:31.225 TRACE [main][WidgetHandler] Wait for synchronization 06:01:31.225 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") 06:01:31.225 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:31.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:31.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:31.227 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:31.227 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:31.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:31.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:31.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:31.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:31.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 06:01:31.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 06:01:31.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:31.242 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:31.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:31.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:31.243 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 06:01:31.244 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:31.244 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 06:01:31.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 06:01:31.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:31.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:31.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:31.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:31.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:31.251 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:31.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:31.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:31.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:31.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:31.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:31.255 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:31.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 '\*?\QUI Form Test\E') 06:01:31.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:31.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:31.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:31.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:31.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:31.259 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:31.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:31.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:31.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:31.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:31.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:31.302 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") 06:01:31.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:31.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:31.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:31.303 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:31.303 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:31.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:31.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:31.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:31.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:31.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:32.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:32.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:01:32.343 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was not found 06:01:32.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 06:01:32.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:32.345 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:32.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:32.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:32.346 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 06:01:32.347 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:32.347 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 06:01:32.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 06:01:32.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:32.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:32.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:32.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.351 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:32.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:32.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:32.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:32.356 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:32.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 '\*?\QUI Form Test\E') 06:01:32.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:32.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:32.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:32.359 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:32.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:32.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:32.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:32.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:32.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:32.362 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 06:01:32.362 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:32.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:32.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:32.373 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:32.373 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:32.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:32.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:01:32.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:01:32.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:32.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 06:01:32.376 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 06:01:32.376 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:32.376 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:32.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:32.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:32.396 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 06:01:32.397 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:32.397 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 06:01:32.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 06:01:32.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:32.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:32.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:32.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.400 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:32.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:32.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:32.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:32.404 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:32.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 '\*?\QUI Form Test\E') 06:01:32.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:32.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:32.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:32.418 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:32.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:32.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:32.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:32.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:32.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:32.422 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") 06:01:32.422 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:32.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:32.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:32.422 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:32.432 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:32.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:32.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:32.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 06:01:32.435 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") 06:01:32.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:32.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:32.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 06:01:32.436 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 06:01:32.436 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:32.436 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:32.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:32.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:32.436 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 06:01:32.437 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:32.437 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 06:01:32.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 06:01:32.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:32.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:32.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:32.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.443 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:32.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:32.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:32.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:32.446 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:32.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 06:01:32.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:32.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:32.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:32.449 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:32.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:32.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:32.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:32.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:32.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:32.452 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 06:01:32.452 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:32.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:32.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:32.453 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:32.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:32.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:32.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:32.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 06:01:32.454 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 06:01:32.454 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:32.454 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:32.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:32.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:32.455 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 06:01:32.455 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:32.455 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 06:01:32.455 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 06:01:32.455 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:32.455 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:32.455 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:32.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.497 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:32.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:32.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:32.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:32.501 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:32.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 06:01:32.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:32.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:32.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:32.504 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:32.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:32.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:32.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:32.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:32.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:32.507 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") 06:01:32.507 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:32.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:32.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:32.518 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:32.518 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:32.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:32.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:32.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 06:01:32.520 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 06:01:32.520 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:32.520 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:32.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:32.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:32.520 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 06:01:32.521 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:32.521 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 06:01:32.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 06:01:32.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:32.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:32.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:32.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.526 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:32.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:32.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:32.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:32.529 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:32.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 '\*?\QUI Form Test\E') 06:01:32.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:32.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:32.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:32.532 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:32.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:32.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:32.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:32.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:32.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:32.536 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") 06:01:32.536 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:32.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:32.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:32.536 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:32.536 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:32.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:32.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:32.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 06:01:32.538 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 06:01:32.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:32.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:32.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 06:01:32.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 06:01:32.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:32.539 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:32.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:32.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:32.550 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 06:01:32.551 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:32.551 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 06:01:32.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 06:01:32.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:32.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:32.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:32.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.554 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:32.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:32.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:32.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:32.559 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:32.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 '\*?\QUI Form Test\E') 06:01:32.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:32.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:32.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:32.562 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:32.562 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:32.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:32.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:32.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:32.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:32.607 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") 06:01:32.607 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:32.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:32.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:32.607 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:32.607 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:32.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:32.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:32.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 06:01:32.609 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 06:01:32.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:32.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:01:32.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:01:32.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:32.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 06:01:32.621 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 06:01:32.621 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:32.621 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:32.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:32.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:32.622 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 06:01:32.622 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 06:01:32.623 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:32.623 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:32.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:32.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.791 s - in org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.894 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 1.102 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.049 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.039 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.018 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.065 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.029 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.071 s Running org.eclipse.reddeer.uiforms.test.DefaultFormTest 06:01:32.643 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 06:01:32.644 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:01:32.645 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:32.645 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 06:01:32.645 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:32.645 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:01:32.646 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:32.647 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:01:32.647 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:32.647 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:01:32.647 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:01:32.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:32.647 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:01:32.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:32.648 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:01:32.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:32.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:32.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:32.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:32.649 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:32.649 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:01:32.649 DEBUG [main][MenuItemLookup] Found menu:'File' 06:01:32.649 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:01:32.649 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:01:32.649 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:01:32.649 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:01:32.649 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:01:32.649 DEBUG [main][MenuItemLookup] Item match:Window 06:01:32.650 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:01:32.650 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:01:32.650 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:01:32.650 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:32.650 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:01:32.650 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:01:32.650 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:32.650 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:01:32.650 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:32.650 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:01:32.650 DEBUG [main][MenuItemLookup] Item match:Preferences 06:01:32.650 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:01:32.650 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:01:32.650 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:01:32.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 'Preferences.*'] is available.... 06:01:32.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:01:32.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:01:32.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:32.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:32.745 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:01:32.745 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:32.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:01:32.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:32.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:32.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:32.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:01:32.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:01:32.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:01:32.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:32.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:32.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:01:32.757 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:01:32.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:01:32.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:01:32.757 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:01:32.757 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:32.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:01:32.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:01:32.774 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:32.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:32.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:32.795 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:32.795 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 06:01:32.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 06:01:32.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:32.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:32.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:32.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.808 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:32.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:32.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:32.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:32.813 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:32.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 06:01:32.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:32.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:32.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:32.816 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:32.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:32.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:32.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:32.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:32.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:32.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:32.823 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 06:01:32.823 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:32.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:32.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:32.824 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:32.824 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:01:32.824 DEBUG [main][MenuItemLookup] Found menu:'File' 06:01:32.824 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:01:32.824 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:01:32.824 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:01:32.824 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:01:32.824 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:01:32.824 DEBUG [main][MenuItemLookup] Item match:Window 06:01:32.825 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:01:32.825 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:01:32.825 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:01:32.825 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:32.825 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:01:32.825 DEBUG [main][MenuItemLookup] Item match:Show View 06:01:32.828 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 06:01:32.828 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:01:32.828 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:01:32.828 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:01:32.828 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:01:32.828 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:01:32.828 DEBUG [main][MenuItemLookup] Found menu:'Properties' 06:01:32.828 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:01:32.828 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:32.828 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:01:32.828 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:01:32.840 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:01:32.840 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:01:32.840 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:01:32.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:01:32.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:01:32.900 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:01:32.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:32.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:32.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:01:32.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:32.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:32.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:32.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:01:32.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:32.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:32.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:32.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:32.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:32.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:32.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:01:32.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:01:32.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:01:32.903 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:01:32.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:33.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:33.405 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:01:33.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:01:33.407 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:01:33.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:01:33.407 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:01:33.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:01:33.407 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:01:33.409 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 06:01:33.409 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 06:01:33.409 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 06:01:33.409 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 06:01:33.409 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:33.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:33.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:33.409 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:01:33.409 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:33.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:33.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:33.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 "Open") 06:01:33.410 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:33.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:33.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:33.410 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:01:33.410 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:33.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:33.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:33.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:33.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:33.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:01:33.411 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:01:33.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:01:33.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:01:33.411 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:01:33.411 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:33.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:01:33.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:01:33.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open... 06:01:33.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:33.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:33.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open finished successfully 06:01:33.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:33.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:33.518 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:33.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:33.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:33.518 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:33.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 06:01:33.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:33.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:33.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:33.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:33.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:33.520 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:01:33.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:01:33.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:33.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:33.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:33.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:33.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and no matchers specified 06:01:33.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:33.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:33.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:33.521 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 06:01:33.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:33.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:33.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:33.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:34.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:34.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:34.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:01:34.524 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was not found 06:01:34.525 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:01:34.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:01:34.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:34.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:34.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:34.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:34.526 INFO [WorkbenchTestable][AbstractView] Close view 'Error Log' 06:01:34.526 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Error Log 06:01:34.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:01:34.528 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:01:34.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 06:01:34.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:34.555 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:34.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:34.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:34.587 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 06:01:34.587 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:34.588 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 06:01:34.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 06:01:34.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:34.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:34.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:34.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.590 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:34.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:34.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:34.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:34.593 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:34.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 '\*?\QUI Form Test\E') 06:01:34.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:34.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:34.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:34.609 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:34.609 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:34.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:34.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:34.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:34.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:34.612 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 06:01:34.612 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:34.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:34.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:34.623 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:34.623 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:34.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:34.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:01:34.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:01:34.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:34.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 06:01:34.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:34.631 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 06:01:34.631 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:34.631 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:34.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:34.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:34.631 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 06:01:34.631 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:34.632 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 06:01:34.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 06:01:34.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:34.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:34.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:34.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.635 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:34.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:34.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:34.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:34.638 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:34.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 '\*?\QUI Form Test\E') 06:01:34.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:34.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:34.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:34.641 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:34.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:34.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:34.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:34.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:34.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:34.644 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") 06:01:34.644 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:34.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:34.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:34.644 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:34.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:34.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:34.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:34.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 06:01:34.657 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") 06:01:34.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:34.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:34.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 06:01:34.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:34.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 06:01:34.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:34.663 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:34.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:34.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:34.663 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 06:01:34.664 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:34.664 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 06:01:34.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 06:01:34.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:34.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:34.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:34.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.666 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:34.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:34.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:34.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:34.669 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:34.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 06:01:34.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:34.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:34.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:34.708 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:34.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:34.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:34.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:34.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:34.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:34.711 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 06:01:34.711 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:34.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:34.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:34.712 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:34.712 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:34.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:34.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:34.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 06:01:34.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:34.730 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 06:01:34.730 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:34.730 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:34.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:34.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:34.731 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 06:01:34.731 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:34.731 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 06:01:34.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 06:01:34.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:34.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:34.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:34.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.734 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:34.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:34.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:34.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:34.737 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:34.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 06:01:34.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:34.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:34.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:34.740 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:34.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:34.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:34.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:34.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:34.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:34.743 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") 06:01:34.743 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:34.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:34.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:34.743 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:34.743 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:34.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:34.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:34.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 06:01:34.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:34.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 06:01:34.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:34.759 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:34.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:34.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:34.760 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 06:01:34.760 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:34.760 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 06:01:34.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 06:01:34.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:34.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:34.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:34.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.764 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:34.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.767 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:34.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:34.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:34.767 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:34.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 06:01:34.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:34.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:34.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:34.808 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:34.808 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:34.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:34.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:34.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:34.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:34.811 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") 06:01:34.811 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:34.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:34.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:34.822 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:34.822 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:34.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:34.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:34.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 06:01:34.824 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 06:01:34.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:34.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:34.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 06:01:34.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:34.829 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 06:01:34.829 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:34.829 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:34.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:34.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:34.829 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 06:01:34.830 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:34.830 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 06:01:34.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 06:01:34.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:34.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:34.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:34.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.832 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:34.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:34.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:34.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:34.835 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:34.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 06:01:34.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:34.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:34.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:34.838 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:34.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:34.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:34.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:34.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:34.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:34.840 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") 06:01:34.840 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:34.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:34.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:34.841 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:34.841 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:34.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:34.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:34.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:34.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 06:01:34.842 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 06:01:34.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:34.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:01:34.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:01:34.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:34.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 06:01:34.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:34.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:34.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 06:01:34.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:34.858 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:34.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:34.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:34.858 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 06:01:34.858 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 06:01:34.858 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:34.858 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:34.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:34.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.216 s - in org.eclipse.reddeer.uiforms.test.DefaultFormTest testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 1.792 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.031 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.067 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.029 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.069 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.028 s Running org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 06:01:34.896 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 06:01:34.897 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:01:34.897 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:34.897 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 06:01:34.898 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:34.898 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:01:34.898 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:34.898 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:01:34.898 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:34.898 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:01:34.898 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:01:34.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:34.899 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:01:34.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:34.899 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:01:34.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:34.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:34.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:34.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:34.899 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:34.899 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:01:34.900 DEBUG [main][MenuItemLookup] Found menu:'File' 06:01:34.900 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:01:34.900 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:01:34.900 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:01:34.900 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:01:34.900 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:01:34.900 DEBUG [main][MenuItemLookup] Item match:Window 06:01:34.900 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:01:34.900 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:01:34.900 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:01:34.900 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:34.900 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:01:34.900 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:01:34.900 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:34.900 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:01:34.900 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:34.900 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:01:34.900 DEBUG [main][MenuItemLookup] Item match:Preferences 06:01:34.901 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:01:34.901 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:01:34.901 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:01:34.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:01:34.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:01:34.968 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:01:34.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:34.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:35.000 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:01:35.000 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:35.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:01:35.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:35.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:35.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:35.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:35.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:35.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:01:35.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:01:35.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:01:35.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:35.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:35.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:35.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:35.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:01:35.012 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:01:35.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:01:35.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:01:35.012 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:01:35.012 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:35.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:01:35.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:01:35.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:35.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:35.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:35.029 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:35.029 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 06:01:35.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 06:01:35.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:35.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:35.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:35.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:35.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:35.032 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:35.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:35.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:35.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:35.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:35.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:35.046 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:35.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 '\*?\QUI Form Test\E') 06:01:35.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:35.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:35.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:35.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:35.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:35.049 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:35.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:35.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:35.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:35.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:35.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:35.053 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) 06:01:35.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:35.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:35.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:35.054 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:35.054 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:35.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:35.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:35.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:35.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:35.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 06:01:35.062 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: ") 06:01:35.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:35.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:35.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:35.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:35.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:36.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:36.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:36.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:01:36.064 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 06:01:36.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 06:01:36.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:36.064 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:36.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:36.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:36.065 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 06:01:36.065 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:36.065 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 06:01:36.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 06:01:36.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:36.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:36.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:36.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:36.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:36.068 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:36.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:36.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:36.070 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:36.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:36.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:36.071 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:36.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 '\*?\QUI Form Test\E') 06:01:36.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:36.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:36.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:36.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:36.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:36.073 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:36.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:36.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:36.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:36.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:36.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:36.076 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) 06:01:36.076 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:36.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:36.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:36.076 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:36.076 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:36.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:36.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:36.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:36.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:36.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 06:01:36.082 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: ") 06:01:36.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:36.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:36.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:36.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:36.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:01:36.082 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:01:36.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 06:01:36.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:36.083 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:36.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:36.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:36.095 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 06:01:36.095 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:36.095 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 06:01:36.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 06:01:36.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:36.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:36.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:36.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:36.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:36.098 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:36.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:36.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:36.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:36.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:36.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:36.101 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:36.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 '\*?\QUI Form Test\E') 06:01:36.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:36.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:36.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:36.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:36.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:36.103 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:36.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:36.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:36.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:36.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:36.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:36.106 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") 06:01:36.106 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:36.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:36.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:36.106 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:36.106 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:36.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:36.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:36.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:36.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:36.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:37.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:37.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:01:37.122 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was not found 06:01:37.122 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 06:01:37.122 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:37.122 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:37.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:37.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:37.123 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 06:01:37.123 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:37.123 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 06:01:37.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 06:01:37.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:37.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:37.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:37.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.125 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:37.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:37.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:37.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:37.129 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:37.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 '\*?\QUI Form Test\E') 06:01:37.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:37.131 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:37.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:37.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:37.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:37.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:37.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:37.134 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) 06:01:37.134 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:37.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:37.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:37.134 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:37.134 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:37.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:01:37.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:01:37.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 06:01:37.136 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 06:01:37.136 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:37.136 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:37.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:37.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:37.137 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 06:01:37.137 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:37.137 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 06:01:37.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 06:01:37.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:37.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:37.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:37.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.139 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:37.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:37.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:37.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:37.142 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:37.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 '\*?\QUI Form Test\E') 06:01:37.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:37.156 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:37.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:37.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:37.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:37.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:37.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:37.159 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") 06:01:37.159 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:37.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:37.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:37.159 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:37.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:37.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 06:01:37.171 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") 06:01:37.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 06:01:37.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 06:01:37.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:37.172 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:37.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:37.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:37.173 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 06:01:37.173 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:37.173 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 06:01:37.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 06:01:37.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:37.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:37.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:37.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.175 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:37.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:37.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:37.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:37.181 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:37.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 '\*?\QUI Form Test\E') 06:01:37.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:37.183 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:37.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:37.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:37.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:37.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:37.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:37.207 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) 06:01:37.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:37.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:37.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:37.208 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:37.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:37.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 06:01:37.209 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 06:01:37.209 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:37.209 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:37.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:37.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:37.210 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 06:01:37.210 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:37.210 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 06:01:37.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 06:01:37.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:37.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:37.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:37.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.224 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:37.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:37.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:37.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:37.228 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:37.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 '\*?\QUI Form Test\E') 06:01:37.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:37.232 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:37.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:37.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:37.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:37.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:37.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:37.235 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") 06:01:37.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:37.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:37.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:37.236 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:37.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:37.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 06:01:37.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 06:01:37.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:37.238 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:37.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:37.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:37.238 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 06:01:37.238 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:37.238 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 06:01:37.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 06:01:37.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:37.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:37.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:37.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.241 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:37.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:37.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:37.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:37.254 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:37.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 06:01:37.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:37.256 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:37.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:37.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:37.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:37.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:37.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:37.259 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") 06:01:37.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:37.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:37.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:37.259 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:37.259 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:37.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 06:01:37.272 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) 06:01:37.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 06:01:37.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 06:01:37.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:37.296 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:37.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:37.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:37.297 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 06:01:37.297 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:37.297 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 06:01:37.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 06:01:37.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:37.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:37.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:37.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.300 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:37.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:37.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:37.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:37.303 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:37.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 '\*?\QUI Form Test\E') 06:01:37.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:37.306 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:37.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:37.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:37.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:37.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:37.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:37.309 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") 06:01:37.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:37.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:37.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:37.309 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:37.309 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:37.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 06:01:37.321 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) 06:01:37.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:01:37.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:01:37.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 06:01:37.323 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 06:01:37.323 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:37.323 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:37.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:37.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:37.323 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 06:01:37.323 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 06:01:37.323 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:37.323 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:37.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:37.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.428 s - in org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.036 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.03 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.027 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.014 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.036 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.037 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.028 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.059 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.026 s Running org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:37.329 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:37.330 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:01:37.330 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:37.330 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:37.331 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:37.331 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:01:37.331 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:37.331 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:01:37.331 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:37.331 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:01:37.331 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:01:37.331 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:37.331 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:01:37.331 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:37.331 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:01:37.331 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:37.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:37.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:37.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:37.332 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:37.332 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:01:37.332 DEBUG [main][MenuItemLookup] Found menu:'File' 06:01:37.332 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:01:37.332 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:01:37.332 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:01:37.332 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:01:37.332 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:01:37.332 DEBUG [main][MenuItemLookup] Item match:Window 06:01:37.333 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:01:37.333 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:01:37.333 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:01:37.333 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:37.333 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:01:37.333 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:01:37.333 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:37.333 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:01:37.333 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:37.333 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:01:37.333 DEBUG [main][MenuItemLookup] Item match:Preferences 06:01:37.333 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:01:37.333 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:01:37.333 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:01:37.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:01:37.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:01:37.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:01:37.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:37.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:37.428 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:01:37.428 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:37.428 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:01:37.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:37.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:01:37.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:01:37.430 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:01:37.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:01:37.431 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:01:37.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:01:37.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:01:37.431 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:01:37.431 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:37.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:01:37.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:01:37.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:37.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:37.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:37.467 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:37.467 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 06:01:37.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:37.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:37.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:37.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:37.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.496 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:37.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:37.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:37.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:37.499 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01: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 '\*?\QUI Form Test\E') 06:01:37.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:37.502 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:37.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:37.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:37.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:37.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:37.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:37.505 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 06:01:37.506 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:37.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:37.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:37.506 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:37.506 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:37.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 06:01:37.509 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") 06:01:37.509 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:37.509 TRACE [main][WidgetHandler] Notify FormText with event 1 06:01:37.509 TRACE [main][WidgetHandler] Wait for synchronization 06:01:37.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:37.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:37.511 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:37.511 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:37.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 06:01:37.512 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:37.512 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:37.512 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:37.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:37.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:37.513 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 06:01:37.513 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:37.513 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 06:01:37.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:37.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:37.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:37.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:37.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.516 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:37.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:37.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:37.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:37.528 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01: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 '\*?\QUI Form Test\E') 06:01:37.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:37.531 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:37.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:37.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:37.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:37.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:37.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:37.534 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 06:01:37.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:37.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:37.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:37.544 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:37.544 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:37.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 06:01:37.545 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 06:01:37.545 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:37.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:37.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:37.545 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:37.545 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:37.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:01:37.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:01:37.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 06:01:37.547 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:37.547 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:37.547 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:37.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:37.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:37.547 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 06:01:37.547 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:37.547 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 06:01:37.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:37.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:37.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:37.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:37.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.550 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:37.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:37.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:37.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:37.554 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:37.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 '\*?\QUI Form Test\E') 06:01:37.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:37.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:37.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:37.557 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:37.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:37.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:37.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:37.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:37.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:37.560 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") 06:01:37.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:37.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:37.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:37.560 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:37.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:37.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:37.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:37.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:38.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:38.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:38.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:01:38.575 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was not found 06:01:38.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:38.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:38.575 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:38.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:38.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:38.575 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 06:01:38.576 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:38.576 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 06:01:38.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:38.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:38.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:38.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:38.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.578 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:38.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:38.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:38.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:38.581 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:38.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') 06:01:38.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:38.594 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:38.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:38.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:38.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:38.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:38.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:38.597 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 06:01:38.597 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:38.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:38.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:38.597 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:38.597 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:38.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:01:38.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:01:38.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 06:01:38.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:38.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:38.598 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:38.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:38.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:38.598 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 06:01:38.599 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:38.599 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 06:01:38.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:38.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:38.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:38.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:38.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.612 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:38.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:38.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:38.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:38.615 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06: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 '\*?\QUI Form Test\E') 06:01:38.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:38.628 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:38.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:38.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:38.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:38.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:38.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:38.631 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 06:01:38.631 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:38.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:38.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:38.631 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:38.631 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:38.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 06:01:38.632 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:38.632 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:38.632 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:38.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:38.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:38.632 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 06:01:38.633 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:38.633 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 06:01:38.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:38.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:38.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:38.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:38.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.645 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:38.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:38.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:38.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:38.648 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:38.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 06:01:38.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:38.661 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:38.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:38.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:38.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:38.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:38.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:38.664 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") 06:01:38.664 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:38.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:38.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:38.664 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:38.664 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:38.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 06:01:38.665 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") 06:01:38.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 06:01:38.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:38.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:38.676 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:38.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:38.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:38.676 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 06:01:38.676 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:38.676 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 06:01:38.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:38.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:38.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:38.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:38.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.679 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:38.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:38.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:38.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:38.681 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:38.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 '\*?\QUI Form Test\E') 06:01:38.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:38.705 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:38.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:38.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:38.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:38.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:38.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:38.708 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 06:01:38.708 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:38.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:38.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:38.708 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:38.708 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:38.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 06:01:38.709 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:38.709 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:38.709 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:38.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:38.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:38.710 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 06:01:38.710 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:38.710 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 06:01:38.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:38.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:38.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:38.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:38.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.713 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:38.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:38.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:38.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:38.716 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:38.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 06:01:38.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:38.730 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:38.730 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:38.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:38.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:38.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:38.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:38.732 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 06:01:38.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:38.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:38.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:38.742 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:38.742 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:38.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 06:01:38.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:38.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:38.744 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:38.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:38.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:38.744 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 06:01:38.744 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:38.744 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 06:01:38.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:38.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:38.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:38.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:38.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.747 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:38.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:38.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:38.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:38.759 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:38.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 '\*?\QUI Form Test\E') 06:01:38.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:38.762 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:38.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:38.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:38.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:38.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:38.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:38.765 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") 06:01:38.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:38.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:38.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:38.765 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:38.765 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:38.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 06:01:38.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:38.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:38.766 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:38.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:38.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:38.766 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 06:01:38.766 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:38.767 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 06:01:38.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:38.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:38.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:38.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:38.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.798 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:38.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:38.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:38.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:38.801 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:38.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 06:01:38.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:38.803 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:38.803 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:38.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:38.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:38.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:38.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:38.806 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") 06:01:38.806 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:38.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:38.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:38.806 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:38.806 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:38.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 06:01:38.807 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 06:01:38.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 06:01:38.808 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:38.808 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:38.808 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:38.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:38.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:38.808 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 06:01:38.808 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:38.808 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 06:01:38.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:38.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:38.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:38.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:38.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.811 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:38.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:38.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:38.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:38.813 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:38.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 06:01:38.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:38.816 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:38.826 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:38.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:38.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:38.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:38.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:38.829 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") 06:01:38.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:38.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:38.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:38.829 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:38.829 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:38.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 06:01:38.830 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 06:01:38.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:01:38.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:01:38.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 06:01:38.831 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:38.831 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:38.832 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:38.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:38.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:38.832 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 06:01:38.832 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 06:01:38.832 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:38.832 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:38.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:38.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.503 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.034 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 1.028 s indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.022 s defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.033 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.043 s hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.034 s getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.034 s titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.022 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.041 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.024 s Running org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 06:01:38.836 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 06:01:38.837 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:01:38.837 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:38.837 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 06:01:38.837 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:38.837 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:01:38.844 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:38.844 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:01:38.844 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:38.844 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:01: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.*'] 06:01:38.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01: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.*'] 06:01:38.845 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:38.845 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:01:38.845 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:38.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:38.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:38.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:38.845 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:38.845 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:01:38.846 DEBUG [main][MenuItemLookup] Found menu:'File' 06:01:38.846 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:01:38.846 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:01:38.846 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:01:38.846 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:01:38.846 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:01:38.846 DEBUG [main][MenuItemLookup] Item match:Window 06:01:38.846 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:01:38.846 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:01:38.846 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:01:38.846 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:38.846 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:01:38.846 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:01:38.846 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:38.846 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:01:38.846 DEBUG [main][MenuItemLookup] Found menu:'' 06:01:38.846 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:01:38.846 DEBUG [main][MenuItemLookup] Item match:Preferences 06:01:38.846 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:01:38.846 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:01:38.846 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:01:38.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:01:38.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:01:38.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:01:38.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:38.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:38.925 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:01:38.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:38.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:01:38.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:01:38.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:01:38.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:01:38.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) 06:01:38.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:01:38.936 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:01:38.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:01:38.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:01:38.936 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:01:38.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:38.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:01:38.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:01:38.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:38.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:38.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:38.952 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:38.952 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 06:01:38.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 06:01:38.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:38.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:38.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:38.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.954 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:38.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.956 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:38.956 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:38.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 '\*?\QUI Form Test\E') 06:01:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:38.968 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:38.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:38.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:38.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:38.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:38.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:38.972 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 06:01:38.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:38.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:38.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:38.972 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:38.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:38.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:38.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:38.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:38.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:38.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 06:01:39.011 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: ") 06:01:39.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:39.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:39.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:39.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:39.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:40.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:40.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:40.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:01:40.014 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 06:01:40.014 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 06:01:40.014 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:40.014 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:40.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:40.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:40.015 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 06:01:40.015 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:40.015 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 06:01:40.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 06:01:40.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:40.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:40.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:40.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:40.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:40.018 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:40.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:40.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:40.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:40.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:40.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:40.021 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:40.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 06:01:40.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:40.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:40.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:40.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:40.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:40.023 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:40.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:40.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:40.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:40.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:40.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:40.026 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 06:01:40.026 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:40.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:40.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:40.026 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:40.026 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:40.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:40.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:40.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:40.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:40.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 06:01:40.046 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: ") 06:01:40.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:40.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:40.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:40.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:40.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:01:40.046 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:01:40.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 06:01:40.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:40.047 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:40.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:40.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:40.047 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 06:01:40.047 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:40.047 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 06:01:40.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 06:01:40.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:40.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:40.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:40.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:40.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:40.050 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:40.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:40.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:40.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:40.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:40.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:40.053 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:40.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 06:01:40.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:40.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:40.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:40.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:40.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:40.055 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:40.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:40.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:40.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:40.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:40.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:40.062 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") 06:01:40.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:40.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:40.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:40.073 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:40.073 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:40.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:40.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:40.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:40.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:40.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:41.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:01:41.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:01:41.089 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was not found 06:01:41.089 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 06:01:41.089 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:41.089 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:41.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:41.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:41.089 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 06:01:41.090 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:41.090 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 06:01:41.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 06:01:41.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:41.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:41.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:41.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.092 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:41.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:41.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:41.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:41.095 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:41.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 '\*?\QUI Form Test\E') 06:01:41.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:41.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:41.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:41.097 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:41.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:41.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:41.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:41.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:41.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:41.099 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 06:01:41.099 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:41.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:41.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:41.099 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:41.099 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:41.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:41.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:01:41.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:01:41.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:41.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 06:01:41.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 06:01:41.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:41.101 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:41.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:41.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:41.101 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 06:01:41.101 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:41.101 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 06:01:41.101 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 06:01:41.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:41.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:41.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:41.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.104 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:41.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:41.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:41.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:41.107 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:41.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 '\*?\QUI Form Test\E') 06:01:41.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:41.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:41.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:41.109 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:41.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:41.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:41.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:41.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:41.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:41.112 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") 06:01:41.112 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:41.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:41.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:41.122 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:41.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:41.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:41.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:41.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 06:01:41.124 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") 06:01:41.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:41.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:41.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 06:01:41.125 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 06:01:41.125 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:41.125 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:41.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:41.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:41.126 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 06:01:41.126 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:41.126 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 06:01:41.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 06:01:41.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:41.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:41.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:41.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.129 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:41.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:41.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:41.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:41.132 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:41.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 06:01:41.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:41.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:41.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:41.135 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:41.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:41.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:41.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:41.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:41.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:41.137 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 06:01:41.137 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:41.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:41.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:41.138 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:41.138 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:41.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:41.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:41.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 06:01:41.138 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 06:01:41.138 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:41.138 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:41.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:41.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:41.138 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 06:01:41.139 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:41.139 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 06:01:41.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 06:01:41.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:41.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:41.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:41.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.151 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:41.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:41.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:41.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:41.154 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:41.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 '\*?\QUI Form Test\E') 06:01:41.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:41.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:41.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:41.167 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:41.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:41.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:41.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:41.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:41.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:41.170 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") 06:01:41.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:41.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:41.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:41.170 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:41.170 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:41.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:41.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:41.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 06:01:41.170 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 06:01:41.170 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:41.170 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:41.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:41.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:41.171 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 06:01:41.171 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:41.172 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 06:01:41.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 06:01:41.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:41.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:41.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:41.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.202 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 06:01:41.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:41.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:41.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:41.207 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:41.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 '\*?\QUI Form Test\E') 06:01:41.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:41.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:41.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:41.210 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:41.210 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:41.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:41.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:41.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:41.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:41.212 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") 06:01:41.212 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:41.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:41.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:41.212 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:41.212 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:41.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:41.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:41.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 06:01:41.214 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 06:01:41.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:41.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:41.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 06:01:41.215 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 06:01:41.215 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:41.215 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:41.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:41.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:41.216 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 06:01:41.216 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:41.216 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 06:01:41.216 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 06:01:41.216 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:41.216 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:41.216 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:41.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.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. 06:01:41.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:41.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:41.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:41.232 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:41.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 06:01:41.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:41.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:41.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:01:41.235 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 06:01:41.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 06:01:41.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:01:41.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:01:41.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:01:41.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:01:41.237 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") 06:01:41.237 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:01:41.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:41.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:41.238 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 06:01:41.238 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:01:41.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:41.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:41.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:41.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:41.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 06:01:41.248 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 06:01:41.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:41.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:01:41.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:01:41.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:41.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 06:01:41.249 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 06:01:41.249 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:41.249 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:41.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:41.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:41.250 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 06:01:41.250 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 06:01:41.250 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:41.250 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:41.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:41.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.414 s - in org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.063 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.032 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.042 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.011 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.025 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.012 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.032 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.044 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.034 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.v20210204-0547 [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 06:01:48.838 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 06:01:48.840 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 06:01:48.903 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 06:01:48.904 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 06:01:48.921 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 06:01:48.942 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:01:48.944 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:48.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 06:01:48.996 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 06:01:48.996 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 06:01:49.002 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 06:01:49.006 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:49.006 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:01:49.028 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:49.028 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:01:49.031 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. 06:01:49.139 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:49.141 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 06:01:49.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 06:01:49.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:49.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:49.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:49.146 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:49.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:49.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:49.152 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:49.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:01:49.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:49.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:49.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 06:01:49.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:01:49.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:49.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:49.247 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.... 06:01:49.247 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.*'] 06:01:49.247 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:49.247 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:49.247 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 06:01:49.252 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) 06:01:49.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:49.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:49.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:49.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:49.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:01:49.297 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:01:49.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:01:49.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:01:49.299 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:01:49.299 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:54.325 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.... 06:01:54.325 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.*'] 06:01:54.325 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:54.325 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 06:01:54.326 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 06:01:54.326 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:54.328 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:54.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:54.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:54.330 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 06:01:54.330 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:54.330 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 06:01:54.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 06:01:54.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:54.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:54.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:54.331 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:54.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:54.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:54.331 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:54.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 06:01:54.400 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:54.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:54.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:01:54.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:01:54.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:54.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:54.402 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.*'] 06:01:54.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:54.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:54.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:01:54.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:54.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:54.403 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 06:01:54.403 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 06:01:54.404 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) 06:01:54.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:54.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:54.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:54.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:54.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:01:54.406 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:01:54.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:01:54.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:01:54.406 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:01:54.406 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:54.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:01:54.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:01:54.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:01:54.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:01:54.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:01:54.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:01:54.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:01:54.429 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 06:01:54.429 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:54.429 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:54.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:54.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:54.429 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 06:01:54.429 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:54.429 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 06:01:54.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 06:01:54.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:54.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:54.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:54.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:54.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:54.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:54.430 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:54.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 06:01:54.497 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:54.498 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:54.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:01:54.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:01:54.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:54.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:54.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available.... 06:01:54.501 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"] 06:01:54.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:54.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:54.501 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 06:01:54.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 06:01:54.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:54.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:54.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:54.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:54.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:01:54.503 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:01:54.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:01:54.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:01:54.503 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:01:54.503 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:59.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available.... 06:01:59.518 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] 06:01:59.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:59.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 06:01:59.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 06:01:59.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:59.518 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:59.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:59.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:59.519 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 06:01:59.519 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:59.519 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 06:01:59.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 06:01:59.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:59.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:59.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:59.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:59.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:59.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:59.520 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:59.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 06:01:59.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:59.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:59.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 06:01:59.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:01:59.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:59.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:59.565 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.*'] 06:01:59.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:59.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:59.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:01:59.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:59.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:59.566 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 06:01:59.566 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 06:01:59.566 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) 06:01:59.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:59.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:59.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:59.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:59.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:01:59.568 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:01:59.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:01:59.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:01:59.568 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:01:59.568 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:01:59.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:01:59.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:01:59.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:01:59.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:01:59.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:01:59.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:01:59.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 06:01:59.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:01:59.607 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:01:59.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:01:59.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:01:59.607 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 06:01:59.607 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:01:59.607 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 06:01:59.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 06:01:59.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:01:59.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:01:59.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:01:59.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:01:59.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:59.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:59.608 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:01:59.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:01:59.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:59.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:59.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: "Testing Wizard"] is available. finished successfully 06:01:59.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:01:59.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:01:59.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:01:59.649 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.... 06:01:59.649 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 06:01:59.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:59.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:01:59.650 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 06:01:59.650 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) 06:01:59.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:01:59.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:01:59.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:01:59.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:01:59.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:01:59.652 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:01:59.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:01:59.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:01:59.652 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:01:59.652 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:04.666 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.... 06:02:04.666 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 06:02:04.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:04.666 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 06:02:04.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 06:02:04.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:04.666 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:04.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:04.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:04.667 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 06:02:04.667 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:04.667 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 06:02:04.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 06:02:04.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:04.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:04.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:04.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:04.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:04.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:04.668 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:04.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:02:04.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:04.709 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:04.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:02:04.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:02:04.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:04.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:04.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available... 06:02:04.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available finished successfully 06:02:04.711 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) 06:02:04.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:04.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:04.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:04.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:04.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:04.712 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:02:04.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:04.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:04.713 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:04.713 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:09.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:02:09.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:02:09.728 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 06:02:09.728 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:09.728 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:09.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:09.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:09.729 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 06:02:09.729 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 06:02:09.729 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:09.729 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:09.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:09.729 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.189 s testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.099 s testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.09 s testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.088 s testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.06 s testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.062 s Running org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:09.752 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:09.753 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:02:09.753 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:09.753 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:09.753 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:09.753 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:02:09.753 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:09.753 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:02:09.754 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:09.754 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:09.754 INFO [WorkbenchTestable][RequirementsRunner] Started test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 06:02:09.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:09.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:09.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:09.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:09.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:09.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:09.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:09.754 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:09.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:02:09.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:09.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:09.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 06:02:09.808 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:02:09.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:09.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:09.809 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 06:02:09.809 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 06:02:09.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:02:09.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:09.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:09.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:09.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:09.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:09.811 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:02:09.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:09.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:09.811 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:09.811 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:09.814 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 06:02:09.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 "Next >", Widget matcher matching widgets with style: 8) 06:02:09.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:09.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:09.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:09.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:09.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:09.815 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:09.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:09.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:09.816 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 06:02:09.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:02:09.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:09.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02: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.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") 06:02:09.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:09.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:09.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:09.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:09.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:09.818 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:09.818 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:09.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:09.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:09.830 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:09.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:09.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:09.831 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 06:02:09.831 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:09.831 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 06:02:09.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:09.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:09.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:09.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:09.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:09.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:09.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:09.831 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:09.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:02:09.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:09.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:09.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 06:02:09.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:02:09.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:09.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:09.904 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 06:02:09.904 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 06:02:09.904 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) 06:02:09.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:09.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:09.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:09.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:09.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:09.905 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:02:09.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:09.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:09.906 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:09.906 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:09.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:02:09.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:02:09.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:02:09.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:02:09.918 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:02:09.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:02:09.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:09.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:09.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:09.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:09.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:09.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:09.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:09.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:09.918 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:09.918 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:09.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:09.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:09.926 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:09.926 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:09.926 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:09.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:09.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:09.926 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 06:02:09.926 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:09.926 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 06:02:09.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:09.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:09.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:09.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:09.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:09.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:09.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:09.927 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:09.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 06:02:09.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:09.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:09.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:02:09.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:02:09.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:09.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:09.965 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 06:02:09.966 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) 06:02:09.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:09.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:09.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:09.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:09.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:09.997 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 06:02:09.997 INFO [WorkbenchTestable][WizardDialog] Finish wizard 06:02:09.998 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) 06:02:09.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:09.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:09.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:09.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:09.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:09.999 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:02:09.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:09.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:09.999 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:09.999 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:15.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:02:15.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:02:15.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:02:15.012 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:02:15.012 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:02:15.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:02:15.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:15.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:15.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:15.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:15.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:15.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:15.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:15.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:15.013 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:15.013 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:15.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:15.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:15.013 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:15.013 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:15.013 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:15.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:15.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:15.013 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 06:02:15.013 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:15.013 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 06:02:15.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:15.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:15.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:15.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:15.014 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:15.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:15.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:15.014 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:15.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 06:02:15.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:15.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:15.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: "Testing Wizard"] is available. finished successfully 06:02:15.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:02:15.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:15.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:15.055 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 06:02:15.055 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) 06:02:15.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:15.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:15.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:15.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:15.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:15.056 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:15.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:15.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:15.057 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 06:02:15.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:02:15.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:15.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:15.057 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") 06:02:15.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:15.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:15.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:15.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:15.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:15.058 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:15.058 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:15.069 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:15.069 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:15.069 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:15.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:15.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:15.102 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 06:02:15.102 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:15.102 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 06:02:15.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:15.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:15.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:15.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:15.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:15.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:15.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:15.103 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:15.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:02:15.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:15.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:15.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:02:15.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:02:15.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:15.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:15.142 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 06:02:15.145 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 06:02:15.145 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:15.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:15.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:15.146 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 06:02:15.146 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:02:15.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:15.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:15.146 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") 06:02:15.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:15.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:15.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:15.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:15.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:15.147 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:15.147 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:15.159 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:15.159 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:15.159 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:15.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:15.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:15.159 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 06:02:15.159 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:15.159 INFO [WorkbenchTestable][RequirementsRunner] Started test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 06:02:15.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:15.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:15.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:15.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:15.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:15.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:15.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:15.160 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:15.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:02:15.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:15.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:15.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:02:15.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:02:15.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:15.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:15.227 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 06:02:15.227 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 06:02:15.227 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) 06:02:15.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:15.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:15.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:15.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:15.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:15.229 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:02:15.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:15.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:15.229 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:15.229 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:15.231 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 06:02:15.231 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) 06:02:15.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:15.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:15.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:15.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:15.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:15.232 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 06:02:15.232 INFO [WorkbenchTestable][WizardDialog] Go to previous wizard page 06:02:15.232 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) 06:02:15.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:15.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:15.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:15.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:15.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:15.233 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 06:02:15.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:15.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:15.233 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:15.233 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:15.236 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 06:02:15.236 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:15.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:15.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:15.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 06:02:15.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:15.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:15.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:15.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:15.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:15.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 06:02:15.238 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:15.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:15.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:15.238 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 06:02:15.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:02:15.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:15.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:15.238 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") 06:02:15.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:15.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:15.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:15.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:15.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:15.239 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:15.239 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:15.258 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:15.258 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:15.258 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:15.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:15.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:15.259 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 06:02:15.259 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:15.259 INFO [WorkbenchTestable][RequirementsRunner] Started test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 06:02:15.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:15.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:15.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:15.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:15.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:15.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:15.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:15.259 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:15.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:02:15.322 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:15.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:15.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:02:15.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:02:15.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:15.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:15.324 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 06:02:15.324 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) 06:02:15.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:15.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:15.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:15.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:15.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:15.325 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 06:02:15.325 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 06:02:15.325 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) 06:02:15.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:15.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:15.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:15.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:15.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:15.326 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:02:15.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:15.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:15.326 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:15.326 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:15.328 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 06:02:15.328 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:15.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:15.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:15.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 06:02:15.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:15.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:15.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:15.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:15.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:15.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 06:02:15.329 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:15.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:15.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:15.329 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 06:02:15.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:02:15.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:15.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:15.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 06:02:15.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:15.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:15.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:15.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:15.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:15.331 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:15.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:15.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:15.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:15.342 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:15.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:15.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:15.343 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 06:02:15.343 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:15.343 INFO [WorkbenchTestable][RequirementsRunner] Started test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 06:02:15.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:15.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:15.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:15.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:15.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:15.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:15.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:15.343 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:15.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:02:15.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:15.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:15.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:02:15.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:02:15.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:15.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:15.411 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 06:02:15.411 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) 06:02:15.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:15.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:15.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:15.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:15.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:15.412 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:15.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:15.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:15.412 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 06:02:15.412 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:02:15.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:15.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:15.412 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") 06:02:15.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:15.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:15.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:15.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:15.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:15.413 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:15.413 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:15.424 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:15.424 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:15.424 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:15.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:15.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:15.425 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 06:02:15.425 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:15.425 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 06:02:15.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:15.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:15.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:15.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:15.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:15.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:15.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:15.425 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:15.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:02:15.462 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:15.463 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:15.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:02:15.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:02:15.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:15.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:15.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:02:15.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:15.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:15.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:16.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:16.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:16.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:16.519 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:16.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:16.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:17.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:17.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:17.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:17.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:17.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:17.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:18.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:18.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:18.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:18.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:18.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:18.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:19.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:19.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:19.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:19.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:19.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:19.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:20.026 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:20.026 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:20.026 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:20.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:20.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:20.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:21.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:21.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:21.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:21.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:21.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:21.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:22.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:22.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:22.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:22.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:22.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:22.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:23.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:23.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:23.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:23.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:23.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:23.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:24.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:24.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:24.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:24.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:24.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:24.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:25.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:25.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:25.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:25.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:25.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:25.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:25.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:02:25.543 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:25.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:25.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:25.543 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing TitleAreaDialog 06:02:25.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 06:02:25.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:25.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:25.545 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") 06:02:25.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:25.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:25.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:25.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:25.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:25.546 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:25.546 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:25.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:25.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:25.559 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 06:02:25.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:02:25.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:25.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:25.559 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") 06:02:25.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:25.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:25.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:25.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:25.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:25.561 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:25.561 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:25.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:25.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:25.578 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:25.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:25.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:25.578 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 06:02:25.578 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:25.578 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 06:02:25.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:25.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:25.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:25.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:25.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:25.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:25.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:25.579 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:25.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:02:25.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:25.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:25.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:02:25.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:02:25.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:25.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:25.616 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 06:02:25.616 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:25.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:25.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:25.617 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 06:02:25.617 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:02:25.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:25.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:25.617 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") 06:02:25.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:25.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:25.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:25.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:25.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:25.617 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:25.618 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:25.636 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:25.636 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:25.636 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:25.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:25.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:25.637 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 06:02:25.637 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:25.637 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 06:02:25.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:25.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:25.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:25.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:25.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:25.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:25.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:25.637 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:25.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:02:25.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:25.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:25.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:02:25.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:02:25.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:25.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:25.698 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:25.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:25.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:25.698 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 06:02:25.698 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 06:02:25.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:25.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:25.699 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") 06:02:25.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:25.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:25.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:25.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:25.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:25.700 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:25.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:25.711 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:25.711 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:25.711 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:25.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:25.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:25.711 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 06:02:25.711 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 06:02:25.711 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:25.711 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:25.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:25.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.96 s - in org.eclipse.reddeer.jface.test.wizard.WizardDialogTest next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.077 s cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.095 s finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 5.087 s finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.089 s getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.057 s back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.1 s next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.084 s back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.082 s testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 10.153 s getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.059 s getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.074 s Running org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 06:02:25.716 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 06:02:25.718 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:02:25.718 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:25.718 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 06:02:25.718 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:25.718 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:02:25.724 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:25.724 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:02:25.724 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:25.727 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:02:25.727 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:25.727 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:02:25.727 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:25.727 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing import wizard"] 06:02:25.727 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:25.728 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:25.728 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 06:02:25.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 06:02:25.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:25.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:25.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:25.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: "Import"] 06:02:25.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:25.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: "Import"] 06:02:25.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:25.729 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:02:25.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:25.729 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing import wizard"] 06:02:25.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:25.729 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:02:25.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:25.730 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:02:25.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:25.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:25.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:25.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:25.732 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:25.734 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:02:25.735 DEBUG [main][MenuItemLookup] Found menu:'File' 06:02:25.736 DEBUG [main][MenuItemLookup] Item match:File 06:02:25.738 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:02:25.739 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:02:25.739 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:02:25.739 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:02:25.739 DEBUG [main][MenuItemLookup] Found menu:'' 06:02:25.739 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:02:25.739 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:02:25.739 DEBUG [main][MenuItemLookup] Found menu:'' 06:02:25.739 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:02:25.739 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:02:25.739 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:02:25.739 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:02:25.739 DEBUG [main][MenuItemLookup] Found menu:'' 06:02:25.739 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:02:25.739 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:02:25.739 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:02:25.739 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:02:25.739 DEBUG [main][MenuItemLookup] Found menu:'' 06:02:25.739 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:02:25.739 DEBUG [main][MenuItemLookup] Found menu:'' 06:02:25.739 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:02:25.739 DEBUG [main][MenuItemLookup] Item match:Import... 06:02:25.740 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:02:25.740 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:02:25.741 INFO [main][MenuItemHandler] Select menu item: &Import... 06:02:25.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:02:25.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:02:25.826 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:02:25.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:25.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:25.828 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:02:25.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02: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.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:02:25.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:25.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:25.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:25.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:25.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:02:25.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:02:25.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:02:25.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children... 06:02:25.840 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 06:02:25.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:26.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:26.344 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 06:02:26.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children finished successfully 06:02:26.346 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 06:02:26.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:26.346 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing import category is already expanded. No action performed 06:02:26.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:26.346 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 06:02:26.346 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing import wizard 06:02:26.347 DEBUG [main][TreeItemHandler] Selecting tree item: Testing import wizard 06:02:26.348 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing import wizard about selection 06:02:26.350 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing import wizard 06:02:26.350 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:02:26.350 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:02:26.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.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) 06:02:26.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:26.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:26.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:26.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:26.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:26.351 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:02:26.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:26.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:26.352 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:26.352 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:26.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:02:26.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing import wizard"] is available.... 06:02:26.356 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 06:02:26.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 06:02:26.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:26.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:26.357 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 06:02:26.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:26.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:26.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 06:02:26.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:26.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:26.358 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 06:02:26.358 INFO [WorkbenchTestable][ImportWizardDialogImpl] Cancel wizard 06:02:26.358 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) 06:02:26.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:26.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:26.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:26.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:26.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:26.359 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:02:26.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:26.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:26.359 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:26.359 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:26.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:02:26.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:02:26.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:02:26.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:02:26.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:02:26.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:02:26.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 06:02:26.372 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:26.372 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:26.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:26.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:26.372 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 06:02:26.372 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 06:02:26.372 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:26.372 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:26.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:26.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.657 s - in org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) Time elapsed: 0.644 s Running org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 06:02:26.380 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 06:02:26.382 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:02:26.382 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:26.382 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 06:02:26.382 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:26.382 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:02:26.391 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:26.391 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:02:26.391 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:26.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'] 06:02:26.393 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.393 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:02:26.393 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.393 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 06:02:26.393 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.393 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:26.393 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 06:02:26.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 06:02:26.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:26.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:26.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:26.393 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:02:26.393 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.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'] 06:02:26.394 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.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'] 06:02:26.394 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.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: "Testing new wizard"] 06:02:26.394 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.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'] 06:02:26.394 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.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'] 06:02:26.394 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:26.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:26.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:26.395 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:26.395 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:02:26.395 DEBUG [main][MenuItemLookup] Found menu:'File' 06:02:26.395 DEBUG [main][MenuItemLookup] Item match:File 06:02:26.396 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:02:26.396 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:02:26.400 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:02:26.400 DEBUG [main][MenuItemLookup] Found menu:'' 06:02:26.400 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:02:26.400 DEBUG [main][MenuItemLookup] Found menu:'File' 06:02:26.400 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:02:26.400 DEBUG [main][MenuItemLookup] Found menu:'' 06:02:26.400 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:02:26.400 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:02:26.401 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:02:26.401 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:02:26.401 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:02:26.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 'New|Select a wizard'] is available.... 06:02:26.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 'New|Select a wizard'] is available. finished successfully 06:02:26.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:02:26.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:26.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:26.448 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:02:26.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:02:26.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:26.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:26.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:26.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:26.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:02:26.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:02:26.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:02:26.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 06:02:26.450 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 06:02:26.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:26.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:26.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 06:02:26.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 06:02:26.952 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 06:02:26.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:26.952 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 06:02:26.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:26.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 06:02:26.952 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 06:02:26.952 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 06:02:26.952 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 06:02:26.953 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 06:02:26.954 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:02:26.954 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:02:26.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:02:26.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:26.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:26.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:26.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:26.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:26.955 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:02:26.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:26.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:26.955 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:26.955 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:02:26.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 06:02:26.962 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 06:02:26.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 06:02:26.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:26.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:26.963 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 06:02:26.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.963 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:02:26.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.963 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:02:26.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.963 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 06:02:26.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 06:02:26.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:26.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:26.964 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 06:02:26.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.964 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 06:02:26.964 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 06:02:26.964 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) 06:02:26.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:26.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:26.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:26.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:26.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:26.965 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:02:26.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:26.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:26.965 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:26.965 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:26.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:02:26.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:02:26.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:02:26.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:02:26.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:02:26.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:02:26.977 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:02:26.977 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.977 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:02:26.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.978 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:02:26.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:26.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:26.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:26.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:26.978 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:26.978 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:02:26.978 DEBUG [main][MenuItemLookup] Found menu:'File' 06:02:26.978 DEBUG [main][MenuItemLookup] Item match:File 06:02:26.979 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:02:26.979 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:02:26.981 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:02:26.981 DEBUG [main][MenuItemLookup] Found menu:'' 06:02:26.981 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:02:26.981 DEBUG [main][MenuItemLookup] Found menu:'File' 06:02:26.981 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:02:26.981 DEBUG [main][MenuItemLookup] Found menu:'' 06:02:26.981 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:02:26.981 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:02:26.981 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:02:26.982 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:02:26.982 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:02:27.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:02:27.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:02:27.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:02:27.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:27.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:27.026 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:02:27.026 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:27.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:02:27.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:27.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:27.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:27.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:27.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:02:27.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:02:27.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:02:27.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 06:02:27.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 06:02:27.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:27.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:27.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 06:02:27.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 06:02:27.530 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 06:02:27.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:27.531 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 06:02:27.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:27.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 06:02:27.531 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 06:02:27.531 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 06:02:27.531 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 06:02:27.532 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 06:02:27.532 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:02:27.532 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:02:27.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.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:02:27.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:27.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:27.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:27.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:27.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:27.534 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:02:27.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:27.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:27.534 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:27.534 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:27.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'] 06:02:27.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:27.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:27.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 06:02:27.539 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 06:02:27.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 06:02:27.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:27.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:27.539 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 06:02:27.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:02:27.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:27.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:02:27.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:27.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:27.540 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.... 06:02:27.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: "Testing new wizard"] 06:02:27.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:27.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:27.541 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 06:02:27.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 06:02:27.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:27.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:27.541 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 06:02:27.541 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:27.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:27.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:27.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 06:02:27.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:27.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:27.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 06:02:27.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:27.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:27.541 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 06:02:27.542 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 06:02:27.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.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) 06:02:27.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:27.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:27.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:27.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:27.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:27.543 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:02:27.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:27.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:27.543 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:27.543 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:27.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:02:27.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:02:27.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:02:27.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:02:27.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:02:27.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:02:27.553 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 06:02:27.553 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:27.553 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:27.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:27.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:27.554 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 06:02:27.554 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:02:27.554 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:27.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'] 06:02:27.555 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:27.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: "Testing new wizard"] 06:02:27.555 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:27.555 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:27.555 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 06:02:27.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 06:02:27.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:27.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:27.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:27.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'] 06:02:27.555 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:27.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'] 06:02:27.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:27.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'] 06:02:27.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:27.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: "Testing new wizard"] 06:02:27.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:27.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'] 06:02:27.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:27.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'] 06:02:27.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:27.557 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:27.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:27.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:27.557 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:27.557 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:02:27.557 DEBUG [main][MenuItemLookup] Found menu:'File' 06:02:27.557 DEBUG [main][MenuItemLookup] Item match:File 06:02:27.558 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:02:27.558 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:02:27.560 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:02:27.561 DEBUG [main][MenuItemLookup] Found menu:'' 06:02:27.561 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:02:27.561 DEBUG [main][MenuItemLookup] Found menu:'File' 06:02:27.561 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:02:27.561 DEBUG [main][MenuItemLookup] Found menu:'' 06:02:27.561 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:02:27.561 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:02:27.561 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:02:27.561 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:02:27.561 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:02:27.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.... 06:02:27.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 06:02:27.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:02:27.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:27.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:27.605 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:02:27.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:27.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 06:02:27.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:27.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:27.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:27.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:27.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:02:27.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:02:27.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:02:27.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 06:02:27.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 06:02:27.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:28.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:28.109 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 06:02:28.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 06:02:28.110 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 06:02:28.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:28.110 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 06:02:28.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:28.110 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 06:02:28.111 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 06:02:28.111 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 06:02:28.111 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 06:02:28.112 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 06:02:28.112 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:02:28.112 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:02:28.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) 06:02:28.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:28.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:28.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:28.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:28.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:28.113 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:02:28.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:28.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:28.113 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:28.113 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:28.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'] 06:02:28.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 06:02:28.118 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 06:02:28.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 06:02:28.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:28.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:28.118 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 06:02:28.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:28.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:28.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 06:02:28.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:28.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:28.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 06:02:28.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:28.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:28.118 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 06:02:28.118 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 06:02:28.118 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) 06:02:28.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:28.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:28.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:28.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:28.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:28.119 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:02:28.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:28.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:28.119 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:28.119 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:28.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:02:28.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:02:28.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:02:28.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:02:28.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:02:28.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:02:28.130 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 06:02:28.130 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:28.130 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:28.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:28.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:28.131 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 06:02:28.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'] 06:02:28.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.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'] 06:02:28.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.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: "Testing new wizard"] 06:02:28.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.131 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:28.131 INFO [WorkbenchTestable][RequirementsRunner] Started test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 06:02:28.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 06:02:28.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:28.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:28.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:28.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'] 06:02:28.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.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'] 06:02:28.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.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'] 06:02:28.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.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: "Testing new wizard"] 06:02:28.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.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'] 06:02:28.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.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'] 06:02:28.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:28.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:28.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:28.133 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:28.133 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:02:28.133 DEBUG [main][MenuItemLookup] Found menu:'File' 06:02:28.133 DEBUG [main][MenuItemLookup] Item match:File 06:02:28.134 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:02:28.134 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:02:28.136 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:02:28.136 DEBUG [main][MenuItemLookup] Found menu:'' 06:02:28.136 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:02:28.136 DEBUG [main][MenuItemLookup] Found menu:'File' 06:02:28.136 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:02:28.137 DEBUG [main][MenuItemLookup] Found menu:'' 06:02:28.137 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:02:28.137 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:02:28.137 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:02:28.137 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:02:28.137 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:02:28.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 'New|Select a wizard'] is available.... 06:02:28.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 'New|Select a wizard'] is available. finished successfully 06:02:28.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:02:28.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:28.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:28.181 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:02:28.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:02:28.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:28.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:28.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:28.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:28.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:02:28.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:02:28.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:02:28.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 06:02:28.184 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 06:02:28.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:28.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:28.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 06:02:28.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 06:02:28.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 06:02:28.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:28.686 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 06:02:28.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:28.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 06:02:28.686 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 06:02:28.686 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 06:02:28.686 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 06:02:28.687 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 06:02:28.687 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:02:28.687 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:02:28.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:02:28.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:28.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:28.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:28.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:28.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:28.689 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:02:28.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:28.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:28.689 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:28.689 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:28.693 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:02:28.693 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.693 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 06:02:28.694 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 06:02:28.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 06:02:28.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:28.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:28.694 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 06:02:28.694 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.694 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:02:28.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.695 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:02:28.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.695 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 06:02:28.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 06:02:28.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:28.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:28.695 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 06:02:28.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:28.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:28.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 06:02:28.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:28.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:28.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 06:02:28.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:28.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:28.696 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 06:02:28.696 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 06:02:28.696 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) 06:02:28.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:28.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:28.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:28.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:28.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:28.697 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:02:28.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:28.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:28.697 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:28.697 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:28.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:02:28.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:02:28.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:02:28.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:02:28.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:02:28.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:02:28.709 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 06:02:28.709 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:28.709 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:28.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:28.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:28.710 INFO [WorkbenchTestable][RequirementsRunner] Finished test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 06:02:28.710 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 06:02:28.710 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:28.710 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:28.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:28.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.33 s - in org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 1.161 s open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.576 s useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.579 s Running org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 06:02:28.714 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 06:02:28.714 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:02:28.715 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:28.715 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 06:02:28.715 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:28.715 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:02:28.715 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:28.715 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:02:28.715 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:28.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: "Export"] 06:02:28.715 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.716 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 06:02:28.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.716 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 06:02:28.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.716 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:28.716 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 06:02:28.716 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 06:02:28.716 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:28.716 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:28.716 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:28.716 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 06:02:28.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.716 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 06:02:28.717 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.717 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 06:02:28.717 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.717 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing export wizard"] 06:02:28.717 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.717 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 06:02:28.717 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.717 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 06:02:28.717 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:28.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:28.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:28.717 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:28.717 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:02:28.717 DEBUG [main][MenuItemLookup] Found menu:'File' 06:02:28.718 DEBUG [main][MenuItemLookup] Item match:File 06:02:28.719 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:02:28.719 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:02:28.719 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:02:28.719 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:02:28.719 DEBUG [main][MenuItemLookup] Found menu:'' 06:02:28.719 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:02:28.719 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:02:28.719 DEBUG [main][MenuItemLookup] Found menu:'' 06:02:28.719 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:02:28.719 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:02:28.719 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:02:28.719 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:02:28.719 DEBUG [main][MenuItemLookup] Found menu:'' 06:02:28.719 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:02:28.719 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:02:28.719 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:02:28.719 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:02:28.719 DEBUG [main][MenuItemLookup] Found menu:'' 06:02:28.719 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:02:28.719 DEBUG [main][MenuItemLookup] Found menu:'' 06:02:28.719 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:02:28.719 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:02:28.719 DEBUG [main][MenuItemLookup] Item match:Export... 06:02:28.727 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Exp&ort..." 06:02:28.727 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Export... 06:02:28.727 INFO [main][MenuItemHandler] Select menu item: Exp&ort... 06:02:28.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available.... 06:02:28.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available. finished successfully 06:02:28.770 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Export 06:02:28.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:28.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:28.772 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 06:02:28.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:28.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:02:28.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:28.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:28.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:28.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:28.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:02:28.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:02:28.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:02:28.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children... 06:02:28.798 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 06:02:28.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:29.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:29.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 06:02:29.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children finished successfully 06:02:29.300 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 06:02:29.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:29.300 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing export category is already expanded. No action performed 06:02:29.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:29.300 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 06:02:29.300 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing export wizard 06:02:29.300 DEBUG [main][TreeItemHandler] Selecting tree item: Testing export wizard 06:02:29.300 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing export wizard about selection 06:02:29.302 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing export wizard 06:02:29.302 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 06:02:29.302 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:02:29.302 DEBUG [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) 06:02:29.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:29.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:29.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:29.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:29.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:29.303 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:02:29.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:29.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:29.303 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:29.303 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:29.306 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 06:02:29.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:29.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:29.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing export wizard"] is available.... 06:02:29.306 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 06:02:29.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 06:02:29.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:29.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:29.307 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 06:02:29.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:29.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:29.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:29.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 06:02:29.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:29.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:29.307 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 06:02:29.307 INFO [WorkbenchTestable][ExportWizardDialogImpl] Cancel wizard 06:02:29.307 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) 06:02:29.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:29.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:29.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:29.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:29.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:29.308 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:02:29.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:29.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:29.308 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:29.308 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:29.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:02:29.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:02:29.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:02:29.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:02:29.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:02:29.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:02:29.322 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 06:02:29.322 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:29.322 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:29.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:29.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:29.322 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 06:02:29.322 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 06:02:29.322 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:29.322 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:29.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:29.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 s - in org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) Time elapsed: 0.606 s Running org.eclipse.reddeer.jface.test.dialogs.InputDialogTest 06:02:29.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 06:02:29.362 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 06:02:29.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 06:02:29.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:29.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:29.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 "OK", Widget matcher matching widgets with style: 8) 06:02:29.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:29.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:29.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:29.364 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 06:02:29.364 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:29.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:29.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:29.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:29.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:29.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:29.365 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:02:29.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:29.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:29.365 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:29.365 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:29.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 06:02:29.422 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 06:02:29.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 06:02:29.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:29.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:29.425 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 06:02:29.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:29.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:29.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:29.425 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 06:02:29.425 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:29.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:29.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:29.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:29.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:29.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:02:29.426 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:02:29.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 06:02:29.461 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 06:02:29.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 06:02:29.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:29.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:29.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 "Cancel", Widget matcher matching widgets with style: 8) 06:02:29.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:29.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:29.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:29.462 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 06:02:29.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:29.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:29.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:29.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:29.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:29.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:29.462 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:02:29.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:29.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:29.462 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:29.462 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:29.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 06:02:29.508 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 06:02:29.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 06:02:29.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:29.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:29.509 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 06:02:29.509 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:29.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:29.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:29.509 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 06:02:29.509 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:29.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:29.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:29.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:29.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:29.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:02:29.510 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:02:29.511 INFO [WorkbenchTestable][AbstractText] Text set to: something 06:02:29.512 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 06:02:29.512 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:29.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:29.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:29.512 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 06:02:29.512 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:29.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:29.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:29.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:29.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:29.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:02:29.512 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:02:29.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 "Cancel", Widget matcher matching widgets with style: 8) 06:02:29.512 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:29.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:29.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:29.512 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 06:02:29.512 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:29.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:29.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:29.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:29.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:29.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:29.513 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:02:29.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:29.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:29.513 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:29.513 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s - in org.eclipse.reddeer.jface.test.dialogs.InputDialogTest inputDialogOkTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.069 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.052 s Running org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest 06:02:29.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'] 06:02:29.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:29.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'] 06:02:29.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:29.526 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 06:02:29.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:29.526 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:02:29.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:29.526 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:02:29.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:29.526 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:02:29.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:29.526 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 06:02:29.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:29.526 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:02:29.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:29.526 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:02:29.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:29.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:29.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:29.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:29.527 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:29.527 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:02:29.527 DEBUG [main][MenuItemLookup] Found menu:'File' 06:02:29.527 DEBUG [main][MenuItemLookup] Item match:File 06:02:29.528 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:02:29.528 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:02:29.530 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:02:29.530 DEBUG [main][MenuItemLookup] Found menu:'' 06:02:29.530 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:02:29.530 DEBUG [main][MenuItemLookup] Found menu:'File' 06:02:29.530 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:02:29.530 DEBUG [main][MenuItemLookup] Found menu:'' 06:02:29.530 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:02:29.530 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:02:29.530 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:02:29.530 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:02:29.530 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:02:29.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 'New|Select a wizard'] is available.... 06:02:29.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:02:29.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:02:29.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:29.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:29.602 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:02:29.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:29.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:02:29.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:29.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:29.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:29.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:29.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:02:29.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:02:29.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:02:29.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 06:02:29.604 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 06:02:29.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:30.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:30.106 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 06:02:30.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 06:02:30.106 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 06:02:30.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:30.106 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 06:02:30.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:30.106 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 06:02:30.107 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 06:02:30.107 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 06:02:30.107 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 06:02:30.108 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 06:02:30.108 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:02:30.108 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:02:30.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:02:30.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:30.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:30.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:30.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:30.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:30.109 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:02:30.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:30.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:30.109 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:30.109 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:30.114 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:02:30.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:30.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:30.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 06:02:30.114 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 06:02:30.114 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 06:02:30.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:30.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:30.115 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 06:02:30.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:30.115 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.... 06:02:30.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:30.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:30.115 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 06:02:30.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 06:02:30.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:30.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:30.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 06:02:30.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:30.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:30.116 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 06:02:30.116 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 06:02:30.117 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) 06:02:30.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:30.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:30.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:30.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:30.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:30.117 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:02:30.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:30.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:30.117 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:30.117 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:30.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:02:30.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:02:30.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:02:30.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:02:30.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:02:30.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:02:30.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available.... 06:02:30.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:30.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:30.166 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 06:02:30.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 06:02:30.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:30.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:30.166 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.167 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.167 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.167 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.168 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.168 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.168 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.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 "TitleAreaDialog error message") 06:02:30.173 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:30.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:30.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:30.174 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 06:02:30.174 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:30.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:30.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:30.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:30.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:30.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:30.175 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog error message 06:02:30.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:30.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:30.175 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:30.175 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:30.178 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.178 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.178 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.178 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.178 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.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 "TitleAreaDialog warning message") 06:02:30.178 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:30.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:30.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:30.179 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 06:02:30.179 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:30.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:30.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:30.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:30.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:30.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:30.179 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message 06:02:30.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:30.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:30.179 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:30.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:30.183 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.184 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.184 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.184 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.184 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog info message") 06:02:30.184 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:30.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:30.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:30.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 06:02:30.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:30.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:30.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:30.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:30.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:30.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:30.185 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog info message 06:02:30.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:30.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:30.185 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:30.185 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:30.187 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.187 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.187 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.187 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.187 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:02:30.187 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:30.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:30.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:30.187 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 06:02:30.187 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:30.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:30.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:30.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:30.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:30.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:30.195 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog none message 06:02:30.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:30.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:30.195 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:30.195 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:30.197 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.197 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.198 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.198 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.198 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog warning message without provider") 06:02:30.198 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:30.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:30.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:30.198 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 06:02:30.198 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:30.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:30.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:30.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:30.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:30.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:30.199 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message without provider 06:02:30.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:30.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:30.199 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:30.199 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:30.203 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.203 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.203 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.203 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 06:02:30.208 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.... 06:02:30.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:30.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:30.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:30.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:31.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:31.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:31.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:31.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:32.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:32.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:32.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:32.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:33.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:33.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:33.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:33.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:34.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:34.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:34.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:34.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:35.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:35.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:35.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:35.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:36.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:36.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:36.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:36.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:37.235 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:37.235 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:37.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:37.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:38.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:38.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:38.737 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:38.737 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:39.237 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:39.237 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:39.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:39.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:40.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:40.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:40.239 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.717 s - in org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest testWizardDialogAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 0.604 s titleAreaMessagesAndImages(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 0.079 s testShellAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 10.033 s Running org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:40.244 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:40.245 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:02:40.246 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:40.246 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:40.246 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:40.246 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:02:40.247 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:40.247 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:02:40.247 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:40.247 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:40.247 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 06:02:40.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:40.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:40.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:40.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:40.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:02:40.270 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:40.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:40.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:40.283 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 06:02:40.283 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:40.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:40.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:40.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:40.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:40.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:02:40.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 06:02:40.300 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 06:02:40.300 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:40.300 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:40.300 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:40.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:40.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:40.301 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 06:02:40.301 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:40.301 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 06:02:40.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:40.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:40.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:40.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:40.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:02:40.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:40.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:40.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:40.314 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 06:02:40.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:40.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:40.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:40.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:40.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:40.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:02:40.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 06:02:40.321 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 06:02:40.321 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:40.321 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:40.321 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:40.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:40.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:40.322 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 06:02:40.322 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:40.322 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 06:02:40.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:40.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:40.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:40.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:40.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:02:40.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:40.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:40.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:40.351 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 06:02:40.351 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:40.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:40.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:40.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:40.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:40.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:02:40.351 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item 1 and wait with time period 1 06:02:40.351 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 06:02:40.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:40.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:40.852 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 06:02:40.857 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 06:02:40.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:40.857 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item 1 is already expanded. No action performed 06:02:40.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:40.857 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 06:02:40.858 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 11 postfix and wait with time period 1 06:02:40.858 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 06:02:40.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:41.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:41.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 06:02:41.363 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 06:02:41.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:41.363 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 11 postfix is already expanded. No action performed 06:02:41.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:41.364 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 06:02:41.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 06:02:41.369 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 06:02:41.369 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:41.369 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:41.369 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:41.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:41.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:41.370 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 06:02:41.370 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:41.370 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 06:02:41.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:41.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:41.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:41.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:41.386 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:02:41.386 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:41.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:41.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:41.397 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 06:02:41.397 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:41.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:41.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:41.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:41.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:41.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:02:41.397 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 06:02:41.397 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 06:02:41.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:41.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:41.898 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 06:02:41.903 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 06:02:41.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:41.903 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 06:02:41.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:41.903 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 06:02:41.903 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 06:02:41.903 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 06:02:41.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:42.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:42.404 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 06:02:42.411 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 06:02:42.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:42.411 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 06:02:42.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:42.411 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 06:02:42.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 06:02:42.417 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 06:02:42.417 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:42.417 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:42.417 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:42.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:42.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:42.417 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 06:02:42.417 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:42.417 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 06:02:42.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:42.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:42.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:42.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:42.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:02:42.432 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:42.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:42.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:42.443 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 06:02:42.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:42.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:42.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:42.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:42.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:42.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:02:42.444 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 06:02:42.444 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 06:02:42.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:42.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:42.945 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 06:02:42.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 06:02:42.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:42.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 06:02:42.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:42.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 06:02:42.950 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 06:02:42.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 06:02:42.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:43.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:43.451 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 06:02:43.457 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 06:02:43.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:43.458 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 06:02:43.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:43.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 06:02:43.458 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xy postfix and wait with time period 1 06:02:43.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 06:02:43.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:43.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:43.959 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 06:02:43.967 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 06:02:43.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:43.967 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xy postfix is already expanded. No action performed 06:02:43.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:43.967 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 06:02:43.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 06:02:43.982 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 06:02:43.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:43.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:43.982 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:43.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:43.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:43.982 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 06:02:43.982 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:43.983 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 06:02:43.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:43.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:43.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:43.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:43.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:02:43.991 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:43.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:43.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:43.997 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 06:02:43.997 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:43.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:43.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:43.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:43.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:43.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:02:43.998 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 06:02:43.998 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 06:02:43.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:44.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:44.498 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 06:02:44.503 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 06:02:44.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:44.503 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 06:02:44.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:44.503 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 06:02:44.504 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 06:02:44.504 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 06:02:44.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:45.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:45.004 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 06:02:45.011 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 06:02:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:45.011 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 06:02:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:45.011 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 06:02:45.011 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 06:02:45.011 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 06:02:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:45.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:45.512 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 06:02:45.520 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 06:02:45.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:45.520 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 06:02:45.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:45.520 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 06:02:45.520 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 06:02:45.521 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 06:02:45.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:46.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:46.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 06:02:46.029 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 06:02:46.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:46.029 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 06:02:46.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:46.029 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 06:02:46.029 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 06:02:46.029 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 06:02:46.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:46.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:46.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 06:02:46.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 06:02:46.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:46.531 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 06:02:46.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:46.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 06:02:46.532 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 06:02:46.532 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 06:02:46.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:47.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:47.033 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 06:02:47.034 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 06:02:47.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:47.034 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 06:02:47.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:47.034 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 06:02:47.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 06:02:47.040 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 06:02:47.040 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:47.040 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:47.040 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:47.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:47.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:47.041 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 06:02:47.041 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:47.041 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 06:02:47.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:47.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:47.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:47.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:47.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:02:47.050 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:47.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:47.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:47.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 06:02:47.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:47.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:47.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:47.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:47.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:47.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:02:47.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:02:47.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:02:47.064 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 06:02:47.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 06:02:47.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:47.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:47.565 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 06:02:47.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 06:02:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:47.568 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 06:02:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:47.568 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 06:02:47.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 06:02:47.574 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 06:02:47.574 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:47.574 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:47.574 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:47.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:47.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:47.574 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 06:02:47.574 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:47.574 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 06:02:47.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:47.574 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:47.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:47.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02: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 06:02:47.582 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:47.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:47.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:47.595 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 06:02:47.595 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:47.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:47.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:47.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:47.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:47.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:02:47.596 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 06:02:47.596 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 06:02:47.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:48.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:48.096 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 06:02:48.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 06:02:48.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:48.100 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 06:02:48.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:48.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 06:02:48.100 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 00 and wait with time period 1 06:02:48.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 06:02:48.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:48.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:48.601 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 06:02:48.605 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 06:02:48.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:48.605 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 00 is already expanded. No action performed 06:02:48.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:48.605 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 06:02:48.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 06:02:48.611 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 06:02:48.611 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:48.611 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:48.611 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:48.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:48.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:48.612 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 06:02:48.612 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:48.612 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 06:02:48.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:48.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:48.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:48.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:48.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:02:48.627 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:48.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:48.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:48.639 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 06:02:48.639 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:48.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:48.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:48.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:48.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:48.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:02:48.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 06:02:48.642 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 06:02:48.642 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:48.642 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:48.642 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:48.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:48.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:48.646 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 06:02:48.646 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:48.646 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 06:02:48.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:48.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:48.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:48.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:48.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:02:48.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:48.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:48.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:48.672 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 06:02:48.672 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:48.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:48.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:48.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:48.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:48.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:02:48.673 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 06:02:48.673 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 06:02:48.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:49.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:49.174 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 06:02:49.179 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 06:02:49.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:49.179 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 06:02:49.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:49.179 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 06:02:49.179 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 06:02:49.179 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 06:02:49.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:49.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:49.681 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 06:02:49.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 06:02:49.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:49.687 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 06:02:49.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:49.687 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 06:02:49.687 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 06:02:49.687 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 06:02:49.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:50.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:50.188 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 06:02:50.195 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 06:02:50.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:50.195 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 06:02:50.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:50.195 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 06:02:50.195 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 06:02:50.195 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 06:02:50.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:50.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:50.696 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 06:02:50.703 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 06:02:50.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:50.704 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 06:02:50.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:50.704 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 06:02:50.704 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 06:02:50.704 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 06:02:50.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:51.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:51.205 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 06:02:51.206 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 06:02:51.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:51.206 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 06:02:51.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:51.206 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 06:02:51.206 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 06:02:51.207 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 06:02:51.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:51.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:51.707 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 06:02:51.709 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 06:02:51.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:02:51.709 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 06:02:51.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:02:51.709 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 06:02:51.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 06:02:51.715 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 06:02:51.715 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:51.715 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:51.715 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:51.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:51.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:51.716 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 06:02:51.716 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 06:02:51.716 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:51.716 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:51.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:51.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.473 s - in org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.054 s getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.021 s getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.048 s getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.047 s getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.565 s getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 3.058 s getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.533 s testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.038 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.07 s Running org.eclipse.reddeer.jface.test.viewers.CellEditorTest 06:02:51.720 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 06:02:51.721 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:02:51.722 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:51.722 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 06:02:51.722 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:51.722 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:02:51.722 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:51.722 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:02:51.722 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:51.722 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:51.722 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 06:02:51.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 06:02:51.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:51.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:51.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:1879): Gtk-CRITICAL **: 06:02:51.738: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:02:51.740 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 06:02:51.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:51.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:51.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:51.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 06:02:51.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:51.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:51.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:51.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:51.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:51.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 06:02:51.753 INFO [WorkbenchTestable][AbstractTableItem] Double click table item Andrej 06:02:51.755 TRACE [main][WidgetHandler] Notify Table with event 13 06:02:51.755 TRACE [main][WidgetHandler] Wait for synchronization 06:02:51.756 TRACE [main][WidgetHandler] Notify Table with event 3 06:02:51.756 TRACE [main][WidgetHandler] Wait for synchronization 06:02:51.756 TRACE [main][WidgetHandler] Notify Table with event 4 06:02:51.756 TRACE [main][WidgetHandler] Wait for synchronization 06:02:51.763 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 06:02:51.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:51.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:51.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:51.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:51.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:02:51.763 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:02:51.763 INFO [WorkbenchTestable][AbstractText] Text set to: abc 06:02:51.764 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 16 06:02:51.764 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:51.766 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 06:02:51.766 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 06:02:51.766 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 06:02:51.767 DEBUG [main][AbstractWait] Waiting until shell is active... 06:02:51.767 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 06:02:51.767 INFO [main][AbstractShell] Close shell Testing shell 06:02:51.767 INFO [main][ShellHandler] Closing shell 'Testing shell' 06:02:51.770 DEBUG [main][AbstractWait] Waiting while shell is available... 06:02:51.770 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 06:02:51.770 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 06:02:51.770 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:51.770 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:51.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:51.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:51.774 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 06:02:51.774 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 06:02:51.774 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:51.774 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:51.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:51.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.reddeer.jface.test.viewers.CellEditorTest tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) Time elapsed: 0.052 s Running org.eclipse.reddeer.jface.test.window.WindowTest 06:02:51.777 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"] 06:02:51.778 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:51.778 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"] 06:02:51.778 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:51.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:51.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:51.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:51.802 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:51.803 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") 06:02:51.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:51.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:51.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:51.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:51.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:02:51.807 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 06:02:51.808 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:02:51.808 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:51.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 06:02:51.823 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 06:02:51.823 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 06:02:51.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:51.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:51.823 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 06:02:51.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:51.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 06:02:51.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:51.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:51.824 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:51.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:51.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:51.824 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 06:02:51.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 06:02:51.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:51.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:51.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.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") 06:02:51.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:51.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:51.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:02:52.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:52.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:02:52.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:52.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:02:52.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:02:52.826 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 06:02:52.827 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 06:02:52.827 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:52.833 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:52.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:52.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:52.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:52.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:52.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:52.833 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:52.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 06:02:52.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:52.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:52.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:52.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:52.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:02:52.836 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 06:02:52.836 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:02:52.836 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:52.850 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"] 06:02:52.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:52.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:52.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 06:02:52.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:52.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:52.851 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 06:02:52.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:52.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 06:02:52.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:52.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:52.851 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:52.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:52.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:52.851 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 06:02:52.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 06:02:52.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:52.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:52.851 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") 06:02:52.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:52.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:52.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:02:53.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:53.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:02:53.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:53.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:02:53.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:02:53.853 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 06:02:53.853 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 06:02:53.853 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:53.859 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:53.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:53.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:53.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:53.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:53.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:53.866 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:53.866 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") 06:02:53.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:53.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:53.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:53.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:53.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:02:53.868 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 06:02:53.868 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:02:53.868 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:53.883 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.... 06:02:53.883 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:53.883 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:53.883 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 06:02:53.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 06:02:53.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:53.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:53.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 06:02:53.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:53.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:53.883 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 06:02:53.884 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 06:02:53.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:02:53.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:02:53.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:53.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:53.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:53.889 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:53.889 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") 06:02:53.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:53.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:53.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:53.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:53.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:02:53.892 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 06:02:53.892 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:02:53.892 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:53.907 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.... 06:02:53.907 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:53.907 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:53.907 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 06:02:53.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 06:02:53.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:53.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:53.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 06:02:53.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:53.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:53.908 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 06:02:53.908 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 06:02:53.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:02:53.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:02:53.918 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:53.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:53.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:53.919 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"] 06:02:53.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:53.919 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"] 06:02:53.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:53.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:53.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:53.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:53.920 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:53.920 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") 06:02:53.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:53.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:53.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:53.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:53.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:02:53.923 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 06:02:53.923 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:02:53.923 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:53.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 06:02:53.937 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 06:02:53.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 06:02:53.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:53.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:53.937 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 06:02:53.937 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:53.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 06:02:53.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:53.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:53.937 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 06:02:53.938 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 06:02:53.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:02:53.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:02:53.949 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:53.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:53.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:53.949 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:53.949 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") 06:02:53.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:53.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:53.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:53.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:53.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:02:53.951 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 06:02:53.951 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:02:53.952 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:53.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 06:02:53.965 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 06:02:53.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 06:02:53.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:53.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:53.965 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 06:02:53.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:53.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 06:02:53.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:53.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:53.965 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:53.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:53.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:53.966 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 06:02:53.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 06:02:53.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:53.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:53.966 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") 06:02:53.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:53.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:53.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:02:54.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:54.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:02:54.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:54.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:02:54.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:02:54.967 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 06:02:54.967 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 06:02:54.967 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:54.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:54.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:54.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:54.973 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:02:54.973 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") 06:02:54.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:54.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:54.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:54.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:54.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:02:54.976 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 06:02:54.981 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:02:54.981 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:55.000 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"] 06:02:55.000 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:55.000 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:55.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 06:02:55.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:55.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:55.001 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 06:02:55.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:55.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 06:02:55.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:55.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:55.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 06:02:55.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:55.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:55.001 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:55.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:55.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:55.002 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 06:02:55.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 06:02:55.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:55.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:55.002 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") 06:02:55.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:55.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:55.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:02:55.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:55.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:02:56.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:56.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:02:56.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:02:56.004 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 06:02:56.004 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 06:02:56.004 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.239 s - in org.eclipse.reddeer.jface.test.window.WindowTest openableEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.055 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.026 s openActionNotDefinedIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0.001 s eclipseWindowIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0.059 s openableEclipseWindowCustomAction(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.054 s openEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.042 s Running org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 06:02:56.019 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 06:02:56.019 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:02:56.020 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:56.020 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 06:02:56.020 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:56.020 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:02:56.020 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:56.020 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:02:56.020 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:56.021 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:02:56.021 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 06:02:56.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 06:02:56.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:02:56.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:02:56.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:02:56.022 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.... 06:02:56.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:56.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:02:56.059 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 06:02:56.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:02:56.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:56.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:56.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:56.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:56.061 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") 06:02:56.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:56.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:56.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:56.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:56.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:56.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "make valid") 06:02:56.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:02:56.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:56.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:56.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 06:02:56.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:02:56.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:56.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:56.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:56.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:56.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:56.063 INFO [WorkbenchTestable][AbstractButton] Click button make valid 06:02:56.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:56.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:56.063 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:56.063 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:56.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:56.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:56.064 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") 06:02:56.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:56.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:56.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:56.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:56.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:56.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:56.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:56.065 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") 06:02:56.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:02:56.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:02:56.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:02:56.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:02:56.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:02:56.066 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:02:56.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:02:56.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:02:56.066 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:02:56.066 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:02:56.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:02:56.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:02:56.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:02:56.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:02:56.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:02:56.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 06:02:56.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:56.075 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:56.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:56.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:02:56.076 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 06:02:56.076 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 06:02:56.076 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:02:56.076 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:02:56.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:02:56.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) Time elapsed: 0.055 s Results: Tests run: 48, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.jface.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 297 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt.test' with 136 classes [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test >-------- [INFO] Building RedDeer Eclipse Tests 3.3.0-SNAPSHOT [36/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse.test --- [INFO] The project's OSGi version is 3.3.0.v20210204-0547 [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 213/2127K 229/2127K 245/2127K 261/2127K 277/2127K 293/2127K 309/2127K 325/2127K 341/2127K 357/2127K 373/2127K 389/2127K 405/2127K 421/2127K 435/2127K 451/2127K 467/2127K 483/2127K 499/2127K 515/2127K 531/2127K 547/2127K 563/2127K 579/2127K 595/2127K 611/2127K 627/2127K 641/2127K 657/2127K 673/2127K 689/2127K 705/2127K 721/2127K 737/2127K 753/2127K 769/2127K 785/2127K 801/2127K 817/2127K 833/2127K 849/2127K 863/2127K 879/2127K 895/2127K 911/2127K 927/2127K 943/2127K 959/2127K 975/2127K 991/2127K 1007/2127K 1023/2127K 1039/2127K 1055/2127K 1071/2127K 1087/2127K 1103/2127K 1119/2127K 1135/2127K 1151/2127K 1167/2127K 1183/2127K 1199/2127K 1215/2127K 1231/2127K 1247/2127K 1263/2127K 1279/2127K 1295/2127K 1311/2127K 1327/2127K 1343/2127K 1359/2127K 1375/2127K 1391/2127K 1407/2127K 1423/2127K 1439/2127K 1455/2127K 1471/2127K 1487/2127K 1503/2127K 1519/2127K 1535/2127K 1551/2127K 1567/2127K 1585/2127K 1601/2127K 1617/2127K 1633/2127K 1649/2127K 1665/2127K 1681/2127K 1697/2127K 1713/2127K 1729/2127K 1745/2127K 1761/2127K 1777/2127K 1791/2127K 1807/2127K 1823/2127K 1839/2127K 1855/2127K 1871/2127K 1887/2127K 1903/2127K 1919/2127K 1935/2127K 1951/2127K 1967/2127K 1983/2127K 1997/2127K 2013/2127K 2029/2127K 2045/2127K 2061/2127K 2077/2127K 2093/2127K 2109/2127K 2125/2127K 2127/2127K 2127K downloaded [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.reddeer.eclipse.test --- [INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/plugins/ (249kB) [INFO] Fetching com.google.gson_2.8.6.v20201231-1626.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (82.81kB) [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/202101151000/plugins/ (82.81kB) [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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (624.34kB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/S20210129010711/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/S20210129010711/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/202101151000/plugins/ (55.92kB) [INFO] The user operation is waiting for background work to complete. [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/S20210129010711/repository/plugins/ (41.03kB) [INFO] The user operation is waiting for background work to complete. [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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/S20210129010711/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/S20210129010711/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/S20210129010711/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/S20210129010711/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/202101151000/plugins/ (1.49MB) [INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (2.47MB) [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (692.97kB) [INFO] Unpacking org.apache.lucene.analyzers-common_7.5.0.v20181003-1532... [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (3.42MB) [INFO] Unpacking org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459... [INFO] Fetching org.apache.lucene.misc_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (50.23kB) [INFO] Unpacking org.apache.lucene.misc_7.5.0.v20181003-1532... [INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (433.33kB) [INFO] Fetching org.apache.ws.commons.util_1.0.2.v20160817-1930.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (122.3kB) [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400... [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (1.29MB) [INFO] Fetching org.apache.xmlrpc_3.0.0.v20100427-1100.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/plugins/ (251.03kB) [INFO] Fetching org.eclipse.datatools.connectivity.console.profile_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (30.23kB) [INFO] Fetching org.eclipse.help.base_4.3.200.v20210106-1800.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (164.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help.base_4.3.200.v20210106-1800.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (164.08kB) [INFO] Unpacking org.eclipse.help.base_4.3.200.v20210106-1800... [INFO] Fetching org.eclipse.datatools.connectivity.db.generic.ui_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (122.2kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui.dse_1.3.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (81.23kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.consumer_3.4.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (121.4kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design_3.5.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (344.53kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.profile_3.4.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (42.19kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design.ui_3.4.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (232.33kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile_3.3.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (102.6kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.edit_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (272.37kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (20.83kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (11.34kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.ui_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/plugins/ (253.96kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (97.49kB) [INFO] Fetching org.eclipse.dstore.core_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (388.74kB) [INFO] Fetching org.eclipse.dstore.extra_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (31.89kB) [INFO] Fetching org.eclipse.ecf_3.9.101.v20201027-0547.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (27.04kB) [INFO] Unpacking org.eclipse.ecf.identity_3.9.401.v20201027-0550... [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (12.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (12.22kB) [INFO] Unpacking org.eclipse.equinox.concurrent_1.1.500.v20200106-1437... [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (29.25kB) [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/202101151000/plugins/ (29.25kB) [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/202101151000/plugins/ (417.4kB) [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/202101151000/plugins/ (417.4kB) [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/202101151000/plugins/ (69.4kB) [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/202101151000/plugins/ (69.4kB) [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/202101151000/plugins/ (102.26kB) [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/202101151000/plugins/ (102.26kB) [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/202101151000/plugins/ (37.46kB) [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/202101151000/plugins/ (37.46kB) [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/202101151000/plugins/ (40.28kB) [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/202101151000/plugins/ (40.28kB) [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/202101151000/plugins/ (30.19kB) [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/202101151000/plugins/ (30.19kB) [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/202101151000/plugins/ (20.74kB) [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/202101151000/plugins/ (20.74kB) [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/202101151000/plugins/ (40.31kB) [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/202101151000/plugins/ (40.31kB) [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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (30.39kB) [INFO] Unpacking org.eclipse.emf.databinding_1.5.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.databinding.edit_1.6.0.v20190323-1031.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (20.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.databinding.edit_1.6.0.v20190323-1031.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (20.55kB) [INFO] Unpacking org.eclipse.emf.databinding.edit_1.6.0.v20190323-1031... [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (14.82kB) [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/202101151000/plugins/ (14.82kB) [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/202101151000/plugins/ (44.78kB) [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/202101151000/plugins/ (44.78kB) [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/202101151000/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/202101151000/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/202101151000/plugins/ (67.45kB) [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/202101151000/plugins/ (67.45kB) [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/202101151000/plugins/ (14.25kB) [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/202101151000/plugins/ (14.25kB) [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/202101151000/plugins/ (50.63kB) [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/202101151000/plugins/ (50.63kB) [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/202101151000/plugins/ (18.44kB) [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/202101151000/plugins/ (18.44kB) [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/202101151000/plugins/ (10.68kB) [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/202101151000/plugins/ (10.68kB) [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/202101151000/plugins/ (23.95kB) [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/202101151000/plugins/ (23.95kB) [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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (75.86kB) [INFO] Unpacking org.eclipse.equinox.p2.ui.discovery_1.2.0.v20200916-1234... [INFO] Fetching org.eclipse.jetty.continuation_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (31.8kB) [INFO] Fetching org.eclipse.jetty.http_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (225.11kB) [INFO] Fetching org.eclipse.jetty.io_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (175.32kB) [INFO] Fetching org.eclipse.jetty.util_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (585.96kB) [INFO] Fetching org.eclipse.jetty.security_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (126.09kB) [INFO] Fetching org.eclipse.jetty.server_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (723.38kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (154.19kB) [INFO] Fetching org.eclipse.jetty.util.ajax_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (72.58kB) [INFO] Fetching org.eclipse.jetty.webapp_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (146.96kB) [INFO] Fetching org.eclipse.jetty.xml_9.4.35.v20201120.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (73.88kB) [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/plugins/ (23.76kB) [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/202101151000/plugins/ (23.76kB) [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/202101151000/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/202101151000/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/202101151000/plugins/ (11.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.sourcelookup_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (11.32kB) [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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (125.45kB) [INFO] The user operation is waiting for background work to complete. [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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (13.38kB) [INFO] Fetching org.eclipse.rse.connectorservice.dstore_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (68kB) [INFO] Fetching org.eclipse.rse.services_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (454.48kB) [INFO] Fetching org.eclipse.rse.services.dstore_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (346.82kB) [INFO] Fetching org.eclipse.rse.ui_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (1.64MB) [INFO] Fetching org.eclipse.rse.core_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (408.4kB) [INFO] Fetching org.eclipse.rse.connectorservice.local_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (15.71kB) [INFO] Fetching org.eclipse.rse.connectorservice.ssh_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (40.29kB) [INFO] Fetching org.eclipse.rse.services.ssh_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (61.85kB) [INFO] Fetching org.eclipse.rse.connectorservice.telnet_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (25.87kB) [INFO] Fetching org.eclipse.rse.services.telnet_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (23.93kB) [INFO] Fetching org.eclipse.rse.doc.user_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (211.97kB) [INFO] Fetching org.eclipse.rse.efs_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (33.41kB) [INFO] Fetching org.eclipse.rse.efs.ui_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (21.79kB) [INFO] Fetching org.eclipse.rse.importexport_4.5.101.201904091623.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (232.51kB) [INFO] Fetching org.eclipse.rse.files.ui_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (493.75kB) [INFO] Fetching org.eclipse.rse.processes.ui_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (74.41kB) [INFO] Fetching org.eclipse.rse.shells.ui_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (142.11kB) [INFO] Fetching org.eclipse.rse.subsystems.files.core_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (135.72kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.core_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (33.49kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.core_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (68.52kB) [INFO] Fetching org.eclipse.rse.subsystems.files.dstore_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (38.4kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.dstore_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (19.47kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.dstore_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (21.59kB) [INFO] Fetching org.eclipse.rse.dstore.security_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (66.84kB) [INFO] Fetching org.eclipse.rse.services.files.ftp_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (42.75kB) [INFO] Fetching org.eclipse.rse.subsystems.files.ftp_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (35.53kB) [INFO] Fetching org.eclipse.rse.services.local_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (61.92kB) [INFO] Fetching org.eclipse.rse.subsystems.files.local_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (27.23kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.local_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (18.96kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.local_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (19.52kB) [INFO] Fetching org.eclipse.rse.subsystems.files.ssh_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (19.1kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.ssh_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (19.33kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.telnet_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/plugins/ (92.58kB) [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/202101151000/plugins/ (92.58kB) [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/202101151000/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/202101151000/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/202101151000/plugins/ (23.25kB) [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/202101151000/plugins/ (23.25kB) [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/202101151000/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/202101151000/plugins/ (9.36kB) [INFO] Unpacking org.eclipse.wst.validation.infopop_1.0.300.v202007131715... [INFO] Fetching org.eclipse.wst.dtd.core_1.2.100.v202007120740.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (165.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.dtd.core_1.2.100.v202007120740.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (165.23kB) [INFO] Unpacking org.eclipse.wst.dtd.core_1.2.100.v202007120740... [INFO] Fetching org.eclipse.wst.dtd.ui_1.1.300.v202008091424.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (89.74kB) [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/202101151000/plugins/ (89.74kB) [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/202101151000/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/202101151000/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/202101151000/plugins/ (50.21kB) [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/202101151000/plugins/ (50.21kB) [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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (21.34kB) [INFO] Unpacking org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047... [INFO] Fetching org.eclipse.wst.jsdt.ui_2.1.101.v202011230234.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (2.3MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.ui_2.1.101.v202011230234.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (2.3MB) [INFO] Unpacking org.eclipse.wst.jsdt.ui_2.1.101.v202011230234... [INFO] Fetching org.eclipse.wst.jsdt.web.core_1.1.100.v202005120035.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (62.59kB) [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/202101151000/plugins/ (62.59kB) [INFO] Unpacking org.eclipse.wst.jsdt.web.core_1.1.100.v202005120035... [INFO] Fetching org.eclipse.wst.jsdt.web.ui_1.2.200.v202011230415.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (85.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.jsdt.web.ui_1.2.200.v202011230415.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (85.11kB) [INFO] Unpacking org.eclipse.wst.jsdt.web.ui_1.2.200.v202011230415... [INFO] Fetching org.eclipse.wst.json.bower.core_1.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (8.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.json.bower.core_1.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (8.13kB) [INFO] Unpacking org.eclipse.wst.json.bower.core_1.0.0.v201901071922... [INFO] Fetching org.eclipse.wst.json.bower.ui_1.0.200.v201904210526.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/plugins/ (104.96kB) [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/202101151000/plugins/ (104.96kB) [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/202101151000/plugins/ (99.57kB) [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/202101151000/plugins/ (99.57kB) [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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (9.38kB) [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/202101151000/plugins/ (9.38kB) [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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (16.25kB) [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/202101151000/plugins/ (16.25kB) [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/202101151000/plugins/ (19.94kB) [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/202101151000/plugins/ (19.94kB) [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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (12.81kB) [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/202101151000/plugins/ (12.81kB) [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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (756.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.doc.user_1.2.0.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (756.44kB) [INFO] Unpacking org.eclipse.wst.doc.user_1.2.0.v201903222120... [INFO] Fetching org.eclipse.wst.webtools.doc.user_1.0.500.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/202101151000/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/202101151000/plugins/ (9.14kB) [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/202101151000/plugins/ (9.14kB) [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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/plugins/ (374.67kB) [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/202101151000/plugins/ (374.67kB) [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/202101151000/plugins/ (87.08kB) [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/202101151000/plugins/ (87.08kB) [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/202101151000/plugins/ (74.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201903222120.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (74.32kB) [INFO] Unpacking org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201903222120... [INFO] Fetching org.eclipse.xsd_2.18.0.v20201230-0836.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (535.19kB) [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/202101151000/plugins/ (535.19kB) [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/202101151000/plugins/ (65.24kB) [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/202101151000/plugins/ (65.24kB) [INFO] Unpacking org.eclipse.xsd.edit_2.11.0.v20200723-0820... [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 06:03:59.556 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 06:03:59.557 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 06:03:59.597 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 06:03:59.597 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 06:03:59.625 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 06:03:59.640 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:03:59.642 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:03:59.643 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 06:03:59.645 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 06:03:59.645 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 06:03:59.650 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 06:03:59.712 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:03:59.712 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:03:59.720 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:03:59.721 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:03:59.723 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. 06:03:59.826 INFO [WorkbenchTestable][DebugPerspective] Open perspective: 'Debug' 06:03:59.827 DEBUG [WorkbenchTestable][DebugPerspective] Trying to open perspective: 'Debug' 06:03:59.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:03:59.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:03:59.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:03:59.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:03:59.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:03:59.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 06:03:59.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:03:59.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:03:59.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:03:59.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:03:59.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:03:59.895 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 06:03:59.896 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:03:59.897 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:00.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 06:04:00.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 06:04:00.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 06:04:00.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:00.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:00.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:04:00.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:00.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:00.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:00.021 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:04:00.021 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:00.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:00.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:00.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:00.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:00.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:04:00.024 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Debug') 06:04:00.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:04:00.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:04:00.026 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 06:04:00.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:04:00.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:04:00.027 TRACE [main][WidgetHandler] Notify Table with event 13 06:04:00.028 TRACE [main][WidgetHandler] Wait for synchronization 06:04:00.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:00.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:00.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:00.032 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:04:00.032 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:00.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:00.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:00.035 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:04:00.035 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:00.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:00.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:00.035 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:04:00.035 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:00.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:00.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:00.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:00.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:00.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:00.040 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:04:00.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:04:00.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:04:00.041 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:04:00.041 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:00.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:04:00.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:04:00.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:04:00.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:00.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:00.699 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:04:00.702 DEBUG [main][MenuItemLookup] Found menu:'File' 06:04:00.702 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:04:00.702 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:04:00.702 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:04:00.702 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:04:00.702 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:04:00.702 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:04:00.702 DEBUG [main][MenuItemLookup] Item match:Window 06:04:00.704 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:04:00.704 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:04:00.705 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:04:00.705 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:00.705 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:04:00.705 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:04:00.705 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:00.705 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:04:00.705 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:00.705 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:04:00.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:00.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:00.706 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:04:00.706 DEBUG [main][MenuItemLookup] Found menu:'File' 06:04:00.706 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:04:00.706 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:04:00.706 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:04:00.706 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:04:00.706 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:04:00.706 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:04:00.706 DEBUG [main][MenuItemLookup] Item match:Window 06:04:00.707 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:04:00.707 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:04:00.707 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:04:00.707 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:00.707 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:04:00.707 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:04:00.707 DEBUG [main][MenuItemLookup] Item match:Perspective 06:04:00.709 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:04:00.710 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:00.710 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:04:00.710 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:04:00.710 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:04:00.710 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:04:00.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:04:00.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:00.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:00.712 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:04:00.712 DEBUG [main][MenuItemLookup] Found menu:'File' 06:04:00.712 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:04:00.712 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:04:00.712 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:04:00.712 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:04:00.712 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:04:00.712 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:04:00.712 DEBUG [main][MenuItemLookup] Item match:Window 06:04:00.713 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:04:00.713 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:04:00.713 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:04:00.713 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:00.713 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:04:00.713 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:04:00.713 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:00.713 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:04:00.713 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:00.713 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:04:00.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:00.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:00.714 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:04:00.714 DEBUG [main][MenuItemLookup] Found menu:'File' 06:04:00.714 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:04:00.714 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:04:00.714 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:04:00.714 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:04:00.714 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:04:00.714 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:04:00.714 DEBUG [main][MenuItemLookup] Item match:Window 06:04:00.714 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:04:00.715 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:04:00.715 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:04:00.715 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:00.715 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:04:00.715 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:04:00.715 DEBUG [main][MenuItemLookup] Item match:Perspective 06:04:00.715 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:04:00.715 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:00.715 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:04:00.715 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:04:00.715 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:04:00.715 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:04:00.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:00.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:00.716 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:04:00.717 DEBUG [main][MenuItemLookup] Found menu:'File' 06:04:00.717 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:04:00.717 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:04:00.717 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:04:00.717 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:04:00.717 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:04:00.717 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:04:00.717 DEBUG [main][MenuItemLookup] Item match:Window 06:04:00.718 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:04:00.718 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:04:00.718 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:04:00.718 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:00.718 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:04:00.718 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:04:00.718 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:00.718 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:04:00.718 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:00.718 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:04:00.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:00.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:00.718 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:04:00.719 DEBUG [main][MenuItemLookup] Found menu:'File' 06:04:00.719 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:04:00.719 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:04:00.719 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:04:00.719 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:04:00.719 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:04:00.719 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:04:00.719 DEBUG [main][MenuItemLookup] Item match:Window 06:04:00.719 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:04:00.719 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:04:00.720 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:04:00.720 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:00.720 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:04:00.720 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:04:00.720 DEBUG [main][MenuItemLookup] Item match:Perspective 06:04:00.720 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:04:00.720 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:00.720 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:04:00.720 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:04:00.721 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:04:00.721 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:04:00.721 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:04:00.721 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:04:00.722 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:04:00.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:04:00.751 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 06:04:00.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:04:00.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:00.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:00.751 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:00.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:00.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:00.752 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:04:00.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:00.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:00.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:00.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 "Reset Perspective") 06:04:00.752 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:00.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:00.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:00.753 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:04:00.753 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:00.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:00.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:00.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:00.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:00.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:00.796 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:04:00.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:04:00.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:04:00.796 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:04:00.797 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:00.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:00.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:00.940 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:04:00.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:00.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:00.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:04:00.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:00.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:00.944 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:04:00.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:04:00.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:00.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:01.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:01.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:01.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:04:01.007 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:04:01.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:04:01.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:01.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:01.032 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:04:01.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:04:01.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:01.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:01.034 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:04:01.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:04:01.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:01.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:01.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:01.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:01.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:01.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:01.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:02.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:02.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:02.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:04:02.039 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:04:02.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:04:02.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:02.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:02.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:04:02.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:02.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:02.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:02.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:02.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:02.050 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:04:02.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:04:02.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:04:02.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:04:02.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Maven Project"] 06:04:02.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:04:02.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:04:02.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:04:02.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'] 06:04:02.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:04:02.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'] 06:04:02.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:04:02.052 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Maven Project"] 06:04:02.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:04:02.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'] 06:04:02.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:04:02.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'] 06:04:02.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:04:02.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:04:02.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:02.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:02.054 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:04:02.055 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:04:02.055 DEBUG [main][MenuItemLookup] Found menu:'File' 06:04:02.055 DEBUG [main][MenuItemLookup] Item match:File 06:04:02.058 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:04:02.058 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:04:02.059 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:04:02.059 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:02.059 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:04:02.059 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:02.059 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:04:02.059 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:04:02.060 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:04:02.060 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:04:02.060 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:04:02.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:04:02.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:04:02.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:04:02.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:02.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:02.144 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:04:02.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:04:02.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:04:02.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:02.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:02.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:02.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:02.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:02.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:04:02.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:04:02.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 06:04:02.152 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:04:02.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:04:02.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:04:02.655 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:04:02.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 06:04:02.657 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:04:02.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:04:02.657 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:04:02.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:04:02.657 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:04:02.657 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven Project 06:04:02.658 DEBUG [main][TreeItemHandler] Selecting tree item: Maven Project 06:04:02.658 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven Project about selection 06:04:02.661 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven Project 06:04:02.661 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:04:02.661 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:04:02.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) 06:04:02.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:02.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:02.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:02.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:02.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:02.664 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:04:02.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:04:02.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:04:02.664 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:04:02.664 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. 06:04:03.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'] 06:04:03.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:04:03.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:04:03.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available.... 06:04:03.141 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 06:04:03.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Maven Project 06:04:03.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:03.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:03.141 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 06:04:03.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:04:03.141 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 06:04:03.141 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 06:04:03.142 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) 06:04:03.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:03.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:03.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:03.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:03.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:03.143 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:04:03.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:04:03.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:04:03.144 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:04:03.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:03.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:04:03.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 06:04:03.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running finished successfully 06:04:03.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:04:03.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 06:04:03.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 06:04:04.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 06:04:04.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 06:04:04.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 06:04:04.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:04:04.708 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 06:04:04.708 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:05.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:05.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:05.588 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Maven Project" as the parent 06:04:05.588 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:05.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:05.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:05.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:05.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:05.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:04:05.589 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:04:05.590 INFO [WorkbenchTestable][AbstractText] Text set to: org.apache.maven 06:04:05.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.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") 06:04:05.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:05.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:05.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:05.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:05.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:05.634 INFO [WorkbenchTestable][CheckBox] Select checkbox &Show the last version of Archetype only 06:04:05.635 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Show the last version of Archetype only 06:04:05.635 INFO [WorkbenchTestable][AbstractButton] Click button &Show the last version of Archetype only 06:04:05.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:04:05.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:04:05.635 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:04:05.635 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:05.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:04:05.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 06:04:05.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 06:04:05.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:04:05.665 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 06:04:05.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:05.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:05.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:05.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:05.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:04:05.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:04:05.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:04:05.671 TRACE [main][WidgetHandler] Notify Table with event 13 06:04:05.671 TRACE [main][WidgetHandler] Wait for synchronization 06:04:05.671 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 06:04:05.671 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 06:04:05.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:04:05.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:05.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:05.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:05.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:05.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:05.679 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:04:05.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:04:05.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:04:05.698 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:04:05.698 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:05.705 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:") 06:04:05.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:05.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:05.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:05.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:05.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:04:05.746 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:com.example 06:04:05.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:") 06:04:05.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:05.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:05.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:05.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:05.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:04:05.820 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:debugger 06:04:05.827 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 06:04:05.827 INFO [WorkbenchTestable][MavenProjectWizard] Finish wizard 06:04:05.827 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) 06:04:05.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:05.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:05.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:05.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:05.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:05.837 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:04:05.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:04:05.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:04:05.837 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:04:05.837 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:05.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:04:05.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:04:05.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:04:05.923 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 06:04:06.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 06:04:06.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 06:04:07.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 06:04:07.924 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 06:04:08.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 06:04:08.924 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 06:04:09.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/debugger)' is a system job, skipped 06:04:09.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:04:09.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:04:09.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Scanning for Tasks' is a system job, skipped 06:04:09.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:04:09.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:04:09.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:04:09.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:04:09.426 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:04:09.427 INFO [WorkbenchTestable][RequirementsRunner] Started test: debugWithFirstBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 06:04:09.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 06:04:09.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 06:04:09.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:04:09.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:04:09.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:04:09.430 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 06:04:09.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:09.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:09.433 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:09.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:09.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:09.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:04:09.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:09.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:09.436 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:04:09.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 '\*?\QBreakpoints\E') 06:04:09.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:09.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:09.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:09.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:09.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:04:09.438 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:09.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:09.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:09.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:09.567 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") 06:04:09.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:09.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:09.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:09.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:09.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:04:09.568 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' 06:04:09.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:09.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:09.570 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:09.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:09.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:09.597 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:04:09.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:09.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:09.603 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:04:09.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 '\*?\QBreakpoints\E') 06:04:09.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:09.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:09.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:09.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:09.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:04:09.604 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:09.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:09.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:09.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:04:09.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:04:09.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:04:09.610 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 06:04:09.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:09.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:09.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:09.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:09.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:09.612 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:04:09.612 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:09.647 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 06:04:09.647 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:09.647 DEBUG [main][MenuItemLookup] Found menu:'Enable' 06:04:09.647 DEBUG [main][MenuItemLookup] Found menu:'Disable' 06:04:09.647 DEBUG [main][MenuItemLookup] Found menu:'Disable All' 06:04:09.647 DEBUG [main][MenuItemLookup] Found menu:'Remove' 06:04:09.647 DEBUG [main][MenuItemLookup] Found menu:'Remove All Triggers' 06:04:09.647 DEBUG [main][MenuItemLookup] Found menu:'Remove All' 06:04:09.647 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 06:04:09.647 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:04:09.647 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:04:09.647 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:09.647 DEBUG [main][MenuItemLookup] Found menu:'Import Breakpoints...' 06:04:09.647 DEBUG [main][MenuItemLookup] Item match:Import Breakpoints... 06:04:09.647 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"I&mport Breakpoints..." 06:04:09.647 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import Breakpoints... 06:04:09.648 INFO [main][MenuItemHandler] Select menu item: I&mport Breakpoints... 06:04:09.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:04:09.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:04:09.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:04:09.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:04:09.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 06:04:09.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:09.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:09.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 06:04:09.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:09.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:09.727 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:") 06:04:09.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:09.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:09.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:09.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:09.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:04:09.728 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:04:09.729 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 06:04:09.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:04:09.734 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 06:04:09.735 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) 06:04:09.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:09.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:09.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:09.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:09.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:09.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:04:09.736 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 06:04:09.736 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) 06:04:09.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:09.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:09.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:09.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:09.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:09.737 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 06:04:09.737 INFO [WorkbenchTestable][WizardDialog] Finish wizard 06:04:09.738 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) 06:04:09.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:09.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:09.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:09.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:09.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:09.739 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:04:09.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:04:09.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:04:09.739 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:04:09.739 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:10.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:04:10.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:04:10.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:04:10.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:04:10.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Remote System Explorer Operation' has no excuses, wait for it 06:04:10.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Scanning for Tasks' is a system job, skipped 06:04:10.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:04:10.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:04:10.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:04:10.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:04:10.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:04:10.740 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:10.740 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:10.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:10.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:10.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:10.742 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 06:04:10.742 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:10.742 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:10.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:10.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:10.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:10.744 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:04:11.745 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 06:04:11.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:11.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:11.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:11.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:11.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:11.746 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 06:04:11.747 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:11.747 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:11.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:11.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:11.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:11.749 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 06:04:11.749 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:11.749 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:11.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:11.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:11.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:11.750 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:04:12.750 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 06:04:12.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:12.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:12.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:12.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:12.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:12.751 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 06:04:12.752 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 06:04:12.752 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 06:04:12.752 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:12.752 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:12.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:12.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:12.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:12.753 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:04:13.754 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 06:04:13.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:13.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:13.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:13.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:13.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:13.755 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 06:04:13.755 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 06:04:13.755 DEBUG [WorkbenchTestable][Breakpoint] Performing 'Remove' on breakpoint: AppTest [line: 36] - testApp() 06:04:13.755 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest [line: 36] - testApp() 06:04:13.755 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest [line: 36] - testApp() 06:04:13.755 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest [line: 36] - testApp() about selection 06:04:13.757 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest [line: 36] - testApp() 06:04:13.766 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:04:13.766 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:13.799 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 06:04:13.799 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:13.799 DEBUG [main][MenuItemLookup] Found menu:'Suspend VM' 06:04:13.799 DEBUG [main][MenuItemLookup] Found menu:'Hit Count...' 06:04:13.799 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:13.799 DEBUG [main][MenuItemLookup] Found menu:'Enable' 06:04:13.799 DEBUG [main][MenuItemLookup] Found menu:'Disable' 06:04:13.799 DEBUG [main][MenuItemLookup] Found menu:'Disable All' 06:04:13.799 DEBUG [main][MenuItemLookup] Found menu:'Remove' 06:04:13.799 DEBUG [main][MenuItemLookup] Item match:Remove 06:04:13.799 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Rem&ove" 06:04:13.799 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Remove 06:04:13.799 INFO [main][MenuItemHandler] Select menu item: Rem&ove 06:04:13.812 DEBUG [WorkbenchTestable][Breakpoint] Operation 'Remove' was performed 06:04:13.826 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:13.826 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:13.826 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:13.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:13.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:13.828 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 06:04:13.828 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:13.828 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:13.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:13.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:13.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:13.832 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:04:14.832 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 06:04:14.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:14.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:14.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:14.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:14.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:14.834 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 06:04:14.834 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:04:14.834 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:04:14.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:04:14.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:14.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:14.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:14.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:14.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:04:14.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:14.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:14.854 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:04:14.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:04:14.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:14.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:14.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:14.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:14.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:04:14.855 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:04:14.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:04:14.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:14.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:04:14.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:04:14.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:04:14.857 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:04:14.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:04:14.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:14.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:14.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:14.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:14.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:15.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:15.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:15.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:15.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:15.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:04:15.860 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:04:15.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:04:15.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:15.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:15.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:04:15.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:15.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:15.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:15.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:15.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:15.862 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 06:04:15.866 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:04:15.867 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src/test/java of tree item debugger 06:04:15.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item debugger 06:04:15.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:04:16.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:04:16.367 INFO [WorkbenchTestable][TreeItemHandler] Expanded: debugger 06:04:16.369 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item com.example.debugger of tree item src/test/java 06:04:16.369 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src/test/java 06:04:16.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:04:16.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:04:16.870 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src/test/java 06:04:16.871 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AppTest.java of tree item com.example.debugger 06:04:16.871 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item com.example.debugger 06:04:16.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:04:17.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:04:17.371 INFO [WorkbenchTestable][TreeItemHandler] Expanded: com.example.debugger 06:04:17.372 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.java 06:04:17.373 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.java 06:04:17.373 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.java about selection 06:04:17.404 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.java 06:04:17.405 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:04:17.405 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'New' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'Open With' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'References' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:04:17.629 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:04:17.629 DEBUG [main][MenuItemLookup] Item match:Debug As 06:04:17.706 DEBUG [main][MenuItemLookup] Found menu:'1 Debug on Server Shift+Alt+D R' 06:04:17.706 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 06:04:17.706 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+D T 06:04:17.706 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+D T" 06:04:17.706 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+D T 06:04:17.707 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+D T 06:04:17.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 06:04:17.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:04:17.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:17.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:17.746 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:04:17.746 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.*') 06:04:17.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:17.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:17.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:17.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:17.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:04:19.383 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:04:20.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 06:04:20.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:20.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:20.385 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 06:04:20.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:20.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:20.385 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:20.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:20.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:20.386 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:20.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 '\*?\QDebug\E') 06:04:20.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:20.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:20.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:20.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:20.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:04:20.387 INFO [WorkbenchTestable][AbstractView] Activate view Debug 06:04:20.387 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 06:04:20.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:20.387 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 06:04:20.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:04:20.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:04:20.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:04:20.389 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:20.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:20.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:20.390 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 06:04:20.390 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:20.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:20.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:20.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:20.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:20.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:20.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:20.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:20.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:20.391 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:20.391 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.*') 06:04:20.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:20.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:20.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:20.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:20.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:04:20.397 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 06:04:20.397 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:04:20.397 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:20.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled... 06:04:20.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:20.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:20.757 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:20.769 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.*') 06:04:20.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:20.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:20.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:20.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:20.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:04:20.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled finished successfully 06:04:20.780 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 06:04:20.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:20.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:20.798 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:20.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:20.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:20.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:20.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:20.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:20.802 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:20.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 '\*?\QBreakpoints\E') 06:04:20.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:20.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:20.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:20.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:20.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:04:20.806 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:20.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:20.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:20.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:20.818 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") 06:04:20.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:20.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:20.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:20.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:20.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:04:20.819 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 06:04:20.838 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:04:20.838 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:20.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 06:04:20.896 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 06:04:20.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 06:04:20.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:20.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:20.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:20.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:20.897 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:04:20.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:04:20.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:04:20.897 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:04:20.897 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:20.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:04:20.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:04:20.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 06:04:20.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:04:20.955 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:04:20.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:20.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:20.963 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debugWithFirstBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 06:04:20.963 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:04:20.963 INFO [WorkbenchTestable][RequirementsRunner] Started test: debugWithSecondBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 06:04:20.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 06:04:20.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:04:20.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:04:20.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:04:20.963 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 06:04:20.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:20.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:20.967 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:20.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:20.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:20.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:21.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:21.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:21.019 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:21.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 '\*?\QBreakpoints\E') 06:04:21.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:21.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:21.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:21.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:21.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:04:21.024 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:21.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:21.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:21.025 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 06:04:21.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:04:21.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:04:21.030 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") 06:04:21.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:21.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:21.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:21.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:21.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:04:21.031 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' 06:04:21.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:21.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:21.034 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:21.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:21.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:21.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:21.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:21.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:21.074 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:21.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 '\*?\QBreakpoints\E') 06:04:21.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:21.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:21.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:21.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:21.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:04:21.077 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:21.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:21.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:21.096 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 06:04:21.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:04:21.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:04:21.102 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 06:04:21.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:21.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:21.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:21.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:21.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:21.103 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:04:21.103 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:21.139 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 06:04:21.139 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:21.140 DEBUG [main][MenuItemLookup] Found menu:'Enable' 06:04:21.140 DEBUG [main][MenuItemLookup] Found menu:'Disable' 06:04:21.140 DEBUG [main][MenuItemLookup] Found menu:'Disable All' 06:04:21.140 DEBUG [main][MenuItemLookup] Found menu:'Remove' 06:04:21.140 DEBUG [main][MenuItemLookup] Found menu:'Remove All Triggers' 06:04:21.140 DEBUG [main][MenuItemLookup] Found menu:'Remove All' 06:04:21.140 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 06:04:21.140 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:04:21.140 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:04:21.140 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:21.140 DEBUG [main][MenuItemLookup] Found menu:'Import Breakpoints...' 06:04:21.140 DEBUG [main][MenuItemLookup] Item match:Import Breakpoints... 06:04:21.140 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"I&mport Breakpoints..." 06:04:21.140 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import Breakpoints... 06:04:21.140 INFO [main][MenuItemHandler] Select menu item: I&mport Breakpoints... 06:04:21.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:04:21.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:04:21.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:04:21.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Breakpoints"] is available. finished successfully 06:04:21.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 06:04:21.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:21.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:21.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 06:04:21.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:21.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:21.217 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:") 06:04:21.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:21.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:21.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:21.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:21.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:04:21.218 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:04:21.219 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 06:04:21.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:04:21.219 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 06:04:21.219 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) 06:04:21.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:21.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:21.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:21.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:21.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:21.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:04:21.220 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 06:04:21.221 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) 06:04:21.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:21.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:21.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:21.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:21.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:21.222 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 06:04:21.222 INFO [WorkbenchTestable][WizardDialog] Finish wizard 06:04:21.222 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) 06:04:21.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:21.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:21.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:21.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:21.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:21.223 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:04:21.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:04:21.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:04:21.223 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:04:21.223 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:21.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:04:21.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:04:21.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:04:21.317 DEBUG [WorkbenchTestable][JobIsRunning] job 'Label Job' is a system job, skipped 06:04:21.317 DEBUG [WorkbenchTestable][JobIsRunning] job 'Debug children update' is a system job, skipped 06:04:21.317 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:04:21.317 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:04:21.317 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:04:21.317 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:04:21.317 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:04:21.317 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:04:21.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:04:21.319 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:21.319 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:21.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:21.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:21.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:21.321 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 06:04:21.321 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:21.321 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:21.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:21.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:21.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:21.332 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:04:22.333 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 06:04:22.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:22.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:22.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:22.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:22.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:22.334 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 06:04:22.334 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:22.335 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:22.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:22.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:22.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:22.335 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 06:04:22.335 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:22.336 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:22.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:22.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:22.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:22.337 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:04:23.337 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 06:04:23.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:23.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:23.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:23.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:23.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:23.338 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 06:04:23.338 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 06:04:23.338 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 06:04:23.339 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:23.339 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:23.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:23.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:23.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:23.340 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:04:24.340 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 06:04:24.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:24.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:24.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:24.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:24.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:24.341 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 06:04:24.341 DEBUG [WorkbenchTestable][Breakpoint] Performing 'Disable' on breakpoint: AppTest [line: 28] - suite() 06:04:24.342 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest [line: 28] - suite() 06:04:24.342 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest [line: 28] - suite() 06:04:24.342 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest [line: 28] - suite() about selection 06:04:24.344 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest [line: 28] - suite() 06:04:24.374 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:04:24.374 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:24.402 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 06:04:24.402 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:24.402 DEBUG [main][MenuItemLookup] Found menu:'Suspend VM' 06:04:24.402 DEBUG [main][MenuItemLookup] Found menu:'Hit Count...' 06:04:24.402 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:24.402 DEBUG [main][MenuItemLookup] Found menu:'Enable' 06:04:24.402 DEBUG [main][MenuItemLookup] Found menu:'Disable' 06:04:24.402 DEBUG [main][MenuItemLookup] Item match:Disable 06:04:24.402 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Disable" 06:04:24.402 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Disable 06:04:24.403 INFO [main][MenuItemHandler] Select menu item: &Disable 06:04:24.421 DEBUG [WorkbenchTestable][Breakpoint] Operation 'Disable' was performed 06:04:24.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:04:24.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:04:24.923 DEBUG [WorkbenchTestable][Breakpoint] Checking operation 'Disable' on breakpoint:AppTest [line: 28] - suite() 06:04:24.923 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest [line: 28] - suite() 06:04:24.923 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest [line: 28] - suite() 06:04:24.923 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest [line: 28] - suite() about selection 06:04:24.925 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest [line: 28] - suite() 06:04:24.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:04:24.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:24.951 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 06:04:24.951 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:24.951 DEBUG [main][MenuItemLookup] Found menu:'Suspend VM' 06:04:24.951 DEBUG [main][MenuItemLookup] Found menu:'Hit Count...' 06:04:24.951 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:24.951 DEBUG [main][MenuItemLookup] Found menu:'Enable' 06:04:24.951 DEBUG [main][MenuItemLookup] Found menu:'Disable' 06:04:24.951 DEBUG [main][MenuItemLookup] Item match:Disable 06:04:24.951 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:04:24.951 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:04:24.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:04:24.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:24.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:24.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:24.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:24.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:24.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:24.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:24.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:24.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 '\*?\QProject Explorer\E') 06:04:24.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:24.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:24.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:24.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:24.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:04:24.982 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:04:24.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:04:25.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:25.003 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 06:04:25.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:04:25.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:04:25.004 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:04:25.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:04:25.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:25.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:25.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:25.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:25.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:25.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:25.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:26.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:26.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:26.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:04:26.007 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:04:26.007 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:04:26.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:26.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:26.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 06:04:26.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:26.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:26.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:26.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:26.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:26.009 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 06:04:26.010 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:04:26.010 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src/test/java of tree item debugger 06:04:26.010 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item debugger 06:04:26.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:04:26.010 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item debugger is already expanded. No action performed 06:04:26.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:04:26.010 INFO [WorkbenchTestable][TreeItemHandler] Expanded: debugger 06:04:26.011 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item com.example.debugger of tree item src/test/java 06:04:26.011 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src/test/java 06:04:26.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:04:26.011 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src/test/java is already expanded. No action performed 06:04:26.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:04:26.011 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src/test/java 06:04:26.011 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AppTest.java of tree item com.example.debugger 06:04:26.011 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item com.example.debugger 06:04:26.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:04:26.011 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item com.example.debugger is already expanded. No action performed 06:04:26.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:04:26.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: com.example.debugger 06:04:26.012 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.java 06:04:26.012 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.java 06:04:26.012 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.java about selection 06:04:26.020 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.java 06:04:26.020 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:04:26.020 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:26.056 DEBUG [main][MenuItemLookup] Found menu:'New' 06:04:26.056 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:26.056 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:04:26.056 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:04:26.056 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:04:26.056 DEBUG [main][MenuItemLookup] Found menu:'Open With' 06:04:26.056 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:26.056 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:04:26.056 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:04:26.056 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:04:26.057 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:04:26.057 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:04:26.057 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:04:26.057 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:04:26.057 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:04:26.057 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:26.057 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:04:26.057 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:04:26.057 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:26.057 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:04:26.057 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:26.057 DEBUG [main][MenuItemLookup] Found menu:'References' 06:04:26.057 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 06:04:26.057 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:26.057 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:04:26.057 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:04:26.057 DEBUG [main][MenuItemLookup] Item match:Debug As 06:04:26.060 DEBUG [main][MenuItemLookup] Found menu:'1 Debug on Server Shift+Alt+D R' 06:04:26.060 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 06:04:26.061 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+D T 06:04:26.061 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+D T" 06:04:26.061 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+D T 06:04:26.061 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+D T 06:04:26.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 06:04:26.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:26.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:26.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:26.221 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:26.228 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.*') 06:04:26.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:26.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:26.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:26.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:26.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:04:27.235 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:04:28.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 06:04:28.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.237 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 06:04:28.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:28.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:28.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:28.239 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:28.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 '\*?\QDebug\E') 06:04:28.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:28.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:28.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:04:28.239 INFO [WorkbenchTestable][AbstractView] Activate view Debug 06:04:28.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 06:04:28.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:28.240 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 06:04:28.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:04:28.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:04:28.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:04:28.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:28.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:28.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:28.241 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 06:04:28.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:28.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:28.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:28.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:28.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:28.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:28.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:28.242 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:28.243 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.*') 06:04:28.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:28.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:28.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:04:28.247 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 06:04:28.247 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:04:28.247 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:28.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled... 06:04:28.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:28.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:28.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:28.296 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:28.298 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.*') 06:04:28.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:28.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:28.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:04:28.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled finished successfully 06:04:28.322 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 06:04:28.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.330 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:28.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:28.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:28.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:28.332 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:28.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 06:04:28.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:28.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:28.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:04:28.334 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:28.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:28.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:28.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:28.361 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") 06:04:28.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:28.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:28.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:04:28.361 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 06:04:28.361 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:04:28.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:28.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 06:04:28.424 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 06:04:28.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 06:04:28.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:28.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:28.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.430 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:04:28.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:04:28.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:04:28.430 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:04:28.430 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:28.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:04:28.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:04:28.502 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 06:04:28.502 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:04:28.502 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:04:28.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:28.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:28.503 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debugWithSecondBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 06:04:28.503 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:04:28.503 INFO [WorkbenchTestable][RequirementsRunner] Started test: debugWithBothBreakpointsTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 06:04:28.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 06:04:28.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:04:28.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:04:28.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:04:28.503 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 06:04:28.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.505 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:28.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:28.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:28.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:28.526 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:28.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') 06:04:28.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:28.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:28.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:04:28.528 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:28.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:28.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:28.531 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 06:04:28.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:04:28.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:04:28.535 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") 06:04:28.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:28.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:28.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:04:28.536 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' 06:04:28.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.538 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:28.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:28.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:28.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:28.559 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:28.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 '\*?\QBreakpoints\E') 06:04:28.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:28.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:28.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:04:28.564 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:28.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:28.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:28.565 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 06:04:28.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:04:28.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:04:28.569 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 06:04:28.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:28.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:28.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:28.569 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:04:28.569 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:28.618 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 06:04:28.618 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:28.618 DEBUG [main][MenuItemLookup] Found menu:'Enable' 06:04:28.618 DEBUG [main][MenuItemLookup] Found menu:'Disable' 06:04:28.618 DEBUG [main][MenuItemLookup] Found menu:'Disable All' 06:04:28.618 DEBUG [main][MenuItemLookup] Found menu:'Remove' 06:04:28.618 DEBUG [main][MenuItemLookup] Found menu:'Remove All Triggers' 06:04:28.618 DEBUG [main][MenuItemLookup] Found menu:'Remove All' 06:04:28.618 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 06:04:28.618 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:04:28.618 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:04:28.618 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:28.618 DEBUG [main][MenuItemLookup] Found menu:'Import Breakpoints...' 06:04:28.618 DEBUG [main][MenuItemLookup] Item match:Import Breakpoints... 06:04:28.618 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"I&mport Breakpoints..." 06:04:28.618 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import Breakpoints... 06:04:28.619 INFO [main][MenuItemHandler] Select menu item: I&mport Breakpoints... 06:04:28.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:04:28.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:04:28.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:04:28.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:04:28.670 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 06:04:28.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:28.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:28.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 06:04:28.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:28.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:28.671 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:") 06:04:28.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:28.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:28.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:04:28.672 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:04:28.673 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 06:04:28.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:04:28.673 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 06:04:28.673 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) 06:04:28.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:28.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:28.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:28.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:04:28.675 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 06:04:28.675 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) 06:04:28.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:28.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:28.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:28.676 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 06:04:28.676 INFO [WorkbenchTestable][WizardDialog] Finish wizard 06:04:28.676 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) 06:04:28.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:28.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:28.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:28.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:28.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:28.677 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:04:28.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:04:28.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:04:28.677 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:04:28.677 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:28.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:04:28.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:04:28.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:04:28.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Debug children update' is a system job, skipped 06:04:28.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:04:28.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:04:28.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:04:28.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:04:28.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:04:28.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:04:28.757 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:28.758 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:28.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:28.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:28.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:28.759 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 06:04:28.759 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:28.760 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:28.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:28.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:28.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:28.761 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:04:29.761 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 06:04:29.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:29.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:29.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:29.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:29.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:29.762 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 06:04:29.762 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:29.763 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:29.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:29.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:29.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:29.764 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 06:04:29.764 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:29.764 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:29.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:29.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:29.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:29.765 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:04:30.765 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 06:04:30.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:30.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:30.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:30.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:30.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:30.766 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 06:04:30.767 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 06:04:30.767 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:04:30.767 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:04:30.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:04:30.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:30.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:30.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:30.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:30.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:30.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:30.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:30.804 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:30.804 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:04:30.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:30.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:30.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:30.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:30.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:04:30.804 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:04:30.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:04:30.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:30.805 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 06:04:30.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:04:30.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:04:30.806 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:04:30.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:04:30.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:30.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:30.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:30.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:30.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:31.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:31.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:31.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:31.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:31.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:04:31.809 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:04:31.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:04:31.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:31.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:31.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 06:04:31.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:31.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:31.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:31.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:31.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:31.810 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 06:04:31.811 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:04:31.811 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src/test/java of tree item debugger 06:04:31.811 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item debugger 06:04:31.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:04:31.811 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item debugger is already expanded. No action performed 06:04:31.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:04:31.811 INFO [WorkbenchTestable][TreeItemHandler] Expanded: debugger 06:04:31.811 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item com.example.debugger of tree item src/test/java 06:04:31.811 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src/test/java 06:04:31.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:04:31.811 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src/test/java is already expanded. No action performed 06:04:31.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:04:31.812 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src/test/java 06:04:31.812 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AppTest.java of tree item com.example.debugger 06:04:31.812 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item com.example.debugger 06:04:31.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:04:31.812 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item com.example.debugger is already expanded. No action performed 06:04:31.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:04:31.812 INFO [WorkbenchTestable][TreeItemHandler] Expanded: com.example.debugger 06:04:31.812 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.java 06:04:31.812 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.java 06:04:31.812 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.java about selection 06:04:31.819 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.java 06:04:31.820 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:04:31.820 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:31.854 DEBUG [main][MenuItemLookup] Found menu:'New' 06:04:31.854 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:31.854 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:04:31.854 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:04:31.854 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:04:31.854 DEBUG [main][MenuItemLookup] Found menu:'Open With' 06:04:31.854 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:31.854 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:04:31.854 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:04:31.854 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:04:31.854 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:04:31.854 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:04:31.854 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:04:31.854 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:04:31.854 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:04:31.854 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:31.854 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:04:31.854 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:04:31.854 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:31.855 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:04:31.855 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:31.855 DEBUG [main][MenuItemLookup] Found menu:'References' 06:04:31.855 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 06:04:31.855 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:31.855 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:04:31.855 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:04:31.855 DEBUG [main][MenuItemLookup] Item match:Debug As 06:04:31.859 DEBUG [main][MenuItemLookup] Found menu:'1 Debug on Server Shift+Alt+D R' 06:04:31.859 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 06:04:31.859 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+D T 06:04:31.859 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+D T" 06:04:31.859 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+D T 06:04:31.859 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+D T 06:04:31.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 06:04:31.900 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:31.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:31.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:32.011 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:32.016 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.*') 06:04:32.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:32.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:32.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:32.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:32.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:04:33.023 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:04:34.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 06:04:34.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:34.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:34.024 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 06:04:34.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:34.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:34.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:34.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:34.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:34.025 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:34.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E') 06:04:34.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:34.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:34.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:34.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:34.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:04:34.026 INFO [WorkbenchTestable][AbstractView] Activate view Debug 06:04:34.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 06:04:34.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:34.027 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 06:04:34.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:04:34.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:04:34.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:04:34.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:34.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:34.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:34.028 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 06:04:34.028 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:34.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:34.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:34.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:34.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:34.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:34.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:34.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:34.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:34.044 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:34.044 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.*') 06:04:34.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:34.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:34.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:34.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:34.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:04:34.064 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 06:04:34.064 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:04:34.064 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:34.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 06:04:34.065 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:34.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:34.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:34.072 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:34.073 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.*') 06:04:34.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:34.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:34.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:34.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:34.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:04:34.200 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:04:35.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 06:04:35.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:35.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:35.201 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 06:04:35.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:35.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:35.202 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:35.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:35.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:35.202 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:35.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E') 06:04:35.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:35.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:35.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:35.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:35.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:04:35.203 INFO [WorkbenchTestable][AbstractView] Activate view Debug 06:04:35.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 06:04:35.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:35.204 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 06:04:35.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:04:35.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:04:35.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:04:35.205 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:35.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:35.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:35.205 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 06:04:35.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:35.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:35.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:35.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:35.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:35.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:35.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:35.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:35.206 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 06:04:35.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:35.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:35.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:35.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:35.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:35.207 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:35.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 '\*?\QDebug\E') 06:04:35.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:35.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:35.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:35.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:35.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:04:35.208 INFO [WorkbenchTestable][AbstractView] Activate view Debug 06:04:35.208 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 06:04:35.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:35.209 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 06:04:35.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:04:35.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:04:35.210 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:04:35.210 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:35.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:35.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:35.210 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 06:04:35.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:35.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:35.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:35.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:35.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:35.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:35.210 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.testApp() line: 36 06:04:35.210 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.testApp() line: 36 06:04:35.210 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.testApp() line: 36 about selection 06:04:35.212 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.testApp() line: 36 06:04:35.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:35.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:35.234 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QVariables\E'' is already open. Activate. 06:04:35.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:35.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:35.236 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:35.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:35.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:35.237 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:35.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 '\*?\QVariables\E') 06:04:35.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:35.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:35.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:35.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:35.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:04:35.239 INFO [WorkbenchTestable][AbstractView] Activate view Variables 06:04:35.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Variables 06:04:35.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:35.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:35.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is not selected... 06:04:35.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:04:35.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:35.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:35.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:35.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:35.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:35.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:04:35.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:04:35.790 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item this 06:04:35.790 DEBUG [main][TreeItemHandler] Selecting tree item: this 06:04:35.790 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item this about selection 06:04:35.793 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: this 06:04:35.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is not selected finished successfully 06:04:35.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is empty... 06:04:35.826 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 06:04:35.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:35.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:35.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:35.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:35.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:04:35.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is empty finished successfully 06:04:35.844 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 06:04:35.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:35.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:35.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:35.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:35.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:04:35.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:35.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:35.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:35.849 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:35.849 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.*') 06:04:35.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:35.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:35.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:35.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:35.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:04:35.898 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 06:04:35.898 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:04:35.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:35.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled... 06:04:35.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:35.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:35.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:35.966 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:35.966 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.*') 06:04:35.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:35.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:36.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:36.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:36.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:04:36.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled finished successfully 06:04:36.019 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 06:04:36.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:36.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:36.022 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:04:36.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:36.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:36.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 06:04:36.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:36.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:36.028 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 06:04:36.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 '\*?\QBreakpoints\E') 06:04:36.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:36.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:36.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:36.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:36.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:04:36.031 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:04:36.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:04:36.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:36.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:36.070 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") 06:04:36.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:36.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:36.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:36.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:36.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:04:36.070 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 06:04:36.070 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:04:36.070 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:36.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 06:04:36.124 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 06:04:36.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 06:04:36.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:36.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:36.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:36.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:36.127 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:04:36.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:04:36.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:04:36.127 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:04:36.127 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:36.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:04:36.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:04:36.202 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 06:04:36.202 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:04:36.202 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:04:36.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:36.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:36.203 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debugWithBothBreakpointsTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 06:04:36.203 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:04:36.203 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:04:36.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:04:36.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:36.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:36.228 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:04:36.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:04:36.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:36.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:36.229 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:04:36.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:04:36.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:36.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04:36.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:36.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:36.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:36.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:36.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:37.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:37.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:37.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:04:37.232 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:04:37.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:04:37.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:04:37.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:04: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 06:04:37.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:37.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:37.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:37.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:37.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:37.233 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 06:04:37.235 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item debugger 06:04:37.235 DEBUG [main][TreeItemHandler] Selecting tree item: debugger 06:04:37.236 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item debugger about selection 06:04:37.250 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: debugger 06:04:37.251 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:04:37.251 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:37.304 DEBUG [main][MenuItemLookup] Found menu:'New' 06:04:37.304 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:04:37.304 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:37.304 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:04:37.304 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:37.304 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:04:37.304 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:04:37.304 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:04:37.305 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:04:37.305 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:04:37.305 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:04:37.305 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:04:37.305 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:37.305 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:04:37.305 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:04:37.305 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:37.305 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:04:37.305 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:04:37.305 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:04:37.305 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:04:37.305 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:04:37.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:04:37.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:04:37.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:04:37.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:04:37.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:04:37.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:04:37.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:04:37.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:04:37.806 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'debugger' via Explorer 06:04:37.807 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item debugger 06:04:37.807 DEBUG [main][TreeItemHandler] Selecting tree item: debugger 06:04:37.807 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item debugger about selection 06:04:37.813 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: debugger 06:04:37.813 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:04:37.813 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:37.844 DEBUG [main][MenuItemLookup] Found menu:'New' 06:04:37.844 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:04:37.844 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:37.844 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:04:37.844 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:37.844 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:04:37.844 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:04:37.844 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:04:37.844 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:04:37.845 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:04:37.845 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:04:37.845 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:04:37.845 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:04:37.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.... 06:04:38.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 'Delete.*'] is available. finished successfully 06:04:38.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:04:38.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:38.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:38.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:38.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:38.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) 06:04:38.137 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:38.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:38.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:38.137 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:04:38.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:38.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:38.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:38.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:38.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:38.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:38.138 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:04:38.138 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:04:38.138 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:04:38.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:04:38.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:04:38.138 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:04:38.138 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:38.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:04:38.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:38.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:38.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:38.138 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:04:38.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:38.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:38.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:38.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:38.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:38.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:38.139 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:04:38.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:04:38.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:04:38.140 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:04:38.140 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:38.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:04:38.217 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:04:38.718 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:04:39.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:04:39.218 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:04:39.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:04:39.219 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 06:04:39.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 06:04:39.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:04:39.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 06:04:39.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:04:39.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:04:39.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:04:39.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:04:39.219 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 06:04:39.219 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:04:39.219 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:04:39.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:39.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.676 s - in org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest debugWithFirstBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) Time elapsed: 11.536 s debugWithSecondBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) Time elapsed: 7.54 s debugWithBothBreakpointsTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) Time elapsed: 7.7 s Running org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 06:04:39.316 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 06:04:39.317 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:04:39.317 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:04:39.317 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 06:04:39.317 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:04:39.317 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:04:39.318 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:04:39.318 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:04:39.318 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:04:39.318 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:04:39.318 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 06:04:39.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:39.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:39.318 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:04:39.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:39.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:39.319 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") 06:04:39.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:39.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:39.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:39.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:39.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:04:39.323 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 06:04:39.323 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:04:39.324 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:39.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 06:04:39.410 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 06:04:39.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 06:04:39.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:39.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:39.411 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:04:39.411 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:39.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:39.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:39.411 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:04:39.411 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:39.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:39.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:39.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:39.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:39.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:04:39.412 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 06:04:39.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:04:39.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:04:39.413 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 06:04:39.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:04:39.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:04:39.413 TRACE [main][WidgetHandler] Notify Table with event 13 06:04:39.413 TRACE [main][WidgetHandler] Wait for synchronization 06:04:39.413 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:39.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:39.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:39.414 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:04:39.414 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:39.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:39.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:39.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:04:39.414 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:39.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:39.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:39.414 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:04:39.414 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:39.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:39.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:39.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:39.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:39.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:39.415 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:04:39.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:04:39.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:04:39.415 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:04:39.415 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:39.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:04:39.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:04:39.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:04:39.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:39.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:39.720 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:04:39.720 DEBUG [main][MenuItemLookup] Found menu:'File' 06:04:39.720 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:04:39.720 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:04:39.720 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:04:39.720 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:04:39.720 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:04:39.720 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:04:39.720 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:04:39.720 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:04:39.720 DEBUG [main][MenuItemLookup] Item match:Window 06:04:39.721 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:04:39.721 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:04:39.721 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:04:39.721 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:39.721 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:04:39.721 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:04:39.721 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:39.721 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:04:39.721 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:39.721 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:04:39.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:39.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:39.721 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:04:39.721 DEBUG [main][MenuItemLookup] Found menu:'File' 06:04:39.721 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:04:39.721 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:04:39.721 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:04:39.721 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:04:39.721 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:04:39.721 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:04:39.721 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:04:39.721 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:04:39.721 DEBUG [main][MenuItemLookup] Item match:Window 06:04:39.722 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:04:39.722 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:04:39.722 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:04:39.722 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:39.722 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:04:39.722 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:04:39.722 DEBUG [main][MenuItemLookup] Item match:Perspective 06:04:39.722 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:04:39.722 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:39.722 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:04:39.722 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:04:39.722 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:04:39.722 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:04:39.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:04:39.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:39.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:39.722 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:04:39.723 DEBUG [main][MenuItemLookup] Found menu:'File' 06:04:39.723 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:04:39.723 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:04:39.723 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:04:39.723 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:04:39.723 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:04:39.723 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:04:39.723 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:04:39.723 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:04:39.723 DEBUG [main][MenuItemLookup] Item match:Window 06:04:39.723 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:04:39.723 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:04:39.723 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:04:39.723 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:39.723 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:04:39.723 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:04:39.723 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:39.723 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:04:39.723 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:39.723 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:04:39.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:39.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:39.723 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:04:39.724 DEBUG [main][MenuItemLookup] Found menu:'File' 06:04:39.724 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:04:39.724 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:04:39.724 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:04:39.724 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:04:39.724 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:04:39.724 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:04:39.724 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:04:39.724 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:04:39.724 DEBUG [main][MenuItemLookup] Item match:Window 06:04:39.724 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:04:39.724 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:04:39.724 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:04:39.724 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:39.724 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:04:39.724 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:04:39.724 DEBUG [main][MenuItemLookup] Item match:Perspective 06:04:39.724 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:04:39.724 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:39.724 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:04:39.724 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:04:39.724 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:04:39.724 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:04:39.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:39.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:39.725 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:04:39.725 DEBUG [main][MenuItemLookup] Found menu:'File' 06:04:39.725 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:04:39.725 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:04:39.725 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:04:39.725 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:04:39.725 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:04:39.725 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:04:39.725 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:04:39.725 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:04:39.725 DEBUG [main][MenuItemLookup] Item match:Window 06:04:39.725 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:04:39.725 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:04:39.725 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:04:39.725 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:39.725 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:04:39.725 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:04:39.725 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:39.725 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:04:39.725 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:39.725 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:04:39.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:39.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:39.726 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:04:39.726 DEBUG [main][MenuItemLookup] Found menu:'File' 06:04:39.726 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:04:39.726 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:04:39.726 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:04:39.726 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:04:39.726 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:04:39.726 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:04:39.726 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:04:39.726 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:04:39.726 DEBUG [main][MenuItemLookup] Item match:Window 06:04:39.726 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:04:39.726 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:04:39.726 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:04:39.726 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:39.726 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:04:39.726 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:04:39.726 DEBUG [main][MenuItemLookup] Item match:Perspective 06:04:39.727 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:04:39.727 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:39.727 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:04:39.727 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:04:39.727 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:04:39.727 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:04:39.727 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:04:39.727 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:04:39.727 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:04:39.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:04:39.806 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 06:04:39.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:04:39.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:39.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:39.807 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:39.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:39.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:39.807 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:04:39.807 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:39.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:39.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:39.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 06:04:39.807 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:39.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:39.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:39.808 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:04:39.808 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:39.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:39.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:39.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:39.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:39.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:39.808 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:04:39.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:04:39.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:04:39.808 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:04:39.808 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:39.953 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:04:39.953 INFO [WorkbenchTestable][RequirementsRunner] Started test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest) 06:04:39.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 06:04:39.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:04:39.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:04:39.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:04:39.954 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 06:04:39.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:39.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:39.998 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:04:39.998 DEBUG [main][MenuItemLookup] Found menu:'File' 06:04:39.998 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:04:39.998 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:04:39.998 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:04:39.998 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:04:39.998 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:04:39.998 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:04:39.998 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:04:39.998 DEBUG [main][MenuItemLookup] Item match:Run 06:04:40.000 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 06:04:40.000 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 06:04:40.000 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:40.000 DEBUG [main][MenuItemLookup] Found menu:'Run History' 06:04:40.000 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:04:40.000 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 06:04:40.000 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:40.000 DEBUG [main][MenuItemLookup] Found menu:'Debug History' 06:04:40.000 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:04:40.000 DEBUG [main][MenuItemLookup] Found menu:'Debug Configurations...' 06:04:40.000 DEBUG [main][MenuItemLookup] Item match:Debug Configurations... 06:04:40.000 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"De&bug Configurations..." 06:04:40.000 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Configurations... 06:04:40.000 INFO [main][MenuItemHandler] Select menu item: De&bug Configurations... 06:04:40.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available.... 06:04:40.143 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 06:04:40.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Debug Configurations 06:04:40.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:40.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:40.144 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit 06:04:40.145 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name null 06:04:40.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:04:40.145 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:40.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:40.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:40.146 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 06:04:40.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:40.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:40.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:40.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:40.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:40.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:40.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:04:40.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:04:40.199 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 06:04:40.199 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 06:04:40.199 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 06:04:40.200 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 06:04:40.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 06:04:40.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 06:04:40.206 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:04:40.206 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:40.208 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 06:04:40.208 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 06:04:40.209 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 06:04:40.209 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 06:04:40.209 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 06:04:40.241 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 06:04:40.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:04:40.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:40.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:40.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:40.830 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 06:04:40.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:40.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:40.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:40.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:40.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:40.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:40.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:04:40.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:04:40.835 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 06:04:40.835 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 06:04:40.835 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 06:04:40.836 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 06:04:40.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 06:04:40.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 06:04:40.934 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:04:40.934 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:40.935 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 06:04:40.935 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 06:04:40.935 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 06:04:40.935 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 06:04:40.935 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 06:04:40.937 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:") 06:04:40.937 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:41.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:41.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:41.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 06:04:41.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:41.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:41.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:41.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:41.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:41.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:04:41.242 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:04:41.243 INFO [WorkbenchTestable][AbstractText] Text set to: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 06:04:41.243 INFO [WorkbenchTestable][LaunchConfiguration] Apply the launch configuration 06:04:41.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 "Apply") 06:04:41.243 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:41.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:41.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:41.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 06:04:41.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:41.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:41.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:41.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:41.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:41.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:41.246 INFO [WorkbenchTestable][AbstractButton] Click button Appl&y 06:04:41.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:04:41.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:04:41.750 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:04:41.750 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:42.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:04:42.704 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 06:04:42.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 06:04:42.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 06:04:42.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 06:04:42.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 06:04:42.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:04:42.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:04:42.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:04:42.704 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit 06:04:42.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:04:42.704 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:42.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:42.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:42.706 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 06:04:42.706 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:42.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:42.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:42.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:42.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:42.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:42.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:04:42.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:04:42.708 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 06:04:42.708 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 06:04:42.708 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 06:04:42.708 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 06:04:42.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:04:42.709 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:42.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:42.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:42.898 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 06:04:42.898 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:42.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:42.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:42.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:42.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:42.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:42.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:04:42.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:04:42.899 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 06:04:42.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:04:42.899 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:42.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:42.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:42.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 06:04:42.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:42.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:42.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:42.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:42.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:42.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:42.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:04:42.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:04:42.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 06:04:42.901 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 06:04:42.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:04:42.901 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 06:04:42.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:04:42.901 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 06:04:42.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 06:04:42.901 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 06:04:42.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:04:42.901 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 06:04:42.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:04:42.901 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 06:04:42.902 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 06:04:42.902 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 06:04:42.903 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration about selection 06:04:42.903 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 06:04:42.903 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:43.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:43.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:43.228 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 06:04:43.228 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:43.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:43.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:43.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:43.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:43.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:44.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:44.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:44.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:44.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:45.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:45.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:45.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:45.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:46.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:46.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:46.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:46.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:47.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:47.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:47.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:47.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:48.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:48.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:48.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:48.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:49.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:49.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:49.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:49.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:50.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:50.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:50.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:50.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:51.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:51.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:51.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:51.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:52.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:52.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:52.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:52.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:53.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:53.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:53.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:04:53.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 06:04:53.275 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:53.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:53.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:53.276 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 06:04:53.276 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:53.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:53.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:53.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:53.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:53.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:53.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:04:53.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:04:53.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 06:04:53.276 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 06:04:53.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:04:53.276 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 06:04:53.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:04:53.276 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 06:04:53.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 06:04:53.277 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 06:04:53.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:04:53.277 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 06:04:53.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:04:53.277 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 06:04:53.277 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Delete launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 06:04:53.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 06:04:53.277 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:53.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:53.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:53.277 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 06:04:53.277 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:53.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:53.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:53.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:53.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:53.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:53.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:04:53.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:04:53.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 06:04:53.278 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 06:04:53.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:04:53.278 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 06:04:53.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:04:53.278 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 06:04:53.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 06:04:53.278 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 06:04:53.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:04:53.278 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 06:04:53.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:04:53.278 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 06:04:53.278 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 06:04:53.278 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 06:04:53.279 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration about selection 06:04:53.279 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 06:04:53.280 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:04:53.280 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:53.280 DEBUG [main][MenuItemLookup] Found menu:'New Configuration' 06:04:53.280 DEBUG [main][MenuItemLookup] Found menu:'New Prototype' 06:04:53.280 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:04:53.280 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 06:04:53.280 DEBUG [main][MenuItemLookup] Found menu:'Delete' 06:04:53.280 DEBUG [main][MenuItemLookup] Item match:Delete 06:04:53.280 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Dele&te" 06:04:53.280 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 06:04:53.280 INFO [main][MenuItemHandler] Select menu item: Dele&te 06:04:53.298 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.... 06:04:53.298 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 06:04:53.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Launch Configuration Deletion 06:04:53.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:53.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:53.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:53.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:53.299 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") 06:04:53.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:53.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:53.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:53.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:53.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:53.300 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 06:04:53.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:04:53.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:04:53.300 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:04:53.300 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:53.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:04:53.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:04:53.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 06:04:53.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:53.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:53.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:53.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 06:04:53.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:53.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:53.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:53.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:53.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:53.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:53.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:04:53.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:04:53.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 06:04:53.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 06:04:53.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:04:53.482 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 06:04:53.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:04:53.482 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 06:04:53.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 06:04:53.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 06:04:53.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:04:53.482 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 06:04:53.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:04:53.482 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 06:04:53.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available.... 06:04:53.483 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 06:04:53.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available.... 06:04:53.483 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 06:04:53.483 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Debug Configurations 06:04:53.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:53.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:53.484 INFO [WorkbenchTestable][AbstractShell] Close shell Debug Configurations 06:04:53.484 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Debug Configurations' 06:04:53.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:04:53.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:04:53.543 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 06:04:53.543 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:04:53.543 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:04:53.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:53.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:53.544 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest) 06:04:53.544 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 06:04:53.544 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:04:53.544 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:04:53.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:53.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.228 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.591 s Running org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 06:04:53.560 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 06:04:53.561 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:04:53.561 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:04:53.561 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 06:04:53.561 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:04:53.562 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:04:53.564 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:04:53.564 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:04:53.564 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:04:53.564 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:04:53.565 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 06:04:53.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:04:53.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:53.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:53.565 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:04:53.565 DEBUG [main][MenuItemLookup] Found menu:'File' 06:04:53.565 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:04:53.565 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:04:53.565 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:04:53.565 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:04:53.565 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:04:53.565 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:04:53.565 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:04:53.565 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:04:53.565 DEBUG [main][MenuItemLookup] Item match:Window 06:04:53.566 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:04:53.566 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:04:53.566 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:04:53.566 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:53.566 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:04:53.566 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:04:53.566 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:53.566 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:04:53.566 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:53.566 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:04:53.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:53.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:53.566 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:04:53.566 DEBUG [main][MenuItemLookup] Found menu:'File' 06:04:53.566 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:04:53.566 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:04:53.566 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:04:53.566 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:04:53.566 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:04:53.566 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:04:53.566 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:04:53.566 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:04:53.566 DEBUG [main][MenuItemLookup] Item match:Window 06:04:53.567 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:04:53.567 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:04:53.567 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:04:53.567 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:53.567 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:04:53.567 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:04:53.567 DEBUG [main][MenuItemLookup] Item match:Perspective 06:04:53.567 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:04:53.567 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:53.567 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:04:53.567 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:04:53.567 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:04:53.567 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:04:53.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:04:53.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:53.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:53.567 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'File' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:04:53.568 DEBUG [main][MenuItemLookup] Item match:Window 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:04:53.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:53.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:53.568 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'File' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:04:53.568 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:04:53.568 DEBUG [main][MenuItemLookup] Item match:Window 06:04:53.569 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:04:53.569 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:04:53.569 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:04:53.569 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:53.569 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:04:53.569 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:04:53.569 DEBUG [main][MenuItemLookup] Item match:Perspective 06:04:53.569 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:04:53.569 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:53.569 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:04:53.569 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:04:53.569 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:04:53.569 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:04:53.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:53.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:53.569 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:04:53.569 DEBUG [main][MenuItemLookup] Found menu:'File' 06:04:53.569 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:04:53.570 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:04:53.570 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:04:53.570 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:04:53.570 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:04:53.570 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:04:53.570 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:04:53.570 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:04:53.570 DEBUG [main][MenuItemLookup] Item match:Window 06:04:53.570 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:04:53.570 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:04:53.570 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:04:53.570 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:53.570 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:04:53.570 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:04:53.570 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:53.570 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:04:53.570 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:53.570 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:04:53.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:53.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:53.570 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:04:53.570 DEBUG [main][MenuItemLookup] Found menu:'File' 06:04:53.570 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:04:53.570 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:04:53.570 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:04:53.571 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:04:53.571 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:04:53.571 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:04:53.571 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:04:53.571 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:04:53.571 DEBUG [main][MenuItemLookup] Item match:Window 06:04:53.571 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:04:53.571 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:04:53.571 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:04:53.571 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:53.571 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:04:53.571 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:04:53.594 DEBUG [main][MenuItemLookup] Item match:Perspective 06:04:53.595 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:04:53.595 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:53.595 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:04:53.595 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:04:53.595 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:04:53.595 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:04:53.595 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:04:53.595 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:04:53.595 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:04:53.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:04:53.617 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 06:04:53.617 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:04:53.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:53.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:53.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:53.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:53.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:53.618 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:04:53.618 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:53.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:53.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:53.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 06:04:53.618 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:53.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:53.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:53.618 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:04:53.618 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:53.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:53.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:53.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:53.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:53.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:53.619 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:04:53.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:04:53.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:04:53.619 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:04:53.619 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:53.740 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:04:53.740 INFO [WorkbenchTestable][RequirementsRunner] Started test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest) 06:04:53.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 06:04:53.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:04:53.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:04:53.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:04:53.740 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 06:04:53.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:53.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:53.741 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:04:53.741 DEBUG [main][MenuItemLookup] Found menu:'File' 06:04:53.741 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:04:53.741 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:04:53.741 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:04:53.741 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:04:53.741 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:04:53.741 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:04:53.741 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:04:53.741 DEBUG [main][MenuItemLookup] Item match:Run 06:04:53.742 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 06:04:53.742 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 06:04:53.742 DEBUG [main][MenuItemLookup] Found menu:'' 06:04:53.742 DEBUG [main][MenuItemLookup] Found menu:'Run History' 06:04:53.742 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:04:53.742 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 06:04:53.742 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 06:04:53.742 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 06:04:53.742 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 06:04:53.742 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 06:04:53.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 06:04:53.918 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 06:04:53.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 06:04:53.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:04:53.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:04:53.919 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit 06:04:53.919 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name null 06:04:53.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 06:04:53.919 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:53.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:53.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:53.919 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:04:53.919 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:53.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:53.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:53.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:53.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:53.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:53.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:04:53.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:04:53.921 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 06:04:53.921 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 06:04:53.921 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 06:04:53.921 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 06:04:53.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 06:04:53.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 06:04:53.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:04:53.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:53.930 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 06:04:53.930 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 06:04:53.930 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 06:04:53.930 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 06:04:53.930 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 06:04:53.932 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 06:04:53.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:04:53.932 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:54.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:54.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:54.124 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:04:54.124 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:54.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:54.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:54.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:54.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:54.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:54.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:04:54.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:04:54.125 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 06:04:54.125 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 06:04:54.125 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 06:04:54.125 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 06:04:54.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 06:04:54.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 06:04:54.180 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:04:54.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:54.180 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 06:04:54.180 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 06:04:54.180 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 06:04:54.180 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 06:04:54.180 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 06:04:54.183 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:") 06:04:54.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:54.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:54.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:54.323 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:04:54.323 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:54.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:54.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:54.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:54.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:54.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:04:54.327 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:04:54.327 INFO [WorkbenchTestable][AbstractText] Text set to: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 06:04:54.328 INFO [WorkbenchTestable][LaunchConfiguration] Apply the launch configuration 06:04:54.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 06:04:54.328 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:54.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:54.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:54.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:04:54.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:54.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:54.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:54.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:54.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:54.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:04:54.336 INFO [WorkbenchTestable][AbstractButton] Click button Appl&y 06:04:54.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:04:54.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:04:54.836 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:04:54.836 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:04:55.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:04:55.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:04:55.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 06:04:55.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 06:04:55.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 06:04:55.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 06:04:55.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 06:04:55.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 06:04:55.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 06:04:55.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 06:04:55.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:04:55.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:04:55.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:04:55.145 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit 06:04:55.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:04:55.145 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:55.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:55.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:55.146 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:04:55.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:55.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:55.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:55.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:55.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:55.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:55.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:04:55.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:04:55.148 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 06:04:55.148 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 06:04:55.148 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 06:04:55.149 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 06:04:55.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 06:04:55.149 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:55.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:55.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:55.218 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:04:55.219 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:55.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:55.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:55.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:55.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:55.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:55.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:04:55.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:04:55.219 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 06:04:55.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:04:55.219 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:55.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:55.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:55.220 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:04:55.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:55.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:55.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:55.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:04:55.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:04:55.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:04:55.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:04:55.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:04:55.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 06:04:55.220 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 06:04:55.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:04:55.221 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 06:04:55.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:04:55.221 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 06:04:55.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 06:04:55.221 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 06:04:55.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:04:55.221 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 06:04:55.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:04:55.221 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 06:04:55.221 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 06:04:55.221 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 06:04:55.221 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration about selection 06:04:55.221 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 06:04:55.221 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:04:55.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:04:55.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:04:55.352 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:04:55.352 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:04:55.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:04:55.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:55.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:55.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:55.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:56.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:56.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:56.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:56.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:57.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:57.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:57.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:57.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:58.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:58.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:58.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:58.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:59.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:59.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:04:59.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:04:59.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:00.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:00.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:00.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:00.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:01.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:01.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:01.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:01.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:02.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:02.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:02.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:02.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:03.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:03.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:03.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:03.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:04.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:04.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:04.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:04.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:05.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:05.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:05.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:05:05.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:05:05.399 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:05:05.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:05.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:05.399 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:05:05.399 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:05:05.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:05.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:05.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:05.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 06:05:05.400 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 06:05:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:05.400 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 06:05:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:05.400 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 06:05:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 06:05:05.400 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 06:05:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:05.400 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 06:05:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:05.400 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 06:05:05.400 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Delete launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 06:05:05.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 06:05:05.400 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:05:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:05.400 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:05:05.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:05:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:05.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:05.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:05.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:05.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:05.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:05.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:05.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 06:05:05.401 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 06:05:05.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:05.402 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 06:05:05.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:05.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 06:05:05.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 06:05:05.402 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 06:05:05.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:05.402 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 06:05:05.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:05.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 06:05:05.402 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 06:05:05.402 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 06:05:05.403 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration about selection 06:05:05.403 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 06:05:05.403 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:05:05.403 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:05.403 DEBUG [main][MenuItemLookup] Found menu:'New Configuration' 06:05:05.403 DEBUG [main][MenuItemLookup] Found menu:'New Prototype' 06:05:05.403 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:05:05.403 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 06:05:05.403 DEBUG [main][MenuItemLookup] Found menu:'Delete' 06:05:05.403 DEBUG [main][MenuItemLookup] Item match:Delete 06:05:05.403 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Dele&te" 06:05:05.403 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 06:05:05.404 INFO [main][MenuItemHandler] Select menu item: Dele&te 06:05:05.422 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.... 06:05:05.422 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 06:05:05.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Launch Configuration Deletion 06:05:05.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:05.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:05.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:05.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:05.423 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") 06:05:05.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:05.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:05.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:05.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:05.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:05.424 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 06:05:05.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:05.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:05.424 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:05.424 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:05.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:05:05.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:05:05.628 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:05:05.628 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:05:05.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:05.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:05.629 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:05:05.629 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:05:05.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:05.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:05.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:05.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:05.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:05.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:05.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:05.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 06:05:05.630 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 06:05:05.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:05.630 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 06:05:05.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:05.630 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 06:05:05.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 06:05:05.630 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 06:05:05.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:05.630 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 06:05:05.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:05.630 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 06:05:05.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 06:05:05.630 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 06:05:05.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 06:05:05.631 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 06:05:05.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 06:05:05.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:05.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:05.631 INFO [WorkbenchTestable][AbstractShell] Close shell Run Configurations 06:05:05.631 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Run Configurations' 06:05:05.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:05:05.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:05:05.688 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 06:05:05.688 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:05.688 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:05.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:05.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:05.689 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest) 06:05:05.689 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 06:05:05.689 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:05.689 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:05.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:05.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.129 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.949 s Running org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 06:05:05.700 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 06:05:05.701 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:05:05.701 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:05.701 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 06:05:05.701 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:05.701 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:05:05.704 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:05.704 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:05:05.704 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:05.704 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:05.704 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowConsoleOnOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 06:05:05.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 06:05:05.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:05.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:05.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:05.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.*'] 06:05:05.705 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:05.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.*'] 06:05:05.706 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:05.706 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:05.706 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:05.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:05.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:05.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:05.706 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05:05.706 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:05:05.706 DEBUG [main][MenuItemLookup] Found menu:'File' 06:05:05.707 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:05:05.707 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:05:05.707 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:05:05.707 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:05:05.707 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:05:05.707 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:05:05.707 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:05:05.707 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:05:05.707 DEBUG [main][MenuItemLookup] Item match:Window 06:05:05.707 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:05:05.707 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:05:05.707 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:05:05.707 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:05.707 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:05:05.707 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:05:05.707 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:05.707 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:05:05.707 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:05.707 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:05:05.707 DEBUG [main][MenuItemLookup] Item match:Preferences 06:05:05.707 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:05:05.707 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:05:05.707 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:05:05.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 'Preferences.*'] is available.... 06:05:05.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. finished successfully 06:05:05.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:05:05.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:05.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:05.801 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:05:05.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:05.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:05:05.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:05.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:05.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:05.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:05.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:05.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:05.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:05.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 06:05:05.803 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:05:05.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:06.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:06.304 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:05:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 06:05:06.305 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:05:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:06.305 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:05:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:06.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:05:06.306 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 06:05:06.306 DEBUG [main][TreeItemHandler] Selecting tree item: Console 06:05:06.306 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 06:05:06.306 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 06:05:06.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.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 "Restore Defaults") 06:05:06.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.347 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 06:05:06.347 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:05:06.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:06.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:06.347 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:06.347 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:06.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 06:05:06.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.350 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 06:05:06.350 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:05:06.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:06.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:06.350 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:06.350 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:06.350 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") 06:05:06.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.351 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") 06:05:06.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.352 INFO [WorkbenchTestable][CheckBox] Select checkbox &Show when program writes to standard out 06:05:06.352 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Show when program writes to standard out 06:05:06.352 INFO [WorkbenchTestable][AbstractButton] Click button &Show when program writes to standard out 06:05:06.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:06.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:06.352 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:06.353 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:06.353 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") 06:05:06.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.354 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") 06:05:06.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.359 INFO [WorkbenchTestable][CheckBox] Select checkbox &Show when program writes to standard out 06:05:06.359 INFO [WorkbenchTestable][CheckBox] Check checkbox &Show when program writes to standard out 06:05:06.359 INFO [WorkbenchTestable][AbstractButton] Click button &Show when program writes to standard out 06:05:06.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:06.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:06.359 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:06.359 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:06.359 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") 06:05:06.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.360 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:06.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:05:06.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:06.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:06.361 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:05:06.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:05:06.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.363 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:05:06.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:06.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:06.363 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:06.363 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:06.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:05:06.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:05:06.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:06.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:06.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:06.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 06:05:06.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:06.397 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:06.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:06.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:06.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 06:05:06.398 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowConsoleOnOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 06:05:06.398 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:06.398 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLimitConsoleOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 06:05:06.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 06:05:06.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:06.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:06.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:06.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.*'] 06:05:06.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.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.*'] 06:05:06.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.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.*'] 06:05:06.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:06.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:06.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:06.399 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05:06.399 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:05:06.399 DEBUG [main][MenuItemLookup] Found menu:'File' 06:05:06.399 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:05:06.399 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:05:06.399 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:05:06.399 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:05:06.399 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:05:06.399 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:05:06.399 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:05:06.399 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:05:06.399 DEBUG [main][MenuItemLookup] Item match:Window 06:05:06.400 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:05:06.400 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:05:06.400 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:05:06.400 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:06.400 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:05:06.400 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:05:06.400 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:06.400 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:05:06.400 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:06.400 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:05:06.400 DEBUG [main][MenuItemLookup] Item match:Preferences 06:05:06.400 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:05:06.400 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:05:06.400 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:05:06.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:05:06.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 'Preferences.*'] is available. finished successfully 06:05:06.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:05:06.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:06.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:06.494 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:05:06.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:05:06.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:06.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:06.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:06.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 06:05:06.508 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:05:06.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:06.508 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:05:06.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:06.508 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:05:06.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 06:05:06.508 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:05:06.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:06.508 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:05:06.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:06.508 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:05:06.509 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 06:05:06.509 DEBUG [main][TreeItemHandler] Selecting tree item: Console 06:05:06.509 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 06:05:06.509 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 06:05:06.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:05:06.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.511 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 06:05:06.511 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:05:06.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:06.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:06.511 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:06.511 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:06.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:05:06.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.513 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 06:05:06.514 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:05:06.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:06.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:06.514 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:06.514 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:06.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 06:05:06.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 06:05:06.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.516 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 06:05:06.516 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Limit console output 06:05:06.516 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 06:05:06.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:06.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:06.516 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:06.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:06.517 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") 06:05:06.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.517 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") 06:05:06.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.518 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 06:05:06.518 INFO [WorkbenchTestable][CheckBox] Check checkbox &Limit console output 06:05:06.518 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 06:05:06.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:06.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:06.518 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:06.518 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:06.519 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") 06:05:06.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.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.*'] 06:05:06.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:05:06.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:06.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:06.533 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:05:06.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:05:06.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.535 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:05:06.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:06.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:06.535 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:06.535 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:06.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:05:06.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:05:06.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:06.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:06.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:06.560 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 06:05:06.560 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:06.560 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:06.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:06.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:06.560 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLimitConsoleOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 06:05:06.560 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:06.560 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingConsoleOutputSizeWithoutLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 06:05:06.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 06:05:06.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:06.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:06.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:06.560 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:06.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.561 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:06.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.561 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:06.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:06.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:06.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:06.595 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05:06.595 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:05:06.595 DEBUG [main][MenuItemLookup] Found menu:'File' 06:05:06.595 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:05:06.595 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:05:06.595 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:05:06.595 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:05:06.595 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:05:06.596 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:05:06.596 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:05:06.596 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:05:06.596 DEBUG [main][MenuItemLookup] Item match:Window 06:05:06.596 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:05:06.596 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:05:06.596 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:05:06.596 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:06.596 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:05:06.596 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:05:06.596 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:06.596 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:05:06.596 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:06.596 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:05:06.596 DEBUG [main][MenuItemLookup] Item match:Preferences 06:05:06.596 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:05:06.596 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:05:06.596 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:05:06.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:05:06.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:05:06.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:05:06.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:06.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:06.673 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:05:06.673 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.673 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:05:06.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:06.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:06.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:06.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 06:05:06.674 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:05:06.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:06.674 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:05:06.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:06.674 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:05:06.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 06:05:06.674 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:05:06.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:06.674 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:05:06.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:06.674 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:05:06.675 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 06:05:06.675 DEBUG [main][TreeItemHandler] Selecting tree item: Console 06:05:06.675 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 06:05:06.675 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 06:05:06.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.707 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 06:05:06.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.709 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 06:05:06.710 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:05:06.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:06.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:06.710 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:06.710 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:06.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:05:06.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.712 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 06:05:06.712 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:05:06.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:06.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:06.712 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:06.712 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:06.712 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") 06:05:06.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.713 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 06:05:06.713 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Limit console output 06:05:06.714 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 06:05:06.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:06.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:06.714 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:06.714 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:06.714 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") 06:05:06.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.721 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 06:05:06.721 INFO [WorkbenchTestable][CheckBox] Check checkbox &Limit console output 06:05:06.721 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 06:05:06.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:06.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:06.722 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:06.722 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:06.722 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):") 06:05:06.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:05:06.727 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:05:06.728 INFO [WorkbenchTestable][AbstractText] Text set to: 54321 06:05:06.728 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") 06:05:06.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.729 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):") 06:05:06.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:05:06.737 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:05:06.739 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:06.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:05:06.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:06.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:06.740 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:05:06.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:05:06.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.742 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:05:06.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:06.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:06.742 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:06.742 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:06.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:05:06.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:05:06.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:06.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:06.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:06.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 06:05:06.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:06.796 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:06.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:06.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:06.797 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingConsoleOutputSizeWithoutLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 06:05:06.797 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:06.797 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingConsoleOutputSizeWithLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 06:05:06.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 06:05:06.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:06.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:06.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:06.797 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:06.797 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.798 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:06.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.798 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:06.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.798 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:06.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:06.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:06.798 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05:06.798 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:05:06.798 DEBUG [main][MenuItemLookup] Found menu:'File' 06:05:06.799 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:05:06.799 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:05:06.799 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:05:06.799 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:05:06.799 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:05:06.799 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:05:06.799 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:05:06.799 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:05:06.799 DEBUG [main][MenuItemLookup] Item match:Window 06:05:06.799 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:05:06.799 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:05:06.799 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:05:06.799 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:06.799 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:05:06.799 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:05:06.799 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:06.799 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:05:06.799 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:06.799 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:05:06.799 DEBUG [main][MenuItemLookup] Item match:Preferences 06:05:06.799 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:05:06.799 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:05:06.799 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:05:06.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:05:06.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 'Preferences.*'] is available. finished successfully 06:05:06.873 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:05:06.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:06.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:06.874 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:05:06.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:05:06.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:06.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:06.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:06.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 06:05:06.876 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:05:06.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:06.876 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:05:06.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:06.876 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:05:06.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 06:05:06.876 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:05:06.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:06.876 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:05:06.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:06.876 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:05:06.894 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 06:05:06.908 DEBUG [main][TreeItemHandler] Selecting tree item: Console 06:05:06.909 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 06:05:06.909 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 06:05:06.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:05:06.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.911 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 06:05:06.911 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:05:06.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:06.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:06.911 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:06.912 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:06.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 06:05:06.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.913 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 06:05:06.914 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:05:06.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:06.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:06.914 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:06.914 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:06.914 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") 06:05:06.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.915 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 06:05:06.915 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Limit console output already selected, no action performed 06:05:06.915 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") 06:05:06.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.916 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 06:05:06.916 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Limit console output already selected, no action performed 06:05:06.916 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):") 06:05:06.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:05:06.927 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:05:06.928 INFO [WorkbenchTestable][AbstractText] Text set to: 12345 06:05:06.928 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") 06:05:06.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.929 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):") 06:05:06.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:05:06.933 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:05:06.934 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:06.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:05:06.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:06.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:06.947 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:05:06.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:05:06.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:06.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:06.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:06.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:06.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:06.949 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:05:06.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:06.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:06.949 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:06.949 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:06.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:05:06.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:05:06.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:06.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:06.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:06.971 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 06:05:06.971 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:06.971 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:06.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:06.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:06.971 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingConsoleOutputSizeWithLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 06:05:06.971 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:06.972 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowConsoleOnError no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 06:05:06.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 06:05:06.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:06.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:06.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:06.972 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:06.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:06.972 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:06.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:07.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.*'] 06:05:07.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:07.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:07.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:07.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:07.003 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05:07.003 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:05:07.003 DEBUG [main][MenuItemLookup] Found menu:'File' 06:05:07.004 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:05:07.004 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:05:07.004 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:05:07.004 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:05:07.004 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:05:07.004 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:05:07.004 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:05:07.004 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:05:07.004 DEBUG [main][MenuItemLookup] Item match:Window 06:05:07.004 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:05:07.004 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:05:07.004 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:05:07.004 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:07.004 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:05:07.004 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:05:07.004 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:07.004 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:05:07.004 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:07.004 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:05:07.004 DEBUG [main][MenuItemLookup] Item match:Preferences 06:05:07.004 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:05:07.004 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:05:07.005 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:05:07.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:05:07.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:05:07.079 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:05:07.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:07.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:07.080 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:05:07.080 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:07.081 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:05:07.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:07.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:07.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:07.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:07.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:07.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:07.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:07.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 06:05:07.082 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:05:07.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:07.082 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:05:07.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:07.082 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:05:07.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 06:05:07.082 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:05:07.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:07.083 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:05:07.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:07.083 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:05:07.083 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 06:05:07.083 DEBUG [main][TreeItemHandler] Selecting tree item: Console 06:05:07.083 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 06:05:07.083 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 06:05:07.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:07.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:07.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:07.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:07.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:05:07.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:07.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:07.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:07.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:07.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:07.085 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 06:05:07.085 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:05:07.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:07.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:07.085 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:07.085 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:07.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 06:05:07.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:07.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:07.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:07.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:07.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:07.088 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 06:05:07.088 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:05:07.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:07.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:07.088 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:07.088 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:07.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard error") 06:05:07.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:07.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:07.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:07.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:07.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:07.089 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") 06:05:07.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:07.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:07.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:07.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:07.090 INFO [WorkbenchTestable][CheckBox] Select checkbox Show when &program writes to standard error 06:05:07.090 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Show when &program writes to standard error 06:05:07.090 INFO [WorkbenchTestable][AbstractButton] Click button Show when &program writes to standard error 06:05:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:07.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:07.103 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:07.103 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:07.104 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") 06:05:07.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:07.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:07.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:07.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:07.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:07.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard error") 06:05:07.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:07.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:07.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:07.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:07.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:07.106 INFO [WorkbenchTestable][CheckBox] Select checkbox Show when &program writes to standard error 06:05:07.106 INFO [WorkbenchTestable][CheckBox] Check checkbox Show when &program writes to standard error 06:05:07.106 INFO [WorkbenchTestable][AbstractButton] Click button Show when &program writes to standard error 06:05:07.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:07.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:07.106 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:07.106 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:07.110 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") 06:05:07.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:07.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:07.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:07.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:07.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:07.111 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:07.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:07.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:07.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:05:07.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:07.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:07.112 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:05:07.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:07.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:05:07.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:07.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:07.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:07.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:07.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:07.113 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:05:07.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:07.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:07.113 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:07.113 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:07.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:05:07.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:05:07.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:07.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:07.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:07.143 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 06:05:07.143 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:07.143 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:07.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:07.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:07.144 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowConsoleOnError no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 06:05:07.144 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 06:05:07.144 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:07.144 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:07.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:07.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.444 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.694 s testLimitConsoleOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.162 s testSettingConsoleOutputSizeWithoutLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.237 s testSettingConsoleOutputSizeWithLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.174 s testShowConsoleOnError no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.172 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 06:05:07.158 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 06:05:07.159 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:05:07.159 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:07.159 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 06:05:07.159 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:07.159 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:05:07.159 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:07.159 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:05:07.159 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:07.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.*'] 06:05:07.159 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:07.160 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:07.160 INFO [WorkbenchTestable][RequirementsRunner] Started test: setSettingsXMLTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest) 06:05:07.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 06:05:07.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:07.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:07.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:07.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.*'] 06:05:07.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:07.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.*'] 06:05:07.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:07.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:07.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:07.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:07.160 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05:07.160 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:05:07.160 DEBUG [main][MenuItemLookup] Found menu:'File' 06:05:07.160 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:05:07.161 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:05:07.161 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:05:07.161 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:05:07.161 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:05:07.161 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:05:07.161 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:05:07.161 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:05:07.161 DEBUG [main][MenuItemLookup] Item match:Window 06:05:07.161 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:05:07.161 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:05:07.161 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:05:07.161 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:07.161 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:05:07.161 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:05:07.161 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:07.161 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:05:07.161 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:07.161 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:05:07.161 DEBUG [main][MenuItemLookup] Item match:Preferences 06:05:07.161 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:05:07.161 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:05:07.161 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:05:07.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.... 06:05:07.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 06:05:07.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:05:07.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:07.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:07.245 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:05:07.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:07.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:05:07.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:07.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:07.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:07.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:07.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:07.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:07.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:07.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 06:05:07.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:07.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:07.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:07.748 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:07.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 06:05:07.749 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:07.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:07.749 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:05:07.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:07.749 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:07.750 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 06:05:07.750 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 06:05:07.750 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 06:05:07.750 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 06:05:07.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:07.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:07.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:07.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:07.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.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") 06:05:07.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:07.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:07.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:07.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:07.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:07.764 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 06:05:07.764 DEBUG [main][AbstractWait] Waiting until widget is found... 06:05:07.764 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:05:07.765 TRACE [main][WidgetLookup] widget with index 1 is found 06:05:07.765 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 06:05:07.765 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 06:05:07.765 DEBUG [main][AbstractText] Set focus to Text 06:05:07.765 INFO [WorkbenchTestable][AbstractText] Text set to: test 06:05:07.771 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") 06:05:07.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:07.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:07.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:07.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:07.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:07.773 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 06:05:07.773 DEBUG [main][AbstractWait] Waiting until widget is found... 06:05:07.773 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:05:07.773 TRACE [main][WidgetLookup] widget with index 1 is found 06:05:07.773 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 06:05:07.773 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 06:05:07.773 DEBUG [main][AbstractText] Set focus to Text 06:05:07.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:05:07.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:07.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:07.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:07.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:07.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:07.776 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:05:07.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:07.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:07.776 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:07.776 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:07.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:05:07.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:05:07.808 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:07.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:07.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:07.808 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 06:05:07.808 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:07.808 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:07.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:07.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:07.809 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setSettingsXMLTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest) 06:05:07.809 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 06:05:07.809 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:07.809 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:07.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:07.809 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 06:05:07.814 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 06:05:07.814 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:05:07.814 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:07.814 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 06:05:07.814 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:07.814 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:05:07.815 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:07.815 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:05:07.815 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:07.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.*'] 06:05:07.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:07.815 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:07.815 INFO [WorkbenchTestable][RequirementsRunner] Started test: setLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 06:05:07.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 06:05:07.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:07.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:07.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:07.816 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:07.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:07.816 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:07.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:07.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:07.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:07.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:07.816 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05:07.816 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:05:07.816 DEBUG [main][MenuItemLookup] Found menu:'File' 06:05:07.817 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:05:07.817 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:05:07.817 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:05:07.817 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:05:07.817 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:05:07.817 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:05:07.817 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:05:07.817 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:05:07.817 DEBUG [main][MenuItemLookup] Item match:Window 06:05:07.817 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:05:07.817 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:05:07.817 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:05:07.817 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:07.817 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:05:07.817 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:05:07.817 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:07.817 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:05:07.817 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:07.817 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:05:07.817 DEBUG [main][MenuItemLookup] Item match:Preferences 06:05:07.817 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:05:07.817 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:05:07.817 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:05:07.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.... 06:05:07.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 'Preferences.*'] is available. finished successfully 06:05:07.873 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:05:07.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:07.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:07.874 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:05:07.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:07.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:05:07.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:07.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:07.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:07.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:07.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:07.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:07.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:07.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 06:05:07.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:07.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:07.900 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:05:07.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:07.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:07.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 06:05:07.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:07.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:07.900 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:05:07.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:07.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:07.901 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 06:05:07.901 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 06:05:07.901 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 06:05:07.901 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 06:05:07.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:07.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:07.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:07.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:07.927 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...") 06:05:07.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:07.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:07.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:07.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:07.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:07.929 INFO [WorkbenchTestable][AbstractButton] Click button Add &Local Catalog... 06:05:07.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:07.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:07.929 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:07.929 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:07.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Local Archetype Catalog"] is available.... 06:05:07.962 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 06:05:07.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Local Archetype Catalog 06:05:07.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:07.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:07.963 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 06:05:07.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:07.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:07.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:07.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:07.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:07.964 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 06:05:07.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 06:05:07.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:07.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:07.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:07.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:07.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:05:07.967 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:05:07.968 INFO [WorkbenchTestable][AbstractText] Text set to: Local Test Catalog 06:05:07.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, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:05:07.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:07.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:07.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:07.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:07.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:07.972 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:05:07.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:07.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:07.972 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:07.972 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:08.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:05:08.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:05:08.010 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 06:05:08.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:08.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:08.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:08.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:08.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:08.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:08.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:08.011 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 06:05:08.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:08.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:08.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:08.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:08.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:08.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:08.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:08.012 TRACE [main][WidgetHandler] Notify Table with event 13 06:05:08.012 TRACE [main][WidgetHandler] Wait for synchronization 06:05:08.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 "Remove") 06:05:08.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:08.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:08.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:08.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:08.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:08.014 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:05:08.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:08.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:08.014 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:08.014 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:08.016 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 06:05:08.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:08.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:08.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:08.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:08.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:08.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:08.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:08.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:05:08.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:08.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:08.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:08.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:08.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:08.035 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:05:08.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:08.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:08.035 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:08.035 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:08.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:05:08.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:05:08.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:08.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:08.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:08.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 06:05:08.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:08.064 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:08.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:08.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:08.065 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 06:05:08.065 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:08.065 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:08.065 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:08.065 INFO [WorkbenchTestable][RequirementsRunner] Started test: setRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 06:05:08.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 06:05:08.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:08.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:08.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:08.065 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:08.065 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:08.066 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:08.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:08.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:08.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:08.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:08.066 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05:08.066 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:05:08.066 DEBUG [main][MenuItemLookup] Found menu:'File' 06:05:08.066 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:05:08.066 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:05:08.066 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:05:08.066 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:05:08.066 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:05:08.066 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:05:08.066 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:05:08.066 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:05:08.066 DEBUG [main][MenuItemLookup] Item match:Window 06:05:08.067 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:05:08.067 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:05:08.067 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:05:08.067 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:08.067 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:05:08.067 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:05:08.067 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:08.067 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:05:08.067 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:08.067 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:05:08.067 DEBUG [main][MenuItemLookup] Item match:Preferences 06:05:08.067 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:05:08.067 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:05:08.067 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:05:08.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:05:08.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:05:08.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:05:08.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:08.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:08.142 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:05:08.142 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:08.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:05:08.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:08.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:08.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:08.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:08.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:08.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:08.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:08.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 06:05:08.143 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:08.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:08.143 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:05:08.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:08.143 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:08.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 06:05:08.143 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:08.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:08.144 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:05:08.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:08.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:08.144 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 06:05:08.144 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 06:05:08.144 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 06:05:08.144 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 06:05:08.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:08.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:08.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:08.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:08.145 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...") 06:05:08.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:08.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:08.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:08.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:08.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:08.146 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 06:05:08.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:08.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:08.146 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:08.146 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:08.197 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.... 06:05:08.197 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:08.197 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:08.197 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:08.198 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 06:05:08.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 06:05:08.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:08.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:08.199 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 06:05:08.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:08.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:08.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:08.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:08.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:08.200 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:https://repo1.maven.org/maven2/archetype-catalog.xml 06:05:08.202 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:") 06:05:08.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:08.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:08.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:08.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:08.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:05:08.203 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:05:08.203 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 06:05:08.203 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...") 06:05:08.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:08.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:08.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:08.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:08.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:08.208 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 06:05:08.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:08.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:08.209 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:08.209 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:08.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:05:08.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 06:05:08.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 06:05:09.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:09.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:09.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:05:09.210 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 06:05:09.212 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 06:05:09.213 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Found 43063 archetype(s) 06:05:09.213 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) 06:05:09.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:09.215 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:05:09.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:09.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:09.215 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:09.215 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:09.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:05:09.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:05:09.236 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 06:05:09.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:09.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:09.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:09.238 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 06:05:09.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:09.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:09.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:09.239 TRACE [main][WidgetHandler] Notify Table with event 13 06:05:09.239 TRACE [main][WidgetHandler] Wait for synchronization 06:05:09.239 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") 06:05:09.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:09.240 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:05:09.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:09.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:09.241 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:09.241 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:09.243 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 06:05:09.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:09.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:09.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:09.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:05:09.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:09.250 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:05:09.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:09.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:09.250 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:09.250 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:09.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:05:09.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:05:09.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:09.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:09.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:09.269 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 06:05:09.269 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:09.269 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:09.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:09.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:09.270 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 06:05:09.270 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:09.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:09.270 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:09.270 INFO [WorkbenchTestable][RequirementsRunner] Started test: setRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 06:05:09.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 06:05:09.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:09.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:09.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:09.270 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:09.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:09.270 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:09.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:09.271 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:09.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:09.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:09.271 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05:09.271 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:05:09.271 DEBUG [main][MenuItemLookup] Found menu:'File' 06:05:09.271 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:05:09.271 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:05:09.271 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:05:09.271 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:05:09.271 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:05:09.271 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:05:09.271 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:05:09.271 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:05:09.271 DEBUG [main][MenuItemLookup] Item match:Window 06:05:09.272 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:05:09.272 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:05:09.272 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:05:09.272 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:09.272 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:05:09.272 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:05:09.272 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:09.272 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:05:09.272 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:09.272 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:05:09.272 DEBUG [main][MenuItemLookup] Item match:Preferences 06:05:09.272 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:05:09.272 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:05:09.272 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:05:09.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:05:09.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 'Preferences.*'] is available. finished successfully 06:05:09.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:05:09.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:09.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:09.337 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:05:09.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:09.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:05:09.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:09.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:09.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:09.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 06:05:09.339 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:09.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:09.339 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:05:09.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:09.339 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:09.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 06:05:09.339 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:09.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:09.339 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:05:09.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:09.339 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:09.339 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 06:05:09.339 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 06:05:09.339 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 06:05:09.340 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 06:05:09.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.340 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...") 06:05:09.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:09.347 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 06:05:09.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:09.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:09.348 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:09.348 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:09.399 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.... 06:05:09.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:09.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:09.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:09.399 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 06:05:09.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 06:05:09.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:09.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:09.400 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 06:05:09.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:09.401 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:https://repo1.maven.org/maven2/archetype-catalog.xml_test 06:05:09.403 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:") 06:05:09.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:05:09.404 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:05:09.404 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 06:05:09.404 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] 06:05:09.404 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) 06:05:09.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:09.405 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:05:09.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:09.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:09.405 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:09.406 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:09.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:05:09.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:05:09.428 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 06:05:09.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:09.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:09.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:09.430 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 06:05:09.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:09.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:09.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:09.431 TRACE [main][WidgetHandler] Notify Table with event 13 06:05:09.431 TRACE [main][WidgetHandler] Wait for synchronization 06:05:09.431 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") 06:05:09.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:09.432 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:05:09.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:09.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:09.432 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:09.432 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:09.434 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 06:05:09.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:09.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:09.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:09.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:05:09.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:09.437 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:05:09.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:09.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:09.437 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:09.437 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:09.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:05:09.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:05:09.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:09.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:09.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:09.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 06:05:09.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:09.464 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:09.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:09.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:09.464 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 06:05:09.464 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:09.464 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:09.464 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:09.464 INFO [WorkbenchTestable][RequirementsRunner] Started test: editLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 06:05:09.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 06:05:09.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:09.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:09.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:09.465 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:09.465 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:09.465 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:09.465 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:09.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:09.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:09.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:09.465 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05:09.465 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:05:09.465 DEBUG [main][MenuItemLookup] Found menu:'File' 06:05:09.465 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:05:09.465 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:05:09.465 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:05:09.465 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:05:09.465 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:05:09.465 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:05:09.466 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:05:09.466 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:05:09.466 DEBUG [main][MenuItemLookup] Item match:Window 06:05:09.466 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:05:09.466 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:05:09.466 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:05:09.466 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:09.466 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:05:09.466 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:05:09.466 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:09.466 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:05:09.466 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:09.466 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:05:09.466 DEBUG [main][MenuItemLookup] Item match:Preferences 06:05:09.466 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:05:09.466 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:05:09.466 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:05:09.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:05:09.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:05:09.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:05:09.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:09.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:09.542 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:05:09.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:09.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:05:09.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:09.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:09.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:09.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 06:05:09.543 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:09.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:09.543 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:05:09.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:09.543 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:09.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 06:05:09.543 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:09.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:09.543 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:05:09.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:09.543 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:09.544 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 06:05:09.544 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 06:05:09.544 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 06:05:09.544 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 06:05:09.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.550 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...") 06:05:09.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:09.551 INFO [WorkbenchTestable][AbstractButton] Click button Add &Local Catalog... 06:05:09.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:09.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:09.552 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:09.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:09.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Local Archetype Catalog"] is available.... 06:05:09.583 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 06:05:09.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Local Archetype Catalog 06:05:09.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:09.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:09.584 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 06:05:09.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:09.585 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 06:05:09.587 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:") 06:05:09.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:05:09.587 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:05:09.588 INFO [WorkbenchTestable][AbstractText] Text set to: Local Test Catalog 06:05:09.588 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) 06:05:09.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:09.589 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:05:09.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:09.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:09.589 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:09.589 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:09.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:05:09.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:05:09.615 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 06:05:09.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:09.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:09.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:09.616 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 06:05:09.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:09.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:09.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:09.617 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...") 06:05:09.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:09.618 INFO [WorkbenchTestable][AbstractButton] Click button &Edit... 06:05:09.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:09.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:09.618 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:09.618 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:09.651 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.... 06:05:09.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:09.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:09.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:09.651 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 06:05:09.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Local Archetype Catalog 06:05:09.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:09.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:09.652 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 06:05:09.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:09.653 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 06:05:09.655 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:") 06:05:09.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:05:09.656 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:05:09.656 INFO [WorkbenchTestable][AbstractText] Text set to: Local: Local Test Catalog test 06:05:09.656 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] 06:05:09.657 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) 06:05:09.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:09.658 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:05:09.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:09.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:09.658 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:09.658 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:09.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:05:09.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:05:09.676 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 06:05:09.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:09.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:09.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:09.678 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") 06:05:09.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:09.701 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:05:09.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:09.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:09.701 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:09.701 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:09.703 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 06:05:09.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:09.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:09.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:09.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:05:09.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:09.705 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:05:09.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:09.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:09.705 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:09.705 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:09.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:05:09.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:05:09.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:09.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:09.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:09.724 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 06:05:09.724 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:09.724 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:09.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:09.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:09.724 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 06:05:09.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:09.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:09.724 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:09.725 INFO [WorkbenchTestable][RequirementsRunner] Started test: editRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 06:05:09.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 06:05:09.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:09.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:09.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:09.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.*'] 06:05:09.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:09.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.*'] 06:05:09.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:09.725 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:09.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:09.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:09.725 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05:09.725 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:05:09.725 DEBUG [main][MenuItemLookup] Found menu:'File' 06:05:09.725 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:05:09.725 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:05:09.725 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:05:09.725 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:05:09.725 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:05:09.725 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:05:09.725 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:05:09.725 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:05:09.725 DEBUG [main][MenuItemLookup] Item match:Window 06:05:09.726 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:05:09.726 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:05:09.726 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:05:09.726 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:09.726 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:05:09.726 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:05:09.726 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:09.726 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:05:09.726 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:09.726 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:05:09.726 DEBUG [main][MenuItemLookup] Item match:Preferences 06:05:09.726 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:05:09.726 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:05:09.726 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:05:09.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:05:09.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 'Preferences.*'] is available. finished successfully 06:05:09.806 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:05:09.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:09.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:09.807 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:05:09.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:09.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:05:09.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:09.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:09.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:09.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 06:05:09.809 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:09.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:09.809 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:05:09.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:09.809 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:09.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 06:05:09.809 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:09.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:09.809 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:05:09.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:09.809 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:09.809 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 06:05:09.809 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 06:05:09.810 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 06:05:09.810 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 06:05:09.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.810 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...") 06:05:09.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:09.818 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 06:05:09.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:09.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:09.819 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:09.819 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:09.851 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.... 06:05:09.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:09.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:09.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:09.851 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 06:05:09.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 06:05:09.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:09.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:09.852 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 06:05:09.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:09.853 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:https://repo1.maven.org/maven2/archetype-catalog.xml 06:05:09.855 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:") 06:05:09.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:05:09.856 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:05:09.856 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 06:05:09.856 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...") 06:05:09.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:09.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:09.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:09.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:09.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:09.857 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 06:05:09.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:09.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:09.857 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:09.857 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:09.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:05:09.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 06:05:10.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 06:05:10.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:10.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:10.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:05:10.860 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 06:05:10.861 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 06:05:10.861 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Found 43063 archetype(s) 06:05:10.861 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) 06:05:10.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:10.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:10.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:10.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:10.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:10.863 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:05:10.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:10.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:10.863 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:10.863 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:10.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:05:10.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:05:10.882 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 06:05:10.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:10.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:10.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:10.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:10.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:10.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:10.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:10.884 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 06:05:10.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:10.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:10.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:10.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:10.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:10.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:10.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:10.885 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...") 06:05:10.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:10.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:10.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:10.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:10.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:10.886 INFO [WorkbenchTestable][AbstractButton] Click button &Edit... 06:05:10.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:10.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:10.886 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:10.886 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:10.916 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.... 06:05:10.916 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:10.916 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:10.916 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:10.916 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 06:05:10.916 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 06:05:10.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:10.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:10.917 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 06:05:10.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:10.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:10.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:10.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:10.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:10.918 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo https://repo1.maven.org/maven2/archetype-catalog.xml to:https://repo1.maven.org/maven2/archetype-catalog.xml 06:05:10.918 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:") 06:05:10.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:10.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:10.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:10.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:10.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:05:10.919 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:05:10.920 INFO [WorkbenchTestable][AbstractText] Text set to: Remote: Remote Test Catalog test 06:05:10.920 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...") 06:05:10.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:10.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:10.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:10.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:10.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:10.921 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 06:05:10.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:10.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:10.921 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:10.921 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:10.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:05:10.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 06:05:11.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 06:05:11.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:11.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:11.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:05:11.922 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 06:05:11.922 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 06:05:11.923 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Found 43063 archetype(s) 06:05:11.923 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) 06:05:11.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:11.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:11.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:11.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:11.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:11.924 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:05:11.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:11.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:11.924 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:11.924 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:11.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:05:11.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:05:11.945 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 06:05:11.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:11.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:11.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:11.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:11.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:11.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:11.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:11.947 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 06:05:11.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:11.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:11.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:11.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:11.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:11.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:11.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:11.948 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") 06:05:11.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:11.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:11.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:11.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:11.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:11.949 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:05:11.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:11.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:11.949 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:11.949 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:11.951 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 06:05:11.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:11.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:11.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:11.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:11.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:11.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:11.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:11.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:05:11.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:11.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:11.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:11.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:11.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:11.954 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:05:11.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:11.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:11.955 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:11.955 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:05:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:05:11.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:11.977 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 06:05:11.977 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:11.977 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:11.977 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 06:05:11.977 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:11.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:11.978 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:11.978 INFO [WorkbenchTestable][RequirementsRunner] Started test: editRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 06:05:11.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 06:05:11.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:11.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:11.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:11.978 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:11.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:11.978 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:11.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:11.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:11.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:11.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:11.978 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05:11.978 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:05:11.978 DEBUG [main][MenuItemLookup] Found menu:'File' 06:05:11.979 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:05:11.979 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:05:11.979 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:05:11.979 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:05:11.979 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:05:11.979 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:05:11.979 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:05:11.979 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:05:11.979 DEBUG [main][MenuItemLookup] Item match:Window 06:05:11.979 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:05:11.979 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:05:11.979 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:05:11.979 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:11.979 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:05:11.979 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:05:11.979 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:11.979 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:05:11.979 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:11.979 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:05:11.979 DEBUG [main][MenuItemLookup] Item match:Preferences 06:05:11.979 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:05:11.979 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:05:11.979 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:05:12.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:05:12.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 06:05:12.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:05:12.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:12.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:12.045 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:05:12.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:12.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:05:12.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:12.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:12.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:12.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 06:05:12.046 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:12.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:12.046 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:05:12.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:12.046 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:12.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 06:05:12.046 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:12.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:12.047 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:05:12.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:12.047 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:12.047 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 06:05:12.047 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 06:05:12.047 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 06:05:12.047 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 06:05:12.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.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...") 06:05:12.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:12.055 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 06:05:12.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:12.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:12.055 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:12.055 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:12.105 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.... 06:05:12.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:12.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:12.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:12.105 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 06:05:12.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 06:05:12.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:12.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:12.106 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 06:05:12.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:12.107 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:https://repo1.maven.org/maven2/archetype-catalog.xml 06:05:12.109 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:") 06:05:12.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:05:12.110 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:05:12.110 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 06:05:12.110 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...") 06:05:12.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:12.111 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 06:05:12.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:12.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:12.111 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:12.111 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:12.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:05:12.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 06:05:12.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:12.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:12.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:05:12.612 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 06:05:12.613 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 06:05:12.613 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Found 43063 archetype(s) 06:05:12.613 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) 06:05:12.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:12.613 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:05:12.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:12.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:12.614 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:12.614 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:12.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:05:12.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:05:12.633 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 06:05:12.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:12.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:12.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:12.635 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 06:05:12.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:12.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:12.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:12.635 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...") 06:05:12.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:12.637 INFO [WorkbenchTestable][AbstractButton] Click button &Edit... 06:05:12.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:12.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:12.637 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:12.637 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:12.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: Matcher matching text to regular expression '.* Archetype Catalog'] is available.... 06:05:12.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:12.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:12.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:12.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: Matcher matching text to regular expression '.* Archetype Catalog'] is available. finished successfully 06:05:12.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 06:05:12.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:12.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:12.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 06:05:12.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:12.668 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo https://repo1.maven.org/maven2/archetype-catalog.xml to:https://repo1.maven.org/maven2/archetype-catalog.xmlabc 06:05:12.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:") 06:05:12.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:05:12.669 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:05:12.670 INFO [WorkbenchTestable][AbstractText] Text set to: Remote: Remote Test Catalog test 06:05:12.670 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] 06:05:12.670 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) 06:05:12.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:12.671 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:05:12.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:12.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:12.671 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:12.671 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:12.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:05:12.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:05:12.688 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 06:05:12.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:12.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:12.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:12.689 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 06:05:12.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:12.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:12.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:12.690 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") 06:05:12.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:12.691 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:05:12.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:12.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:12.691 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:12.691 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:12.693 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 06:05:12.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:12.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:12.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:12.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:05:12.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:12.695 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:05:12.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:12.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:12.695 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:12.695 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:12.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:05:12.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:05:12.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:12.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:12.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:12.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 06:05:12.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:12.721 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:12.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:12.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:12.721 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 06:05:12.721 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 06:05:12.721 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:12.721 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:12.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:12.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.909 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.25 s setRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 1.205 s setRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 0.194 s editLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 0.26 s editRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 2.252 s editRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 0.743 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 06:05:12.726 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 06:05:12.727 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:05:12.727 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:12.727 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 06:05:12.727 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:12.727 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:05:12.728 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:12.728 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:05:12.728 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:12.729 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:12.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:12.729 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:12.729 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest) 06:05:12.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 06:05:12.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:12.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:12.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:12.729 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:12.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:12.729 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:12.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:12.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:12.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:12.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:12.730 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05:12.730 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:05:12.730 DEBUG [main][MenuItemLookup] Found menu:'File' 06:05:12.731 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:05:12.731 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:05:12.731 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:05:12.731 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:05:12.731 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:05:12.731 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:05:12.731 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:05:12.731 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:05:12.731 DEBUG [main][MenuItemLookup] Item match:Window 06:05:12.731 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:05:12.731 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:05:12.731 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:05:12.731 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:12.731 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:05:12.731 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:05:12.731 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:12.731 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:05:12.731 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:12.731 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:05:12.731 DEBUG [main][MenuItemLookup] Item match:Preferences 06:05:12.731 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:05:12.731 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:05:12.731 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:05:12.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:05:12.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:05:12.808 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:05:12.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:12.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:12.809 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:05:12.809 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:12.809 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:05:12.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:12.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:12.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:12.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 06:05:12.811 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:12.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:12.811 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:05:12.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:12.811 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:12.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 06:05:12.811 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:12.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:12.811 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:05:12.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:12.811 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:12.811 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Errors/Warnings 06:05:12.811 DEBUG [main][TreeItemHandler] Selecting tree item: Errors/Warnings 06:05:12.811 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Errors/Warnings about selection 06:05:12.812 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Errors/Warnings 06:05:12.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.839 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") 06:05:12.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:12.841 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Warning to selection: Ignore 06:05:12.842 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Group ID to: Ignore 06:05:12.843 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") 06:05:12.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:12.845 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Warning to selection: Ignore 06:05:12.846 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Version to: Ignore 06:05:12.846 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") 06:05:12.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:12.849 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Error to selection: Ignore 06:05:12.849 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Project Config to: Ignore 06:05:12.849 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") 06:05:12.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:12.860 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Error to selection: Ignore 06:05:12.860 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Plugin Execution to: Ignore 06:05:12.860 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") 06:05:12.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:12.865 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Warning to selection: Ignore 06:05:12.865 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Managed Version to: Ignore 06:05:12.865 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") 06:05:12.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:12.871 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") 06:05:12.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:12.873 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") 06:05:12.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:12.877 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") 06:05:12.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:12.881 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") 06:05:12.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:12.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:05:12.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:12.891 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:05:12.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:12.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:12.891 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:12.891 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:12.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:05:12.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:05:12.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:12.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:12.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:12.920 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 06:05:12.920 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:12.920 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:12.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:12.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:12.921 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest) 06:05:12.921 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 06:05:12.921 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:12.921 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:12.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:12.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 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.191 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 06:05:12.925 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 06:05:12.925 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:05:12.925 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:12.926 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 06:05:12.926 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:12.926 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:05:12.926 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:12.926 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:05:12.926 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:12.926 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:12.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:12.927 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:12.927 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 06:05:12.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 06:05:12.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:12.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:12.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:12.927 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:12.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:12.927 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:12.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:12.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:12.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:12.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:12.927 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05:12.927 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:05:12.927 DEBUG [main][MenuItemLookup] Found menu:'File' 06:05:12.928 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:05:12.928 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:05:12.928 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:05:12.928 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:05:12.928 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:05:12.928 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:05:12.928 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:05:12.928 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:05:12.928 DEBUG [main][MenuItemLookup] Item match:Window 06:05:12.928 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:05:12.928 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:05:12.928 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:05:12.928 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:12.928 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:05:12.928 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:05:12.928 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:12.928 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:05:12.928 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:12.928 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:05:12.928 DEBUG [main][MenuItemLookup] Item match:Preferences 06:05:12.928 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:05:12.928 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:05:12.928 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:05:12.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:05:12.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 'Preferences.*'] is available. finished successfully 06:05:12.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:05:12.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:12.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:12.995 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:05:12.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:12.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:05:12.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:12.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:12.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:12.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:12.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:12.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:12.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:12.996 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven 06:05:12.996 DEBUG [main][TreeItemHandler] Selecting tree item: Maven 06:05:12.996 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven about selection 06:05:12.996 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven 06:05:13.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Debug Output") 06:05:13.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.019 INFO [WorkbenchTestable][CheckBox] Select checkbox Debu&g Output 06:05:13.019 INFO [WorkbenchTestable][CheckBox] Check checkbox Debu&g Output 06:05:13.019 INFO [WorkbenchTestable][AbstractButton] Click button Debu&g Output 06:05:13.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:13.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:13.020 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:13.020 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05: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.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") 06:05:13.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.021 INFO [WorkbenchTestable][CheckBox] Select checkbox Do not automatically update dependencies from remote repositories 06:05:13.021 DEBUG [WorkbenchTestable][CheckBox] Checkbox Do not automatically update dependencies from remote repositories already selected, no action performed 06:05: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.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) 06:05:13.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.022 INFO [WorkbenchTestable][CheckBox] Select checkbox Download Artifact &Javadoc 06:05:13.022 INFO [WorkbenchTestable][CheckBox] Check checkbox Download Artifact &Javadoc 06:05:13.022 INFO [WorkbenchTestable][AbstractButton] Click button Download Artifact &Javadoc 06:05:13.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:13.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:13.022 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:13.022 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:13.023 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") 06:05:13.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.024 INFO [WorkbenchTestable][CheckBox] Select checkbox Do&wnload Artifact Sources 06:05:13.024 INFO [WorkbenchTestable][CheckBox] Check checkbox Do&wnload Artifact Sources 06:05:13.024 INFO [WorkbenchTestable][AbstractButton] Click button Do&wnload Artifact Sources 06:05:13.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:13.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:13.024 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:13.024 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:13.024 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") 06:05:13.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.025 INFO [WorkbenchTestable][CheckBox] Select checkbox Download repository index updates on startup 06:05:13.025 INFO [WorkbenchTestable][CheckBox] Check checkbox Download repository index updates on startup 06:05:13.025 INFO [WorkbenchTestable][AbstractButton] Click button Download repository index updates on startup 06:05:13.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:13.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:13.025 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:13.025 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:13.025 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)") 06:05:13.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.027 INFO [WorkbenchTestable][CheckBox] Select checkbox Hide folders of physically nested modules (experimental) 06:05:13.027 INFO [WorkbenchTestable][CheckBox] Check checkbox Hide folders of physically nested modules (experimental) 06:05:13.027 INFO [WorkbenchTestable][AbstractButton] Click button Hide folders of physically nested modules (experimental) 06:05:13.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:13.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:13.027 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:13.027 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:13.027 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") 06:05:13.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.028 INFO [WorkbenchTestable][CheckBox] Select checkbox &Offline 06:05:13.028 INFO [WorkbenchTestable][CheckBox] Check checkbox &Offline 06:05:13.028 INFO [WorkbenchTestable][AbstractButton] Click button &Offline 06:05:13.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:13.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:13.028 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:13.028 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:13.028 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") 06:05:13.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.029 INFO [WorkbenchTestable][CheckBox] Select checkbox Update Maven projects on startup 06:05:13.029 INFO [WorkbenchTestable][CheckBox] Check checkbox Update Maven projects on startup 06:05:13.029 INFO [WorkbenchTestable][AbstractButton] Click button Update Maven projects on startup 06:05:13.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:13.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:13.029 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:13.029 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:13.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Debug Output") 06:05:13.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.031 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") 06:05:13.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.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) 06:05:13.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.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") 06:05:13.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.033 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") 06:05:13.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Hide folders of physically nested modules (experimental)") 06:05:13.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.050 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") 06:05:13.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Update Maven projects on startup") 06:05:13.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:05:13.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.060 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:05:13.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:13.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:13.060 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:13.060 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:13.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:05:13.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:05:13.081 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:13.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:13.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:13.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 06:05:13.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:13.082 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:13.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:13.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:13.090 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 06:05:13.090 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:13.090 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:13.090 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:13.090 INFO [WorkbenchTestable][RequirementsRunner] Started test: uncheckAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 06:05:13.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 06:05:13.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:13.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:13.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:13.090 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:13.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:13.091 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:05:13.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:13.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:13.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:13.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:13.091 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05:13.091 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:05:13.091 DEBUG [main][MenuItemLookup] Found menu:'File' 06:05:13.091 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:05:13.091 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:05:13.091 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:05:13.091 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:05:13.092 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:05:13.092 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:05:13.092 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:05:13.092 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:05:13.092 DEBUG [main][MenuItemLookup] Item match:Window 06:05:13.092 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:05:13.092 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:05:13.092 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:05:13.092 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:13.092 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:05:13.092 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:05:13.092 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:13.092 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:05:13.092 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:13.092 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:05:13.092 DEBUG [main][MenuItemLookup] Item match:Preferences 06:05:13.092 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:05:13.092 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:05:13.092 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:05:13.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:05:13.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:05:13.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:05:13.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:13.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:13.151 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:05:13.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:13.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:05:13.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:13.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:13.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:13.152 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven 06:05:13.152 DEBUG [main][TreeItemHandler] Selecting tree item: Maven 06:05:13.152 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven about selection 06:05:13.153 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven 06:05:13.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.153 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") 06:05:13.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.154 INFO [WorkbenchTestable][CheckBox] Select checkbox Debu&g Output 06:05:13.154 DEBUG [WorkbenchTestable][CheckBox] Checkbox Debu&g Output not checked, no action performed 06:05:13.155 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") 06:05:13.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.156 INFO [WorkbenchTestable][CheckBox] Select checkbox Do not automatically update dependencies from remote repositories 06:05:13.156 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Do not automatically update dependencies from remote repositories 06:05:13.156 INFO [WorkbenchTestable][AbstractButton] Click button Do not automatically update dependencies from remote repositories 06:05:13.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:13.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:13.156 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:13.156 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:13.156 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) 06:05:13.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.157 INFO [WorkbenchTestable][CheckBox] Select checkbox Download Artifact &Javadoc 06:05:13.157 DEBUG [WorkbenchTestable][CheckBox] Checkbox Download Artifact &Javadoc not checked, no action performed 06:05:13.157 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") 06:05:13.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.158 INFO [WorkbenchTestable][CheckBox] Select checkbox Do&wnload Artifact Sources 06:05:13.158 DEBUG [WorkbenchTestable][CheckBox] Checkbox Do&wnload Artifact Sources not checked, no action performed 06:05:13.159 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") 06:05:13.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.160 INFO [WorkbenchTestable][CheckBox] Select checkbox Download repository index updates on startup 06:05:13.160 DEBUG [WorkbenchTestable][CheckBox] Checkbox Download repository index updates on startup not checked, no action performed 06:05:13.160 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)") 06:05:13.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.172 INFO [WorkbenchTestable][CheckBox] Select checkbox Hide folders of physically nested modules (experimental) 06:05:13.172 DEBUG [WorkbenchTestable][CheckBox] Checkbox Hide folders of physically nested modules (experimental) not checked, no action performed 06:05:13.172 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") 06:05:13.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.173 INFO [WorkbenchTestable][CheckBox] Select checkbox &Offline 06:05:13.173 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Offline not checked, no action performed 06:05:13.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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") 06:05:13.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.174 INFO [WorkbenchTestable][CheckBox] Select checkbox Update Maven projects on startup 06:05:13.174 DEBUG [WorkbenchTestable][CheckBox] Checkbox Update Maven projects on startup not checked, no action performed 06:05:13.175 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") 06:05:13.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.176 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") 06:05:13.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05: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.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) 06:05:13.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.183 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") 06:05:13.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.184 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") 06:05:13.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.197 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)") 06:05:13.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.199 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") 06:05:13.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.200 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") 06:05:13.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:05:13.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.202 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:05:13.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:13.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:13.202 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:13.202 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:13.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:05:13.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:05:13.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:13.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:13.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:13.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 06:05:13.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:13.236 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:13.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:13.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:13.236 INFO [WorkbenchTestable][RequirementsRunner] Finished test: uncheckAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 06:05:13.236 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 06:05:13.236 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:13.236 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:13.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:13.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 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.163 s uncheckAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) Time elapsed: 0.146 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 06:05:13.241 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 06:05:13.241 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:05:13.241 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:13.241 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 06:05:13.241 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:13.242 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:05:13.242 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:13.242 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:05:13.242 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:13.242 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:13.242 INFO [WorkbenchTestable][RequirementsRunner] Started test: createMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest) 06:05:13.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 06:05:13.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:13.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:13.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:13.242 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:05:13.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:13.243 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:05:13.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:13.243 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Maven Project"] 06:05:13.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:13.243 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:05:13.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:13.243 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:05:13.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:13.243 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:05:13.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:13.243 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Maven Project"] 06:05:13.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:13.244 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:05:13.244 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:13.244 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:05:13.244 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:13.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:13.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:13.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:13.244 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05:13.244 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:05:13.244 DEBUG [main][MenuItemLookup] Found menu:'File' 06:05:13.244 DEBUG [main][MenuItemLookup] Item match:File 06:05:13.245 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:05:13.245 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:05:13.248 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:05:13.248 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:05:13.248 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:13.248 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:05:13.248 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:05:13.248 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:05:13.248 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:05:13.248 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:05:13.248 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:05:13.248 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:05:13.248 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:05:13.248 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:05:13.248 DEBUG [main][MenuItemLookup] Found menu:'File' 06:05:13.248 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:05:13.248 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:05:13.248 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:13.248 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:05:13.248 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:13.248 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:05:13.248 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:05:13.249 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:05:13.249 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:05:13.249 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:05:13.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 'New|Select a wizard'] is available.... 06:05:13.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:05:13.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:05:13.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:13.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:13.315 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:05:13.315 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:13.315 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:05:13.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:13.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:13.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:13.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 06:05:13.317 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:13.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:13.317 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:05:13.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:13.317 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:13.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 06:05:13.317 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:13.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:13.317 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:05:13.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:13.317 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:13.317 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven Project 06:05:13.317 DEBUG [main][TreeItemHandler] Selecting tree item: Maven Project 06:05:13.317 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven Project about selection 06:05:13.318 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven Project 06:05:13.318 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:05:13.318 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:05:13.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:05:13.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.319 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:05:13.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:13.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:13.319 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:13.319 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:13.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'] 06:05:13.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:13.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:13.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available.... 06:05:13.444 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 06:05:13.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Maven Project 06:05:13.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:13.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:13.445 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 06:05:13.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:13.445 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 06:05:13.445 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 06:05:13.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.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) 06:05:13.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:13.446 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:05:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:13.446 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:13.446 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:13.457 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 06:05:13.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:13.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypePage, index 0 and no matchers specified 06:05:13.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:13.459 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo All Catalogs to selection: Internal 06:05:13.508 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 06:05:13.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:13.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:13.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:13.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:13.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:13.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:05:13.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 06:05:14.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 06:05:14.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:14.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:14.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:05:14.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:14.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:14.515 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 06:05:14.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:14.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:14.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:14.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:14.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:14.519 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 06:05:14.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:14.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:14.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:14.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:14.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:05:14.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:05:14.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:05:14.520 TRACE [main][WidgetHandler] Notify Table with event 13 06:05:14.520 TRACE [main][WidgetHandler] Wait for synchronization 06:05:14.521 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 06:05:14.521 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 06:05:14.521 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) 06:05:14.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:14.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:14.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:14.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:14.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:14.522 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:05:14.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:14.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:14.522 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:14.522 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:14.527 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:") 06:05:14.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:14.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:14.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:14.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:14.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:14.549 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:artifact 06:05:14.554 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:") 06:05:14.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:14.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:14.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:14.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:14.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:14.556 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo com.example to:group 06:05:14.557 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:") 06:05:14.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:14.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:14.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:14.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:14.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:14.560 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo 0.0.1-SNAPSHOT to:1.0.0 06:05:14.560 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:") 06:05:14.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:14.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:14.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:14.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:14.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:14.567 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:") 06:05:14.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:14.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:14.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:14.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:14.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:14.569 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:") 06:05:14.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:14.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:14.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:14.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:14.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:14.572 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:") 06:05:14.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:14.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:14.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:14.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:14.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:14.576 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 06:05:14.576 INFO [WorkbenchTestable][MavenProjectWizard] Finish wizard 06:05:14.576 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) 06:05:14.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:14.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:14.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:14.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:14.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:14.580 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:05:14.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:14.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:14.581 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:14.581 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 06:05:14.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:05:14.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:05:14.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:05:14.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 06:05:15.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph Update' is a system job, skipped 06:05:15.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:05:15.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:05:15.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:05:15.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:05:15.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:05:15.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:15.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:15.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:05:15.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:15.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:15.141 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:05:15.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:15.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:15.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:15.142 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05:15.142 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:05:15.142 DEBUG [main][MenuItemLookup] Found menu:'File' 06:05:15.142 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:05:15.142 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:05:15.142 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:05:15.142 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:05:15.142 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:05:15.142 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:05:15.142 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:05:15.142 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:05:15.142 DEBUG [main][MenuItemLookup] Item match:Window 06:05:15.142 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:05:15.142 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:05:15.142 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:05:15.142 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:15.142 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:05:15.142 DEBUG [main][MenuItemLookup] Item match:Show View 06:05:15.147 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:05:15.147 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:05:15.147 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:05:15.147 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:05:15.147 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:05:15.147 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:05:15.147 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:05:15.147 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:05:15.147 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:05:15.147 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:05:15.147 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:05:15.147 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:05:15.147 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:05:15.147 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:05:15.147 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:15.147 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:05:15.147 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:05:15.148 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:05:15.148 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:05:15.148 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:05:15.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:05:15.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:05:15.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:05:15.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:15.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:15.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:05:15.202 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:05:15.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:15.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:15.202 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:05:15.202 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:05:15.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:15.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:15.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:15.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:15.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:15.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:15.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:15.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:05:15.204 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:05:15.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:15.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:15.731 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:05:15.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:05:15.733 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:05:15.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:15.733 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:05:15.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:15.733 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:05:15.734 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:05:15.734 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:05:15.734 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:05:15.734 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:05:15.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:05:15.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:15.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:15.735 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:05:15.735 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:05:15.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:15.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:15.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") 06:05:15.735 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:05:15.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:15.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:15.735 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:05:15.735 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:05:15.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:15.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:15.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:15.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:15.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:15.736 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:05:15.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:15.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:15.736 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:15.736 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:15.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:05:15.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:05:15.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:05:15.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:15.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:15.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:05:15.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:15.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:15.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:15.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:15.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:15.828 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05:15.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 '\*?\QProject Explorer\E') 06:05:15.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:15.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:15.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:15.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:15.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:05:15.829 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:05:15.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:05:15.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:05:15.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:05:15.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:05:15.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:05:15.831 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:05:15.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:05:15.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:05:15.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:05:15.832 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:05:15.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:05:15.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:05:15.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:05:15.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:15.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:15.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:16.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:16.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:16.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:16.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:16.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:05:16.834 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:05:16.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:05:16.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:05:16.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:05:16.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:05:16.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:16.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:16.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:16.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:16.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:16.836 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name artifact 06:05:16.837 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 06:05:16.837 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:16.837 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:16.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:16.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:16.837 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest) 06:05:16.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:16.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:16.838 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:05:16.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:16.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:16.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:16.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:16.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:16.839 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05:16.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:05:16.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:16.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:16.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:16.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:16.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:05:16.861 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:05:16.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:05:16.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:05:16.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:05:16.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:05:16.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:05:16.864 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:05:16.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:05:16.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:05:16.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:05:16.864 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:05:16.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:05:16.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:05:16.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:05:16.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:16.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:16.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:17.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:17.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:17.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:17.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:17.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:05:17.867 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:05:17.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:05:17.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:05:17.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:05:17.896 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:05:17.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:17.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:17.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:17.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:17.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:17.896 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name artifact 06:05:17.897 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:05:17.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:05:17.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:05:17.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:05:17.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:17.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:17.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:18.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:18.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:18.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:18.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:18.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:05:18.899 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:05:18.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:05:18.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:05:18.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:05:18.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 06:05:18.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:18.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:18.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:18.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:18.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:18.901 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name artifact 06:05:18.901 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:05:18.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:05:18.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:05:18.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:05:18.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 06:05:18.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:18.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:18.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:18.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:18.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:18.902 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:05:18.902 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:05:18.903 DEBUG [main][TreeItemHandler] Set Tree selection 06:05:18.903 DEBUG [main][TreeHandler] Notify Tree about selection event 06:05:18.910 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:05:18.911 DEBUG [WorkbenchTestable][TreeItemHandler] artifact 06:05:18.911 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:05:18.911 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:18.954 DEBUG [main][MenuItemLookup] Found menu:'New' 06:05:18.954 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:05:18.954 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:18.954 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:05:18.954 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:18.954 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:05:18.954 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:05:18.954 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:05:18.954 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:05:18.954 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:05:18.954 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:05:18.954 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:05:18.954 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:18.954 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:05:18.954 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:05:18.954 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:18.954 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:05:18.954 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:05:18.955 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:05:18.955 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:05:18.955 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:05:18.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:05:18.955 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 06:05:18.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:05:19.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:05:19.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:19.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:19.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:05:19.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:05:19.456 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:05:19.456 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:19.481 DEBUG [main][MenuItemLookup] Found menu:'New' 06:05:19.481 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:05:19.481 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:19.481 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:05:19.481 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:19.481 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:05:19.481 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:05:19.481 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:05:19.481 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:05:19.481 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:05:19.481 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:05:19.481 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:05:19.482 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:05:19.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:05:20.037 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 06:05:20.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:05:20.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:20.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:20.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: 32) 06:05:20.039 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:05:20.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:20.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:20.039 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:05:20.039 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:05:20.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:20.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:20.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:20.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:20.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:20.040 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:05:20.040 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:05:20.040 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:05:20.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:20.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:20.040 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:20.040 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:20.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:05:20.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:05:20.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:20.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:20.040 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:05:20.040 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:05:20.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:20.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:20.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:20.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:20.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:20.041 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:05:20.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:20.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:20.041 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:20.041 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:20.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:05:20.043 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:05:20.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:05:20.544 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:05:20.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:05:20.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 06:05:20.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:05:20.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 06:05:20.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:05:20.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:05:20.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:20.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:20.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:05:20.544 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 06:05:20.544 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:20.544 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:20.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:20.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.303 s - in org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest createMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest) Time elapsed: 3.595 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 06:05:20.549 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 06:05:20.549 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:05:20.549 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:20.549 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 06:05:20.549 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:20.549 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:05:20.550 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:20.550 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:05:20.550 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:20.550 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:20.550 INFO [WorkbenchTestable][RequirementsRunner] Started test: openMavenSCMWizard no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest) 06:05:20.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 06:05:20.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:20.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:20.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:20.551 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:05:20.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.551 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:05:20.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.551 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Check out as Maven project from SCM"] 06:05:20.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.551 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:05:20.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.552 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:05:20.552 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.552 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:05:20.552 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.552 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Check out as Maven project from SCM"] 06:05:20.552 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.552 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:05:20.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.553 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:05:20.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:20.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:20.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:20.554 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05:20.554 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:05:20.554 DEBUG [main][MenuItemLookup] Found menu:'File' 06:05:20.554 DEBUG [main][MenuItemLookup] Item match:File 06:05:20.555 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:05:20.555 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:05:20.558 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:05:20.558 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:05:20.558 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:20.558 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:05:20.558 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:05:20.558 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:05:20.558 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:05:20.558 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:05:20.558 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:05:20.558 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:05:20.558 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:05:20.558 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:05:20.558 DEBUG [main][MenuItemLookup] Found menu:'File' 06:05:20.558 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:05:20.558 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:05:20.558 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:20.558 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:05:20.558 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:20.558 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:05:20.558 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:05:20.559 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:05:20.564 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:05:20.564 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:05:20.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:05:20.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:05:20.617 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:05:20.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:20.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:20.619 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:05:20.619 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.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 06:05:20.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:20.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:20.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:20.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:20.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:20.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:20.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:20.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 06:05:20.622 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:20.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:20.622 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:05:20.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:20.622 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:20.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 06:05:20.622 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:20.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:20.622 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:05:20.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:20.622 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:20.622 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Check out Maven Projects from SCM 06:05:20.622 DEBUG [main][TreeItemHandler] Selecting tree item: Check out Maven Projects from SCM 06:05:20.622 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Check out Maven Projects from SCM about selection 06:05:20.625 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Check out Maven Projects from SCM 06:05:20.625 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:05:20.625 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:05:20.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:05:20.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:20.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:20.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:20.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:20.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:20.626 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:05:20.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:20.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:20.626 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:20.626 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:20.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'] 06:05:20.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.680 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.... 06:05:20.680 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 06:05:20.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Check out as Maven project from SCM 06:05:20.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:20.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:20.680 TRACE [WorkbenchTestable][MavenCheckoutWizard] Shell Check out as Maven project from SCM is not null and is not disposed 06:05:20.680 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.681 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") 06:05:20.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:20.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:20.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:20.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:20.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:20.682 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") 06:05:20.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:20.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:20.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:20.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:20.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:20.683 TRACE [WorkbenchTestable][MavenCheckoutWizard] Shell Check out as Maven project from SCM is not null and is not disposed 06:05:20.683 INFO [WorkbenchTestable][MavenCheckoutWizard] Cancel wizard 06:05:20.683 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) 06:05:20.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:20.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:20.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:20.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:20.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:20.684 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:05:20.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:20.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:20.684 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:20.684 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:20.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:05:20.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:05:20.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:05:20.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:05:20.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 06:05:20.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:05:20.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:05:20.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:05:20.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:20.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:20.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:05:20.709 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 06:05:20.709 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:20.709 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:20.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:20.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:20.709 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openMavenSCMWizard no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest) 06:05:20.709 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 06:05:20.709 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:20.709 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:20.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:20.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 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.159 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 06:05:20.715 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 06:05:20.716 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:05:20.716 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:20.716 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 06:05:20.716 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:20.716 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:05:20.721 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:20.721 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:05:20.721 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:20.722 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:20.722 INFO [WorkbenchTestable][RequirementsRunner] Started test: testImportingWrongMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 06:05:20.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 06:05:20.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:20.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:20.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:20.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:05:20.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:05:20.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Maven Projects"] 06:05:20.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:05:20.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.725 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:05:20.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.725 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:05:20.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.725 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Maven Projects"] 06:05:20.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.725 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:05:20.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.725 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:05:20.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:20.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:20.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:20.726 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05:20.726 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:05:20.726 DEBUG [main][MenuItemLookup] Found menu:'File' 06:05:20.727 DEBUG [main][MenuItemLookup] Item match:File 06:05:20.728 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:05:20.728 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:05:20.728 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:05:20.728 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:05:20.728 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:20.728 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:05:20.728 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:05:20.728 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:20.728 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:05:20.728 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:05:20.728 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:05:20.728 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:05:20.728 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:20.728 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:05:20.728 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:05:20.728 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:05:20.728 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:05:20.728 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:20.728 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:05:20.728 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:20.728 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:05:20.728 DEBUG [main][MenuItemLookup] Item match:Import... 06:05:20.728 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:05:20.728 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:05:20.729 INFO [main][MenuItemHandler] Select menu item: &Import... 06:05:20.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:05:20.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:05:20.806 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:05:20.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:20.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:20.807 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:05:20.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:20.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:05:20.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:20.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:20.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:20.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:20.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:20.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:20.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:20.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 06:05:20.808 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:20.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:21.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:21.310 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:21.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 06:05:21.310 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:21.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:21.311 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:05:21.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:21.311 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:21.311 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Maven Projects 06:05:21.311 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Maven Projects 06:05:21.311 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Maven Projects about selection 06:05:21.314 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Maven Projects 06:05:21.314 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:05:21.314 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:05:21.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:05:21.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:21.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:21.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:21.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:21.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:21.315 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:05:21.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:21.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:21.315 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:21.315 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:21.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: "Import"] 06:05:21.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:21.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:21.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 06:05:21.369 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 06:05:21.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 06:05:21.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:21.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:21.370 TRACE [WorkbenchTestable][MavenImportWizard] Shell Import Maven Projects is not null and is not disposed 06:05:21.370 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:21.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 06:05:21.370 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 06:05:21.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 06:05:21.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:21.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:21.370 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:") 06:05:21.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:21.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:21.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:21.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:21.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:21.372 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 06:05:21.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 06:05:21.373 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 06:05:21.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 06:05:21.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:21.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:21.381 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") 06:05:21.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:21.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:21.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:21.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:21.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:21.382 INFO [WorkbenchTestable][AbstractButton] Click button &Refresh 06:05:21.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:21.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:21.382 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:21.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:21.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 06:05:21.400 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 06:05:21.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 06:05:21.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:21.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:21.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded.... 06:05:21.402 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") 06:05:21.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:21.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:21.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:21.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:21.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:21.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded. finished successfully 06:05:21.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 06:05:21.403 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 06:05:21.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 06:05:21.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:21.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:21.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 "Finish") 06:05:21.403 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:05:21.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:21.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:21.403 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Import Maven Projects" as the parent 06:05:21.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:05:21.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:21.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:21.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:21.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:21.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:21.404 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:05:21.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:21.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:21.405 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:21.405 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:21.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:05:21.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:05:21.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:05:21.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 06:05:21.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running finished successfully 06:05:21.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:05:21.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 06:05:21.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 06:05:22.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 06:05:22.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 06:05:23.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 06:05:23.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 06:05:24.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 06:05:24.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 06:05:25.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 06:05:25.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 06:05:26.432 DEBUG [WorkbenchTestable][JobIsRunning] job 'https://dl.bintray.com/m2e/discovery-catalog/org.eclipse.m2e.discovery.oss-catalog-1.13.jar' has no excuses, wait for it 06:05:26.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Discover lifecycle mappings' has no excuses, wait for it 06:05:27.432 DEBUG [WorkbenchTestable][JobIsRunning] job 'Discover lifecycle mappings' has no excuses, wait for it 06:05:27.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:05:27.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:27.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:27.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:05:27.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 '(Import Maven Projects)|(Discover m2e connectors)'] is available.... 06:05:27.934 DEBUG [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 06:05:27.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Discover m2e connectors 06:05:27.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:27.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:27.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 "Resolve All Later") 06:05:27.938 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:05:27.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:27.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:27.938 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Discover m2e connectors" as the parent 06:05:27.938 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:05:27.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:27.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:27.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:27.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:27.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:27.939 INFO [WorkbenchTestable][AbstractButton] Click button &Resolve All Later 06:05:27.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:27.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:27.939 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:27.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:27.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 "Finish") 06:05:27.940 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:05:27.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:27.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:27.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Discover m2e connectors" as the parent 06:05:27.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:05:27.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:27.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:27.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:27.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:27.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:27.942 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:05:27.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:27.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:27.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:27.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:27.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:05:37.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available failed, an exception will be thrown 06:05:37.970 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.... 06:05:37.970 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 06:05:37.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Incomplete Maven Goal Execution 06:05:37.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:37.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:37.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:05:37.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:05:37.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:37.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:37.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Incomplete Maven Goal Execution" as the parent 06:05:37.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:05:37.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:37.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:37.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:37.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:37.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:37.973 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:05:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:37.973 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:37.973 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:38.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:05:38.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:05:38.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:05:38.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:38.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:38.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:38.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:39.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:39.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:39.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:39.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:40.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:40.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:40.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:40.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:41.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:41.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:41.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:41.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:42.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:42.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:42.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:42.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:43.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:43.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:43.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:43.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:44.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:44.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:44.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:44.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:45.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:45.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:45.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:45.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:46.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:46.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:46.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:46.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:47.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:47.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:47.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:47.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:48.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:48.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:48.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 06:05:48.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:05:48.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:48.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:48.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:05:48.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:48.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:48.022 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:05:48.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:48.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:48.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:48.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:48.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:48.023 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05: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 '\*?\QProject Explorer\E') 06:05:48.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:48.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:48.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:48.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:48.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:05:48.023 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:05:48.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:05:48.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:05:48.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:05:48.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:05:48.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:05:48.026 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:05:48.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:05:48.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:05:48.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:05:48.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:48.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:48.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:48.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:48.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:49.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:49.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:05:49.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:05:49.030 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:05:49.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:05:49.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:05:49.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:05:49.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 06:05:49.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:49.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:49.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:49.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:49.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:49.031 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:05:49.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 06:05:49.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:05:49.031 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:05:49.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:49.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:49.032 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testImportingWrongMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 06:05:49.032 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:05:49.032 INFO [WorkbenchTestable][RequirementsRunner] Started test: testImportingMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 06:05:49.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 06:05:49.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:05:49.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:05:49.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:05:49.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: "Import"] 06:05:49.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:49.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: "Import"] 06:05:49.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:49.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: "Import Maven Projects"] 06:05:49.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:49.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: "Import"] 06:05:49.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:49.033 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:05:49.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:49.033 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:05:49.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:49.033 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Maven Projects"] 06:05:49.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:49.033 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:05:49.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:49.033 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:05:49.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:49.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:05:49.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:49.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:49.034 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:05:49.034 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:05:49.034 DEBUG [main][MenuItemLookup] Found menu:'File' 06:05:49.035 DEBUG [main][MenuItemLookup] Item match:File 06:05:49.035 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:05:49.035 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:05:49.035 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:05:49.035 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:05:49.035 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:49.035 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:05:49.035 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:05:49.035 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:49.035 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:05:49.035 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:05:49.035 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:05:49.035 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:05:49.035 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:49.035 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:05:49.035 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:05:49.035 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:05:49.035 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:05:49.035 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:49.035 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:05:49.035 DEBUG [main][MenuItemLookup] Found menu:'' 06:05:49.035 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:05:49.035 DEBUG [main][MenuItemLookup] Item match:Import... 06:05:49.035 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:05:49.035 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:05:49.035 INFO [main][MenuItemHandler] Select menu item: &Import... 06:05:49.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:05:49.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:05:49.086 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:05:49.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:49.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:49.087 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:05:49.087 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:49.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:05:49.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:49.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:49.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:49.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:49.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:05:49.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:05:49.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:05:49.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 06:05:49.089 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:49.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:49.089 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:05:49.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:49.089 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:49.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 06:05:49.090 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:05:49.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:05:49.090 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:05:49.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:05:49.090 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:05:49.090 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Maven Projects 06:05:49.090 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Maven Projects 06:05:49.090 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Maven Projects about selection 06:05:49.090 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Maven Projects 06:05:49.090 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:05:49.090 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:05:49.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 06:05:49.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:49.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:49.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:49.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:49.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:49.091 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:05:49.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:49.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:49.092 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:49.092 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:49.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: "Import"] 06:05:49.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:49.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:49.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 06:05:49.127 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 06:05:49.127 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 06:05:49.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:49.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:49.128 TRACE [WorkbenchTestable][MavenImportWizard] Shell Import Maven Projects is not null and is not disposed 06:05:49.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:05:49.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 06:05:49.128 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 06:05:49.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 06:05:49.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:49.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:49.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.wizard.MavenImportWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Root Directory:") 06:05:49.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:49.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:49.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:49.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:49.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:05:49.130 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 06:05:49.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 06:05:49.131 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 06:05:49.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 06:05:49.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:49.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:49.145 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") 06:05:49.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:49.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:49.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:49.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:49.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:49.146 INFO [WorkbenchTestable][AbstractButton] Click button &Refresh 06:05:49.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:49.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:49.146 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:49.146 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:49.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 06:05:49.155 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 06:05:49.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 06:05:49.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:49.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:49.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded.... 06:05:49.155 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") 06:05:49.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:49.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:49.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:49.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:49.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:49.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded. finished successfully 06:05:49.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.... 06:05:49.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 06:05:49.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 06:05:49.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:05:49.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:05:49.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:05:49.165 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:05:49.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:05:49.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:05:49.166 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Import Maven Projects" as the parent 06:05:49.166 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:05:49.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:05:49.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:05:49.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:05:49.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:05:49.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:05:49.167 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:05:49.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:05:49.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:05:49.167 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:05:49.167 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:05:49.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:05:49.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:05:49.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:05:49.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 06:05:49.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running finished successfully 06:05:49.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:05:49.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 06:05:49.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:05:49.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:05:49.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:05:49.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:05:49.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:05:49.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:05:49.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:05:49.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:05:49.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '(Import Maven Projects)|(Discover m2e connectors)'] is available.... 06:05:59.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '(Import Maven Projects)|(Discover m2e connectors)'] is available. failed, an exception will be thrown 06:05:59.740 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.... 06:06:09.750 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 06:06:09.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:06:09.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:09.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:10.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:10.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:10.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:10.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:11.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:11.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:11.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:11.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:12.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:12.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:12.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:12.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:13.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:13.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:13.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:13.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:14.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:14.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:14.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:14.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:15.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:15.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:15.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:15.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:16.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:16.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:16.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:16.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:17.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:17.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:17.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:17.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:18.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:18.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:18.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:18.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:19.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:19.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:19.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:19.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:19.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 06:06:19.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:19.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:19.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:19.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:19.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:19.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:19.759 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:06:19.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:19.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:19.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:19.760 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:19.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 '\*?\QProject Explorer\E') 06:06:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:19.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:19.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:19.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:19.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:06:19.761 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:06:19.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:06:19.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:19.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:06:19.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:06:19.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:06:19.764 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:06:19.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:06:19.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:19.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:19.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:19.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:19.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:20.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:20.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:20.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:20.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:20.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:06:20.775 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:06:20.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:06:20.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:20.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:20.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:06:20.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:20.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:20.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:20.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:20.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:20.776 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:06:20.776 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:06:20.776 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 06:06:20.776 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:20.776 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:20.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:20.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:20.776 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testImportingMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 06:06:20.776 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 06:06:20.776 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:20.776 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:20.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:20.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.062 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: 28.31 s testImportingMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) Time elapsed: 31.744 s Running org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 06:06:20.798 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 06:06:20.800 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:06:20.800 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:20.800 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 06:06:20.801 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:20.801 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:06:20.801 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:20.801 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:06:20.801 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:20.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: "Import"] 06:06:20.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:20.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: "Import"] 06:06:20.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:20.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: "Import"] 06:06:20.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:20.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: "Import"] 06:06:20.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:20.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: "Import"] 06:06:20.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:20.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: "Import"] 06:06:20.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:20.803 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:20.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:20.803 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:20.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:20.803 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:20.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:20.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:20.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:20.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:20.804 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:20.804 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:20.804 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:20.804 DEBUG [main][MenuItemLookup] Item match:File 06:06:20.805 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:20.805 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:06:20.805 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:06:20.805 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:06:20.805 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:20.805 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:06:20.805 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:06:20.805 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:20.805 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:06:20.805 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:06:20.805 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:06:20.805 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:06:20.805 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:20.805 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:06:20.805 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:06:20.805 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:06:20.805 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:06:20.805 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:20.805 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:06:20.805 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:20.805 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:06:20.805 DEBUG [main][MenuItemLookup] Item match:Import... 06:06:20.805 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:06:20.805 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:06:20.805 INFO [main][MenuItemHandler] Select menu item: &Import... 06:06:20.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:20.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:06:20.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:20.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:20.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:20.859 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:20.859 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:20.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:06:20.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:20.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:20.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:20.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:20.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:20.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:20.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:20.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:20.860 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:20.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:21.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:21.361 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:21.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:21.362 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:21.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:21.362 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:21.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:21.362 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:21.363 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 06:06:21.363 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 06:06:21.363 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 06:06:21.365 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 06:06:21.365 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:21.365 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:06:21.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.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) 06:06:21.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:21.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:21.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:21.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:21.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:21.367 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:06:21.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:21.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:21.367 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:21.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:21.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: "Import"] 06:06:21.414 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:21.414 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:21.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:21.415 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:21.415 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:06:21.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:21.415 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:21.415 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:21.417 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' 06:06:21.418 DEBUG [WorkbenchTestable][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:") 06:06:21.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:21.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:21.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:21.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:21.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:21.419 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 06:06:21.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:21.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:21.419 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:21.419 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:21.419 TRACE [main][WidgetHandler] Notify Button with event 27 06:06:21.419 TRACE [main][WidgetHandler] Wait for synchronization 06:06:21.419 TRACE [main][WidgetHandler] Notify Button with event 13 06:06:21.419 TRACE [main][WidgetHandler] Wait for synchronization 06:06:21.419 TRACE [main][WidgetHandler] Notify Button with event 26 06:06:21.419 TRACE [main][WidgetHandler] Wait for synchronization 06:06:21.419 TRACE [main][WidgetHandler] Notify Button with event 3 06:06:21.419 TRACE [main][WidgetHandler] Wait for synchronization 06:06:21.419 TRACE [main][WidgetHandler] Notify Button with event 4 06:06:21.419 TRACE [main][WidgetHandler] Wait for synchronization 06:06:21.419 TRACE [main][WidgetHandler] Notify Button with event 13 06:06:21.419 TRACE [main][WidgetHandler] Wait for synchronization 06:06:21.420 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 06:06:21.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:21.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:06:21.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:06:21.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:21.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:06:21.421 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 06:06:21.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 06:06:21.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:21.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:21.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:21.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:21.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:21.444 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 06:06:21.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:21.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:21.445 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:21.445 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:21.476 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 06:06:21.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:21.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:21.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:21.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:21.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:21.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 06:06:21.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 06:06:21.500 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 06:06:21.500 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 06:06:21.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 06:06:21.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:21.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:21.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:21.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:21.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:21.502 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 06:06:21.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:21.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:21.502 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:21.502 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:21.503 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 06:06:21.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:21.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:21.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:21.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:21.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:21.504 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 06:06:21.504 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 06:06:21.504 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 06:06:21.505 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 06:06:21.505 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:21.505 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 06:06:21.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 06:06:21.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:21.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:21.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:21.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:21.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:21.507 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:06:21.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:21.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:21.507 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:21.507 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:21.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:21.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:21.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:21.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph Update' is a system job, skipped 06:06:21.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:06:21.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:06:21.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:21.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:21.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:21.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:21.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:21.597 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:06:21.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:21.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:21.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:21.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:21.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:21.598 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:21.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') 06:06:21.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:21.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:21.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:21.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:21.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:06:21.599 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:21.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:21.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:21.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:21.611 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:21.611 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:21.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:21.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:21.611 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:21.611 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:21.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:21.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:21.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:21.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:21.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:22.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:22.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:22.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:22.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:22.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:06:22.615 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:22.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:22.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:22.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:22.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 06:06:22.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:22.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:22.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:22.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:22.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:22.616 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:06:22.617 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:06:22.617 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 06:06:22.617 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:06:22.617 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 06:06:22.617 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 06:06:22.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:23.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:23.118 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 06:06:23.119 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 06:06:23.119 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 06:06:23.120 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 06:06:23.123 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 06:06:23.123 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 06:06:23.123 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 06:06:23.123 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 06:06:23.123 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 06:06:23.125 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 06:06:23.125 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:06:23.125 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:06:23.423 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:06:23.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:23.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:06:23.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:06:23.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:23.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:23.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:23.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2de289dc is found... 06:06:23.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2de289dc is found finished successfully 06:06:23.428 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 06:06:23.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:23.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:23.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:23.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:23.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:06:23.438 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:23.438 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:23.438 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:23.438 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest) 06:06:23.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 06:06:23.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:23.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:23.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:23.439 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:23.439 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:23.439 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") 06:06:23.439 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:23.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:23.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:23.439 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 06:06:23.439 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:23.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:23.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:23.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:23.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:23.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:06:23.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 06:06:23.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:06:23.442 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:23.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:23.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:23.443 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 06:06:23.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:23.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:23.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:23.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:23.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:23.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:23.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:23.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:23.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 06:06:23.443 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 06:06:23.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:23.443 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 06:06:23.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:23.443 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 06:06:23.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 06:06:23.444 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 06:06:23.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:23.444 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 06:06:23.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:23.444 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 06:06:23.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:23.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:23.444 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:06:23.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:23.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:23.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 06:06:23.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:23.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:23.446 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 06:06:23.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 '\*?\QPackage Explorer\E') 06:06:23.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:23.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:23.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:23.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:23.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:06:23.446 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:23.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:23.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:23.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:23.554 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part file.xml 06:06:23.609 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:23.609 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:23.609 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") 06:06:23.610 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:23.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:23.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:23.610 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 06:06:23.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:23.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:23.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:23.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:23.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:23.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:06:23.611 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 06:06:23.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 06:06:23.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:23.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:23.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:23.657 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 06:06:23.657 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:23.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:23.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:23.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:23.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:23.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:06:23.658 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 06:06:23.658 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:23.658 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:23.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:23.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:23.658 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest) 06:06:23.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:23.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:23.659 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:06:23.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:23.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:23.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 06:06:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:23.697 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 06:06:23.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 '\*?\QPackage Explorer\E') 06:06:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:23.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:23.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:23.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:06:23.698 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:23.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:23.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:23.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:23.725 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:23.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:23.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:23.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:23.725 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:23.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:23.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:23.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:23.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:23.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:23.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:24.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:24.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:24.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:24.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:24.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:06:24.727 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:24.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:24.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:24.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:24.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:06:24.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:24.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:24.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:24.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:24.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:24.729 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:06:24.729 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:06:24.729 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 06:06:24.729 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 06:06:24.729 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 06:06:24.730 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 06:06:24.732 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 06:06:24.732 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:06:24.732 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:24.756 DEBUG [main][MenuItemLookup] Found menu:'New' 06:06:24.756 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:06:24.756 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:24.756 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:06:24.756 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:06:24.756 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:24.756 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:06:24.756 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:06:24.756 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:06:24.756 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:06:24.756 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:24.756 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:06:24.756 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:06:24.756 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:06:24.756 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:24.756 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:06:24.756 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:06:24.756 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:24.756 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:06:24.756 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:06:24.756 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:06:24.756 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:06:24.756 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:06:24.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:24.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:06:25.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:25.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:25.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:25.258 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 06:06:25.258 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 06:06:25.259 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 06:06:25.259 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 06:06:25.260 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 06:06:25.261 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:06:25.261 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:25.293 DEBUG [main][MenuItemLookup] Found menu:'New' 06:06:25.293 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:06:25.293 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:25.293 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:06:25.293 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:06:25.293 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:25.293 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:06:25.293 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:06:25.293 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:06:25.293 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:06:25.293 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:06:25.293 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:06:25.293 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:06:25.293 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:06:25.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:06:25.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:06:25.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:06:25.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:25.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:25.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:25.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:25.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:06:25.863 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:25.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:25.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:25.863 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:06:25.863 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:25.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:25.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:25.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:25.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:25.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:25.864 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:06:25.864 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:06:25.864 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:06:25.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:25.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:25.864 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:25.864 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:25.864 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:06:25.864 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:25.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:25.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:25.864 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:06:25.864 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:25.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:25.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:25.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:25.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:25.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:25.865 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:06:25.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:25.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:25.865 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:25.865 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:25.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:06:25.867 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:06:26.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:06:26.368 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:06:26.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:26.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:06:26.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:06:26.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:26.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:26.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:26.368 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 06:06:26.368 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:26.368 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:26.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:26.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.572 s - in org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest selectPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest) Time elapsed: 0.22 s Running org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:26.382 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:26.383 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:06:26.383 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:26.383 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:26.383 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:26.383 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:06:26.384 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:26.384 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:06:26.384 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:26.384 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:26.384 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 06:06:26.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:26.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:26.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:26.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:26.384 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:26.384 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.384 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:26.384 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.385 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:26.385 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.385 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:26.385 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.385 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:26.385 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.385 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:26.385 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.385 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:26.385 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.385 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:26.385 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.385 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:26.386 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:26.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:26.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:26.386 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:26.386 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:26.386 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:26.386 DEBUG [main][MenuItemLookup] Item match:File 06:06:26.387 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:26.387 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:06:26.387 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:06:26.387 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:06:26.387 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:26.387 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:06:26.387 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:06:26.387 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:26.387 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:06:26.387 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:06:26.387 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:06:26.387 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:06:26.387 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:26.387 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:06:26.387 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:06:26.387 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:06:26.387 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:06:26.387 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:26.387 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:06:26.387 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:26.387 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:06:26.387 DEBUG [main][MenuItemLookup] Item match:Import... 06:06:26.387 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:06:26.387 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:06:26.387 INFO [main][MenuItemHandler] Select menu item: &Import... 06:06:26.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:26.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:06:26.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:26.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:26.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:26.464 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:26.464 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:06:26.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:26.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:26.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:26.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:26.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:26.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:26.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:26.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:26.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:26.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:26.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:26.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:26.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:26.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:26.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:26.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:26.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:26.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:26.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:26.466 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 06:06:26.466 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 06:06:26.467 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 06:06:26.467 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 06:06:26.467 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:26.467 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:06:26.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 06:06:26.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:26.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:26.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:26.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:26.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:26.468 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:06:26.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:26.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:26.468 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:26.468 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:26.506 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:26.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:26.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:26.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:26.532 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:26.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:26.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:06:26.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:26.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:26.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:26.532 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:26.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.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:") 06:06:26.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:26.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:26.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:26.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:26.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:26.533 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 06:06:26.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:26.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:26.533 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:26.533 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:26.533 TRACE [main][WidgetHandler] Notify Button with event 27 06:06:26.533 TRACE [main][WidgetHandler] Wait for synchronization 06:06:26.534 TRACE [main][WidgetHandler] Notify Button with event 13 06:06:26.534 TRACE [main][WidgetHandler] Wait for synchronization 06:06:26.534 TRACE [main][WidgetHandler] Notify Button with event 26 06:06:26.534 TRACE [main][WidgetHandler] Wait for synchronization 06:06:26.534 TRACE [main][WidgetHandler] Notify Button with event 3 06:06:26.534 TRACE [main][WidgetHandler] Wait for synchronization 06:06:26.534 TRACE [main][WidgetHandler] Notify Button with event 4 06:06:26.534 TRACE [main][WidgetHandler] Wait for synchronization 06:06:26.534 TRACE [main][WidgetHandler] Notify Button with event 13 06:06:26.534 TRACE [main][WidgetHandler] Wait for synchronization 06:06:26.535 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 06:06:26.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:26.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:26.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:26.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:26.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:06:26.536 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to: 06:06:26.536 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 06:06:26.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:26.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:26.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:26.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:26.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:26.537 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:26.537 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 06:06:26.537 DEBUG [WorkbenchTestable][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) 06:06:26.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:26.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:26.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:26.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:26.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:26.538 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:06:26.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:26.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:26.538 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:26.538 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:26.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:26.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:26.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:26.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:06:26.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:06:26.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:26.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:26.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:26.560 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:26.560 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:26.560 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:26.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:26.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:26.561 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 06:06:26.561 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:26.561 INFO [WorkbenchTestable][RequirementsRunner] Started test: setArchiveFile no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 06:06:26.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:26.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:26.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:26.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:26.561 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:26.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.561 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:26.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.561 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:26.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.561 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:26.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.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"] 06:06:26.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.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: "Import"] 06:06:26.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.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: "Import"] 06:06:26.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.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: "Import"] 06:06:26.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.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: "Import"] 06:06:26.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.572 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:26.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:26.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:26.572 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:26.572 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:26.572 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:26.572 DEBUG [main][MenuItemLookup] Item match:File 06:06:26.573 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:26.573 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:06:26.573 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:06:26.573 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:06:26.573 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:26.573 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:06:26.573 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:06:26.573 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:26.573 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:06:26.573 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:06:26.573 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:06:26.573 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:06:26.573 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:26.573 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:06:26.573 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:06:26.573 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:06:26.573 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:06:26.573 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:26.573 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:06:26.573 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:26.573 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:06:26.573 DEBUG [main][MenuItemLookup] Item match:Import... 06:06:26.573 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:06:26.573 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:06:26.573 INFO [main][MenuItemHandler] Select menu item: &Import... 06:06:26.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:26.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:06:26.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:26.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:26.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:26.642 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:26.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:06:26.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:26.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:26.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:26.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:26.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:26.644 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:26.644 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:26.644 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:26.644 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:26.644 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:26.644 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:26.645 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 06:06:26.645 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 06:06:26.645 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 06:06:26.645 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 06:06:26.645 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:26.645 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:06:26.645 DEBUG [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) 06:06:26.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:26.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:26.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:26.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:26.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:26.646 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:06:26.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:26.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:26.646 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:26.646 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:26.686 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:26.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:26.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:26.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:26.687 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:26.687 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:26.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:06:26.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:26.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:26.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:26.708 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:26.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.708 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' 06:06:26.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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:") 06:06:26.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:26.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:26.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:26.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:26.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:26.709 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 06:06:26.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:26.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:26.709 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:26.709 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:26.710 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 06:06:26.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:26.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:06:26.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:06:26.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:26.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:06:26.710 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 06:06:26.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") 06:06:26.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:26.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:26.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:26.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:26.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:26.718 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 06:06:26.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:26.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:26.718 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:26.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:26.753 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 06:06:26.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:26.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:26.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:26.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:26.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:26.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 06:06:26.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 06:06:26.754 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 06:06:26.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:26.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:26.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:26.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:26.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:26.777 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:26.777 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 06:06:26.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 06:06:26.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:26.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:26.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:26.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:26.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:26.799 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:06:26.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:26.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:26.799 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:26.799 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:26.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:26.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:26.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:26.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:06:26.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:26.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:26.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:26.822 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:26.822 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:26.822 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:26.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:26.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:26.823 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setArchiveFile no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 06:06:26.823 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:26.823 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_zipFile_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 06:06:26.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:26.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:26.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:26.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:26.823 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:26.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.823 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:26.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.823 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:26.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.823 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:26.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.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: "Import"] 06:06:26.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.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: "Import"] 06:06:26.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.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: "Import"] 06:06:26.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.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: "Import"] 06:06:26.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.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: "Import"] 06:06:26.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:26.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:26.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:26.824 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:26.824 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:26.825 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:26.825 DEBUG [main][MenuItemLookup] Item match:File 06:06:26.826 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:26.826 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:06:26.826 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:06:26.826 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:06:26.826 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:26.826 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:06:26.826 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:06:26.826 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:26.826 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:06:26.826 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:06:26.826 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:06:26.826 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:06:26.826 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:26.826 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:06:26.826 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:06:26.826 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:06:26.826 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:06:26.826 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:26.826 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:06:26.826 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:26.826 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:06:26.826 DEBUG [main][MenuItemLookup] Item match:Import... 06:06:26.826 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:06:26.826 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:06:26.826 INFO [main][MenuItemHandler] Select menu item: &Import... 06:06:26.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:26.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:06:26.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:26.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:26.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:26.899 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:26.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:06:26.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:26.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:26.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:26.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:26.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:26.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:26.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:26.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:26.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:26.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:26.900 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:26.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:26.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:26.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:26.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:26.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:26.901 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:26.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:26.901 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:26.901 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 06:06:26.901 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 06:06:26.901 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 06:06:26.901 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 06:06:26.901 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:26.901 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:06:26.901 DEBUG [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) 06:06:26.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:26.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:26.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:26.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:26.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:26.902 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:06:26.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:26.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:26.902 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:26.902 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:26.930 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:26.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:26.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:26.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:26.943 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:26.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:26.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:06:26.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:26.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:26.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:26.943 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:26.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:26.943 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' 06:06:26.944 DEBUG [WorkbenchTestable][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:") 06:06:26.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:26.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:26.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:26.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:26.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:26.944 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 06:06:26.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:26.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:26.944 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:26.944 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:26.952 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 06:06:26.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:26.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:06:26.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:06:26.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:26.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:06:26.962 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 06:06:26.962 DEBUG [WorkbenchTestable][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") 06:06:26.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:26.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:26.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:26.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:26.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:26.970 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 06:06:26.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:26.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:26.970 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:26.970 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:26.974 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 06:06:26.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:26.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:26.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:26.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:26.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:26.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 06:06:26.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 06:06:26.990 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to false 06:06:26.990 DEBUG [WorkbenchTestable][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:") 06:06:26.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:26.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:26.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:26.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:26.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.002 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:27.002 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 06:06:27.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 06:06:27.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.004 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:06:27.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:27.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:27.004 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:27.004 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:27.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:27.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:27.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:27.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:06:27.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:27.026 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:27.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:27.026 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:27.026 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:27.026 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:27.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:27.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:27.026 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_zipFile_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 06:06:27.026 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:27.026 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_zipFile_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 06:06:27.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:27.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:27.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:27.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:27.026 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.026 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.027 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.027 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.027 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.027 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.027 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.027 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.027 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.028 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:27.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:27.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:27.028 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:27.028 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:27.028 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:27.028 DEBUG [main][MenuItemLookup] Item match:File 06:06:27.029 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:27.029 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:06:27.029 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:06:27.029 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:06:27.029 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.029 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:06:27.029 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:06:27.029 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.030 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:06:27.030 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:06:27.030 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:06:27.030 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:06:27.030 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.030 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:06:27.030 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:06:27.030 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:06:27.030 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:06:27.030 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.030 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:06:27.030 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.030 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:06:27.030 DEBUG [main][MenuItemLookup] Item match:Import... 06:06:27.030 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:06:27.030 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:06:27.030 INFO [main][MenuItemHandler] Select menu item: &Import... 06:06:27.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:27.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:06:27.086 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:27.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:27.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:27.086 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:27.087 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:06:27.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:27.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:27.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:27.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:27.096 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:27.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:27.096 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:27.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:27.096 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:27.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:27.096 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:27.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:27.096 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:27.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:27.096 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:27.096 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 06:06:27.096 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 06:06:27.097 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 06:06:27.097 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 06:06:27.097 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:27.097 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:06:27.097 DEBUG [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) 06:06:27.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.098 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:06:27.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:27.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:27.098 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:27.098 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:27.127 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:27.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:27.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:27.152 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:27.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:27.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:06:27.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:27.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:27.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:27.153 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:27.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.153 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' 06:06:27.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.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:") 06:06:27.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.154 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 06:06:27.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:27.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:27.154 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:27.154 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:27.155 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 06:06:27.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:06:27.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:06:27.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:06:27.155 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 06:06:27.156 DEBUG [WorkbenchTestable][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") 06:06:27.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.163 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 06:06:27.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:27.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:27.163 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:27.163 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:27.212 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 06:06:27.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:27.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 06:06:27.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 06:06:27.213 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to false 06:06:27.213 DEBUG [WorkbenchTestable][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:") 06:06:27.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.214 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:27.214 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 06:06:27.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 06:06:27.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.215 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:06:27.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:27.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:27.215 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:27.216 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:27.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:27.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:27.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:27.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:27.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:27.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:27.247 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:27.247 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:27.247 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:27.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:27.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:27.248 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_zipFile_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 06:06:27.248 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:27.248 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_directory_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 06:06:27.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:27.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:27.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:27.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:27.248 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.248 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.248 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.248 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.249 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.249 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.249 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.249 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.252 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.252 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.252 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:27.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:27.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:27.252 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:27.252 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:27.252 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:27.253 DEBUG [main][MenuItemLookup] Item match:File 06:06:27.253 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:27.253 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:06:27.253 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:06:27.253 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:06:27.253 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.253 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:06:27.253 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:06:27.253 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.253 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:06:27.253 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:06:27.253 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:06:27.253 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:06:27.253 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.253 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:06:27.253 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:06:27.253 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:06:27.254 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:06:27.254 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.254 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:06:27.254 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.254 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:06:27.254 DEBUG [main][MenuItemLookup] Item match:Import... 06:06:27.254 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:06:27.254 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:06:27.254 INFO [main][MenuItemHandler] Select menu item: &Import... 06:06:27.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:27.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 06:06:27.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:27.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:27.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:27.304 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:27.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:06:27.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:27.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:27.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:27.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:27.305 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:27.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:27.305 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:27.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:27.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:27.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:27.306 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:27.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:27.306 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:27.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:27.306 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:27.306 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 06:06:27.306 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 06:06:27.306 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 06:06:27.306 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 06:06:27.306 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:27.306 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:06:27.306 DEBUG [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) 06:06:27.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.307 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:06:27.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:27.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:27.307 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:27.307 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:27.335 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:27.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:27.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:27.347 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:27.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:27.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:06:27.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:27.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:27.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:27.348 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:27.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.348 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' 06:06:27.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.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:") 06:06:27.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.348 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 06:06:27.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:27.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:27.349 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:27.349 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:27.349 TRACE [main][WidgetHandler] Notify Button with event 27 06:06:27.349 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.349 TRACE [main][WidgetHandler] Notify Button with event 13 06:06:27.349 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.349 TRACE [main][WidgetHandler] Notify Button with event 26 06:06:27.349 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.349 TRACE [main][WidgetHandler] Notify Button with event 3 06:06:27.349 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.349 TRACE [main][WidgetHandler] Notify Button with event 4 06:06:27.349 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.349 TRACE [main][WidgetHandler] Notify Button with event 13 06:06:27.349 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.355 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 06:06:27.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:06:27.364 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 06:06:27.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 06:06:27.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.372 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 06:06:27.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:27.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:27.372 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:27.372 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:27.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 06:06:27.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:27.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 06:06:27.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 06:06:27.395 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to true 06:06:27.395 DEBUG [WorkbenchTestable][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:") 06:06:27.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.405 DEBUG [WorkbenchTestable][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") 06:06:27.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.406 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 06:06:27.406 INFO [WorkbenchTestable][CheckBox] Check checkbox &Copy projects into workspace 06:06:27.406 INFO [WorkbenchTestable][AbstractButton] Click button &Copy projects into workspace 06:06:27.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:27.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:27.406 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:27.406 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:27.408 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:27.408 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 06:06:27.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.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) 06:06:27.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.409 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:06:27.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:27.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:27.409 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:27.409 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:27.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:27.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:27.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:27.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:27.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:27.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:27.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:27.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:27.431 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:27.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:27.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:27.432 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_directory_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 06:06:27.432 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:27.432 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 06:06:27.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:27.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:27.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:27.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:27.432 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.432 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.432 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.432 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.432 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.433 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.433 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.433 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.433 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:27.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:27.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:27.433 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:27.433 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:27.433 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:27.434 DEBUG [main][MenuItemLookup] Item match:File 06:06:27.435 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:27.435 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:06:27.435 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:06:27.435 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:06:27.435 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.435 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:06:27.435 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:06:27.435 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.435 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:06:27.435 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:06:27.435 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:06:27.435 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:06:27.435 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.435 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:06:27.435 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:06:27.435 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:06:27.435 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:06:27.435 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.435 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:06:27.435 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.435 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:06:27.435 DEBUG [main][MenuItemLookup] Item match:Import... 06:06:27.435 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:06:27.435 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:06:27.435 INFO [main][MenuItemHandler] Select menu item: &Import... 06:06:27.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:27.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:06:27.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:27.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:27.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:27.504 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:27.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.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 06:06:27.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:27.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:27.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:27.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:27.512 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:27.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:27.512 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:27.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:27.512 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:27.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:27.513 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:27.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:27.513 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:27.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:27.513 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:27.513 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 06:06:27.513 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 06:06:27.513 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 06:06:27.513 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 06:06:27.513 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:27.513 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:06:27.513 DEBUG [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) 06:06:27.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.514 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:06:27.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:27.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:27.514 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:27.514 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:27.552 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.598 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.598 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:27.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:27.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:27.599 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:27.599 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:27.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:06:27.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:27.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:27.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:27.600 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:27.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.600 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' 06:06:27.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 06:06:27.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.601 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 06:06:27.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:27.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:27.601 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:27.601 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:27.601 TRACE [main][WidgetHandler] Notify Button with event 27 06:06:27.601 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.601 TRACE [main][WidgetHandler] Notify Button with event 13 06:06:27.601 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.601 TRACE [main][WidgetHandler] Notify Button with event 26 06:06:27.601 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.601 TRACE [main][WidgetHandler] Notify Button with event 3 06:06:27.601 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.601 TRACE [main][WidgetHandler] Notify Button with event 4 06:06:27.601 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.601 TRACE [main][WidgetHandler] Notify Button with event 13 06:06:27.601 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.602 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 06:06:27.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:06:27.603 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 06:06:27.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 06:06:27.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.619 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 06:06:27.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:27.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:27.620 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:27.620 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:27.638 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 06:06:27.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:27.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 06:06:27.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 06:06:27.639 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 06:06:27.639 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 06:06:27.639 DEBUG [WorkbenchTestable][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") 06:06:27.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.640 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 06:06:27.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:27.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:27.640 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:27.640 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:27.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 06:06:27.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:27.651 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) 06:06:27.651 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): 06:06:27.651 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 06:06:27.652 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) 06:06:27.652 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) 06:06:27.652 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): 06:06:27.652 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 06:06:27.652 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) 06:06:27.652 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 06:06:27.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:27.653 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:27.653 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 06:06:27.653 DEBUG [WorkbenchTestable][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) 06:06:27.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.655 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:06:27.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:27.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:27.655 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:27.655 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:27.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:27.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:27.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:27.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:27.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:27.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:27.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:27.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:27.676 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:27.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:27.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:27.676 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 06:06:27.676 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:27.676 INFO [WorkbenchTestable][RequirementsRunner] Started test: deselectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 06:06:27.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:27.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:27.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:27.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:27.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: "Import"] 06:06:27.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.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: "Import"] 06:06:27.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.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: "Import"] 06:06:27.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.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: "Import"] 06:06:27.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.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: "Import"] 06:06:27.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.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: "Import"] 06:06:27.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.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: "Import"] 06:06:27.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.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: "Import"] 06:06:27.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.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: "Import"] 06:06:27.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:27.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:27.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:27.678 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:27.678 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:27.678 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:27.678 DEBUG [main][MenuItemLookup] Item match:File 06:06:27.679 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:27.679 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:06:27.679 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:06:27.679 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:06:27.679 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.679 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:06:27.679 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:06:27.679 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.679 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:06:27.679 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:06:27.679 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:06:27.679 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:06:27.679 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.679 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:06:27.679 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:06:27.679 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:06:27.679 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:06:27.679 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.679 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:06:27.679 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.679 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:06:27.679 DEBUG [main][MenuItemLookup] Item match:Import... 06:06:27.679 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:06:27.679 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:06:27.679 INFO [main][MenuItemHandler] Select menu item: &Import... 06:06:27.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:27.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 06:06:27.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:27.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:27.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:27.731 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:27.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:06:27.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:27.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:27.733 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:27.733 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:27.733 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:27.733 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:27.733 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:27.733 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:27.733 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 06:06:27.733 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 06:06:27.733 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 06:06:27.733 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 06:06:27.733 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:27.733 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:06:27.733 DEBUG [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) 06:06:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.734 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:06:27.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:27.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:27.734 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:27.734 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:27.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: "Import"] 06:06:27.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.772 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:27.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:27.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:27.773 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:27.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:27.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:06:27.773 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:27.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:27.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:27.773 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:27.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.773 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' 06:06:27.773 DEBUG [WorkbenchTestable][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:") 06:06:27.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.774 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 06:06:27.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:27.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:27.774 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:27.774 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:27.774 TRACE [main][WidgetHandler] Notify Button with event 27 06:06:27.774 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.774 TRACE [main][WidgetHandler] Notify Button with event 13 06:06:27.774 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.774 TRACE [main][WidgetHandler] Notify Button with event 26 06:06:27.774 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.774 TRACE [main][WidgetHandler] Notify Button with event 3 06:06:27.774 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.774 TRACE [main][WidgetHandler] Notify Button with event 4 06:06:27.774 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.774 TRACE [main][WidgetHandler] Notify Button with event 13 06:06:27.774 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.781 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 06:06:27.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:06:27.788 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 06:06:27.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 06:06:27.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.795 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 06:06:27.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:27.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:27.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:27.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:27.803 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 06:06:27.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:27.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 06:06:27.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 06:06:27.804 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 06:06:27.804 DEBUG [WorkbenchTestable][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") 06:06:27.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.817 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 06:06:27.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:27.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:27.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:27.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:27.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 06:06:27.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:27.819 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:27.819 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 06:06:27.819 DEBUG [WorkbenchTestable][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) 06:06:27.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.820 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:06:27.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:27.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:27.821 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:27.821 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:27.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:27.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:27.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:27.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:27.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:27.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:27.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:27.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:27.843 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:27.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:27.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:27.843 INFO [WorkbenchTestable][RequirementsRunner] Finished test: deselectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 06:06:27.843 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:27.843 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 06:06:27.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:27.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:27.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:27.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:27.843 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:27.843 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.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: "Import"] 06:06:27.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.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: "Import"] 06:06:27.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.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: "Import"] 06:06:27.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.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: "Import"] 06:06:27.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.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: "Import"] 06:06:27.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.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: "Import"] 06:06:27.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.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: "Import"] 06:06:27.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.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: "Import"] 06:06:27.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:27.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:27.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:27.844 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:27.844 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:27.844 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:27.845 DEBUG [main][MenuItemLookup] Item match:File 06:06:27.846 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:27.846 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:06:27.846 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:06:27.846 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:06:27.846 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.846 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:06:27.846 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:06:27.846 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.846 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:06:27.846 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:06:27.846 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:06:27.846 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:06:27.846 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.846 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:06:27.846 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:06:27.846 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:06:27.846 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:06:27.846 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.846 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:06:27.846 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:27.846 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:06:27.846 DEBUG [main][MenuItemLookup] Item match:Import... 06:06:27.846 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:06:27.846 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:06:27.846 INFO [main][MenuItemHandler] Select menu item: &Import... 06:06:27.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:27.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:06:27.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:27.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:27.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:27.919 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:27.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:06:27.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:27.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:27.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:27.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:27.921 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:27.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:27.921 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:27.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:27.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:27.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:27.921 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:27.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:27.921 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:27.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:27.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:27.921 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 06:06:27.921 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 06:06:27.921 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 06:06:27.922 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 06:06:27.922 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:27.922 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:06:27.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 06:06:27.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.922 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:06:27.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:27.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:27.922 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:27.923 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:27.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: "Import"] 06:06:27.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:27.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:27.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:27.963 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:27.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:27.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:06:27.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:27.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:27.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:27.964 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:27.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:27.964 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' 06:06:27.964 DEBUG [WorkbenchTestable][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:") 06:06:27.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:27.964 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 06:06:27.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:27.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:27.964 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:27.964 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:27.964 TRACE [main][WidgetHandler] Notify Button with event 27 06:06:27.964 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.965 TRACE [main][WidgetHandler] Notify Button with event 13 06:06:27.965 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.965 TRACE [main][WidgetHandler] Notify Button with event 26 06:06:27.965 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.965 TRACE [main][WidgetHandler] Notify Button with event 3 06:06:27.965 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.965 TRACE [main][WidgetHandler] Notify Button with event 4 06:06:27.965 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.965 TRACE [main][WidgetHandler] Notify Button with event 13 06:06:27.965 TRACE [main][WidgetHandler] Wait for synchronization 06:06:27.971 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 06:06:27.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:27.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:27.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:27.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:06:27.995 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 06:06:27.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 06:06:27.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:27.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:28.007 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 06:06:28.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:28.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:28.007 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:28.007 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:28.012 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 06:06:28.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:28.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 06:06:28.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 06:06:28.026 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 06:06:28.026 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 06:06:28.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.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") 06:06:28.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:28.027 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 06:06:28.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:28.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:28.027 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:28.027 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:28.029 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 06:06:28.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:28.029 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 06:06:28.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:28.030 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:28.030 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 06:06:28.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 06:06:28.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:28.031 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:06:28.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:28.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:28.031 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:28.031 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:28.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:28.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:28.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:28.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:28.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:28.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:28.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:28.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:28.062 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:28.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:28.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:28.062 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 06:06:28.062 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:28.063 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 06:06:28.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:28.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:28.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:28.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:28.063 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.063 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.063 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.063 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.063 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.063 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.064 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.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: "Import"] 06:06:28.064 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.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: "Import"] 06:06:28.064 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.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: "Import"] 06:06:28.064 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:28.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:28.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:28.064 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:28.064 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:28.064 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:28.065 DEBUG [main][MenuItemLookup] Item match:File 06:06:28.065 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:28.065 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:06:28.065 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:06:28.065 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:06:28.065 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:28.065 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:06:28.065 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:06:28.065 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:28.065 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:06:28.065 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:06:28.065 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:06:28.065 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:06:28.065 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:28.065 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:06:28.065 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:06:28.065 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:06:28.065 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:06:28.065 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:28.065 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:06:28.065 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:28.065 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:06:28.065 DEBUG [main][MenuItemLookup] Item match:Import... 06:06:28.065 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:06:28.065 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:06:28.066 INFO [main][MenuItemHandler] Select menu item: &Import... 06:06:28.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:28.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:06:28.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:28.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:28.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:28.117 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:28.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:06:28.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:28.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:28.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:28.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:28.118 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:28.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:28.118 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:28.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:28.118 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:28.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:28.118 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:28.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:28.118 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:28.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:28.119 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:28.119 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 06:06:28.119 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 06:06:28.119 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 06:06:28.119 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 06:06:28.119 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:28.119 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:06:28.119 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 06:06:28.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:28.120 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:06:28.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:28.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:28.120 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:28.120 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:28.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"] 06:06:28.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:28.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:28.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:28.161 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:28.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:28.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:06:28.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:28.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:28.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:28.162 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:28.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.162 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' 06:06:28.162 DEBUG [WorkbenchTestable][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:") 06:06:28.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:28.162 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 06:06:28.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:28.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:28.162 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:28.162 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:28.163 TRACE [main][WidgetHandler] Notify Button with event 27 06:06:28.163 TRACE [main][WidgetHandler] Wait for synchronization 06:06:28.163 TRACE [main][WidgetHandler] Notify Button with event 13 06:06:28.163 TRACE [main][WidgetHandler] Wait for synchronization 06:06:28.163 TRACE [main][WidgetHandler] Notify Button with event 26 06:06:28.163 TRACE [main][WidgetHandler] Wait for synchronization 06:06:28.163 TRACE [main][WidgetHandler] Notify Button with event 3 06:06:28.163 TRACE [main][WidgetHandler] Wait for synchronization 06:06:28.163 TRACE [main][WidgetHandler] Notify Button with event 4 06:06:28.163 TRACE [main][WidgetHandler] Wait for synchronization 06:06:28.163 TRACE [main][WidgetHandler] Notify Button with event 13 06:06:28.163 TRACE [main][WidgetHandler] Wait for synchronization 06:06:28.186 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 06:06:28.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:06:28.186 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 06:06:28.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.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") 06:06:28.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:28.193 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 06:06:28.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:28.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:28.194 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:28.194 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:28.212 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 06:06:28.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:28.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 06:06:28.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 06:06:28.224 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 06:06:28.225 DEBUG [WorkbenchTestable][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") 06:06:28.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:28.226 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 06:06:28.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:28.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:28.226 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:28.226 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:28.227 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 06:06:28.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 06:06:28.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:28.228 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 06:06:28.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:28.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:28.228 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:28.228 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:28.229 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 06:06:28.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:28.238 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:28.238 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 06:06:28.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 06:06:28.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:28.240 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:06:28.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:28.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:28.240 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:28.240 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:28.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:28.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:28.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:28.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:28.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:28.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:28.262 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:28.262 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:28.262 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:28.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:28.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:28.262 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 06:06:28.263 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:28.263 INFO [WorkbenchTestable][RequirementsRunner] Started test: setRootDirectory no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 06:06:28.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:28.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:28.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:28.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:28.263 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.263 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.263 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.263 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.263 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.263 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:28.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:28.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:28.264 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:28.264 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:28.265 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:28.265 DEBUG [main][MenuItemLookup] Item match:File 06:06:28.266 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:28.266 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:06:28.266 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:06:28.266 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:06:28.266 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:28.266 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:06:28.266 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:06:28.266 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:28.266 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:06:28.266 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:06:28.266 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:06:28.266 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:06:28.266 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:28.266 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:06:28.266 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:06:28.266 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:06:28.266 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:06:28.266 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:28.266 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:06:28.266 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:28.266 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:06:28.266 DEBUG [main][MenuItemLookup] Item match:Import... 06:06:28.266 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:06:28.266 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:06:28.266 INFO [main][MenuItemHandler] Select menu item: &Import... 06:06:28.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:28.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:06:28.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:28.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:28.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:28.334 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:28.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:06:28.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:28.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:28.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:28.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:28.335 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:28.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:28.336 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:28.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:28.336 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:28.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:28.336 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:28.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:28.336 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:28.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:28.336 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:28.336 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 06:06:28.336 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 06:06:28.336 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 06:06:28.336 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 06:06:28.337 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:28.337 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:06:28.337 DEBUG [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) 06:06:28.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:28.337 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:06:28.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:28.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:28.338 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:28.338 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:28.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: "Import"] 06:06:28.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:28.378 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:28.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:28.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 06:06:28.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:28.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:28.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:28.379 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:28.379 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.379 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' 06:06:28.379 DEBUG [WorkbenchTestable][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:") 06:06:28.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:28.387 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 06:06:28.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:28.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:28.399 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:28.399 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:28.399 TRACE [main][WidgetHandler] Notify Button with event 27 06:06:28.399 TRACE [main][WidgetHandler] Wait for synchronization 06:06:28.399 TRACE [main][WidgetHandler] Notify Button with event 13 06:06:28.399 TRACE [main][WidgetHandler] Wait for synchronization 06:06:28.399 TRACE [main][WidgetHandler] Notify Button with event 26 06:06:28.399 TRACE [main][WidgetHandler] Wait for synchronization 06:06:28.399 TRACE [main][WidgetHandler] Notify Button with event 3 06:06:28.399 TRACE [main][WidgetHandler] Wait for synchronization 06:06:28.399 TRACE [main][WidgetHandler] Notify Button with event 4 06:06:28.399 TRACE [main][WidgetHandler] Wait for synchronization 06:06:28.399 TRACE [main][WidgetHandler] Notify Button with event 13 06:06:28.399 TRACE [main][WidgetHandler] Wait for synchronization 06:06:28.401 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 06:06:28.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:06:28.401 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 06:06:28.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 06:06:28.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:28.409 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 06:06:28.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:28.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:28.409 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:28.409 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:28.441 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 06:06:28.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:28.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 06:06:28.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 06:06:28.442 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 06:06:28.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:28.443 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:28.443 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 06:06: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.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) 06:06:28.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:28.444 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:06:28.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:28.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:28.444 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:28.444 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:28.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:28.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:28.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:28.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:28.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:28.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:28.478 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:28.478 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:28.479 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:28.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:28.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:28.479 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setRootDirectory no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 06:06:28.479 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:28.479 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_directory_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 06:06:28.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:28.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:28.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:28.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:28.479 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.479 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.479 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.479 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.479 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.479 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.479 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.479 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.480 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.480 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:28.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:28.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:28.494 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:28.494 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:28.495 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:28.495 DEBUG [main][MenuItemLookup] Item match:File 06:06:28.496 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:28.496 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:06:28.496 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:06:28.496 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:06:28.496 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:28.496 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:06:28.496 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:06:28.496 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:28.496 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:06:28.496 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:06:28.496 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:06:28.496 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:06:28.496 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:28.496 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:06:28.496 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:06:28.496 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:06:28.496 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:06:28.496 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:28.496 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:06:28.496 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:28.496 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:06:28.496 DEBUG [main][MenuItemLookup] Item match:Import... 06:06:28.496 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:06:28.496 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:06:28.496 INFO [main][MenuItemHandler] Select menu item: &Import... 06:06:28.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:28.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:06:28.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:28.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:28.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:28.550 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:28.550 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:06:28.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:28.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:28.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:28.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:28.551 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:28.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:28.551 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:28.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:28.551 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:28.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:28.551 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:28.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:28.551 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:28.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:28.552 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:28.552 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 06:06:28.552 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 06:06:28.552 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 06:06:28.552 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 06:06:28.552 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:28.552 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:06:28.552 DEBUG [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) 06:06:28.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:28.553 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:06:28.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:28.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:28.553 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:28.553 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:28.595 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:06:28.620 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.620 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:28.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:28.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:28.621 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:06:28.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:06:28.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:06:28.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:06:28.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:28.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:28.621 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:28.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.621 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' 06:06:28.621 DEBUG [WorkbenchTestable][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:") 06:06:28.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:28.622 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 06:06:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:28.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:28.622 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:28.622 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:28.622 TRACE [main][WidgetHandler] Notify Button with event 27 06:06:28.622 TRACE [main][WidgetHandler] Wait for synchronization 06:06:28.622 TRACE [main][WidgetHandler] Notify Button with event 13 06:06:28.622 TRACE [main][WidgetHandler] Wait for synchronization 06:06:28.622 TRACE [main][WidgetHandler] Notify Button with event 26 06:06:28.622 TRACE [main][WidgetHandler] Wait for synchronization 06:06:28.622 TRACE [main][WidgetHandler] Notify Button with event 3 06:06:28.622 TRACE [main][WidgetHandler] Wait for synchronization 06:06:28.622 TRACE [main][WidgetHandler] Notify Button with event 4 06:06:28.622 TRACE [main][WidgetHandler] Wait for synchronization 06:06:28.622 TRACE [main][WidgetHandler] Notify Button with event 13 06:06:28.622 TRACE [main][WidgetHandler] Wait for synchronization 06:06:28.623 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 06:06:28.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:06:28.624 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 06:06:28.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.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") 06:06:28.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:28.641 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 06:06:28.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:28.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:28.641 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:28.641 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:28.659 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 06:06:28.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:28.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 06:06:28.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 06:06:28.660 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to false 06:06:28.660 DEBUG [WorkbenchTestable][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:") 06:06:28.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:28.661 DEBUG [WorkbenchTestable][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") 06:06:28.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:28.661 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 06:06:28.661 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Copy projects into workspace not checked, no action performed 06:06:28.661 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:06:28.661 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 06:06:28.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.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) 06:06:28.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:28.675 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:06:28.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:28.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:28.675 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:28.675 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:28.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:28.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:28.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:28.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:28.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:28.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:28.715 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:28.715 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:28.715 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:28.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:28.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:28.716 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_directory_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 06:06:28.716 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 06:06:28.716 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:28.716 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:28.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:28.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.334 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.177 s setArchiveFile no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.262 s copyProjectsIntoWorkspace_zipFile_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.203 s copyProjectsIntoWorkspace_zipFile_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.222 s copyProjectsIntoWorkspace_directory_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.184 s selectProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.244 s deselectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.167 s selectProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.219 s selectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.199 s setRootDirectory no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.216 s copyProjectsIntoWorkspace_directory_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.237 s Running org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 06:06:28.720 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 06:06:28.721 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:06:28.721 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:28.721 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 06:06:28.721 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:28.721 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:06:28.721 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:28.721 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:06:28.721 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:28.722 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:28.722 INFO [WorkbenchTestable][RequirementsRunner] Started test: createGeneralProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 06:06:28.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 06:06:28.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:28.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:28.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:28.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:28.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:28.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 06:06:28.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:28.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:28.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:28.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 06:06:28.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:28.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:28.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:28.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:28.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:28.724 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:28.724 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:28.724 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:28.724 DEBUG [main][MenuItemLookup] Item match:File 06:06:28.725 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:28.725 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:06:28.728 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:06:28.728 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:06:28.728 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:28.728 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:06:28.728 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:06:28.728 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:06:28.728 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:06:28.728 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:06:28.728 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:06:28.728 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:06:28.728 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:06:28.728 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:06:28.728 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:28.728 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:06:28.728 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:06:28.728 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:28.728 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:06:28.728 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:28.728 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:06:28.728 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:06:28.737 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:06:28.737 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:06:28.737 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:06:28.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:06:28.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:06:28.785 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:06:28.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:28.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:28.786 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:06:28.786 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:28.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:06:28.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:28.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:28.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:28.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:28.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:28.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:28.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:28.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:28.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:28.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:29.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:29.288 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:29.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:29.289 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:29.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:29.289 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:29.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:29.289 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:29.289 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 06:06:29.289 DEBUG [main][TreeItemHandler] Selecting tree item: Project 06:06:29.289 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 06:06:29.293 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 06:06:29.293 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:06:29.293 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:06:29.293 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:06:29.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:29.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:29.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:29.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:29.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:29.294 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:06:29.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:29.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:29.294 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:29.294 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:29.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'] 06:06:29.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:29.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:29.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 06:06:29.331 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 06:06:29.331 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 06:06:29.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:29.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:29.331 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 06:06:29.331 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:29.332 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'defaultGeneralProject' 06:06:29.332 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:") 06:06:29.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:29.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:29.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:29.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:29.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:06:29.333 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:06:29.334 INFO [WorkbenchTestable][AbstractText] Text set to: defaultGeneralProject 06:06:29.335 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 06:06:29.335 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 06:06:29.335 DEBUG [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) 06:06:29.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:29.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:29.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:29.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:29.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:29.336 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:06:29.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:29.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:29.336 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:29.336 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:29.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:29.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:29.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:29.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:06:29.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:06:29.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:29.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:29.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:29.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:29.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:29.840 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:06:29.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:29.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:29.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:29.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:29.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:29.840 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:29.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:06:29.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:29.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:29.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:29.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:29.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:06:29.841 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:29.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:29.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:29.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:06:29.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:06:29.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:06:29.842 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:29.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:29.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:29.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:29.851 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:29.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:29.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:29.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:29.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:29.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:29.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:30.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:30.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:30.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:30.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:31.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:31.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:31.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:06:31.353 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:31.353 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:31.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:31.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:31.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 06:06:31.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:31.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:31.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:31.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:31.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:31.354 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 06:06:31.354 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:06:31.354 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:06:31.354 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:06:31.355 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:31.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:31.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:31.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:31.355 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:31.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:31.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:31.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:31.356 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:31.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:31.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:31.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:31.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:31.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:31.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:31.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:31.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:32.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:32.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:32.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:06:32.359 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:32.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:32.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:32.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:32.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 06:06:32.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:32.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:32.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:32.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:32.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:32.360 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 06:06:32.360 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:06:32.360 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:06:32.360 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:32.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:32.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:32.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:32.361 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:32.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:32.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:32.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:32.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:32.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:32.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:32.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:32.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:33.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:33.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:33.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:06:33.363 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:33.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:33.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:33.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:33.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:06:33.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:33.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:33.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:33.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:33.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:33.364 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 06:06:33.364 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:06:33.364 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:06:33.364 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:33.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:33.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:33.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:33.365 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:33.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:33.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:33.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:33.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:33.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:33.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:33.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:33.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:34.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:34.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:34.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:06:34.367 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:34.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:34.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:34.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:34.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 06:06:34.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:34.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:34.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:34.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:34.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:34.369 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 06:06:34.369 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:06:34.369 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:06:34.369 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 06:06:34.369 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 06:06:34.369 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 06:06:34.372 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 06:06:34.372 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:06:34.372 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:34.395 DEBUG [main][MenuItemLookup] Found menu:'New' 06:06:34.395 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:34.395 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:06:34.395 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:06:34.395 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:34.395 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:06:34.395 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:06:34.395 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:06:34.395 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:06:34.395 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:34.395 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:06:34.395 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:06:34.395 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:06:34.395 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:34.395 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:06:34.395 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:06:34.395 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:34.395 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:06:34.395 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:06:34.395 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:06:34.396 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:06:34.396 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:06:34.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:34.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:06:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:34.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:34.896 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'defaultGeneralProject' via Explorer 06:06:34.896 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 06:06:34.896 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 06:06:34.897 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 06:06:34.898 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 06:06:34.898 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:06:34.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:34.919 DEBUG [main][MenuItemLookup] Found menu:'New' 06:06:34.919 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:34.919 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:06:34.919 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:06:34.919 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:34.919 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:06:34.919 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:06:34.919 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:06:34.919 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:06:34.919 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:06:34.919 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:06:34.919 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:06:34.919 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:06:34.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:06:35.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:06:35.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:06:35.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:35.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:35.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:35.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:35.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:06:35.475 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:35.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:35.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:35.476 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:06:35.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:35.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:35.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:35.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:35.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:35.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:35.476 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:06:35.476 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:06:35.476 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:06:35.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:35.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:35.476 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:35.476 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:35.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:06:35.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:35.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:35.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:35.476 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:06:35.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:35.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:35.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:35.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:35.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:35.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:35.477 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:06:35.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:35.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:35.477 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:35.477 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:35.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:06:35.479 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:06:35.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:06:35.980 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:06:35.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:35.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:06:35.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:35.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:35.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:35.980 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 06:06:35.980 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:35.980 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:35.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:35.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:35.981 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createGeneralProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 06:06:35.981 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:35.981 INFO [WorkbenchTestable][RequirementsRunner] Started test: createGeneralProjectsWithReferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 06:06:35.981 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 06:06:35.981 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:35.981 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:35.981 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:35.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:35.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:35.982 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:06:35.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:35.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:35.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:35.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:35.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:35.983 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:35.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:06:35.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:35.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:35.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:35.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:35.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:06:35.983 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:35.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:35.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:35.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:06:35.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:06:35.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:06:35.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:35.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:35.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:35.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:35.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 06:06:35.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:35.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:35.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:35.993 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:35.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:35.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'] 06:06:35.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:35.994 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 06:06:35.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:35.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'] 06:06:35.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:35.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'] 06:06:35.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:35.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:35.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:35.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:35.994 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:35.995 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:35.995 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:35.995 DEBUG [main][MenuItemLookup] Item match:File 06:06:35.996 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:35.996 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:06:35.998 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:06:35.998 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:06:35.998 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:35.998 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:06:35.998 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:06:35.998 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:06:35.998 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:06:35.998 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:06:35.998 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:06:35.998 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:06:35.998 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:06:35.998 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:06:35.998 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:35.998 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:06:35.998 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:06:35.998 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:35.998 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:06:35.998 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:35.998 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:06:35.998 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:06:35.998 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:06:35.998 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:06:35.998 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:06:36.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:06:36.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:06:36.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:06:36.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:36.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:36.051 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:06:36.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:36.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:06:36.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:36.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:36.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:36.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:36.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:36.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:36.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:36.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:36.056 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:36.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:36.056 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:36.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:36.056 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:36.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:36.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:36.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:36.057 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:36.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:36.057 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:36.057 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 06:06:36.057 DEBUG [main][TreeItemHandler] Selecting tree item: Project 06:06:36.057 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 06:06:36.057 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 06:06:36.057 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:06:36.057 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:06:36.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:06:36.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:36.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:36.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:36.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:36.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:36.058 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:06:36.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:36.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:36.058 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:36.058 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:36.087 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:36.087 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:36.087 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:36.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 06:06:36.088 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 06:06:36.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 06:06:36.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:36.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:36.088 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 06:06:36.088 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:36.089 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'defaultGeneralProject' 06:06:36.089 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:") 06:06:36.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:36.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:36.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:36.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:36.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:06:36.090 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:06:36.090 INFO [WorkbenchTestable][AbstractText] Text set to: defaultGeneralProject 06:06:36.091 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 06:06:36.091 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 06:06:36.091 DEBUG [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) 06:06:36.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:36.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:36.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:36.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:36.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:36.092 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:06:36.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:36.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:36.093 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:36.093 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:36.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:36.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:36.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:36.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:06:36.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:36.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:36.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:36.596 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:36.596 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:36.596 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:36.596 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:36.596 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:36.597 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:36.597 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:36.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:36.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:36.597 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:36.597 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:36.597 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:36.597 DEBUG [main][MenuItemLookup] Item match:File 06:06:36.598 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:36.598 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:06:36.600 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:06:36.600 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:06:36.600 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:36.600 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:06:36.600 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:06:36.600 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:06:36.600 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:06:36.600 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:06:36.600 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:06:36.600 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:06:36.600 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:06:36.600 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:06:36.600 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:36.600 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:06:36.600 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:06:36.600 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:36.600 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:06:36.600 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:36.600 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:06:36.600 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:06:36.600 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:06:36.600 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:06:36.601 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:06:36.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:06:36.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:06:36.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:06:36.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:36.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:36.649 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:06:36.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:36.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:06:36.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:36.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:36.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:36.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:36.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:36.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:36.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:36.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:36.650 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:36.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:36.650 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:36.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:36.650 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:36.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:36.650 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:36.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:36.651 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:36.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:36.651 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:36.651 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 06:06:36.651 DEBUG [main][TreeItemHandler] Selecting tree item: Project 06:06:36.651 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 06:06:36.651 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 06:06:36.651 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:06:36.651 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:06:36.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:06:36.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:36.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:36.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:36.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:36.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:36.652 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:06:36.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:36.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:36.652 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:36.652 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:36.681 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:36.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:36.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:36.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 06:06:36.682 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 06:06:36.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 06:06:36.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:36.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:36.682 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 06:06:36.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:36.682 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'customizedGeneralProject' 06:06:36.682 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:") 06:06:36.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:36.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:36.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:36.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:36.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:06:36.683 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:06:36.684 INFO [WorkbenchTestable][AbstractText] Text set to: customizedGeneralProject 06:06:36.684 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set Project location to '/tmp/rdcustomprojectlocation1612418788721' 06:06:36.685 DEBUG [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") 06:06:36.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:36.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:36.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:36.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:36.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:36.685 INFO [WorkbenchTestable][CheckBox] Select checkbox Use &default location 06:06:36.685 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Use &default location 06:06:36.685 INFO [WorkbenchTestable][AbstractButton] Click button Use &default location 06:06:36.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:36.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:36.686 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:36.686 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:36.692 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:") 06:06:36.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:36.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:36.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:36.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:36.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:06:36.694 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:06:36.695 INFO [WorkbenchTestable][AbstractText] Text set to: /tmp/rdcustomprojectlocation1612418788721 06:06:36.698 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Add Project to working set 'dummyws' 06:06:36.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 06:06:36.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:36.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:36.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:36.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:36.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:36.703 INFO [WorkbenchTestable][CheckBox] Select checkbox Add projec&t to working sets 06:06:36.703 INFO [WorkbenchTestable][CheckBox] Check checkbox Add projec&t to working sets 06:06:36.703 INFO [WorkbenchTestable][AbstractButton] Click button Add projec&t to working sets 06:06:36.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:36.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:36.703 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:36.704 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:36.704 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:") 06:06:36.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:36.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:36.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:36.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:36.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:06:36.706 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 06:06:36.706 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Go to next wizard page 06:06:36.706 DEBUG [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) 06:06:36.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:36.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:36.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:36.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:36.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:36.707 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:06:36.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:36.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:36.707 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:36.707 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:36.711 DEBUG [WorkbenchTestable][WizardNewProjectReferencePage] Set Project references to: 06:06:36.711 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 06:06:36.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:36.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:36.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:36.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:36.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:06:36.712 DEBUG [WorkbenchTestable][WizardNewProjectReferencePage] defaultGeneralProject 06:06:36.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:06:36.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:06:36.713 INFO [WorkbenchTestable][AbstractTableItem] Check table Item defaultGeneralProject: 06:06:36.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 06:06:36.714 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 06:06:36.714 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:36.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 06:06:36.715 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 06:06:36.715 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 06:06:36.715 DEBUG [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) 06:06:36.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:36.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:36.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:36.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:36.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:36.716 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:06:36.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:36.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:36.716 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:36.716 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:36.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:37.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:37.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:37.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:06:37.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:06:37.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:06:37.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:37.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:37.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:37.219 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:37.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:37.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:37.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:06:37.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:06:37.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:06:37.221 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:37.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:37.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:37.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:37.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:37.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:37.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:37.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:37.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:38.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:38.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:38.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:06:38.223 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:38.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:38.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:38.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:38.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:06:38.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:38.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:38.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:38.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:38.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:38.225 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name customizedGeneralProject 06:06:38.225 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 06:06:38.225 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:06:38.225 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:06:38.225 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:06:38.225 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:38.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:38.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:38.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:38.226 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:38.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:38.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:38.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:38.226 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:38.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:38.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:38.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:38.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:38.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:38.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:38.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:38.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:39.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:39.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:39.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:06:39.229 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:39.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:39.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:39.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:39.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 06:06:39.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:39.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:39.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:39.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:39.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:39.230 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name customizedGeneralProject 06:06:39.230 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 06:06:39.231 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:06:39.231 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:06:39.231 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:39.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:39.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:39.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:39.231 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:39.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:39.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:39.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:39.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:39.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:39.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:39.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:39.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:40.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:40.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:40.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:06:40.234 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:40.234 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:40.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:40.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:40.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 06:06:40.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:40.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:40.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:40.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:40.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:40.235 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name customizedGeneralProject 06:06:40.235 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 06:06:40.235 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:06:40.235 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:06:40.235 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item customizedGeneralProject 06:06:40.235 DEBUG [main][TreeItemHandler] Selecting tree item: customizedGeneralProject 06:06:40.236 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item customizedGeneralProject about selection 06:06:40.237 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: customizedGeneralProject 06:06:40.237 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:06:40.237 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:40.270 DEBUG [main][MenuItemLookup] Found menu:'New' 06:06:40.270 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:40.270 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:06:40.270 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:06:40.270 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:40.270 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:06:40.270 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:06:40.270 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:06:40.270 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:06:40.270 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:40.270 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:06:40.270 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:06:40.270 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:06:40.270 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:40.270 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:06:40.270 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:06:40.270 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:40.270 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:06:40.270 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:06:40.270 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:06:40.270 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:06:40.270 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:06:40.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:40.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:06:40.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:40.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:40.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:40.771 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'customizedGeneralProject' via Explorer 06:06:40.771 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item customizedGeneralProject 06:06:40.771 DEBUG [main][TreeItemHandler] Selecting tree item: customizedGeneralProject 06:06:40.771 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item customizedGeneralProject about selection 06:06:40.774 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: customizedGeneralProject 06:06:40.774 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:06:40.774 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:40.802 DEBUG [main][MenuItemLookup] Found menu:'New' 06:06:40.802 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:40.802 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:06:40.802 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:06:40.802 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:40.802 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:06:40.802 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:06:40.802 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:06:40.802 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:06:40.802 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:06:40.802 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:06:40.802 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:06:40.802 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:06:40.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 'Delete.*'] is available.... 06:06:41.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 'Delete.*'] is available. finished successfully 06:06:41.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:06:41.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:41.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:41.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:41.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:41.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: 32) 06:06:41.376 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:41.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:41.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:41.376 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:06:41.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:41.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:41.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:41.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:41.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:41.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:41.377 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:06:41.377 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:06:41.377 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:06:41.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:41.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:41.377 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:41.377 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:41.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:06:41.377 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:41.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:41.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:41.377 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:06:41.377 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:41.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:41.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:41.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:41.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:41.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:41.378 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:06:41.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:41.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:41.378 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:41.378 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:41.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:06:41.380 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:06:41.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:06:41.881 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:06:41.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:41.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:06:41.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:41.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:41.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:41.881 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:41.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:41.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:41.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:41.882 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:41.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:41.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:41.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:41.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:41.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:41.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:42.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:42.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:42.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:42.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:42.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:06:42.885 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:42.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:42.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:42.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:42.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:06:42.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:42.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:42.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:42.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:42.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:42.887 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 06:06:42.887 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:06:42.887 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:06:42.888 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:42.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:42.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:42.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:42.888 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:42.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:42.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:42.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:42.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:42.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:42.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:43.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:43.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:43.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:43.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:43.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:06:43.891 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:43.891 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:43.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:43.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:43.892 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:06:43.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:43.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:43.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:43.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:43.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:43.892 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 06:06:43.892 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:06:43.892 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:06:43.893 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 06:06:43.893 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 06:06:43.893 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 06:06:43.894 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 06:06:43.894 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:06:43.895 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:43.916 DEBUG [main][MenuItemLookup] Found menu:'New' 06:06:43.916 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:43.916 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:06:43.916 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:06:43.916 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:43.916 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:06:43.916 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:06:43.916 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:06:43.916 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:06:43.916 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:43.916 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:06:43.916 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:06:43.916 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:06:43.916 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:43.916 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:06:43.916 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:06:43.916 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:43.916 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:06:43.916 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:06:43.916 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:06:43.916 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:06:43.916 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:06:43.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:43.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:06:44.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:44.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:44.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:44.417 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'defaultGeneralProject' via Explorer 06:06:44.417 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 06:06:44.417 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 06:06:44.417 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 06:06:44.420 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 06:06:44.420 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:06:44.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:44.440 DEBUG [main][MenuItemLookup] Found menu:'New' 06:06:44.440 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:44.440 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:06:44.440 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:06:44.440 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:44.440 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:06:44.440 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:06:44.440 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:06:44.440 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:06:44.440 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:06:44.440 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:06:44.440 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:06:44.440 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:06:44.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:06:44.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 'Delete.*'] is available. finished successfully 06:06:44.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:06:44.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:44.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:44.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:44.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:44.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: 32) 06:06:44.996 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:44.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:44.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:44.996 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:06:44.996 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:44.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:44.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:44.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:44.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:44.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:44.997 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:06:44.997 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:06:44.997 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:06:44.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:44.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:44.997 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:44.997 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:44.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:06:44.997 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:44.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:44.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:44.997 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:06:44.997 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:44.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:44.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:44.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:44.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:44.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:44.998 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:06:44.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:44.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:44.998 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:44.998 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:45.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:06:45.000 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:06:45.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:06:45.501 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:06:45.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:45.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:06:45.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:45.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:45.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:45.501 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 06:06:45.501 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:45.501 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:45.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:45.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:45.502 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createGeneralProjectsWithReferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 06:06:45.502 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 06:06:45.502 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:45.502 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:45.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:45.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.782 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.259 s createGeneralProjectsWithReferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) Time elapsed: 9.521 s Running org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 06:06:45.507 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 06:06:45.507 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:06:45.507 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:45.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 06:06:45.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:45.507 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:06:45.508 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:45.508 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:06:45.508 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:45.508 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:45.508 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAssociatedEditorsForFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 06:06:45.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 06:06:45.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:45.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:45.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:45.508 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:45.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:45.508 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:45.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:45.508 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:45.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:45.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:45.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:45.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:45.509 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:45.509 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:45.509 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:45.509 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:06:45.509 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:06:45.509 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:06:45.509 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:06:45.509 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:06:45.509 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:06:45.509 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:06:45.509 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:06:45.509 DEBUG [main][MenuItemLookup] Item match:Window 06:06:45.510 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:06:45.510 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:06:45.510 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:06:45.510 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:45.510 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:06:45.510 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:06:45.510 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:45.510 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:06:45.510 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:45.510 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:06:45.510 DEBUG [main][MenuItemLookup] Item match:Preferences 06:06:45.510 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:06:45.510 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:06:45.510 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:06:45.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.... 06:06:45.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 'Preferences.*'] is available. finished successfully 06:06:45.572 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:06:45.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:45.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:45.573 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:06:45.573 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:45.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:06:45.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:45.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:45.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:45.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:45.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:45.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:45.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:45.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:45.574 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:45.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:46.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:46.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:46.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:46.077 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:46.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:46.077 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:46.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:46.077 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:46.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 06:06:46.077 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 06:06:46.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:46.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:46.578 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 06:06:46.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 06:06:46.580 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 06:06:46.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:46.581 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 06:06:46.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:46.581 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 06:06:46.581 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 06:06:46.581 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 06:06:46.581 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 06:06:46.581 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 06:06:46.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:46.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:46.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:46.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:46.619 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 06:06:46.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:46.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:46.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:46.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:46.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:06:46.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:06:46.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:06:46.621 TRACE [main][WidgetHandler] Notify Table with event 13 06:06:46.621 TRACE [main][WidgetHandler] Wait for synchronization 06:06:46.625 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 06:06:46.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:46.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:06:46.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:06:46.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:46.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 06:06:46.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:06:46.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:06:46.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:06:46.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:46.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:46.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:46.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:46.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:46.628 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:06:46.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:46.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:46.628 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:46.628 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:46.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:46.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:46.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:46.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:46.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:46.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 06:06:46.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:46.649 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:46.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:46.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:46.649 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAssociatedEditorsForFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 06:06:46.649 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:46.649 INFO [WorkbenchTestable][RequirementsRunner] Started test: addEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 06:06:46.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 06:06:46.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:46.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:46.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:46.649 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:46.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:46.650 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:46.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:46.650 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:46.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:46.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:46.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:46.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:46.650 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:46.650 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:46.650 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:46.651 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:06:46.651 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:06:46.651 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:06:46.651 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:06:46.651 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:06:46.651 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:06:46.651 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:06:46.651 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:06:46.651 DEBUG [main][MenuItemLookup] Item match:Window 06:06:46.652 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:06:46.652 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:06:46.652 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:06:46.652 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:46.652 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:06:46.652 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:06:46.652 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:46.652 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:06:46.652 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:46.652 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:06:46.652 DEBUG [main][MenuItemLookup] Item match:Preferences 06:06:46.652 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:06:46.652 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:06:46.652 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:06:46.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 'Preferences.*'] is available.... 06:06:46.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 'Preferences.*'] is available. finished successfully 06:06:46.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:06:46.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:46.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:46.724 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:06:46.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:46.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:06:46.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:46.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:46.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:46.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:46.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:46.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:46.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:46.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:46.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:46.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:46.726 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:46.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:46.726 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:46.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:46.726 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:46.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:46.726 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:46.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:46.726 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:46.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 06:06:46.726 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 06:06:46.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:46.726 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 06:06:46.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:46.726 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 06:06:46.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 06:06:46.726 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 06:06:46.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:46.726 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 06:06:46.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:46.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 06:06:46.727 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 06:06:46.727 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 06:06:46.727 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 06:06:46.727 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 06:06:46.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:46.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:46.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:46.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:46.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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...") 06:06:46.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:46.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:46.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:46.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:46.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:46.729 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:06:46.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:46.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:46.729 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:46.729 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:46.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 06:06:46.761 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 06:06:46.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 06:06:46.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:46.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:46.762 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:") 06:06:46.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:46.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:46.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:46.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:46.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:06:46.762 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:06:46.763 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 06:06:46.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:06:46.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:46.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:46.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:46.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:46.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:46.764 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:06:46.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:46.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:46.764 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:46.764 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:46.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:06:46.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:06:46.786 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 06:06:46.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:46.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:46.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:46.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:46.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:06:46.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:06:46.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:06:46.787 TRACE [main][WidgetHandler] Notify Table with event 13 06:06:46.787 TRACE [main][WidgetHandler] Wait for synchronization 06:06:46.787 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 06:06:46.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:46.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:46.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:46.787 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 06:06:46.787 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:46.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:46.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:06:46.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:06:46.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:46.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 06:06:46.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:06:47.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 06:06:47.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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...") 06:06:47.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:47.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:06:47.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:06:47.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:47.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 06:06:47.791 INFO [WorkbenchTestable][AbstractButton] Click button A&dd... 06:06:47.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:47.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:47.791 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:47.791 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:47.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 06:06:47.846 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 06:06:47.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 06:06:47.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:47.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:47.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.shell.DefaultShell, index 0 and no matchers specified 06:06:47.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:47.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:47.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:47.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:47.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:47.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:47.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:47.848 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Editor 06:06:47.848 DEBUG [main][TreeItemHandler] Selecting tree item: Java Editor 06:06:47.848 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Editor about selection 06:06:47.848 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Editor 06:06:47.848 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) 06:06:47.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:47.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:47.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:47.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:47.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:47.849 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:06:47.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:47.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:47.849 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:47.849 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:47.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:06:47.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:06:47.867 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 06:06:47.867 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:47.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:47.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:47.867 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 06:06:47.867 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:47.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:47.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:06:47.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:06:47.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:47.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 06:06:47.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:06:47.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:06:47.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) 06:06:47.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:47.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:47.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:47.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:47.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:47.870 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:06:47.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:47.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:47.870 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:47.870 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:47.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:47.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:47.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:47.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:47.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:47.887 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 06:06:47.887 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:47.887 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:47.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:47.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:47.887 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 06:06:47.887 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:47.887 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 06:06:47.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 06:06:47.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:47.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:47.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:47.887 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:47.887 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:47.887 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:47.888 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:47.888 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:47.888 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:47.888 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:47.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:47.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:47.888 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:47.888 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:47.888 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:47.888 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:06:47.888 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:06:47.888 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:06:47.888 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:06:47.888 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:06:47.888 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:06:47.888 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:06:47.888 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:06:47.888 DEBUG [main][MenuItemLookup] Item match:Window 06:06:47.889 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:06:47.889 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:06:47.889 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:06:47.889 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:47.889 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:06:47.889 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:06:47.889 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:47.889 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:06:47.889 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:47.889 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:06:47.889 DEBUG [main][MenuItemLookup] Item match:Preferences 06:06:47.889 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:06:47.889 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:06:47.889 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:06:47.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.... 06:06:47.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 'Preferences.*'] is available. finished successfully 06:06:47.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:06:47.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:47.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:47.962 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:06:47.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:47.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 06:06:47.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:47.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:47.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:47.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:47.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:47.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:47.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:47.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:47.963 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:47.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:47.963 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:47.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:47.963 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:47.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:47.963 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:47.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:47.963 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:47.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:47.963 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:47.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 06:06:47.964 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 06:06:47.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:47.964 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 06:06:47.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:47.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 06:06:47.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 06:06:47.964 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 06:06:47.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:47.964 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 06:06:47.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:47.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 06:06:47.964 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 06:06:47.964 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 06:06:47.964 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 06:06:47.964 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 06:06:47.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:47.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:47.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:47.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:47.965 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 06:06:47.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:47.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:47.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:47.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:47.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:06:47.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:06:47.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:06:47.966 TRACE [main][WidgetHandler] Notify Table with event 13 06:06:47.966 TRACE [main][WidgetHandler] Wait for synchronization 06:06:47.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:06:47.966 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:47.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:47.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:47.969 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 06:06:47.969 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:47.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:47.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:47.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:47.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:47.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:06:47.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:06:47.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:06:47.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:06:47.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:47.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:47.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:47.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:47.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:47.972 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:06:47.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:47.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:47.972 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:47.972 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:47.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:47.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:47.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:47.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:47.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:47.989 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 06:06:47.989 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:47.989 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:47.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:47.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:47.989 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 06:06:47.990 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:47.990 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAssociatedEditorsTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 06:06:47.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 06:06:47.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:47.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:47.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:47.990 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:47.990 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:47.990 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:47.990 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:47.990 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:47.990 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:47.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:47.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:47.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:47.990 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:47.990 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:47.991 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:47.991 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:06:47.991 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:06:47.991 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:06:47.991 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:06:47.991 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:06:47.991 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:06:47.991 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:06:47.991 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:06:47.991 DEBUG [main][MenuItemLookup] Item match:Window 06:06:47.992 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:06:47.992 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:06:47.992 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:06:47.992 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:47.992 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:06:47.992 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:06:47.992 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:47.992 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:06:47.992 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:47.992 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:06:47.992 DEBUG [main][MenuItemLookup] Item match:Preferences 06:06:47.992 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:06:47.992 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:06:47.992 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:06:48.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:06:48.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:06:48.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:06:48.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:48.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:48.065 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:06:48.065 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:48.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:06:48.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:48.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:48.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:48.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:48.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:48.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:48.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:48.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:48.066 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:48.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:48.066 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:48.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:48.066 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:48.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:48.066 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:48.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:48.066 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:48.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:48.066 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:48.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 06:06:48.066 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 06:06:48.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:48.066 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 06:06:48.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:48.067 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 06:06:48.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 06:06:48.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 06:06:48.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:48.067 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 06:06:48.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:48.067 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 06:06:48.067 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 06:06:48.067 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 06:06:48.067 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 06:06:48.067 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 06:06:48.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:48.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:48.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:48.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:48.068 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 06:06:48.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:48.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:48.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:48.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:48.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:06:48.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:06:48.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:06:48.070 TRACE [main][WidgetHandler] Notify Table with event 13 06:06:48.070 TRACE [main][WidgetHandler] Wait for synchronization 06:06:48.073 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 06:06:48.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:48.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:06:48.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:06:48.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:48.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 06:06:48.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:06:48.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:06:48.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 "Cancel", Widget matcher matching widgets with style: 8) 06:06:48.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:48.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:48.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:48.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:48.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:48.076 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:06:48.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:48.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:48.076 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:48.076 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:48.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:48.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:48.095 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:48.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:48.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:48.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 06:06:48.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:48.095 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:48.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:48.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:48.095 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAssociatedEditorsTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 06:06:48.095 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:48.096 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 06:06:48.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 06:06:48.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:48.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:48.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:48.096 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:48.096 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:48.096 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:48.096 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:48.096 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:48.096 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:48.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:48.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:48.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:48.096 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:48.096 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:48.096 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:48.097 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:06:48.097 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:06:48.097 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:06:48.097 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:06:48.097 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:06:48.097 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:06:48.097 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:06:48.097 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:06:48.097 DEBUG [main][MenuItemLookup] Item match:Window 06:06:48.097 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:06:48.097 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:06:48.097 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:06:48.097 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:48.097 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:06:48.097 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:06:48.097 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:48.097 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:06:48.097 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:48.097 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:06:48.097 DEBUG [main][MenuItemLookup] Item match:Preferences 06:06:48.097 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:06:48.097 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:06:48.097 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:06:48.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:06:48.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 'Preferences.*'] is available. finished successfully 06:06:48.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:06:48.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:48.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:48.171 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:06:48.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:48.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:06:48.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:48.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:48.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:48.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:48.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:48.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:48.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:48.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:48.172 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:48.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:48.172 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:48.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:48.172 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:48.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:48.172 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:48.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:48.172 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:48.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:48.172 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:48.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 06:06:48.173 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 06:06:48.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:48.173 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 06:06:48.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:48.173 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 06:06:48.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 06:06:48.173 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 06:06:48.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:48.173 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 06:06:48.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:48.173 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 06:06:48.173 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 06:06:48.173 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 06:06:48.173 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 06:06:48.173 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 06:06:48.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:48.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:48.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:48.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:48.174 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...") 06:06:48.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:48.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:48.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:48.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:48.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:48.175 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:06:48.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:48.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:48.175 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:48.175 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:48.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 06:06:48.208 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 06:06:48.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 06:06:48.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:48.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:48.208 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:") 06:06:48.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:48.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:48.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:48.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:48.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:06:48.209 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:06:48.210 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 06:06:48.210 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) 06:06:48.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:48.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:48.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:48.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:48.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:48.211 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:06:48.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:48.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:48.211 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:48.211 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:48.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:06:48.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:06:48.230 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 06:06:48.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:48.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:48.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:48.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:48.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:06:48.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:06:48.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:06:48.231 TRACE [main][WidgetHandler] Notify Table with event 13 06:06:48.231 TRACE [main][WidgetHandler] Wait for synchronization 06:06:48.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.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...") 06:06:48.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:48.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:06:48.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:06:48.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:48.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 06:06:48.233 INFO [WorkbenchTestable][AbstractButton] Click button A&dd... 06:06:48.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:48.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:48.233 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:48.233 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:48.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 06:06:48.274 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 06:06:48.274 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 06:06:48.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:48.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:48.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.shell.DefaultShell, index 0 and no matchers specified 06:06:48.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:48.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:48.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:48.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:48.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:48.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:48.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:48.276 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Editor 06:06:48.276 DEBUG [main][TreeItemHandler] Selecting tree item: Java Editor 06:06:48.276 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Editor about selection 06:06:48.276 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Editor 06:06:48.276 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) 06:06:48.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:48.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:48.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:48.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:48.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:48.277 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:06:48.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:48.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:48.277 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:48.277 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:48.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:06:48.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:06:48.295 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 06:06:48.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:48.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:48.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:48.295 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 06:06:48.295 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:48.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:48.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:06:48.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:06:48.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:48.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 06:06:48.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:06:48.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:06:48.296 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 06:06:48.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:48.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:06:48.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:06:48.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:48.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 06:06:48.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:06:48.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:06:48.297 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.*') 06:06:48.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:48.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:48.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:48.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:48.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 06:06:48.297 TRACE [main][WidgetHandler] Notify Table with event 13 06:06:48.297 TRACE [main][WidgetHandler] Wait for synchronization 06:06:48.297 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") 06:06:48.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:48.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:06:48.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:06:48.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:48.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 06:06:48.299 INFO [WorkbenchTestable][AbstractButton] Click button Re&move 06:06:48.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:48.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:48.299 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:48.299 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:48.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 06:06:48.299 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:48.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:48.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:48.299 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 06:06:48.299 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:48.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:48.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:06:48.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:06:48.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:48.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 06:06:48.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:06:49.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 06:06:49.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:06:49.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:49.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:49.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:49.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:49.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:49.304 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:06:49.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:49.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:49.304 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:49.304 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:49.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:49.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:49.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:49.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:49.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:49.322 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 06:06:49.322 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:49.322 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:49.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:49.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:49.323 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 06:06:49.323 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:49.323 INFO [WorkbenchTestable][RequirementsRunner] Started test: addFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 06:06:49.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 06:06:49.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:49.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:49.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:49.323 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:49.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:49.332 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:49.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:49.333 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:49.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:49.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:49.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:49.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:49.333 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:49.333 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:49.333 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:49.333 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:06:49.333 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:06:49.333 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:06:49.333 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:06:49.333 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:06:49.333 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:06:49.333 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:06:49.333 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:06:49.333 DEBUG [main][MenuItemLookup] Item match:Window 06:06:49.334 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:06:49.334 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:06:49.334 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:06:49.334 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:49.334 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:06:49.334 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:06:49.334 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:49.334 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:06:49.334 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:49.334 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:06:49.334 DEBUG [main][MenuItemLookup] Item match:Preferences 06:06:49.334 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:06:49.334 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:06:49.334 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:06:49.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:06:49.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:06:49.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:06:49.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:49.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:49.414 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:06:49.414 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:49.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:06:49.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:49.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:49.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:49.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:49.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:49.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:49.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:49.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:49.415 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:49.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:49.415 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:49.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:49.415 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:49.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:49.415 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:49.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:49.415 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:49.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:49.415 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:49.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 06:06:49.416 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 06:06:49.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:49.416 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 06:06:49.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:49.416 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 06:06:49.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 06:06:49.416 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 06:06:49.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:49.416 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 06:06:49.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:49.416 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 06:06:49.416 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 06:06:49.416 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 06:06:49.416 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 06:06:49.416 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 06:06:49.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:49.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:49.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:49.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:49.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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...") 06:06:49.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:49.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:49.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:49.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:49.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:49.418 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:06:49.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:49.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:49.418 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:49.418 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:49.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 06:06:49.448 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 06:06:49.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 06:06:49.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:49.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:49.449 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:") 06:06:49.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:49.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:49.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:49.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:49.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:06:49.449 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:06:49.450 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 06:06:49.451 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) 06:06:49.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:49.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:49.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:49.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:49.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:49.452 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:06:49.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:49.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:49.452 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:49.452 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:49.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:06:49.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:06:49.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:06:49.475 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:49.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:49.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:49.475 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 06:06:49.475 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:49.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:49.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:49.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:49.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:49.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:06:49.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:06:49.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:06:49.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:06:49.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:49.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:49.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:49.476 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 06:06:49.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:49.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:49.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:49.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:49.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:49.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:06:49.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:06:49.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:06:49.477 TRACE [main][WidgetHandler] Notify Table with event 13 06:06:49.477 TRACE [main][WidgetHandler] Wait for synchronization 06:06:49.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 06:06:49.477 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:49.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:49.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:49.478 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 06:06:49.478 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:49.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:49.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:49.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:49.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:49.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:49.479 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:06:49.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:49.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:49.479 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:49.479 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:49.479 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:06:49.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:49.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:49.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:49.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:49.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:49.480 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:06:49.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:49.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:49.480 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:49.480 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:49.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:49.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:49.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:49.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:49.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:49.504 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 06:06:49.504 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:49.504 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:49.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:49.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:49.504 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 06:06:49.504 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:49.504 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 06:06:49.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 06:06:49.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:49.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:49.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:49.504 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:49.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:49.504 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:49.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:49.504 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:49.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:49.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:49.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:49.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:49.505 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:49.505 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:49.505 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:49.505 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:06:49.505 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:06:49.505 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:06:49.505 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:06:49.505 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:06:49.505 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:06:49.505 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:06:49.505 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:06:49.505 DEBUG [main][MenuItemLookup] Item match:Window 06:06:49.505 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:06:49.505 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:06:49.505 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:06:49.505 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:49.505 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:06:49.505 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:06:49.505 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:49.505 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:06:49.505 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:49.505 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:06:49.505 DEBUG [main][MenuItemLookup] Item match:Preferences 06:06:49.505 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:06:49.505 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:06:49.506 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:06:49.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:06:49.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 'Preferences.*'] is available. finished successfully 06:06:49.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:06:49.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:49.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:49.580 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:06:49.580 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:49.580 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:06:49.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:49.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:49.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:49.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:49.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:49.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:49.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:49.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:49.581 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:49.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:49.581 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:49.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:49.581 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:49.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:49.582 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:49.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:49.582 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:49.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:49.582 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:49.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 06:06:49.582 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 06:06:49.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:49.582 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 06:06:49.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:49.582 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 06:06:49.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 06:06:49.582 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 06:06:49.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:49.582 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 06:06:49.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:49.582 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 06:06:49.583 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 06:06:49.583 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 06:06:49.583 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 06:06:49.583 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 06:06:49.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:49.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:49.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:49.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:49.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.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...") 06:06:49.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:49.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:49.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:49.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:49.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:49.585 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:06:49.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:49.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:49.585 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:49.585 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:49.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 06:06:49.617 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 06:06:49.617 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 06:06:49.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:49.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:49.617 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:") 06:06:49.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:49.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:49.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:49.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:49.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:06:49.618 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:06:49.618 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 06:06:49.619 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) 06:06:49.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:49.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:49.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:49.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:49.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:49.620 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:06:49.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:49.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:49.620 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:49.620 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:49.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:06:49.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:06:49.640 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 06:06:49.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:49.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:49.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:49.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:49.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:06:49.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:06:49.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:06:49.641 TRACE [main][WidgetHandler] Notify Table with event 13 06:06:49.641 TRACE [main][WidgetHandler] Wait for synchronization 06:06:49.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 06:06:49.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:49.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:49.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:49.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:49.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:49.642 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:06:49.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:49.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:49.642 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:49.642 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:49.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:06:49.643 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:49.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:49.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:49.643 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 06:06:49.643 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:49.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:49.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:49.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:49.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:49.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:06:49.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:06:49.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:06:49.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:06:49.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:49.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:49.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:49.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:49.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:49.650 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:06:49.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:49.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:49.650 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:49.650 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:49.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:49.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:49.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:49.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:49.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:49.669 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 06:06:49.669 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:49.669 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:49.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:49.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:49.669 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 06:06:49.669 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 06:06:49.669 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:49.669 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:49.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:49.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.163 s - in org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest getAssociatedEditorsForFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 1.141 s addEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 1.238 s selectFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.102 s getAssociatedEditorsTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.105 s removeEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 1.227 s addFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.181 s removeFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.165 s Running org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 06:06:49.674 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 06:06:49.675 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:06:49.675 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:49.675 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 06:06:49.675 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:49.675 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:06:49.675 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:49.675 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:06:49.675 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:49.676 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:49.676 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDialogTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest) 06:06:49.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 06:06:49.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:49.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:49.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:49.676 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:49.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:49.676 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:49.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:49.676 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:49.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:49.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:49.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:49.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:49.677 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:49.677 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:49.677 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:49.677 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:06:49.677 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:06:49.677 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:06:49.677 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:06:49.677 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:06:49.677 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:06:49.677 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:06:49.677 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:06:49.677 DEBUG [main][MenuItemLookup] Item match:Window 06:06:49.677 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:06:49.677 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:06:49.677 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:06:49.677 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:49.677 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:06:49.677 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:06:49.677 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:49.677 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:06:49.677 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:49.677 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:06:49.677 DEBUG [main][MenuItemLookup] Item match:Preferences 06:06:49.677 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:06:49.678 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:06:49.678 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:06:49.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:06:49.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 06:06:49.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:06:49.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:49.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:49.749 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:06:49.749 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:49.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:06:49.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:49.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:49.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:49.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:49.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:49.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:49.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:49.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:49.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:49.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:49.751 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:49.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:49.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:49.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:49.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:49.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:49.751 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:49.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:49.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:49.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 06:06:49.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 06:06:49.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:50.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:50.253 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 06:06:50.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 06:06:50.253 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 06:06:50.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:50.254 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 06:06:50.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:50.254 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 06:06:50.254 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 06:06:50.254 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 06:06:50.254 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 06:06:50.254 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 06:06:50.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:50.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:50.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:50.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:50.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:50.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:50.819 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 06:06:50.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:50.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:50.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:50.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:50.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:06:50.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:06:50.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:06:50.825 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item UI Prompt: 06:06:50.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 06:06:50.826 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 06:06:50.826 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:50.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 06:06:50.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:06:50.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:50.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:50.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:50.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:50.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:50.828 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 06:06:50.828 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:06:50.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:50.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:50.828 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:50.828 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:50.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:50.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:50.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:06:50.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:50.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:50.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:50.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:50.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:50.831 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:06:50.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:50.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:50.831 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:50.831 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:50.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:50.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:50.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:50.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:50.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:50.877 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) 06:06:50.879 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest.getDialogTest.png 06:06:50.943 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 06:06:50.943 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:50.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:50.943 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:50.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:50.943 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:06:50.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:50.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:50.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:50.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:50.944 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:50.944 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:50.944 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:50.944 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:06:50.944 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:06:50.944 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:06:50.944 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:06:50.944 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:06:50.944 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:06:50.944 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:06:50.944 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:06:50.944 DEBUG [main][MenuItemLookup] Item match:Window 06:06:50.944 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:06:50.944 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:06:50.944 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:06:50.944 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:50.944 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:06:50.945 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:06:50.945 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:50.945 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:06:50.945 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:50.945 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:06:50.945 DEBUG [main][MenuItemLookup] Item match:Preferences 06:06:50.945 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:06:50.945 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:06:50.945 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:06:51.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.... 06:06:51.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:06:51.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:06:51.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:51.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:51.582 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:06:51.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:51.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:06:51.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:51.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:51.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:51.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:51.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:51.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:51.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:51.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:51.584 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:51.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:51.584 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:51.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:51.584 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:51.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:51.584 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:51.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:51.584 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:51.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:51.584 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:51.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 06:06:51.584 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 06:06:51.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:51.585 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 06:06:51.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:51.585 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 06:06:51.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 06:06:51.585 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 06:06:51.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:51.585 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 06:06:51.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:51.585 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 06:06:51.585 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 06:06:51.585 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 06:06:51.585 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 06:06:51.585 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 06:06:51.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:51.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:51.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:51.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:51.586 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 06:06:51.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:51.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:51.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:51.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:51.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:06:51.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:06:51.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:06:51.588 INFO [WorkbenchTestable][AbstractTableItem] Check table Item UI Prompt: 06:06:51.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 06:06:51.588 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 06:06:51.588 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:51.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 06:06:51.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:06:51.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:51.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:51.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:51.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:51.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:51.590 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 06:06:51.590 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:06:51.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:51.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:51.590 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:51.590 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:51.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:51.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:51.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 06:06:51.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:51.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:51.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:51.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:51.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:51.593 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:06:51.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:51.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:51.593 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:51.593 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:51.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:51.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:51.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:51.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:51.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:51.622 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 06:06:51.622 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:51.622 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:51.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:51.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:51.623 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) 06:06:51.624 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDialogTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest) 06:06:51.624 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 06:06:51.624 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:51.624 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:51.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:51.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.95 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.947 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 06:06:51.642 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 06:06:51.643 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:06:51.643 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:51.643 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 06:06:51.643 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:51.643 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:06:51.644 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:51.644 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:06:51.644 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:51.644 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:51.644 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpen no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 06:06:51.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 06:06:51.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:51.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:51.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:51.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:51.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:51.646 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E'' view via menu. 06:06:51.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:51.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:51.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:51.647 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:51.647 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:51.647 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:51.647 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:06:51.647 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:06:51.647 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:06:51.647 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:06:51.647 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:06:51.647 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:06:51.647 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:06:51.647 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:06:51.647 DEBUG [main][MenuItemLookup] Item match:Window 06:06:51.647 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:06:51.647 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:06:51.647 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:06:51.647 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:51.647 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:06:51.647 DEBUG [main][MenuItemLookup] Item match:Show View 06:06:51.652 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:06:51.652 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:06:51.652 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:06:51.652 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:06:51.652 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:06:51.652 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:06:51.652 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:06:51.652 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:06:51.652 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:06:51.652 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:06:51.652 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:06:51.652 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:06:51.652 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:06:51.652 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:06:51.652 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:51.652 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:06:51.652 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:06:51.652 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:06:51.652 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:06:51.653 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:06:51.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:06:51.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:06:51.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:06:51.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:51.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:51.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:06:51.720 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:51.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:51.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:51.720 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:06:51.720 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:51.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:51.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:51.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:51.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:51.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:51.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:51.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:51.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:51.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:51.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:51.721 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:51.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:51.721 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:51.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:51.722 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:51.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:51.722 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:51.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:51.722 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:51.722 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Search 06:06:51.722 DEBUG [main][TreeItemHandler] Selecting tree item: Search 06:06:51.722 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Search about selection 06:06:51.722 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Search 06:06:51.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:51.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:51.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:51.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:06:51.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:51.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:51.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:51.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:06:51.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:51.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:51.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:51.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:06:51.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:51.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:51.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:51.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:51.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:51.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:51.724 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:06:51.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:51.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:51.724 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:51.724 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:51.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:06:51.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:06:51.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open... 06:06:51.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:51.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:51.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open finished successfully 06:06:51.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:51.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:51.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:51.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:51.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:51.793 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:51.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 '\*?\QSearch\E') 06:06:51.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:51.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:51.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:51.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:51.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:06:51.795 INFO [WorkbenchTestable][AbstractView] Activate view Search 06:06:51.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 06:06:51.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:51.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:06:51.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:06:51.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:06:51.796 INFO [WorkbenchTestable][AbstractView] Activate view Search 06:06:51.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 06:06:51.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:51.796 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 06:06:51.796 INFO [WorkbenchTestable][AbstractView] Close view 'Search' 06:06:51.796 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Search 06:06:51.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 06:06:51.803 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:06:51.828 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 06:06:51.828 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:51.828 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:51.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:51.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:51.843 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpen no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 06:06:51.843 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:51.843 INFO [WorkbenchTestable][RequirementsRunner] Started test: testReturnResults no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 06:06:51.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 06:06:51.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:51.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:51.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:51.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:51.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:51.845 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E'' view via menu. 06:06:51.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:51.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:51.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:51.846 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:51.846 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:51.846 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:51.846 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:06:51.846 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:06:51.846 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:06:51.846 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:06:51.846 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:06:51.846 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:06:51.846 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:06:51.846 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:06:51.846 DEBUG [main][MenuItemLookup] Item match:Window 06:06:51.846 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:06:51.847 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:06:51.847 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:06:51.847 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:51.847 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:06:51.847 DEBUG [main][MenuItemLookup] Item match:Show View 06:06:51.850 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:06:51.850 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:06:51.850 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:06:51.850 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:06:51.850 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:06:51.850 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:06:51.850 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:06:51.850 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:06:51.850 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:06:51.850 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:06:51.850 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:06:51.850 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:06:51.850 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:06:51.850 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:06:51.850 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:51.850 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:06:51.850 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:06:51.858 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:06:51.858 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:06:51.859 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:06:51.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:06:51.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:06:51.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:06:51.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:51.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:51.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:06:51.899 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:51.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:51.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:51.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:06:51.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:51.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:51.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:51.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:51.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:51.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:51.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:51.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:51.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:51.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:51.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:51.900 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:51.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:51.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:51.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:51.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:51.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:51.900 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:51.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:51.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:51.900 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Search 06:06:51.900 DEBUG [main][TreeItemHandler] Selecting tree item: Search 06:06:51.901 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Search about selection 06:06:51.901 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Search 06:06:51.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:51.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:51.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:51.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:06:51.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:51.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:51.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:51.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:06:51.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:51.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:51.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:51.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:06:51.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:51.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:51.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:51.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:51.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:51.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:51.902 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:06:51.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:51.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:51.902 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:51.902 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:51.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:06:51.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:06:51.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open... 06:06:51.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:51.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:51.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open finished successfully 06:06:51.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:51.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:51.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:51.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:51.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:51.962 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:51.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 '\*?\QSearch\E') 06:06:51.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:51.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:51.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:51.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:51.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:06:51.963 INFO [WorkbenchTestable][AbstractView] Activate view Search 06:06:51.963 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 06:06:51.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:51.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:06:51.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:06:51.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:06:51.965 INFO [WorkbenchTestable][AbstractView] Activate view Search 06:06:51.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 06:06:51.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:51.965 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 06:06:51.965 INFO [WorkbenchTestable][AbstractView] Activate view Search 06:06:51.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 06:06:51.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:51.966 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 06:06:51.966 INFO [WorkbenchTestable][AbstractView] Activate view Search 06:06:51.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 06:06:51.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:51.966 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 06:06:51.974 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...") 06:06:51.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:51.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:51.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:51.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:51.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 06:06:51.975 INFO [WorkbenchTestable][AbstractView] Activate view Search 06:06:51.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 06:06:51.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:51.975 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 06:06:51.975 INFO [WorkbenchTestable][AbstractView] Close view 'Search' 06:06:51.975 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Search 06:06:51.976 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 06:06:51.976 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:06:52.014 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 06:06:52.014 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:52.014 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:52.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:52.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:52.029 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testReturnResults no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 06:06:52.029 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:52.030 INFO [WorkbenchTestable][RequirementsRunner] Started test: testIsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 06:06:52.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 06:06:52.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:52.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:52.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:52.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:52.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:52.032 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E'' view via menu. 06:06:52.032 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:52.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:52.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:52.032 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:52.032 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:52.033 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:52.033 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:06:52.033 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:06:52.033 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:06:52.033 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:06:52.033 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:06:52.033 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:06:52.033 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:06:52.033 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:06:52.033 DEBUG [main][MenuItemLookup] Item match:Window 06:06:52.033 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:06:52.033 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:06:52.033 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:06:52.033 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:52.033 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:06:52.033 DEBUG [main][MenuItemLookup] Item match:Show View 06:06:52.038 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:06:52.038 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:06:52.038 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:06:52.038 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:06:52.038 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:06:52.038 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:06:52.038 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:06:52.038 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:06:52.038 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:06:52.038 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:06:52.038 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:06:52.038 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:06:52.038 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:06:52.038 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:06:52.038 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:52.038 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:06:52.038 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:06:52.046 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:06:52.046 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:06:52.046 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:06:52.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:06:52.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:06:52.095 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:06:52.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:52.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:52.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:06:52.096 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:52.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:52.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:52.097 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:06:52.097 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:52.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:52.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:52.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:52.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:52.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:52.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:52.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:52.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:52.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:52.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:52.100 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:52.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:52.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:52.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:52.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:52.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:52.100 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:52.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:52.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:52.100 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Search 06:06:52.100 DEBUG [main][TreeItemHandler] Selecting tree item: Search 06:06:52.101 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Search about selection 06:06:52.101 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Search 06:06:52.101 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:52.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:52.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:52.101 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:06:52.101 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:52.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:52.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:52.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:06:52.101 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:52.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:52.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:52.101 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:06:52.101 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:52.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:52.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:52.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:52.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:52.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:52.102 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:06:52.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:52.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:52.102 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:52.102 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:52.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:06:52.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:06:52.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open... 06:06:52.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:52.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:52.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open finished successfully 06:06:52.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:52.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:52.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:52.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:52.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:52.156 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:52.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 '\*?\QSearch\E') 06:06:52.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:52.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:52.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:52.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:52.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:06:52.157 INFO [WorkbenchTestable][AbstractView] Activate view Search 06:06:52.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 06:06:52.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:52.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:06:52.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:06:52.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:06:52.159 INFO [WorkbenchTestable][AbstractView] Activate view Search 06:06:52.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 06:06:52.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:52.159 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 06:06:52.159 INFO [WorkbenchTestable][AbstractView] Activate view Search 06:06:52.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 06:06:52.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:52.160 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 06:06:52.160 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...") 06:06:52.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:52.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:52.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:52.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:52.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 06:06:52.160 INFO [WorkbenchTestable][AbstractView] Activate view Search 06:06:52.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 06:06:52.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:52.161 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 06:06:52.161 INFO [WorkbenchTestable][AbstractView] Close view 'Search' 06:06:52.161 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Search 06:06:52.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 06:06:52.168 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:06:52.202 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 06:06:52.202 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:52.202 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:52.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:52.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:52.217 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testIsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 06:06:52.217 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 06:06:52.217 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:06:52.217 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:06:52.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:52.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.575 s - in org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest testOpen no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) Time elapsed: 0.199 s testReturnResults no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) Time elapsed: 0.186 s testIsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) Time elapsed: 0.187 s Running org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:06:52.222 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:06:52.223 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:06:52.224 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:52.224 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:06:52.224 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:52.224 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:06:52.224 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:52.224 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:06:52.224 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:52.224 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:06:52.224 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 06:06:52.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:06:52.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:52.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:52.224 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:52.224 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:52.225 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:06:52.225 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:06:52.225 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:06:52.225 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:06:52.225 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:06:52.225 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:06:52.225 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:06:52.225 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:06:52.225 DEBUG [main][MenuItemLookup] Item match:Window 06:06:52.225 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:06:52.225 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:06:52.225 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:06:52.225 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:52.225 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:06:52.225 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:06:52.225 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:52.225 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:06:52.225 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:52.225 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:06:52.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:52.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:52.226 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:52.226 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:52.226 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:06:52.226 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:06:52.226 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:06:52.226 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:06:52.226 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:06:52.226 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:06:52.226 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:06:52.226 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:06:52.226 DEBUG [main][MenuItemLookup] Item match:Window 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:06:52.227 DEBUG [main][MenuItemLookup] Item match:Perspective 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:06:52.227 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:06:52.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:06:52.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:52.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:52.227 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:06:52.227 DEBUG [main][MenuItemLookup] Item match:Window 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:52.227 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:06:52.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:52.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:52.228 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:06:52.228 DEBUG [main][MenuItemLookup] Item match:Window 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:06:52.228 DEBUG [main][MenuItemLookup] Item match:Perspective 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:06:52.228 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:06:52.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:52.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:52.228 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:06:52.228 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:06:52.228 DEBUG [main][MenuItemLookup] Item match:Window 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:06:52.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:52.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:52.229 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:06:52.229 DEBUG [main][MenuItemLookup] Item match:Window 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:06:52.229 DEBUG [main][MenuItemLookup] Item match:Perspective 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:06:52.229 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:06:52.229 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:06:52.229 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:06:52.229 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:06:52.229 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:06:52.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:06:52.249 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 06:06:52.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:06:52.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:52.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:52.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:52.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:52.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:52.249 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:06:52.249 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:52.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:52.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:52.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 "Reset Perspective") 06:06:52.250 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:52.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:52.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:52.250 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:06:52.250 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:52.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:52.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:52.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:52.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:52.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:52.250 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:06:52.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:52.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:52.250 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:52.251 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:52.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:52.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:52.324 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:06:52.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:52.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:52.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:52.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:52.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:52.325 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:52.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 '\*?\QPackage Explorer\E') 06:06:52.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:52.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:52.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:52.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:52.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:06:52.326 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:52.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:52.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:52.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:06:52.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:06:52.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:06:52.327 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:52.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:52.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:52.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:52.327 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:52.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:52.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:52.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:52.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:52.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:52.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:52.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:52.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:53.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:53.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:53.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:06:53.330 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:53.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:53.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:53.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:53.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:06:53.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:53.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:53.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:53.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:53.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:53.331 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:06:53.332 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:06:53.333 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:53.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:53.333 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:53.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:53.333 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:06:53.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:53.333 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:53.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:53.333 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:53.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:53.333 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:53.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:53.333 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:06:53.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:53.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'] 06:06:53.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:53.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'] 06:06:53.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:53.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:53.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:53.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:53.334 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:53.334 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:53.334 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:53.334 DEBUG [main][MenuItemLookup] Item match:File 06:06:53.335 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:53.335 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:06:53.338 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:06:53.338 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:06:53.338 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:53.338 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:06:53.338 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:06:53.338 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:06:53.338 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:06:53.338 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:06:53.338 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:06:53.338 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:06:53.338 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:06:53.338 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:06:53.338 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:53.338 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:06:53.338 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:06:53.338 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:53.338 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:06:53.338 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:53.338 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:06:53.338 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:06:53.351 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:06:53.351 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:06:53.351 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:06:53.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:06:53.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 'New|Select a wizard'] is available. finished successfully 06:06:53.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:06:53.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:53.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:53.411 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:06:53.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:53.411 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:06:53.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:53.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:53.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:53.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:53.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:53.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:53.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:53.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:06:53.413 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:06:53.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:53.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:53.914 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:06:53.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:06:53.915 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:06:53.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:53.915 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:06:53.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:53.915 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:06:53.916 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:06:53.916 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:06:53.916 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:06:53.918 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:06:53.918 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:06:53.918 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:06:53.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:06:53.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:53.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:53.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:53.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:53.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:53.919 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:06:53.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:53.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:53.920 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:53.920 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:54.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'] 06:06:54.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:54.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:54.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:06:54.131 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 06:06:54.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:06:54.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:54.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:54.132 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:06:54.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:54.133 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'Project' 06:06:54.133 DEBUG [WorkbenchTestable][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:") 06:06:54.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:54.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:54.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:54.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:54.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:06:54.135 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:06:54.136 INFO [WorkbenchTestable][AbstractText] Text set to: Project 06:06:54.163 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:06:54.163 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:06:54.163 DEBUG [WorkbenchTestable][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) 06:06:54.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:54.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:54.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:54.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:54.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:54.165 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:06:54.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:54.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:54.165 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:54.165 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:54.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:06:54.668 DEBUG [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 06:06:54.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:06:54.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:54.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:54.671 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:06:54.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:06:54.671 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:54.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:54.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:54.672 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:06:54.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:54.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:54.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:54.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:54.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:54.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:54.673 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:06:54.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:54.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:54.673 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:54.673 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:54.737 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.... 06:06:54.737 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 06:06:54.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:54.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:54.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:54.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/Project)' is a system job, skipped 06:06:54.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:06:54.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:06:54.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:54.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:54.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:54.738 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:54.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:54.738 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:54.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:54.738 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:06:54.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:54.738 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:54.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:54.738 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:54.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:54.738 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:54.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:54.739 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:06:54.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:54.739 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:54.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:54.739 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:54.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:54.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:06:54.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:54.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:54.739 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:06:54.739 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:06:54.739 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:54.739 DEBUG [main][MenuItemLookup] Item match:File 06:06:54.740 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:54.740 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:06:54.742 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:06:54.742 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:06:54.742 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:54.742 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:06:54.742 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:06:54.742 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:06:54.742 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:06:54.742 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:06:54.742 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:06:54.742 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:06:54.742 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:06:54.742 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:06:54.742 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:54.742 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:06:54.742 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:06:54.742 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:54.742 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:06:54.742 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:54.742 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:06:54.742 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:06:54.743 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:06:54.743 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:06:54.754 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:06:54.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:06:54.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 'New|Select a wizard'] is available. finished successfully 06:06:54.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:06:54.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:54.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:54.805 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:06:54.805 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:54.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:06:54.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:54.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:54.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:54.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:54.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:54.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:54.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:54.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:06:54.806 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:06:54.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:54.806 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:06:54.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:54.806 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:06:54.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:06:54.806 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:06:54.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:54.811 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:06:54.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:54.811 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:06:54.811 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:06:54.811 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:06:54.811 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:06:54.813 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:06:54.814 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:06:54.814 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:06:54.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:06:54.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:54.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:54.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:54.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:54.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:54.815 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:06:54.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:54.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:54.815 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:54.815 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:54.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'] 06:06:54.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:54.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:54.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:06:54.880 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 06:06:54.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:06:54.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:54.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:54.881 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:06:54.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:54.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 06:06:54.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:54.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:54.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:54.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:54.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:06:54.906 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:06:54.907 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 06:06:54.925 DEBUG [WorkbenchTestable][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:") 06:06:54.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:54.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:54.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:54.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:54.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:06:54.928 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:06:54.930 INFO [WorkbenchTestable][AbstractText] Text set to: test 06:06:54.933 DEBUG [WorkbenchTestable][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)") 06:06:54.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:54.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:54.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:54.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:54.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:54.935 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 06:06:54.935 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 06:06:54.935 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 06:06:54.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:54.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:54.935 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:54.935 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:54.935 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:06:54.935 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:06:54.935 DEBUG [WorkbenchTestable][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) 06:06:54.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:54.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:54.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:54.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:54.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:54.937 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:06:54.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:54.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:54.937 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:54.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:55.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:55.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:55.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:55.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:06:55.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:06:55.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 06:06:55.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:06:55.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:06:55.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:06:55.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:06:55.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:06:55.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:55.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:55.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:06:55.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:55.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 06:06:55.539 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:55.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:55.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:55.540 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestClass.java"as the parent 06:06:55.540 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:55.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:55.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:55.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:55.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:55.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:06:55.540 INFO [WorkbenchTestable][AbstractStyledText] Insert text into styled text on line 7, column 0: System.out.print("Hello World"); 06:06:55.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClass.java\E') 06:06:55.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:55.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:55.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:55.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:55.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:06:55.557 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:55.557 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 06:06:55.557 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:55.557 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 06:06:55.557 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:06:55.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass.java - Eclipse Platform 06:06:55.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:55.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:55.558 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass.java - Eclipse Platform' 06:06:55.558 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass.java - Eclipse Platform' 06:06:55.558 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:55.558 DEBUG [main][MenuItemLookup] Item match:File 06:06:55.559 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:55.559 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:06:55.559 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:06:55.559 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:06:55.559 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:55.559 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:06:55.559 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:06:55.559 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:55.559 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:06:55.559 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:06:55.559 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:06:55.559 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:06:55.559 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:06:55.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:06:55.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:06:55.588 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:55.588 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 06:06:55.588 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:55.588 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:55.588 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:55.588 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:55.588 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 06:06:55.588 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:55.588 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:55.588 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:55.588 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:55.589 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:55.589 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:55.589 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:55.589 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:06:55.589 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:55.589 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:55.589 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:55.589 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:55.589 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:55.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass.java - Eclipse Platform 06:06:55.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:55.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:55.589 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass.java - Eclipse Platform' 06:06:55.589 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass.java - Eclipse Platform' 06:06:55.589 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:55.589 DEBUG [main][MenuItemLookup] Item match:File 06:06:55.590 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:55.590 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:06:55.592 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:06:55.592 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:06:55.592 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:55.592 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:06:55.592 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:06:55.592 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:06:55.592 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:06:55.592 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:06:55.592 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:06:55.592 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:06:55.592 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:06:55.592 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:06:55.592 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:55.592 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:06:55.592 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:06:55.592 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:55.592 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:06:55.592 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:55.592 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:06:55.592 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:06:55.592 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:06:55.592 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:06:55.593 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:06:55.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:06:55.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:06:55.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:06:55.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:55.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:55.650 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:06:55.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:55.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:06:55.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:55.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:55.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:55.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:55.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:55.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:55.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:55.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:06:55.652 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:06:55.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:55.652 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:06:55.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:55.652 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:06:55.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:06:55.652 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:06:55.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:55.652 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:06:55.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:55.652 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:06:55.652 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:06:55.652 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:06:55.652 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:06:55.652 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:06:55.652 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:06:55.652 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:06:55.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:06:55.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:55.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:55.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:55.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:55.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:55.653 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:06:55.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:55.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:55.653 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:55.653 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:55.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'] 06:06:55.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:55.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:55.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:06:55.734 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 06:06:55.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:06:55.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:55.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:55.735 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:06:55.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:55.735 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 06:06:55.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:55.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:55.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:55.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:55.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:06:55.740 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:06:55.740 INFO [WorkbenchTestable][AbstractText] Text set to: TestLoopClass 06:06:55.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 06:06:55.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:55.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:55.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:55.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:55.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:06:55.743 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:06:55.744 INFO [WorkbenchTestable][AbstractText] Text set to: test 06:06:55.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.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)") 06:06:55.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:55.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:55.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:55.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:55.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:55.756 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 06:06:55.757 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 06:06:55.757 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 06:06:55.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:55.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:55.757 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:55.757 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:55.757 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:06:55.757 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:06:55.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.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) 06:06:55.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:55.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:55.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:55.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:55.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:55.759 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:06:55.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:55.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:55.759 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:55.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:55.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:56.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:56.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:56.263 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:06:56.263 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:06:56.263 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:06:56.263 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:06:56.263 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:06:56.263 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:56.263 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:56.263 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:06:56.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:56.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 06:06:56.263 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:56.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:56.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:56.263 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestLoopClass.java"as the parent 06:06:56.264 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:56.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:56.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:56.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:56.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:56.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:06:56.264 INFO [WorkbenchTestable][AbstractStyledText] Insert text into styled text on line 7, column 0: int i = 0; while (true) {System.out.println(i++);} 06:06:56.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 06:06:56.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:56.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:56.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:56.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:56.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:06:56.274 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:56.274 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 06:06:56.274 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:56.274 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 06:06:56.274 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:06:56.274 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass.java - Eclipse Platform 06:06:56.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:56.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:56.274 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 06:06:56.274 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 06:06:56.274 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:56.274 DEBUG [main][MenuItemLookup] Item match:File 06:06:56.275 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:56.275 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:06:56.275 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:06:56.275 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:06:56.275 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:56.275 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:06:56.275 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:06:56.275 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:56.275 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:06:56.275 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:06:56.275 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:06:56.275 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:06:56.275 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:06:56.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:06:56.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:06:56.285 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:56.285 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 06:06:56.285 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:56.285 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:56.286 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:56.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:56.286 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:06:56.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:56.286 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:56.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:56.286 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:56.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:56.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'] 06:06:56.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:56.299 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:06:56.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:56.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'] 06:06:56.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:56.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'] 06:06:56.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:56.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass.java - Eclipse Platform 06:06:56.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:56.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:56.300 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 06:06:56.300 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 06:06:56.300 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:56.300 DEBUG [main][MenuItemLookup] Item match:File 06:06:56.301 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:56.301 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:06:56.303 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:06:56.303 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:06:56.303 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:56.303 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:06:56.303 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:06:56.303 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:06:56.303 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:06:56.303 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:06:56.303 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:06:56.303 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:06:56.303 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:06:56.303 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:06:56.303 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:56.303 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:06:56.303 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:06:56.303 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:56.303 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:06:56.303 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:56.303 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:06:56.303 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:06:56.314 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:06:56.314 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:06:56.314 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:06:56.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 'New|Select a wizard'] is available.... 06:06:56.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:06:56.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:06:56.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:56.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:56.367 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:06:56.367 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:56.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:06:56.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:56.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:56.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:56.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:56.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:56.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:56.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:56.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:06:56.368 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:06:56.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:56.368 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:06:56.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:56.368 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:06:56.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:06:56.368 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:06:56.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:56.368 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:06:56.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:56.368 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:06:56.369 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:06:56.369 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:06:56.369 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:06:56.369 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:06:56.369 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:06:56.369 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:06:56.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:06:56.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:56.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:56.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:56.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:56.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:56.370 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:06:56.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:56.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:56.370 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:56.370 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:56.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'] 06:06:56.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:56.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:56.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:06:56.424 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 06:06:56.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:06:56.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:56.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:56.425 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:06:56.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:56.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.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 06:06:56.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:56.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:56.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:56.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:56.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:06:56.430 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:06:56.431 INFO [WorkbenchTestable][AbstractText] Text set to: TestLoopClass2 06:06:56.431 DEBUG [WorkbenchTestable][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:") 06:06:56.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:56.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:56.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:56.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:56.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:06:56.435 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:06:56.435 INFO [WorkbenchTestable][AbstractText] Text set to: test 06:06:56.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 06:06:56.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:56.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:56.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:56.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:56.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:56.438 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 06:06:56.438 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 06:06:56.438 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 06:06:56.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:56.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:56.438 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:56.438 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:56.438 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:06:56.438 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:06:56.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:06:56.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:56.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:56.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:56.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:56.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:56.440 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:06:56.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:56.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:56.440 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:56.440 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:56.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:56.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:56.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:56.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:06:56.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:06:56.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:06:56.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:56.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:56.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:06:56.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:56.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 06:06:56.958 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:56.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:56.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:56.958 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestLoopClass2.java"as the parent 06:06:56.958 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:56.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:56.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:56.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:56.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:56.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:06:56.959 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();} 06:06:56.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestLoopClass2.java\E') 06:06:56.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:56.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:56.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:56.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:56.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:06:56.972 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:56.972 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 06:06:56.973 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:56.973 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 06:06:56.973 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:06:56.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass2.java - Eclipse Platform 06:06:56.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:56.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:56.973 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 06:06:56.973 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 06:06:56.973 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:56.973 DEBUG [main][MenuItemLookup] Item match:File 06:06:56.974 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:56.974 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:06:56.974 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:06:56.974 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:06:56.974 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:56.974 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:06:56.974 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:06:56.974 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:56.974 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:06:56.974 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:06:56.974 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:06:56.974 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:06:56.974 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:06:57.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:06:57.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:06:57.008 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:57.008 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 06:06:57.008 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:57.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.008 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:57.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.008 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:06:57.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.008 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:57.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.008 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:57.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.009 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:57.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.009 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:06:57.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.009 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:57.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.009 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:57.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass2.java - Eclipse Platform 06:06:57.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:57.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:57.010 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 06:06:57.010 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 06:06:57.010 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:57.010 DEBUG [main][MenuItemLookup] Item match:File 06:06:57.011 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:57.011 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:06:57.013 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:06:57.013 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:06:57.013 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:57.013 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:06:57.013 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:06:57.013 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:06:57.013 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:06:57.013 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:06:57.013 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:06:57.013 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:06:57.013 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:06:57.013 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:06:57.013 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:57.013 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:06:57.013 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:06:57.013 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:57.013 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:06:57.013 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:57.013 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:06:57.013 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:06:57.013 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:06:57.013 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:06:57.013 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:06:57.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:06:57.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:06:57.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:06:57.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:57.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:57.072 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:06:57.072 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.072 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:06:57.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:57.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:57.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:57.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:57.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:57.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:57.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:57.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:06:57.074 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:06:57.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:57.074 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:06:57.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:57.074 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:06:57.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:06:57.074 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:06:57.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:57.074 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:06:57.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:57.074 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:06:57.074 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:06:57.074 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:06:57.074 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:06:57.074 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:06:57.074 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:06:57.074 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:06:57.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:06:57.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:57.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:57.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:57.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:57.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:57.075 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:06:57.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:57.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:57.075 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:57.075 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:57.143 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:57.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:06:57.144 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 06:06:57.144 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:06:57.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:57.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:57.144 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:06:57.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.145 DEBUG [WorkbenchTestable][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:") 06:06:57.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:57.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:57.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:57.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:57.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:06:57.162 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:06:57.163 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 06:06:57.163 DEBUG [WorkbenchTestable][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:") 06:06:57.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:57.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:57.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:57.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:57.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:06:57.166 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:06:57.166 INFO [WorkbenchTestable][AbstractText] Text set to: test 06:06:57.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.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)") 06:06:57.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:57.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:57.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:57.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:57.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:57.206 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 06:06:57.206 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 06:06:57.206 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 06:06:57.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:57.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:57.207 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:57.207 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:57.207 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:06:57.207 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:06:57.207 DEBUG [WorkbenchTestable][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) 06:06:57.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:57.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:57.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:57.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:57.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:57.208 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:06:57.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:57.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:57.208 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:57.208 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:57.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:57.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:57.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:57.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:06:57.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:06:57.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:06:57.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:06:57.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:06:57.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:06:57.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:57.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:57.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:06:57.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:57.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 06:06:57.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:57.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:57.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:57.713 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestClass1.java"as the parent 06:06:57.713 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:57.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:57.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:57.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:57.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:57.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:06:57.714 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();} 06:06:57.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 '\*?\QTestClass1.java\E') 06:06:57.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:57.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:57.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:57.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:57.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:06:57.722 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:57.722 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 06:06:57.723 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:57.723 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 06:06:57.723 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:06:57.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass1.java - Eclipse Platform 06:06:57.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:57.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:57.723 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass1.java - Eclipse Platform' 06:06:57.723 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass1.java - Eclipse Platform' 06:06:57.723 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:57.723 DEBUG [main][MenuItemLookup] Item match:File 06:06:57.724 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:57.724 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:06:57.724 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:06:57.724 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:06:57.724 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:57.724 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:06:57.724 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:06:57.724 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:57.724 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:06:57.724 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:06:57.724 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:06:57.724 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:06:57.725 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:06:57.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:06:57.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:06:57.748 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:57.748 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 06:06:57.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'] 06:06:57.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.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'] 06:06:57.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.748 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:06:57.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.749 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:57.749 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.749 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:57.749 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.749 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:57.749 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.749 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:06:57.749 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.749 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:57.749 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.749 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:06:57.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass1.java - Eclipse Platform 06:06:57.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:57.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:57.750 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass1.java - Eclipse Platform' 06:06:57.750 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass1.java - Eclipse Platform' 06:06:57.750 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:57.750 DEBUG [main][MenuItemLookup] Item match:File 06:06:57.751 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:57.751 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:06:57.753 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:06:57.753 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:06:57.753 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:57.753 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:06:57.753 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:06:57.753 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:06:57.753 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:06:57.753 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:06:57.753 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:06:57.753 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:06:57.753 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:06:57.753 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:06:57.753 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:57.753 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:06:57.753 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:06:57.753 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:57.753 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:06:57.753 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:57.753 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:06:57.753 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:06:57.753 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:06:57.753 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:06:57.753 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:06:57.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:06:57.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 'New|Select a wizard'] is available. finished successfully 06:06:57.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:06:57.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:57.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:57.822 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:06:57.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:06:57.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:57.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:57.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:57.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:57.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:57.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:57.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:57.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:06:57.824 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:06:57.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:57.824 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:06:57.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:57.824 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:06:57.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:06:57.824 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:06:57.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:57.824 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:06:57.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:57.824 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:06:57.825 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:06:57.825 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:06:57.825 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:06:57.825 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:06:57.825 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:06:57.825 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:06:57.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:06:57.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:57.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:57.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:57.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:57.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:57.826 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:06:57.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:57.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:57.826 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:57.826 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:57.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'] 06:06:57.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:06:57.910 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 06:06:57.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:06:57.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:57.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:57.911 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:06:57.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:06:57.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 06:06:57.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:57.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:57.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:57.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:57.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:06:57.915 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:06:57.916 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass2 06:06:57.929 DEBUG [WorkbenchTestable][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:") 06:06:57.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:57.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:57.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:57.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:57.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:06:57.931 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:06:57.932 INFO [WorkbenchTestable][AbstractText] Text set to: test 06:06:57.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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)") 06:06:57.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:57.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:57.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:57.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:57.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:57.938 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 06:06:57.939 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 06:06:57.939 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 06:06:57.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:57.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:57.939 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:57.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:57.939 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:06:57.939 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:06:57.939 DEBUG [WorkbenchTestable][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) 06:06:57.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:57.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:57.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:57.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:57.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:57.940 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:06:57.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:57.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:57.940 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:57.940 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:57.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:06:58.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:06:58.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:06:58.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:06:58.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:06:58.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:06:58.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:06:58.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:06:58.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:06:58.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:06:58.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 06:06:58.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:58.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:58.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:58.445 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestClass2.java"as the parent 06:06:58.445 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:58.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:58.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:58.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:58.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:58.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:06:58.445 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();} 06:06:58.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClass2.java\E') 06:06:58.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:58.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:58.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:58.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:58.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:06:58.455 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:58.455 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 06:06:58.456 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:58.456 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 06:06:58.456 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:06:58.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:06:58.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:58.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:58.456 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:06:58.456 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:06:58.456 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:58.456 DEBUG [main][MenuItemLookup] Item match:File 06:06:58.457 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:06:58.457 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:06:58.457 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:06:58.457 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:06:58.457 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:58.457 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:06:58.457 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:06:58.457 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:58.457 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:06:58.457 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:06:58.457 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:06:58.457 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:06:58.457 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:06:58.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:06:58.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:06:58.465 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:58.465 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 06:06:58.465 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:58.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:58.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:58.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:58.495 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:58.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:58.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:58.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:58.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:58.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:58.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:58.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:58.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:59.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:59.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:59.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:06:59.498 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:06:59.498 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:06:59.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:59.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:59.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:06:59.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:59.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:59.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:59.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:59.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:59.499 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:06:59.499 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:06:59.500 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 06:06:59.500 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 06:06:59.500 DEBUG [main][TreeItemHandler] Selecting tree item: Project 06:06:59.500 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 06:06:59.502 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 06:06:59.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:59.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:59.509 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:06:59.509 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsoleSwitching no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 06:06:59.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:06:59.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:06:59.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:06:59.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:06:59.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:59.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:06:59.511 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' view via menu. 06:06:59.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:06:59.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:59.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:59.512 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:06:59.512 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:06:59.512 DEBUG [main][MenuItemLookup] Found menu:'File' 06:06:59.512 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:06:59.512 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:06:59.512 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:06:59.512 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:06:59.512 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:06:59.512 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:06:59.512 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:06:59.512 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:06:59.512 DEBUG [main][MenuItemLookup] Item match:Window 06:06:59.514 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:06:59.514 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:06:59.514 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:06:59.514 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:59.514 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:06:59.514 DEBUG [main][MenuItemLookup] Item match:Show View 06:06:59.518 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:06:59.518 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:06:59.518 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:06:59.518 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:06:59.518 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:06:59.518 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:06:59.518 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:06:59.518 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:06:59.518 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:06:59.518 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:06:59.518 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:06:59.518 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:06:59.518 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:06:59.518 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:06:59.518 DEBUG [main][MenuItemLookup] Found menu:'' 06:06:59.518 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:06:59.518 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:06:59.518 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:06:59.518 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:06:59.532 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:06:59.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:06:59.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:06:59.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:06:59.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:59.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:59.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:06:59.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:59.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:59.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:59.617 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:06:59.617 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:59.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:59.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:59.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:59.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:59.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:06:59.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:06:59.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:06:59.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:06:59.620 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:59.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:59.620 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:59.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:59.620 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:59.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:06:59.620 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:06:59.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:06:59.620 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:06:59.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:06:59.620 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:06:59.621 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 06:06:59.621 DEBUG [main][TreeItemHandler] Selecting tree item: Console 06:06:59.621 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 06:06:59.621 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 06:06:59.621 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:59.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:59.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:59.621 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:06:59.621 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:59.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:59.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:59.621 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:06:59.621 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:06:59.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:06:59.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:06:59.621 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:06:59.622 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:06:59.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:59.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:59.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:59.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:59.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:06:59.622 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:06:59.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:06:59.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:06:59.622 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:06:59.622 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:06:59.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:06:59.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:06:59.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.console.ConsoleView' view is open... 06:06:59.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:59.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:59.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.console.ConsoleView' view is open finished successfully 06:06:59.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:59.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:59.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:06:59.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:59.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:59.659 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:06:59.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:06:59.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:59.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:59.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:59.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:59.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:06:59.661 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:06:59.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:06:59.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:59.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:06:59.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:06:59.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:06:59.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:59.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:59.666 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:06:59.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:59.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:59.668 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:06:59.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:06:59.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:06:59.668 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:06:59.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:06:59.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:06:59.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:06:59.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:06:59.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:06:59.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:06:59.695 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:06:59.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems (Eclipse:2139): Gtk-CRITICAL **: 06:06:59.696: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:06:59.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:59.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:59.719 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:06:59.719 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:06:59.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:59.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:59.721 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:06:59.721 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:06:59.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:06:59.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:06:59.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:06:59.722 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:06:59.723 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:06:59.723 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:06:59.723 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Feb 4, 2021, 6:04:31 AM – 6:04:35 AM))' 06:06:59.723 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:06:59.723 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Feb 4, 2021, 6:04:31 AM – 6:04:35 AM))' 06:06:59.723 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:06:59.723 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:06:59.723 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:06:59.723 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:06:59.723 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:06:59.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:07:00.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:07:00.725 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:07:00.725 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:00.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:00.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:00.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:00.726 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:07:00.727 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:07:00.727 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:00.727 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Feb 4, 2021, 6:04:31 AM – 6:04:35 AM))' 06:07:00.727 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:00.727 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Feb 4, 2021, 6:04:31 AM – 6:04:35 AM))' 06:07:00.727 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:07:00.727 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:07:00.727 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:07:00.727 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:07:00.727 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:07:00.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:07:00.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:07:00.729 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:00.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:00.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:00.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:00.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 06:07:00.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:00.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:00.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:00.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:00.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:00.730 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:07:00.730 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:07:00.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:01.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:01.231 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:07:01.232 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:07:01.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:01.232 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:07:01.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:01.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:07:01.233 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:01.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:01.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:01.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:01.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 06:07:01.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:01.234 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 06:07:01.234 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 06:07:01.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:01.734 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 06:07:01.736 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 06:07:01.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:01.736 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 06:07:01.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:01.737 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 06:07:01.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:01.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:01.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:01.740 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:01.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:01.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:01.742 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:01.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:01.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:01.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:01.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:01.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:01.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:01.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:01.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 06:07:01.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:01.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.747 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:01.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:01.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:01.747 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:01.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:01.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:01.749 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:01.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:01.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:01.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:01.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:01.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:01.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:01.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:01.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:01.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.761 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) 06:07:01.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:01.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:01.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:01.763 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:01.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 '\*?\QProblems\E') 06:07:01.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:01.765 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:01.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:01.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:01.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:01.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:01.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:01.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 06:07:01.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:01.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 06:07:01.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:01.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:01.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:01.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:01.769 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:01.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 '\*?\QProblems\E') 06:07:01.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:01.771 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:01.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:01.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:01.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:01.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:01.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:01.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:01.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:01.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 06:07:01.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.773 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. 06:07:01.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:01.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:01.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:01.776 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:01.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:01.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:01.788 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:01.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:01.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:01.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:01.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:01.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:01.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:01.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:01.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 06:07:01.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:01.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:01.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:01.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:01.792 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:01.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') 06:07:01.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:01.793 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:01.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:01.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:01.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:01.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:01.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:01.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 06:07:01.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:01.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 06:07:01.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.805 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. 06:07:01.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.808 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:01.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:01.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:01.808 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:01.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:01.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:01.810 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:01.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:01.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:01.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:01.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:01.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:01.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 06:07:01.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:01.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 06:07:01.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:01.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:01.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:01.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:01.824 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:01.824 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:01.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:01.825 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:01.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:01.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:01.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:01.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:01.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:01.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:01.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:01.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:01.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.837 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 06:07:01.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:01.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:01.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:01.839 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:01.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:01.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:01.840 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:01.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:01.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:01.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:01.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:01.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:01.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 06:07:01.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:01.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:01.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:01.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:01.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:01.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:01.854 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:01.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:01.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:01.855 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:01.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:01.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:01.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:01.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:01.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:01.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:01.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:01.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 06:07:01.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.857 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 06:07:01.857 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 06:07:01.926 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 06:07:01.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.936 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:07:01.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:01.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:01.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:01.937 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:01.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:07:01.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:01.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:01.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:01.937 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:01.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:01.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:01.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:01.962 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:01.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:01.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:01.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:01.962 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:01.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:01.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:01.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:01.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:01.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:01.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:02.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:02.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:02.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:02.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:02.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:07:02.965 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:02.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:02.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:02.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:02.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 06:07:02.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:02.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:02.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:02.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:02.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:02.966 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:07:02.966 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:07:02.966 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 06:07:02.966 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:07:02.967 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 06:07:02.967 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 06:07:02.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:02.967 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 06:07:02.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:02.967 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 06:07:02.967 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:07:02.967 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:07:02.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:02.967 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:07:02.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:02.967 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:07:02.967 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass1.java of tree item test 06:07:02.967 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:07:02.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:02.967 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:07:02.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:02.967 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:07:02.967 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass1.java 06:07:02.967 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass1.java 06:07:02.967 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass1.java about selection 06:07:02.969 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass1.java 06:07:02.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:07:02.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:07:02.970 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:02.970 DEBUG [main][MenuItemLookup] Found menu:'File' 06:07:02.970 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:07:02.970 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:07:02.970 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:07:02.970 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:07:02.970 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:07:02.970 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:07:02.970 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:07:02.970 DEBUG [main][MenuItemLookup] Item match:Run 06:07:02.970 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 06:07:02.970 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 06:07:02.970 DEBUG [main][MenuItemLookup] Found menu:'' 06:07:02.971 DEBUG [main][MenuItemLookup] Found menu:'Run History' 06:07:02.971 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:07:02.971 DEBUG [main][MenuItemLookup] Item match:Run As 06:07:02.982 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 06:07:02.982 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 06:07:02.982 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 06:07:02.986 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 06:07:02.986 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 06:07:02.986 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 06:07:02.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*'... 06:07:03.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:03.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:03.019 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:03.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:03.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:03.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:03.023 WARNING [main][ShellHandler] Shell is not focused 06:07:03.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:03.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:03.024 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:03.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 '\*?\QConsole\E') 06:07:03.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:03.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:03.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:03.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:03.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:03.026 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:03.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:03.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:03.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 06:07:03.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:03.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:03.042 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:03.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:03.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:03.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 06:07:03.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:03.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:03.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:03.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:03.543 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:03.545 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:03.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:03.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:03.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 06:07:03.546 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:03.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:03.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:03.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 06:07:03.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:03.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:03.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*' finished successfully 06:07:03.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:07:03.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 06:07:03.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:07:03.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 06:07:03.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:07:03.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:07:03.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:07:03.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:07:03.548 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:03.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:03.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:03.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 06:07:03.548 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") 06:07:03.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:03.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:03.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:03.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:03.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:03.549 INFO [WorkbenchTestable][AbstractToolItem] Unclick tool item Show Console When Standard Out Changes 06:07:03.550 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 06:07:03.550 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:07:03.550 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:07:03.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:03.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:03.552 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:07:03.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:03.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:03.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:03.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:03.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:03.554 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:03.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') 06:07:03.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:03.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:03.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:03.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:03.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:03.556 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:03.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems (Eclipse:2139): Gtk-CRITICAL **: 06:07:03.558: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:07:03.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:03.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:03.580 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:03.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:03.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:03.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:03.581 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:07:03.581 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:03.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:03.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:03.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:03.582 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:07:03.582 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:07:03.582 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:03.582 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Feb 4, 2021, 6:07:03 AM))' 06:07:03.582 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:03.582 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Feb 4, 2021, 6:07:03 AM))' 06:07:03.582 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:07:03.582 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:07:03.582 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:07:03.582 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:07:03.582 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:07:03.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:07:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:07:04.583 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:07:04.583 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:04.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:04.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:04.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:04.584 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:07:04.585 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:07:04.585 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:04.585 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Feb 4, 2021, 6:07:03 AM))' 06:07:04.585 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:04.585 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Feb 4, 2021, 6:07:03 AM))' 06:07:04.585 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:07:04.585 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:07:04.585 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:07:04.585 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:07:04.585 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:07:04.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:07:04.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:07:04.585 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:04.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:04.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:04.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:04.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:04.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:04.587 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:07:04.587 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:07:04.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:04.587 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:07:04.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:04.587 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:07:04.587 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:07:04.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:04.587 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:07:04.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:04.587 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:07:04.587 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:04.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:04.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:04.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:04.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:04.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:04.588 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 06:07:04.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 06:07:04.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:04.588 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 06:07:04.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:04.588 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 06:07:04.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 06:07:04.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:04.588 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 06:07:04.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:04.588 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 06:07:04.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:04.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:04.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:04.591 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07: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 '\*?\QProblems\E') 06:07:04.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:04.593 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:04.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:04.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:04.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:04.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:04.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:04.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:04.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:04.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 06:07:04.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:04.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:04.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:04.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:04.608 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:04.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:04.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:04.620 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:04.620 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:04.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:04.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:04.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:04.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:04.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 06:07:04.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:04.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 06:07:04.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.623 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) 06:07:04.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:04.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:04.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:04.625 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:04.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:04.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:04.637 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:04.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:04.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:04.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:04.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:04.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:04.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:04.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:04.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 06:07:04.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:04.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:04.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:04.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:04.642 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:04.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:04.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:04.656 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:04.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:04.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:04.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:04.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:04.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:04.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 06:07:04.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06: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 06:07:04.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.658 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. 06:07:04.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:04.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:04.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:04.671 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:04.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:04.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:04.673 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:04.673 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:04.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:04.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:04.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:04.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:04.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:04.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:04.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 06:07:04.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:04.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:04.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:04.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:04.687 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:04.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:04.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:04.689 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:04.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:04.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:04.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:04.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:04.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:04.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:04.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:04.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 06:07:04.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.691 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. 06:07:04.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:04.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:04.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:04.693 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:04.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 '\*?\QProblems\E') 06:07:04.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:04.706 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:04.706 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:04.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:04.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:04.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:04.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:04.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 06:07:04.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:04.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:04.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:04.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:04.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:04.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:04.727 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:04.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 '\*?\QProblems\E') 06:07:04.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:04.729 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:04.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:04.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:04.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:04.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:04.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:04.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 06:07:04.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:04.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 06:07:04.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.731 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 06:07:04.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:04.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:04.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:04.733 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:04.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') 06:07:04.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:04.735 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:04.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:04.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:04.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:04.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:04.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:04.735 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:04.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:04.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 06:07:04.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:04.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.738 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:04.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:04.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:04.738 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:04.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:04.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:04.740 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:04.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:04.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:04.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:04.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:04.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:04.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 06:07:04.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:04.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:04.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.742 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 06:07:04.742 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 06:07:04.796 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 06:07:04.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.807 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:07:04.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.808 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:04.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:04.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:04.808 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:04.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') 06:07:04.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:04.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:04.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:04.808 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:04.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:04.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:04.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:04.842 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:04.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:04.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:04.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:04.843 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:04.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:04.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:04.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:04.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:04.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:04.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:05.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:05.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:05.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:05.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:05.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:07:05.845 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:05.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:05.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:05.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:05.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:05.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:05.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:05.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:05.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:05.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:05.847 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:07:05.847 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:07:05.847 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 06:07:05.847 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:07:05.847 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 06:07:05.847 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 06:07:05.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:05.847 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 06:07:05.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:05.847 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 06:07:05.848 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:07:05.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:07:05.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:05.848 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:07:05.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:05.848 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:07:05.848 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass2.java of tree item test 06:07:05.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:07:05.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:05.848 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:07:05.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:05.848 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:07:05.848 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass2.java 06:07:05.848 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass2.java 06:07:05.848 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass2.java about selection 06:07:05.850 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass2.java 06:07:05.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:07:05.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:07:05.850 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:05.850 DEBUG [main][MenuItemLookup] Found menu:'File' 06:07:05.850 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:07:05.850 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:07:05.850 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:07:05.850 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:07:05.850 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:07:05.850 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:07:05.850 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:07:05.850 DEBUG [main][MenuItemLookup] Item match:Run 06:07:05.851 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 06:07:05.851 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 06:07:05.851 DEBUG [main][MenuItemLookup] Found menu:'' 06:07:05.851 DEBUG [main][MenuItemLookup] Found menu:'Run History' 06:07:05.851 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:07:05.852 DEBUG [main][MenuItemLookup] Item match:Run As 06:07:05.852 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 06:07:05.852 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 06:07:05.852 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 06:07:05.852 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 06:07:05.852 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 06:07:05.852 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 06:07:05.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*'... 06:07:05.860 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:05.860 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:05.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:05.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:05.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 06:07:05.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:05.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:05.894 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:05.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:05.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:05.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 06:07:05.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:05.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:05.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:05.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:06.395 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:06.395 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:06.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:06.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:06.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 06:07:06.396 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:06.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:06.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:06.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 06:07:06.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:06.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:06.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*' finished successfully 06:07:06.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:07:06.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 06:07:06.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 06:07:06.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 06:07:06.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:07:06.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:07:06.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:07:06.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:07:06.398 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:06.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:06.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:06.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 06:07:06.399 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") 06:07:06.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:06.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:06.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:06.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:06.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:06.400 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:07:06.400 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:07:06.416 DEBUG [main][MenuItemLookup] Found menu:'1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Feb 4, 2021, 6:07:03 AM)' 06:07:06.416 DEBUG [main][MenuItemLookup] Item match:1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Feb 4, 2021, 6:07:03 AM) 06:07:06.416 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Feb 4, 2021, 6:07:03 AM)" 06:07:06.416 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Feb 4, 2021, 6:07:03 AM) 06:07:06.416 INFO [main][MenuItemHandler] Select menu item: &1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Feb 4, 2021, 6:07:03 AM) 06:07:06.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*'... 06:07:06.430 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:06.430 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:06.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:06.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:06.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 06:07:06.431 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:06.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:06.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:06.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 06:07:06.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:06.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:06.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*' finished successfully 06:07:06.432 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:06.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:06.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:06.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 06:07:06.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:06.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:06.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:06.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:06.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:06.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:06.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:06.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:06.434 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 06:07:06.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:06.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:06.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:06.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:06.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:06.434 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:06.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:06.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:06.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 06:07:06.435 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") 06:07:06.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:06.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:06.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:06.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:06.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:06.436 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:07:06.436 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:07:06.450 DEBUG [main][MenuItemLookup] Found menu:'1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Feb 4, 2021, 6:07:03 AM)' 06:07:06.450 DEBUG [main][MenuItemLookup] Found menu:'2 TestClass2 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Feb 4, 2021, 6:07:05 AM)' 06:07:06.450 DEBUG [main][MenuItemLookup] Item match:2 TestClass2 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Feb 4, 2021, 6:07:05 AM) 06:07:06.450 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 TestClass2 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Feb 4, 2021, 6:07:05 AM)" 06:07:06.450 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 TestClass2 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Feb 4, 2021, 6:07:05 AM) 06:07:06.450 INFO [main][MenuItemHandler] Select menu item: &2 TestClass2 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Feb 4, 2021, 6:07:05 AM) 06:07:06.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*'... 06:07:06.466 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:06.466 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:06.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:06.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:06.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 06:07:06.467 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:06.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:06.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:06.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 06:07:06.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:06.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:06.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*' finished successfully 06:07:06.468 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:06.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:06.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:06.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 06:07:06.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:06.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:06.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:06.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:06.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:06.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:06.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:06.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:06.469 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 06:07:06.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:06.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:06.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:06.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:06.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:06.469 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:06.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:06.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:06.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 06:07:06.470 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") 06:07:06.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:06.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:06.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:06.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:06.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:06.471 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 06:07:06.471 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 06:07:06.471 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:07:06.471 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:07:06.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:06.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:06.473 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:06.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:06.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:06.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:06.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:06.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:06.476 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:06.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 '\*?\QConsole\E') 06:07:06.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:06.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:06.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:06.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:06.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:06.478 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:06.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:06.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:06.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:06.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:06.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:06.479 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:06.479 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:06.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:06.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:06.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:06.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:06.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:06.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:06.479 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:06.479 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:06.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:06.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:06.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:06.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:06.480 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") 06:07:06.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:06.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:06.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:06.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:06.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:06.481 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 06:07:06.481 INFO [WorkbenchTestable][AbstractView] Terminating console 06:07:06.481 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:06.481 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:06.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:06.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 06:07:06.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:06.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:06.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: "Terminate") 06:07:06.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:06.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:06.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:06.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:06.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:06.504 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 06:07:06.504 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:07:06.504 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:07:06.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 06:07:06.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:06.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:06.507 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:06.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:06.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:06.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:06.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:06.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:06.509 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:06.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 '\*?\QConsole\E') 06:07:06.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:06.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:06.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:06.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:06.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:06.511 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:06.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:06.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:06.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:06.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:06.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:06.512 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:06.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:06.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:06.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:06.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:06.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:06.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:06.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:07.013 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:07.013 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:07.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:07.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:07.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:07.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:07.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:07.015 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:07.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:07.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:07.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:07.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:07.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:07.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:07.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:07.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 06:07:07.016 INFO [WorkbenchTestable][AbstractView] Console terminated 06:07:07.016 INFO [WorkbenchTestable][AbstractView] Removing launch from console 06:07:07.016 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:07.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:07.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:07.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:07.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:07.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:07.017 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") 06:07:07.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:07.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:07.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:07.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:07.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:07.017 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 06:07:07.017 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:07:07.017 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:07:07.018 INFO [WorkbenchTestable][AbstractView] Launch removed 06:07:07.052 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:07.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:07.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:07.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 06:07:07.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:07.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:07.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:07.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:07.053 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:07.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:07.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:07.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 06:07:07.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:07.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:07.054 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") 06:07:07.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:07.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:07.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:07.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:07.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:07.054 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 06:07:07.054 INFO [WorkbenchTestable][AbstractView] Terminating console 06:07:07.055 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:07.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:07.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:07.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 06:07:07.055 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") 06:07:07.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:07.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:07.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:07.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:07.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:07.055 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 06:07:07.055 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:07:07.055 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:07:07.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 06:07:07.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:07.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:07.058 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:07.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:07.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:07.065 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:07.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:07.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:07.065 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:07.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:07.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:07.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:07.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:07.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:07.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:07.067 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:07.067 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:07.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:07.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:07.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:07.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:07.068 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:07.068 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:07.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:07.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:07.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:07.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:07.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:07.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:07.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 06:07:07.069 INFO [WorkbenchTestable][AbstractView] Console terminated 06:07:07.069 INFO [WorkbenchTestable][AbstractView] Removing launch from console 06:07:07.069 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:07.069 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:07.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:07.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:07.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:07.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:07.070 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") 06:07:07.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:07.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:07.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:07.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:07.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:07.070 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 06:07:07.070 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:07:07.070 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:07:07.071 INFO [WorkbenchTestable][AbstractView] Launch removed 06:07:07.093 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:07.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:07.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:07.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 06:07:07.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:07.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:07.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:07.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:07.096 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:07:07.096 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:07:07.096 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:07:07.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:07:07.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:07:07.097 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsoleSwitching no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 06:07:07.097 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:07:07.097 INFO [WorkbenchTestable][RequirementsRunner] Started test: consoleHasNoChangeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 06:07:07.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:07:07.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:07:07.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:07:07.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:07:07.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:07.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:07.099 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:07:07.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:07.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:07.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:07.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:07.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:07.101 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:07.101 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:07.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:07.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:07.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:07.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:07.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:07.104 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:07.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:07.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:07.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:07.125 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:07.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:07.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:07.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:07.125 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:07:07.126 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:07.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:07.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:07.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:07.126 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:07:07.127 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:07:07.127 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:07.127 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:07.127 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:07.127 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:07.127 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:07:07.127 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:07:07.127 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:07:07.127 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:07:07.127 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:07:07.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:07:08.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:07:08.128 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:07:08.128 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:08.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:08.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:08.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:08.130 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:07:08.130 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:07:08.130 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:08.130 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:08.130 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:08.130 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:08.130 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:07:08.130 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:07:08.130 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:07:08.130 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:07:08.130 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:07:08.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:07:08.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:07:08.131 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:08.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:08.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:08.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:08.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 06:07:08.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:08.131 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:07:08.132 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:07:08.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:08.132 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:07:08.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:08.132 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:07:08.132 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:07:08.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:08.132 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:07:08.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:08.132 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:07:08.132 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:08.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:08.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:08.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:08.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 06:07:08.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:08.133 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 06:07:08.133 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 06:07:08.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:08.133 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 06:07:08.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:08.133 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 06:07:08.133 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 06:07:08.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:08.133 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 06:07:08.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:08.133 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 06:07:08.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:08.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:08.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:08.136 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:08.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') 06:07:08.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:08.137 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:08.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:08.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:08.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:08.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:08.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:08.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 06:07:08.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:08.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 06:07:08.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:08.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:08.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:08.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:08.152 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:08.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:08.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:08.154 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:08.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:08.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:08.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:08.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:08.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:08.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 06:07:08.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:08.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 06:07:08.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.166 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) 06:07:08.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:08.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:08.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:08.168 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:08.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 '\*?\QProblems\E') 06:07:08.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:08.170 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:08.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:08.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:08.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:08.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:08.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:08.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 06:07:08.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:08.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:08.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:08.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:08.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:08.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:08.174 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:08.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:08.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:08.176 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:08.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:08.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:08.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:08.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:08.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:08.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 06:07:08.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:08.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:08.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.178 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. 06:07:08.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:08.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:08.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:08.180 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:08.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:08.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:08.182 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:08.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:08.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:08.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:08.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:08.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:08.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 06:07:08.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:08.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 06:07:08.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:08.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:08.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:08.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:08.196 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:08.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 '\*?\QProblems\E') 06:07:08.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:08.198 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:08.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:08.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:08.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:08.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:08.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:08.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 06:07:08.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:08.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:08.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.211 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. 06:07:08.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:08.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:08.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:08.213 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:08.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:08.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:08.214 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:08.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:08.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:08.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:08.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:08.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:08.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:08.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:08.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 06:07:08.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:08.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:08.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:08.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:08.229 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:08.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') 06:07:08.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:08.231 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:08.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:08.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:08.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:08.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:08.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:08.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 06:07:08.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:08.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 06:07:08.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.243 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 06:07:08.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:08.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:08.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:08.246 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:08.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 '\*?\QProblems\E') 06:07:08.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:08.248 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:08.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:08.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:08.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:08.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:08.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:08.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 06:07:08.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:08.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 06:07:08.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:08.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:08.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:08.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:08.252 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:08.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:08.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:08.254 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:08.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:08.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:08.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:08.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:08.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:08.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 06:07:08.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:08.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 06:07:08.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.256 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 06:07:08.256 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 06:07:08.311 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 06:07:08.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.322 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:07:08.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:08.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:08.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:08.323 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:08.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:07:08.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:08.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:08.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:08.324 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:08.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:08.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:08.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:08.348 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:08.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:08.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:08.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:08.349 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:08.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:08.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:08.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:08.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:08.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:08.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:08.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:09.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:09.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:07:09.351 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:09.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:09.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:09.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:09.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 06:07:09.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:09.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:09.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:09.353 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:07:09.353 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:07:09.353 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 06:07:09.353 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:07:09.353 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 06:07:09.354 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 06:07:09.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:09.354 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 06:07:09.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:09.354 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 06:07:09.354 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:07:09.354 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:07:09.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:09.354 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:07:09.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:09.354 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:07:09.354 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestLoopClass2.java of tree item test 06:07:09.354 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:07:09.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:09.354 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:07:09.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:09.354 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:07:09.354 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestLoopClass2.java 06:07:09.354 DEBUG [main][TreeItemHandler] Selecting tree item: TestLoopClass2.java 06:07:09.354 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestLoopClass2.java about selection 06:07:09.356 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestLoopClass2.java 06:07:09.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:07:09.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:07:09.356 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:09.356 DEBUG [main][MenuItemLookup] Found menu:'File' 06:07:09.356 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:07:09.356 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:07:09.356 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:07:09.356 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:07:09.356 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:07:09.356 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:07:09.356 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:07:09.356 DEBUG [main][MenuItemLookup] Item match:Run 06:07:09.357 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 06:07:09.357 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 06:07:09.357 DEBUG [main][MenuItemLookup] Found menu:'' 06:07:09.357 DEBUG [main][MenuItemLookup] Found menu:'Run History' 06:07:09.357 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:07:09.357 DEBUG [main][MenuItemLookup] Item match:Run As 06:07:09.357 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 06:07:09.357 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 06:07:09.357 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 06:07:09.357 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 06:07:09.357 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 06:07:09.357 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 06:07:09.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass2.*'... 06:07:09.385 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:09.385 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:09.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:09.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:09.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 06:07:09.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:09.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:09.400 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:09.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:09.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:09.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:07:09.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.910 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:09.910 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:09.910 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:09.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:09.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 06:07:09.911 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:09.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:09.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:09.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 06:07:09.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass2.*' finished successfully 06:07:09.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:07:09.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 06:07:09.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 06:07:09.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:07:09.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:07:09.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:07:09.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:07:09.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.915 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:09.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:09.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:09.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:09.917 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:09.917 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:09.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:09.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:09.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:09.919 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:09.919 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:09.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:09.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:09.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:09.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:09.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.922 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:09.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:09.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:09.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:09.924 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:09.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') 06:07:09.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:09.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:09.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:09.926 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:09.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:09.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:09.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:09.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:09.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:09.927 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:09.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:09.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:09.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:09.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:09.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:09.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:09.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:09.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:09.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:09.936 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 06:07:09.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:09.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:09.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:09.937 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:09.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:09.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:09.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 06:07:09.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:09.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:09.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:09.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:09.938 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 06:07:09.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:09.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:09.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:09.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains 'Start' Start ... 06:07:09.938 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:09.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:09.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:09.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 06:07:09.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:09.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:09.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:09.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:09.939 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 06:07:09.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:09.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:09.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:09.940 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:09.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:09.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:09.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 06:07:09.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:09.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:09.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:09.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:09.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:09.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:09.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:09.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:09.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains 'Start' Start finished successfully 06:07:09.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Console is still changing... 06:07:09.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.943 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:09.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:09.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:09.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:09.954 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:09.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 '\*?\QConsole\E') 06:07:09.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:09.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:09.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:09.956 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:09.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:09.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:09.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:09.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:09.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:09.957 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:09.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:09.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:09.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:09.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:09.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:09.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:09.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:09.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:09.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:09.958 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 06:07:09.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:09.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:09.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:09.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:09.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:10.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:10.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:10.462 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:10.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:10.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:10.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:10.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:10.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:10.464 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:10.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 '\*?\QConsole\E') 06:07:10.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:10.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:10.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:10.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:10.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:10.466 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:10.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:10.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:10.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:10.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:10.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:10.467 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:10.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:10.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:10.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:10.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:10.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:10.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:10.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:10.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:10.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:10.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:10.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:10.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:10.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:10.468 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 06:07:10.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:10.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:10.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:10.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:10.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:10.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:10.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:10.972 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:10.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:10.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:10.974 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:10.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:10.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:10.974 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:10.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 '\*?\QConsole\E') 06:07:10.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:10.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:10.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:10.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:10.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:10.985 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:10.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:10.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:10.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:10.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:10.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:10.986 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:10.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:10.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:10.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:10.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:10.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:10.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:10.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:10.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:10.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:10.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:10.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:10.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:10.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:10.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 06:07:10.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:10.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:10.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:10.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:10.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:11.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:11.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:11.490 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:11.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:11.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:11.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:11.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:11.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:11.492 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:11.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:11.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:11.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:11.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:11.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:11.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:11.494 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:11.494 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:11.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:11.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:11.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:11.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:11.495 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:11.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:11.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:11.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:11.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:11.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:11.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:11.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:11.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:11.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:11.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:11.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:11.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:11.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:11.497 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 06:07:11.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:11.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:11.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:11.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:11.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:11.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:12.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:12.000 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:12.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:12.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:12.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:12.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:12.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:12.003 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:12.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:12.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:12.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:12.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:12.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:12.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:12.005 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:12.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:12.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:12.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:12.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:12.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:12.005 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:12.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:12.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:12.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:12.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:12.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:12.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:12.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:12.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:12.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:12.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:12.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:12.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:12.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:12.006 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:12.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:12.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:12.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:12.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:12.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:12.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:12.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:12.510 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:12.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:12.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:12.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:12.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:12.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:12.514 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:12.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:12.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:12.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:12.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:12.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:12.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:12.517 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:12.517 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:12.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:12.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:12.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:12.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:12.518 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:12.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:12.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:12.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:12.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:12.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:12.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:12.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:12.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:12.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:12.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:12.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:12.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:12.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:12.519 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 06:07:12.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:12.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:12.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:12.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:12.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:13.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:13.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:13.023 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:13.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:13.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:13.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:13.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:13.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:13.025 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:13.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:13.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:13.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:13.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:13.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:13.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:13.027 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:13.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:13.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:13.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:13.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:13.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:13.029 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:13.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:13.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:13.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:13.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:13.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:13.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:13.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:13.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:13.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:13.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:13.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:13.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:13.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:13.030 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 06:07:13.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:13.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:13.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:13.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:13.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:13.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:13.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:13.533 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:13.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:13.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:13.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:13.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:13.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:13.535 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:13.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 '\*?\QConsole\E') 06:07:13.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:13.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:13.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:13.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:13.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:13.537 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:13.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:13.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:13.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:13.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:13.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:13.547 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:13.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:13.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:13.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:13.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:13.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:13.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:13.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:13.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:13.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:13.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:13.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:13.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:13.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:13.548 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 06:07:13.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:13.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:13.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:13.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:13.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:14.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:14.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:14.053 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:14.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:14.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:14.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:14.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:14.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:14.055 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:14.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 '\*?\QConsole\E') 06:07:14.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:14.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:14.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:14.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:14.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:14.058 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:14.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:14.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:14.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:14.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:14.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:14.059 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:14.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:14.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:14.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:14.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:14.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:14.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:14.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:14.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:14.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:14.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:14.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:14.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:14.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:14.060 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 06:07:14.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:14.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:14.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:14.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:14.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:14.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:14.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:14.563 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:14.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:14.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:14.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:14.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:14.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:14.566 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:14.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:14.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:14.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:14.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:14.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:14.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:14.568 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:14.568 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:14.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:14.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:14.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:14.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:14.569 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:14.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:14.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:14.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:14.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:14.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:14.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:14.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:14.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:14.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:14.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:14.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:14.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:14.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:14.579 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 06:07:14.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:14.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:14.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:14.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:14.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:15.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:15.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:15.083 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:15.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:15.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:15.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:15.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:15.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:15.085 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:15.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 '\*?\QConsole\E') 06:07:15.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:15.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:15.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:15.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:15.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:15.097 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:15.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:15.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:15.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:15.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:15.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:15.097 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:15.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:15.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:15.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:15.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:15.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:15.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:15.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:15.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:15.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:15.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:15.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:15.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:15.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:15.098 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 06:07:15.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:15.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:15.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:15.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:15.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:15.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:15.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:15.602 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:15.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:15.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:15.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:15.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:15.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:15.605 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:15.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 '\*?\QConsole\E') 06:07:15.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:15.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:15.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:15.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:15.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:15.607 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:15.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:15.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:15.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:15.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:15.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:15.608 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:15.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:15.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:15.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:15.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:15.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:15.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:15.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:15.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:15.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:15.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:15.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:15.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:15.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:15.609 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 06:07:15.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:15.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:15.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:15.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:15.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:16.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:16.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:16.113 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:16.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:16.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:16.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:16.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:16.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:16.115 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:16.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:16.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:16.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:16.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:16.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:16.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:16.117 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:16.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:16.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:16.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:16.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:16.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:16.127 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:16.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:16.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:16.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:16.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:16.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:16.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:16.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:16.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:16.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:16.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:16.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:16.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:16.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:16.128 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 06:07:16.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:16.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:16.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:16.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:16.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:16.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:16.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:16.633 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:16.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:16.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:16.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:16.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:16.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:16.635 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:16.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:16.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:16.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:16.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:16.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:16.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:16.638 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:16.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:16.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:16.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:16.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:16.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:16.639 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:16.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:16.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:16.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:16.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:16.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:16.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:16.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:16.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:16.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:16.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:16.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:16.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:16.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:16.640 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 06:07:16.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:16.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:16.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:16.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:16.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:17.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:17.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:17.144 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:17.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:17.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:17.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:17.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:17.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:17.146 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:17.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 '\*?\QConsole\E') 06:07:17.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:17.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:17.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:17.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:17.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:17.148 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:17.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:17.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:17.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:17.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:17.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:17.148 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:17.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:17.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:17.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:17.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:17.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:17.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:17.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:17.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:17.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:17.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:17.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:17.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:17.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:17.158 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 06:07:17.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:17.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:17.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:17.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:17.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:17.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:17.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:17.662 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:17.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:17.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:17.664 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:17.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:17.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:17.674 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:17.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 '\*?\QConsole\E') 06:07:17.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:17.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:17.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:17.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:17.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:17.677 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:17.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:17.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:17.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:17.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:17.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:17.677 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:17.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:17.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:17.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:17.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:17.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:17.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:17.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:17.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:17.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:17.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:17.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:17.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:17.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:17.679 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 06:07:17.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:17.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:17.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:17.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:17.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:18.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:18.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:18.182 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:18.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:18.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:18.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:18.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:18.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:18.184 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:18.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:18.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:18.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:18.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:18.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:18.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:18.186 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:18.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:18.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:18.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:18.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:18.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:18.187 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:18.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:18.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:18.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:18.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:18.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:18.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:18.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:18.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:18.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:18.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:18.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:18.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:18.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:18.188 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 06:07:18.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:18.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:18.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:18.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:18.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:18.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:18.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:18.692 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:18.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:18.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:18.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:18.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:18.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:18.694 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:18.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 '\*?\QConsole\E') 06:07:18.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:18.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:18.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:18.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:18.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:18.706 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:18.706 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:18.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:18.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:18.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:18.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:18.707 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:18.707 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:18.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:18.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:18.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:18.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:18.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:18.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:18.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:18.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:18.707 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 06:07:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:18.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:18.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:18.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:18.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:19.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:19.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:19.211 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:19.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:19.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:19.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:19.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:19.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:19.214 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:19.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:19.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:19.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:19.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:19.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:19.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:19.216 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:19.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:19.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:19.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:19.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:19.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:19.217 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:19.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:19.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:19.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:19.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:19.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:19.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:19.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:19.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:19.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:19.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:19.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:19.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:19.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:19.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 06:07:19.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:19.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:19.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:19.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:19.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:19.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:19.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:19.723 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:19.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:19.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:19.725 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:19.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:19.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:19.725 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:19.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 '\*?\QConsole\E') 06:07:19.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:19.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:19.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:19.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:19.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:19.728 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:19.728 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:19.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:19.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:19.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:19.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:19.737 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:19.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:19.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:19.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:19.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:19.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:19.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:19.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:19.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:19.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:19.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:19.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:19.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:19.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:19.739 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 06:07:19.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:19.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:19.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:19.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:19.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:20.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:20.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:20.242 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:20.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:20.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:20.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:20.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:20.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:20.245 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:20.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 '\*?\QConsole\E') 06:07:20.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:20.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:20.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:20.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:20.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:20.248 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:20.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:20.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:20.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:20.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:20.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:20.248 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:20.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:20.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:20.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:20.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:20.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:20.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:20.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:20.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:20.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:20.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:20.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:20.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:20.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:20.250 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 06:07:20.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:20.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:20.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:20.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:20.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:20.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:20.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:20.753 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:20.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:20.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:20.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:20.755 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:20.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 '\*?\QConsole\E') 06:07:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:20.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:20.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:20.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:20.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:20.758 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:20.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:20.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:20.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:20.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:20.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:20.759 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:20.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:20.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:20.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:20.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:20.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:20.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:20.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:20.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:20.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:20.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:20.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:20.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:20.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:20.769 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 06:07:20.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:20.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:20.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:20.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:20.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:21.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:21.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:21.273 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:21.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:21.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:21.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:21.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:21.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:21.276 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:21.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 '\*?\QConsole\E') 06:07:21.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:21.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:21.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:21.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:21.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:21.278 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:21.278 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:21.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:21.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:21.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:21.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:21.279 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:21.279 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:21.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:21.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:21.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:21.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:21.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:21.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:21.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:21.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:21.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:21.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:21.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:21.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:21.280 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 06:07:21.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:21.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:21.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:21.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:21.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:21.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:21.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:21.783 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:21.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:21.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:21.785 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:21.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:21.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:21.786 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:21.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:21.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:21.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:21.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:21.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:21.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:21.788 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:21.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:21.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:21.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:21.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:21.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:21.788 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:21.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:21.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:21.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:21.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:21.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:21.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:21.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:21.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:21.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:21.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:21.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:21.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:21.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:21.789 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 06:07:21.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:21.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:21.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:21.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:21.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:22.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:22.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:22.293 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:22.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:22.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:22.294 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:22.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:22.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:22.295 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:22.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 '\*?\QConsole\E') 06:07:22.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:22.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:22.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:22.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:22.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:22.297 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:22.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:22.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:22.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:22.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:22.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:22.298 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:22.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:22.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:22.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:22.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:22.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:22.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:22.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:22.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:22.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:22.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:22.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:22.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:22.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:22.299 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 06:07:22.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:22.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:22.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:22.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:22.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:22.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:22.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:22.803 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:22.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:22.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:22.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:22.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:22.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:22.805 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:22.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:22.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:22.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:22.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:22.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:22.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:22.816 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:22.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:22.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:22.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:22.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:22.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:22.817 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:22.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:22.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:22.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:22.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:22.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:22.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:22.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:22.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:22.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:22.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:22.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:22.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:22.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:22.818 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 06:07:22.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:22.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:22.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:22.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:22.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:23.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:23.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:23.323 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:23.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:23.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:23.325 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:23.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:23.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:23.325 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:23.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:23.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:23.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:23.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:23.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:23.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:23.327 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:23.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:23.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:23.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:23.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:23.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:23.328 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:23.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:23.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:23.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:23.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:23.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:23.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:23.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:23.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:23.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:23.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:23.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:23.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:23.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:23.329 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 06:07:23.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:23.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:23.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:23.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:23.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:23.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:23.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:23.833 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:23.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:23.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:23.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:23.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:23.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:23.836 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:23.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:23.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:23.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:23.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:23.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:23.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:23.848 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:23.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:23.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:23.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:23.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:23.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:23.848 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:23.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:23.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:23.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:23.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:23.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:23.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:23.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:23.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:23.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:23.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:23.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:23.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:23.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:23.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:23.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:23.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:23.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:23.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:23.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:24.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:24.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:24.353 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:24.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:24.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:24.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:24.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:24.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:24.355 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:24.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 '\*?\QConsole\E') 06:07:24.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:24.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:24.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:24.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:24.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:24.357 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:24.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:24.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:24.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:24.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:24.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:24.358 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:24.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:24.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:24.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:24.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:24.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:24.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:24.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:24.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:24.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:24.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:24.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:24.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:24.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:24.359 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 06:07:24.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:24.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:24.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:24.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:24.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:24.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:24.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:24.862 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:24.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:24.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:24.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:24.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:24.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:24.865 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:24.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:24.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:24.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:24.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:24.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:24.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:24.868 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:24.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:24.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:24.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:24.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:24.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:24.868 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:24.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:24.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:24.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:24.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:24.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:24.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:24.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:24.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:24.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:24.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:24.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:24.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:24.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:24.878 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 06:07:24.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:24.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:24.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:24.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:24.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:25.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:25.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:25.382 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:25.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:25.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:25.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:25.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:25.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:25.384 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:25.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 '\*?\QConsole\E') 06:07:25.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:25.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:25.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:25.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:25.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:25.395 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:25.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:25.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:25.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:25.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:25.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:25.396 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:25.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:25.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:25.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:25.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:25.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:25.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:25.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:25.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:25.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:25.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:25.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:25.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:25.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:25.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:25.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:25.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:25.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:25.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:25.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:25.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:25.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:25.900 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:25.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:25.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:25.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:25.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:25.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:25.903 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:25.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 '\*?\QConsole\E') 06:07:25.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:25.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:25.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:25.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:25.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:25.905 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:25.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:25.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:25.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:25.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:25.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:25.906 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:25.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:25.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:25.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:25.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:25.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:25.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:25.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:25.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:25.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:25.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:25.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:25.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:25.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:25.907 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 06:07:25.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:25.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:25.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:25.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:25.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:26.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:26.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:26.412 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:26.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:26.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:26.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:26.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:26.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:26.414 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:26.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 '\*?\QConsole\E') 06:07:26.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:26.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:26.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:26.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:26.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:26.416 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:26.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:26.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:26.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:26.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:26.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:26.425 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:26.425 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:26.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:26.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:26.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:26.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:26.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:26.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:26.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:26.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:26.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:26.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:26.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:26.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:26.427 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 06:07:26.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:26.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:26.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:26.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:26.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:26.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:26.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:26.930 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:26.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:26.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:26.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:26.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:26.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:26.933 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:26.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 '\*?\QConsole\E') 06:07:26.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:26.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:26.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:26.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:26.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:26.935 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:26.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:26.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:26.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:26.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:26.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:26.936 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:26.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:26.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:26.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:26.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:26.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:26.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:26.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:26.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:26.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:26.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:26.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:26.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:26.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:26.937 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 06:07:26.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:26.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:26.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:26.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:26.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:27.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:27.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:27.441 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:27.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:27.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:27.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:27.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:27.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:27.443 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07: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 '\*?\QConsole\E') 06:07:27.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:27.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:27.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:27.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:27.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:27.445 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:27.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:27.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:27.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:27.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:27.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:27.446 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:27.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:27.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:27.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:27.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:27.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:27.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:27.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:27.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:27.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:27.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:27.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:27.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:27.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:27.447 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 06:07:27.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:27.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:27.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:27.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:27.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:27.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:27.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:27.951 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:27.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:27.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:27.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:27.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:27.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:27.953 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:27.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:27.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:27.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:27.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:27.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:27.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:27.955 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:27.955 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:27.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:27.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:27.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:27.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:27.956 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:27.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:27.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:27.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:27.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:27.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:27.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:27.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:27.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:27.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:27.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:27.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:27.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:27.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:27.957 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 06:07:27.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:27.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:27.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:27.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:27.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:28.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:28.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:28.460 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:28.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:28.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:28.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:28.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:28.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:28.463 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:28.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 '\*?\QConsole\E') 06:07:28.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:28.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:28.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:28.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:28.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:28.474 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:28.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:28.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:28.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:28.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:28.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:28.474 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:28.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:28.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:28.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:28.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:28.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:28.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:28.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:28.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:28.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:28.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:28.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:28.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:28.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:28.475 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 06:07:28.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:28.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:28.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:28.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:28.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:28.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:28.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:28.979 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:28.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:28.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:28.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:28.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:28.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:28.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:28.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 '\*?\QConsole\E') 06:07:28.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:28.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:28.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:28.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:28.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:28.983 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:28.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:28.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:28.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:28.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:28.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:28.984 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:28.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:28.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:28.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:28.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:28.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:28.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:28.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:28.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:28.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:28.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:28.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:28.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:28.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:28.985 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 06:07:28.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:28.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:28.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:28.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:28.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:29.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:29.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:29.489 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:29.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:29.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:29.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:29.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:29.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:29.492 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:29.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:29.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:29.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:29.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:29.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:29.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:29.494 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:29.494 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:29.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:29.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:29.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:29.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:29.495 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:29.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:29.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:29.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:29.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:29.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:29.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:29.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:29.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:29.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:29.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:29.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:29.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:29.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:29.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 06:07:29.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:29.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:29.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:29.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:29.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:30.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:30.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:30.008 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:30.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:30.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:30.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:30.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:30.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:30.011 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:30.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') 06:07:30.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:30.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:30.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:30.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:30.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:30.022 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:30.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:30.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:30.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:30.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:30.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:30.023 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:30.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:30.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:30.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:30.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:30.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:30.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:30.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:30.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:30.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:30.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:30.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:30.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:30.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:30.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 06:07:30.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:30.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:30.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:30.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:30.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:30.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:30.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:30.527 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:30.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:30.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:30.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:30.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:30.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:30.530 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:30.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 '\*?\QConsole\E') 06:07:30.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:30.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:30.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:30.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:30.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:30.532 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:30.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:30.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:30.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:30.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:30.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:30.533 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:30.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:30.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:30.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:30.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:30.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:30.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:30.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:30.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:30.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:30.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:30.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:30.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:30.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:30.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:30.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:30.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:30.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:30.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:30.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:31.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.038 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:31.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:31.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:31.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:31.040 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:31.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:31.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:31.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:31.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:31.043 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:31.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:31.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:31.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:31.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:31.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:31.043 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:31.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:31.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:31.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:31.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:31.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:31.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:31.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:31.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:31.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:31.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:31.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:31.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:31.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:31.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Console is still changing finished successfully 06:07:31.054 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:31.054 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:31.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:31.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:31.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start Hello Application TooltipText=null 06:07:31.055 INFO [WorkbenchTestable][AbstractView] Terminating console 06:07:31.055 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:31.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:31.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:31.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start Hello Application TooltipText=null 06:07:31.055 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") 06:07:31.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:31.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:31.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:31.056 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 06:07:31.056 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:07:31.056 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:07:31.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 06:07:31.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.058 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:31.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:31.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:31.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:31.060 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:31.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 '\*?\QConsole\E') 06:07:31.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:31.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:31.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:31.075 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:31.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:31.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:31.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:31.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:31.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:31.076 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:31.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:31.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:31.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:31.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:31.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:31.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 06:07:31.077 INFO [WorkbenchTestable][AbstractView] Console terminated 06:07:31.078 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:31.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:31.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:31.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:31.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:31.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:31.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:31.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:31.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:07:31.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:07:31.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:31.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:31.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:31.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:07:31.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.083 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:31.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:31.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:31.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:31.085 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:31.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 '\*?\QConsole\E') 06:07:31.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:31.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:31.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:31.087 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:31.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:31.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:31.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:31.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:31.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:31.088 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:31.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:31.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:31.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:31.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:31.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:31.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.089 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:31.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:31.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:31.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:31.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:31.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:31.090 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") 06:07:31.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:31.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:31.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:31.090 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 06:07:31.091 INFO [WorkbenchTestable][AbstractView] Terminating console 06:07:31.091 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:31.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:31.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:31.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 06:07:31.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:31.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:31.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: "Terminate") 06:07:31.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:31.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:31.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:31.092 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 06:07:31.092 INFO [WorkbenchTestable][AbstractView] Removing launch from console 06:07:31.092 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:31.092 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:31.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:31.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start Hello Application TooltipText=null 06:07:31.093 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") 06:07:31.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:31.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:31.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:31.093 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 06:07:31.093 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:07:31.093 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:07:31.103 INFO [WorkbenchTestable][AbstractView] Launch removed 06:07:31.119 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:31.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:31.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:31.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:07:31.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:31.121 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:07:31.121 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:07:31.121 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:07:31.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:07:31.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:07:31.122 INFO [WorkbenchTestable][RequirementsRunner] Finished test: consoleHasNoChangeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 06:07:31.122 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:07:31.122 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemoveAllTerminatedLaunches no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 06:07:31.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:07:31.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:07:31.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:07:31.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:07:31.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.124 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:07:31.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:31.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:31.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:31.125 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:31.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:31.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:31.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:31.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:31.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:31.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:31.127 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:31.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:31.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:31.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:31.150 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:31.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:31.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:31.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:31.150 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:07:31.150 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:31.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:31.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:31.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:31.151 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:07:31.152 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:07:31.152 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:31.152 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:31.152 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:31.152 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:31.152 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:07:31.152 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:07:31.152 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:07:31.152 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:07:31.152 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:07:31.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:07:32.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:07:32.153 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:07:32.153 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:32.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:32.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:32.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:32.155 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:07:32.155 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:07:32.155 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:32.155 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:32.155 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:32.155 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:32.155 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:07:32.155 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:07:32.155 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:07:32.155 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:07:32.155 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:07:32.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:07:32.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:07:32.156 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:32.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:32.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:32.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:32.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:32.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:32.157 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:07:32.157 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:07:32.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:32.157 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:07:32.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:32.157 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:07:32.157 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:07:32.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:32.157 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:07:32.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:32.157 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:07:32.158 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:32.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:32.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:32.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:32.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 06:07:32.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:32.159 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 06:07:32.159 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 06:07:32.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:32.159 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 06:07:32.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:32.159 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 06:07:32.159 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 06:07:32.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:32.159 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 06:07:32.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:32.159 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 06:07:32.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:32.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:32.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:32.162 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:32.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') 06:07:32.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:32.174 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:32.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:32.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:32.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:32.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:32.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:32.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:32.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:32.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:32.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:32.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.179 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:32.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:32.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:32.189 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:32.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:32.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:32.191 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:32.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:32.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:32.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:32.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:32.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:32.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:32.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:32.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 06:07:32.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.193 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) 06:07:32.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:32.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:32.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:32.208 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:32.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:32.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:32.210 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:32.210 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:32.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:32.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:32.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:32.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:32.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:32.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:32.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 06:07:32.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:32.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:32.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:32.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:32.225 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07: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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:32.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:32.227 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:32.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:32.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:32.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:32.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:32.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:32.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 06:07:32.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:32.239 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:32.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.240 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. 06:07:32.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:32.242 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:32.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') 06:07:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:32.244 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:32.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:32.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:32.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:32.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:32.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:32.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 06:07:32.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:32.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 06:07:32.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:32.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:32.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:32.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:32.259 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:32.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') 06:07:32.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:32.261 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:32.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:32.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:32.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:32.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:32.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:32.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 06:07:32.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:32.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 06:07:32.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.274 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. 06:07:32.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:32.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:32.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:32.276 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:32.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') 06:07:32.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:32.279 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:32.279 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:32.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:32.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:32.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:32.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:32.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:32.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:32.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:32.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:32.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:32.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:32.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:32.306 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:32.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:32.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:32.308 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:32.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:32.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:32.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:32.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:32.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:32.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:32.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:32.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 06:07:32.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.310 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 06:07:32.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:32.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:32.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:32.323 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:32.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:32.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:32.325 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:32.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:32.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:32.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:32.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:32.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:32.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 06:07:32.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:32.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:32.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:32.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:32.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:32.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:32.340 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:32.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') 06:07:32.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:32.342 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:32.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:32.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:32.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:32.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:32.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:32.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 06:07:32.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:32.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 06:07:32.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.344 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 06:07:32.344 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 06:07:32.399 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 06:07:32.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.410 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:07:32.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.411 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:32.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:32.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:32.411 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:32.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 '\*?\QPackage Explorer\E') 06:07:32.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:32.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:32.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:32.412 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:32.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:32.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:32.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:32.436 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:32.436 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:32.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:32.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:32.437 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:32.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:32.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:32.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:32.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:32.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:32.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:32.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:33.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:33.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:33.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:07:33.439 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:33.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:33.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:33.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:33.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:33.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:33.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:33.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:33.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:33.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:33.441 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:07:33.441 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:07:33.441 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 06:07:33.441 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:07:33.442 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 06:07:33.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 06:07:33.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:33.442 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 06:07:33.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:33.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 06:07:33.442 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:07:33.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:07:33.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:33.442 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:07:33.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:33.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:07:33.442 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 06:07:33.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:07:33.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:33.442 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:07:33.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:33.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:07:33.442 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:07:33.442 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:07:33.443 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:07:33.444 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:07:33.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:07:33.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:07:33.444 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:33.444 DEBUG [main][MenuItemLookup] Found menu:'File' 06:07:33.444 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:07:33.444 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:07:33.444 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:07:33.444 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:07:33.444 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:07:33.444 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:07:33.444 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:07:33.444 DEBUG [main][MenuItemLookup] Item match:Run 06:07:33.445 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 06:07:33.445 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 06:07:33.445 DEBUG [main][MenuItemLookup] Found menu:'' 06:07:33.445 DEBUG [main][MenuItemLookup] Found menu:'Run History' 06:07:33.445 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:07:33.445 DEBUG [main][MenuItemLookup] Item match:Run As 06:07:33.445 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 06:07:33.445 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 06:07:33.445 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 06:07:33.445 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 06:07:33.445 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 06:07:33.445 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 06:07:33.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 06:07:33.474 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:33.475 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:33.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:33.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:33.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:07:33.495 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:33.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:33.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:33.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:07:33.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:33.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:33.996 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:33.996 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:33.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:33.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:33.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 06:07:33.997 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:33.997 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:33.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:33.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 06:07:33.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:33.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:33.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 06:07:33.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:07:33.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 06:07:33.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:07:33.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:07:33.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:07:33.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:07:33.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 06:07:33.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:34.000 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:34.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:34.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:34.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:34.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:34.002 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:34.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 '\*?\QConsole\E') 06:07:34.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:34.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:34.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:34.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:34.004 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:34.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:34.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:34.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:34.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:34.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:34.005 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:34.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:34.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:34.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:34.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:34.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:34.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:34.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 06:07:34.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:34.009 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:34.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:34.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:34.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:34.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:34.019 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:34.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 '\*?\QConsole\E') 06:07:34.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:34.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:34.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:34.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:34.022 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:34.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:34.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:34.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:34.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:34.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:34.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch... 06:07:34.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:34.025 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:34.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:34.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:34.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:34.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:34.027 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:34.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') 06:07:34.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:34.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:34.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:34.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:34.029 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:34.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:34.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:34.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:34.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:34.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:34.030 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:34.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:34.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:34.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:34.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:34.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:34.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:34.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch finished successfully 06:07:34.031 INFO [WorkbenchTestable][AbstractView] Removing terminated launches from console 06:07:34.031 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:34.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:34.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:34.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:34.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:34.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:34.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: "Remove All Terminated Launches") 06:07:34.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:34.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:34.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:34.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:34.032 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Terminated Launches 06:07:34.032 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:07:34.033 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:07:34.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch... 06:07:34.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:34.057 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:34.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:34.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:34.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:34.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:34.060 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:34.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 '\*?\QConsole\E') 06:07:34.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:34.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:34.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:34.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:34.062 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:34.062 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:34.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:34.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:34.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:34.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:34.063 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:34.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:34.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:34.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:34.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:34.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:34.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:34.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch finished successfully 06:07:34.063 INFO [WorkbenchTestable][AbstractView] Terminated launches cleared 06:07:34.064 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:34.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:34.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:34.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:34.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:34.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:34.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:34.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:34.066 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:34.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:34.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:34.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:34.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:34.068 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:34.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:34.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:34.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:34.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:34.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:34.070 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:34.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:34.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:34.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:34.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:34.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:34.078 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:34.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:34.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:34.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:34.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:34.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:34.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:34.080 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:07:34.080 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:07:34.080 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:07:34.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:07:34.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:07:34.081 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemoveAllTerminatedLaunches no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 06:07:34.081 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:07:34.081 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleShowConsoleOnStandardOutChange no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 06:07:34.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:07:34.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:07:34.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:07:34.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:07:34.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:34.083 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:07:34.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:34.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:34.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:34.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:34.085 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:34.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:34.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:34.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:34.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:34.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:34.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:34.087 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:34.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:34.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:34.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:34.098 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:34.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:34.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:34.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:34.099 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:07:34.099 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:34.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:34.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:34.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:34.100 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:07:34.100 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:07:34.100 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:34.100 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:34.100 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:34.100 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:34.100 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:07:34.100 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:07:34.100 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:07:34.100 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:07:34.100 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:07:34.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:07:35.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:07:35.602 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:07:35.602 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:35.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:35.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:35.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:35.603 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:07:35.603 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:07:35.604 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:35.604 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:35.604 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:35.604 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:35.604 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:07:35.604 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:07:35.604 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:07:35.604 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:07:35.604 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:07:35.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:07:35.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:07:35.604 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:35.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:35.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:35.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:35.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:35.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:35.605 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:07:35.605 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:07:35.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:35.605 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:07:35.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:35.605 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:07:35.605 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:07:35.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:35.605 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:07:35.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:35.605 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:07:35.605 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:35.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:35.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:35.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:35.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 06:07:35.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:35.606 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 06:07:35.606 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 06:07:35.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:35.606 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 06:07:35.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:35.606 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 06:07:35.606 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 06:07:35.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:35.606 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 06:07:35.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:35.606 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 06:07:35.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:35.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:35.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:35.609 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:35.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') 06:07:35.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:35.610 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:35.611 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:35.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:35.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:35.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:35.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:35.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:35.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:35.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 06:07:35.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:35.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:35.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:35.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:35.614 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:35.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:35.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:35.616 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:35.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:35.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:35.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:35.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:35.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:35.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 06:07:35.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:35.628 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:35.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.628 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) 06:07:35.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:35.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:35.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:35.631 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:35.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:35.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:35.633 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:35.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:35.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:35.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:35.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:35.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:35.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 06:07:35.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:35.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:35.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:35.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:35.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:35.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:35.637 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:35.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:35.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:35.639 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:35.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:35.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:35.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:35.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:35.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:35.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:35.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:35.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:35.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.641 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. 06:07:35.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:35.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:35.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:35.644 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:35.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:35.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:35.656 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:35.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:35.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:35.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:35.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:35.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:35.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 06:07:35.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:35.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 06:07:35.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:35.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:35.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:35.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:35.661 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:35.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:35.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:35.674 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:35.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:35.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:35.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:35.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:35.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:35.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 06:07:35.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:35.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:35.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.676 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. 06:07:35.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:35.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:35.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:35.695 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:35.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 '\*?\QProblems\E') 06:07:35.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:35.697 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:35.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:35.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:35.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:35.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:35.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:35.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:35.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:35.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 06:07:35.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:35.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.702 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:35.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:35.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:35.702 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:35.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 '\*?\QProblems\E') 06:07:35.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:35.704 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:35.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:35.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:35.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:35.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:35.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:35.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 06:07:35.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:35.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 06:07:35.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.705 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 06:07:35.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:35.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:35.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:35.708 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:35.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 '\*?\QProblems\E') 06:07:35.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:35.709 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:35.709 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:35.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:35.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:35.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:35.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:35.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:35.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:35.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 06:07:35.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:35.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:35.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:35.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:35.724 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:35.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 '\*?\QProblems\E') 06:07:35.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:35.726 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:35.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:35.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:35.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:35.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:35.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:35.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 06:07:35.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:35.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:35.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.738 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 06:07:35.738 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 06:07:35.794 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 06:07:35.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.795 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:07:35.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:35.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:35.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:35.796 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:35.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 '\*?\QPackage Explorer\E') 06:07:35.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:35.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:35.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:35.796 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:35.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:35.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:35.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:35.804 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:35.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:35.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:35.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:35.805 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:35.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:35.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:35.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:35.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:35.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:35.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:36.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:36.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:36.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:36.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:36.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:07:36.806 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:36.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:36.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:36.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:36.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:36.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:36.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:36.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:36.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:36.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:36.807 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:07:36.807 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:07:36.807 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 06:07:36.807 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:07:36.808 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 06:07:36.808 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 06:07:36.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:36.808 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 06:07:36.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:36.808 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 06:07:36.808 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:07:36.808 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:07:36.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:36.808 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:07:36.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:36.808 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:07:36.808 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 06:07:36.808 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:07:36.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:36.808 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:07:36.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:36.808 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:07:36.808 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:07:36.808 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:07:36.808 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:07:36.810 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:07:36.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:07:36.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:07:36.810 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:36.810 DEBUG [main][MenuItemLookup] Found menu:'File' 06:07:36.810 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:07:36.810 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:07:36.810 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:07:36.810 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:07:36.810 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:07:36.810 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:07:36.810 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:07:36.810 DEBUG [main][MenuItemLookup] Item match:Run 06:07:36.810 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 06:07:36.810 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 06:07:36.810 DEBUG [main][MenuItemLookup] Found menu:'' 06:07:36.810 DEBUG [main][MenuItemLookup] Found menu:'Run History' 06:07:36.810 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:07:36.810 DEBUG [main][MenuItemLookup] Item match:Run As 06:07:36.811 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 06:07:36.811 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 06:07:36.811 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 06:07:36.812 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 06:07:36.812 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 06:07:36.812 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 06:07:36.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 06:07:36.820 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:36.820 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:36.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:36.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:36.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 06:07:36.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:36.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:36.861 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:36.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:36.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:36.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:07:36.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:36.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.368 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:37.369 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:37.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:37.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:37.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 06:07:37.370 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:37.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:37.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:37.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 06:07:37.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 06:07:37.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:07:37.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 06:07:37.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:07:37.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:07:37.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:07:37.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:07:37.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 06:07:37.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.373 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:37.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:37.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:37.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:37.375 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:37.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:37.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:37.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:37.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:37.377 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:37.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:37.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:37.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:37.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:37.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:37.377 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:37.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:37.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:37.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:37.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:37.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:37.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 06:07:37.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.389 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:37.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:37.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:37.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:37.391 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:37.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:37.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:37.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:37.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:37.392 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:37.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:37.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:37.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:37.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:37.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:37.393 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:37.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:37.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:37.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:37.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:37.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:37.394 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") 06:07:37.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:37.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:37.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:37.394 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 06:07:37.403 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:37.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:37.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:37.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 06:07:37.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:37.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:37.404 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 06:07:37.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:37.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:37.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:37.405 INFO [WorkbenchTestable][AbstractToolItem] Unclick tool item Show Console When Standard Out Changes 06:07:37.405 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 06:07:37.405 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:07:37.405 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:07:37.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.407 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:37.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:37.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:37.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:37.409 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:37.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 '\*?\QConsole\E') 06:07:37.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:37.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:37.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:37.420 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:37.420 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:37.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:37.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:37.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:37.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:37.421 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:37.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:37.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:37.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:37.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:37.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:37.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.422 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:37.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:37.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:37.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:37.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:37.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:37.422 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") 06:07:37.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:37.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:37.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:37.423 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 06:07:37.423 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 06:07:37.423 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:07:37.423 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:07:37.423 INFO [WorkbenchTestable][AbstractView] Terminating console 06:07:37.423 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:37.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:37.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:37.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 06:07:37.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:37.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:37.424 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") 06:07:37.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:37.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:37.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:37.424 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 06:07:37.424 INFO [WorkbenchTestable][AbstractView] Removing launch from console 06:07:37.424 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:37.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:37.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:37.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 06:07:37.425 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") 06:07:37.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:37.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:37.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:37.425 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 06:07:37.425 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:07:37.425 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:07:37.426 INFO [WorkbenchTestable][AbstractView] Launch removed 06:07:37.448 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:37.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:37.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:37.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:07:37.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:37.450 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:07:37.450 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:07:37.450 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:07:37.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:07:37.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:07:37.450 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleShowConsoleOnStandardOutChange no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 06:07:37.450 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:07:37.450 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsoleHasAnyText no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 06:07:37.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:07:37.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:07:37.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:07:37.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:07:37.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.452 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:37.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:37.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:37.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:37.455 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:37.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:37.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:37.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:37.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:37.457 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:37.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:37.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:37.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:37.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:37.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:37.458 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:37.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:37.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:37.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:37.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:37.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:37.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:37.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.460 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:37.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.470 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:37.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:37.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:37.471 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:37.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:37.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:37.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:37.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:37.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:37.473 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:37.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:37.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:37.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:37.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:37.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:37.474 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:37.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:37.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:37.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:37.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:37.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:37.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:37.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:37.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:37.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:38.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:38.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:38.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:38.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:39.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:39.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:39.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:39.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:40.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:40.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:40.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:40.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:41.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:41.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:41.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:41.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:42.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:42.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:42.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:42.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:43.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:43.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:43.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:43.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:44.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:44.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:44.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:44.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:45.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:45.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:45.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:45.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:46.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:46.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:46.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:46.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:47.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:47.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:47.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:07:47.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:47.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:47.497 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:47.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:47.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:47.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:47.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:47.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:47.499 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:47.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 '\*?\QConsole\E') 06:07:47.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:47.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:47.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:47.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:47.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:47.501 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:47.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:47.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:47.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:47.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:47.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:47.502 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:47.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:47.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:47.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:47.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:47.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:47.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:47.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:47.504 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:07:47.504 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:07:47.504 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:07:47.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:07:47.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:07:47.504 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsoleHasAnyText no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 06:07:47.504 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:07:47.504 INFO [WorkbenchTestable][RequirementsRunner] Started test: consoleHasTextTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 06:07:47.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:07:47.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:07:47.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:07:47.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:07:47.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:47.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:47.506 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:47.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:47.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:47.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:47.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:47.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:47.509 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:47.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 '\*?\QConsole\E') 06:07:47.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:47.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:47.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:47.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:47.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:47.511 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:47.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:47.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:47.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:47.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:47.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:47.512 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:47.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:47.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:47.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:47.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:47.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:47.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:47.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:47.513 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:07:47.513 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:07:47.513 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:07:47.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:07:47.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:07:47.513 INFO [WorkbenchTestable][RequirementsRunner] Finished test: consoleHasTextTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 06:07:47.514 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:07:47.521 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 06:07:47.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:07:47.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:07:47.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:07:47.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:07:47.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:47.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:47.523 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:47.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:47.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:47.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:47.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:47.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:47.525 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:47.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 '\*?\QConsole\E') 06:07:47.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:47.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:47.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:47.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:47.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:47.527 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:47.527 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:47.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:47.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:47.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:47.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:47.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:47.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:47.529 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:07:47.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:47.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:47.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:47.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:47.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:47.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:47.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:47.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:47.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:47.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:47.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:47.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:47.534 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:47.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:47.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:47.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:47.544 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:47.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:47.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:47.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:47.544 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:07:47.545 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:47.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:47.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:47.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:47.545 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:07:47.546 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:07:47.546 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:47.546 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:47.546 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:47.546 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:47.547 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:07:47.547 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:07:47.547 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:07:47.547 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:07:47.547 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:07:47.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:07:48.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:07:48.548 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:07:48.548 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:48.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:48.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:48.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:48.549 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:07:48.549 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:07:48.549 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:48.549 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:48.550 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:48.550 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:48.550 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:07:48.550 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:07:48.550 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:07:48.550 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:07:48.550 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:07:48.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:07:48.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:07:48.550 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:48.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:48.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:48.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:48.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:48.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:48.551 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:07:48.551 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:07:48.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:48.551 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:07:48.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:48.551 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:07:48.551 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:07:48.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:48.551 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:07:48.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:48.551 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:07:48.551 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:48.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:48.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:48.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:48.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 06:07:48.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:48.552 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 06:07:48.552 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 06:07:48.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:48.553 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 06:07:48.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:48.553 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 06:07:48.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 06:07:48.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:48.553 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 06:07:48.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:48.553 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 06:07:48.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:48.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:48.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:48.555 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:48.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:48.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:48.557 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:48.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:48.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:48.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:48.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:48.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:48.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 06:07:48.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:48.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:48.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:48.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:48.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:48.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:48.561 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:48.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:48.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:48.563 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:48.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:48.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:48.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:48.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:48.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:48.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 06:07:48.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:48.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 06:07:48.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.566 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) 06:07:48.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.578 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:48.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:48.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:48.578 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:48.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 '\*?\QProblems\E') 06:07:48.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:48.580 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:48.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:48.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:48.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:48.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:48.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:48.581 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:48.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:48.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 06:07:48.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:48.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:48.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:48.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:48.595 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:48.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:48.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:48.597 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:48.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:48.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:48.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:48.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:48.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:48.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:48.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:48.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:48.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.598 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. 06:07:48.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:48.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:48.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:48.611 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:48.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 '\*?\QProblems\E') 06:07:48.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:48.613 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:48.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:48.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:48.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:48.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:48.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:48.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:48.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:48.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 06:07:48.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:48.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:48.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:48.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:48.627 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:48.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 '\*?\QProblems\E') 06:07:48.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:48.629 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:48.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:48.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:48.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:48.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:48.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:48.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 06:07:48.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:48.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:48.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.632 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. 06:07:48.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:48.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:48.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:48.644 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:48.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:48.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:48.646 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:48.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:48.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:48.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:48.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:48.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:48.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:48.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:48.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 06:07:48.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:48.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:48.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:48.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:48.650 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:48.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:48.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:48.662 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:48.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:48.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:48.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:48.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:48.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:48.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:48.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:48.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 06:07:48.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.664 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 06:07:48.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:48.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:48.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:48.676 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07: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') 06:07:48.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:48.678 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:48.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:48.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:48.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:48.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:48.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07: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 06:07:48.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:48.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:48.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:48.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:48.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:48.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:48.683 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:48.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:48.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:48.695 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:48.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:48.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:48.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:48.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:48.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:48.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 06:07:48.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:48.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:48.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.698 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 06:07:48.698 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 06:07:48.759 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 06:07:48.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.770 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:07:48.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.770 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:48.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:48.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:48.771 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:48.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:07:48.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:48.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:48.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:48.771 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:48.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:48.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:48.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:48.806 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:48.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:48.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:48.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:48.806 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:48.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:48.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:48.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:48.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:48.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:48.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:49.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:49.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:49.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:49.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:49.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:07:49.809 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:49.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:49.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:49.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:49.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 06:07:49.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:49.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:49.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:49.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:49.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:49.810 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:07:49.810 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:07:49.810 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 06:07:49.810 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:07:49.811 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 06:07:49.811 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 06:07:49.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:49.811 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 06:07:49.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:49.811 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 06:07:49.811 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:07:49.811 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:07:49.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:49.811 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:07:49.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:49.811 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:07:49.811 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 06:07:49.811 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:07:49.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:49.811 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:07:49.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:49.811 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:07:49.811 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:07:49.811 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:07:49.811 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:07:49.813 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:07:49.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:07:49.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:07:49.813 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:49.813 DEBUG [main][MenuItemLookup] Found menu:'File' 06:07:49.813 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:07:49.813 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:07:49.813 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:07:49.813 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:07:49.813 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:07:49.813 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:07:49.813 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:07:49.813 DEBUG [main][MenuItemLookup] Item match:Run 06:07:49.814 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 06:07:49.814 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 06:07:49.814 DEBUG [main][MenuItemLookup] Found menu:'' 06:07:49.814 DEBUG [main][MenuItemLookup] Found menu:'Run History' 06:07:49.814 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:07:49.814 DEBUG [main][MenuItemLookup] Item match:Run As 06:07:49.814 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 06:07:49.814 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 06:07:49.814 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 06:07:49.814 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 06:07:49.814 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 06:07:49.814 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 06:07:49.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 06:07:49.822 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:49.823 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:49.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:49.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:49.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:07:49.867 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:49.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:49.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:49.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:07:49.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:49.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:50.368 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:50.368 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:50.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:50.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:50.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 06:07:50.369 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:50.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:50.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:50.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 06:07:50.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:50.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:50.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 06:07:50.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:07:50.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 06:07:50.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:07:50.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:07:50.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:07:50.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:07:50.370 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:07:51.370 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:51.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:51.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:51.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 06:07:51.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:51.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:51.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:51.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:51.371 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 06:07:51.371 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:07:51.380 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:07:51.380 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:07:51.380 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:07:51.380 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 06:07:51.380 DEBUG [main][MenuItemLookup] Found menu:'' 06:07:51.380 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...' 06:07:51.380 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 06:07:51.380 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 06:07:51.380 DEBUG [main][MenuItemLookup] Found menu:'Open Link' 06:07:51.380 DEBUG [main][MenuItemLookup] Found menu:'Clear' 06:07:51.380 DEBUG [main][MenuItemLookup] Item match:Clear 06:07:51.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:51.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:51.383 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:51.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:51.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:51.385 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:51.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:51.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:51.386 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:51.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 '\*?\QConsole\E') 06:07:51.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:51.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:51.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:51.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:51.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:51.388 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:51.388 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:51.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:51.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:51.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:51.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:51.389 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:51.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:51.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:51.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:51.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:51.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:51.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:51.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:51.390 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:51.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:51.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:51.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:51.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:51.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:51.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: "Show Console When Standard Out Changes") 06:07:51.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:51.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:51.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:51.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:51.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:51.391 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 06:07:51.391 INFO [WorkbenchTestable][AbstractView] Terminating console 06:07:51.391 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:51.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:51.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:51.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 06:07:51.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:51.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:51.392 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") 06:07:51.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:51.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:51.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:51.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:51.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:51.393 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 06:07:51.393 INFO [WorkbenchTestable][AbstractView] Removing launch from console 06:07:51.393 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:51.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:51.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:51.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 06:07:51.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove Launch") 06:07:51.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:51.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:51.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:51.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:51.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:51.394 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 06:07:51.394 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:07:51.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:07:51.394 INFO [WorkbenchTestable][AbstractView] Launch removed 06:07:51.418 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:51.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:51.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:51.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:07:51.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:51.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:51.420 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:07:51.420 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:07:51.420 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:07:51.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:07:51.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:07:51.421 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 06:07:51.421 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:07:51.421 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemoveLaunch no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 06:07:51.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:07:51.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:07:51.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:07:51.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:07:51.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:51.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:51.423 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:07:51.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:51.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:51.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:51.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:51.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:51.425 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:51.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 '\*?\QProblems\E') 06:07:51.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:51.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:51.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:51.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:51.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:51.427 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:51.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:51.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:51.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:51.448 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:51.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:51.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:51.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:51.449 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:07:51.449 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:51.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:51.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:51.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:51.450 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:07:51.450 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:07:51.450 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:51.450 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:51.451 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:51.451 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:51.451 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:07:51.451 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:07:51.451 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:07:51.451 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:07:51.451 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:07:51.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:07:52.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:07:52.952 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:07:52.952 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:52.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:52.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:52.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:52.953 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:07:52.954 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:07:52.954 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:52.954 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:52.954 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:52.954 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:52.954 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:07:52.954 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:07:52.954 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:07:52.954 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:07:52.954 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:07:52.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:07:52.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:07:52.954 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:52.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:52.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:52.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:52.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 06:07:52.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:52.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:52.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:52.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:52.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:52.955 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:07:52.955 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:07:52.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:52.955 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:07:52.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:52.955 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:07:52.955 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:07:52.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:52.955 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:07:52.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:52.955 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:07:52.955 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:52.955 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:52.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:52.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:52.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:52.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:52.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:52.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:52.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:52.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:52.956 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 06:07:52.956 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 06:07:52.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:52.956 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 06:07:52.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:52.956 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 06:07:52.956 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 06:07:52.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:52.956 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 06:07:52.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:52.956 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 06:07:52.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:52.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:52.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:52.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:52.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:52.958 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:52.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 '\*?\QProblems\E') 06:07:52.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:52.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:52.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:52.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:52.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:52.960 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:52.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:52.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:52.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:52.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:52.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:52.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:52.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:52.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:52.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:52.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:52.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:52.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:52.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:52.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:52.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:52.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:52.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:52.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:52.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:52.974 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:52.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:52.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:52.975 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:52.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:52.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:52.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:52.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:52.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:52.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:52.977 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:52.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:52.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:52.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:52.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:52.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:52.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 06:07:52.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:52.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:52.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:52.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:52.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:52.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:52.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:52.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:52.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:52.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:52.989 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) 06:07:52.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:52.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:52.991 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:52.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:52.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:52.992 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:52.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:52.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:52.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:52.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:52.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:52.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:52.993 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:52.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:52.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:52.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:52.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:52.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:52.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 06:07:52.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:52.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:53.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 06:07:53.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:53.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.007 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:53.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:53.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:53.008 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:53.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 '\*?\QProblems\E') 06:07:53.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:53.010 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:53.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:53.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:53.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:53.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:53.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:53.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:53.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:53.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 06:07:53.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.022 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. 06:07:53.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:53.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:53.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:53.024 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:53.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 '\*?\QProblems\E') 06:07:53.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:53.026 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:53.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:53.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:53.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:53.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:53.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:53.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:53.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:53.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:53.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:53.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:53.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:53.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:53.040 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:53.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:53.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:53.042 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:53.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:53.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:53.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:53.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:53.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:53.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:53.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:53.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 06:07:53.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.045 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. 06:07:53.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:53.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:53.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:53.047 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:53.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:53.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:53.049 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:53.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:53.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:53.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:53.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:53.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:53.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 06:07:53.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:53.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 06:07:53.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:53.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:53.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:53.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:53.053 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:53.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:53.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:53.065 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:53.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:53.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:53.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:53.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:53.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:53.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 06:07:53.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:53.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:53.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.068 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 06:07:53.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.070 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:53.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:53.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:53.070 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:53.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 '\*?\QProblems\E') 06:07:53.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:53.083 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:53.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:53.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:53.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:53.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:53.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:53.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 06:07:53.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:53.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:53.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:53.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:53.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:53.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:53.087 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:53.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:53.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:53.100 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:53.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:53.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:53.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:53.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:53.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:53.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:53.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:53.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 06:07:53.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.102 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 06:07:53.102 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 06:07:53.156 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 06:07:53.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.168 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:07:53.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:53.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:53.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:53.169 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:53.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:07:53.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:53.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:53.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:53.170 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:53.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:53.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:53.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:53.193 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:53.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:53.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:53.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:53.193 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:53.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:53.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:53.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:53.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:53.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:53.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:53.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:54.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:54.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:07:54.196 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:54.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:54.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:54.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:54.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 06:07:54.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:54.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:54.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:54.197 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:07:54.197 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:07:54.197 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 06:07:54.197 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:07:54.197 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 06:07:54.197 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 06:07:54.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:54.197 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 06:07:54.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:54.197 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 06:07:54.198 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:07:54.198 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:07:54.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:54.198 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:07:54.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:54.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:07:54.198 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 06:07:54.198 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:07:54.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:54.198 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:07:54.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:54.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:07:54.198 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:07:54.198 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:07:54.198 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:07:54.200 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:07:54.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:07:54.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:07:54.200 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:54.200 DEBUG [main][MenuItemLookup] Found menu:'File' 06:07:54.200 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:07:54.200 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:07:54.200 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:07:54.200 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:07:54.200 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:07:54.200 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:07:54.200 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:07:54.200 DEBUG [main][MenuItemLookup] Item match:Run 06:07:54.201 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 06:07:54.201 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 06:07:54.201 DEBUG [main][MenuItemLookup] Found menu:'' 06:07:54.201 DEBUG [main][MenuItemLookup] Found menu:'Run History' 06:07:54.201 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:07:54.201 DEBUG [main][MenuItemLookup] Item match:Run As 06:07:54.201 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 06:07:54.201 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 06:07:54.201 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 06:07:54.201 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 06:07:54.201 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 06:07:54.201 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 06:07:54.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 06:07:54.230 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:54.230 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:54.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:54.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:54.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:07:54.249 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:54.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:54.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:54.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:07:54.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.751 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:54.751 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:54.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:54.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:54.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 06:07:54.753 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:54.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:54.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:54.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 06:07:54.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 06:07:54.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:07:54.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 06:07:54.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:07:54.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:07:54.754 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:07:54.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:07:54.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 06:07:54.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.756 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:54.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.758 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:54.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:54.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:54.758 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:54.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:54.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:54.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:54.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:54.761 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:54.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:54.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:54.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:54.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:54.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:54.761 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:54.770 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:54.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:54.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:54.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:54.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:54.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 06:07:54.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.773 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:54.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:54.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:54.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:54.775 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:54.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 '\*?\QConsole\E') 06:07:54.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:54.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:54.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:54.777 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:54.777 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:54.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:54.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:54.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:54.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:54.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch... 06:07:54.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.780 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:54.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.782 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:54.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:54.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:54.782 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:54.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 '\*?\QConsole\E') 06:07:54.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:54.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:54.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:54.784 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:54.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:54.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:54.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:54.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:54.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:54.785 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:54.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:54.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:54.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:54.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:54.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:54.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch finished successfully 06:07:54.785 INFO [WorkbenchTestable][AbstractView] Removing launch from console 06:07:54.786 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:54.786 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:54.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:54.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:54.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:54.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:54.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove Launch") 06:07:54.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:54.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:54.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:07:54.787 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 06:07:54.787 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:07:54.787 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:07:54.788 INFO [WorkbenchTestable][AbstractView] Launch removed 06:07:54.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch... 06:07:54.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.811 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:54.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:54.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:54.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:54.813 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:54.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:54.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:54.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:54.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:54.815 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:54.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:54.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:54.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:54.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:54.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:54.815 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:54.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:54.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:54.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:54.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:54.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:54.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:54.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch finished successfully 06:07:54.816 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:54.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:54.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:54.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:54.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:54.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:54.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:54.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.819 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:54.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:54.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:54.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:54.820 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:54.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:07:54.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:54.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:54.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:54.822 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:54.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:54.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:54.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:54.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:54.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:54.823 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:54.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:54.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:54.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:54.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:54.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:54.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:54.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:07:54.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:07:54.824 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:07:54.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:07:54.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:07:54.832 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemoveLaunch no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 06:07:54.833 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:07:54.833 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTerminateConsole no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 06:07:54.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:07:54.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:07:54.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:07:54.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:07:54.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.836 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:07:54.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:54.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:54.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:54.838 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:54.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:54.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:54.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:54.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:54.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:54.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:54.839 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:54.839 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:54.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:54.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:54.860 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:54.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:54.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:54.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:54.860 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:07:54.860 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:54.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:54.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:54.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:54.861 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:07:54.862 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:07:54.862 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:54.862 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:54.862 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:54.862 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:54.862 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:07:54.862 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:07:54.862 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:07:54.862 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:07:54.862 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:07:54.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:07:55.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:07:55.863 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:07:55.863 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:55.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:55.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:55.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:55.864 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:07:55.864 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:07:55.864 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:55.864 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:55.864 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:07:55.864 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:07:55.864 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:07:55.864 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:07:55.864 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:07:55.865 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:07:55.865 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:07:55.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:07:55.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:07:55.865 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:55.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:55.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:55.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:55.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 06:07:55.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:55.866 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:07:55.866 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:07:55.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:55.866 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:07:55.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:55.866 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:07:55.866 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:07:55.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:55.866 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:07:55.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:55.866 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:07:55.866 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:55.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:55.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:55.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:55.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 06:07:55.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:55.867 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 06:07:55.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 06:07:55.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:55.867 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 06:07:55.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:55.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 06:07:55.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 06:07:55.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:55.867 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 06:07:55.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:55.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 06:07:55.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.868 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:55.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:55.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:55.869 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:55.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') 06:07:55.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:55.870 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:55.870 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:55.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:55.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:55.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:55.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:55.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 06:07:55.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:55.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 06:07:55.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:55.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:55.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:55.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:55.885 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:55.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:55.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:55.887 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:55.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:55.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:55.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:55.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:55.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:55.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:55.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:55.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 06:07:55.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.890 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) 06:07:55.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:55.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:55.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:55.903 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:55.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') 06:07:55.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:55.905 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:55.905 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:55.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:55.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:55.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:55.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:55.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:55.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:55.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 06:07:55.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:55.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:55.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:55.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:55.919 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:55.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:55.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:55.921 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:55.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:55.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:55.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:55.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:55.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:55.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:55.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:55.923 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:55.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.923 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. 06:07:55.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:55.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:55.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:55.936 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:55.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') 06:07:55.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:55.937 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:55.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:55.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:55.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:55.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:55.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:55.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 06:07:55.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:55.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 06:07:55.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:55.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:55.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:55.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:55.952 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:55.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:55.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:55.954 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:55.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:55.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:55.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:55.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:55.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:55.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 06:07:55.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:55.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 06:07:55.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.955 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. 06:07:55.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.967 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:55.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:55.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:55.968 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:55.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:55.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:55.970 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:55.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:55.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:55.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:55.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:55.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:55.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 06:07:55.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:55.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:55.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:55.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:55.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:55.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:55.974 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:55.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') 06:07:55.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:55.986 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:55.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:55.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:55.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:55.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:55.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:55.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:55.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:55.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 06:07:55.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:55.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:55.988 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 06:07:55.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:55.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:55.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:55.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:55.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:56.000 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:56.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:07:56.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:56.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:56.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:56.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:56.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:56.002 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:56.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:56.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:56.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:56.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:56.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:56.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:56.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:56.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:56.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:56.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:56.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:56.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:56.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:56.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:56.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:56.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:56.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:56.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:56.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:56.007 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:56.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:56.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:56.007 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:56.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') 06:07:56.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:56.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:56.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:56.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:56.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:56.019 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:07:56.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:07:56.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:56.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:07:56.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:56.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:56.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:56.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:56.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:56.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:56.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:56.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:56.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:07:56.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:56.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:56.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:56.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:56.021 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 06:07:56.021 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 06:07:56.076 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 06:07:56.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:56.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:56.087 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:07:56.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:56.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:56.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:07:56.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:07:56.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:07:56.088 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:56.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 '\*?\QPackage Explorer\E') 06:07:56.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:56.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:56.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:56.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:56.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:07:56.088 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:56.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:56.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:56.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:56.114 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:56.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:56.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:56.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:56.115 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:56.115 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:56.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:56.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:56.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:56.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:56.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:56.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:56.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:57.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:57.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:07:57.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:07:57.117 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:07:57.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:07:57.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:57.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:07:57.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 06:07:57.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:07:57.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:57.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:57.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:07:57.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:07:57.119 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:07:57.119 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:07:57.119 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 06:07:57.119 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:07:57.120 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 06:07:57.120 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 06:07:57.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:57.120 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 06:07:57.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:57.120 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 06:07:57.120 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:07:57.120 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:07:57.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:57.120 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:07:57.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:57.120 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:07:57.120 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestLoopClass.java of tree item test 06:07:57.120 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:07:57.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:07:57.120 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:07:57.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:07:57.120 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:07:57.120 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestLoopClass.java 06:07:57.120 DEBUG [main][TreeItemHandler] Selecting tree item: TestLoopClass.java 06:07:57.120 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestLoopClass.java about selection 06:07:57.122 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestLoopClass.java 06:07:57.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:07:57.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:07:57.122 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:07:57.122 DEBUG [main][MenuItemLookup] Found menu:'File' 06:07:57.122 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:07:57.122 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:07:57.122 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:07:57.122 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:07:57.122 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:07:57.122 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:07:57.122 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:07:57.122 DEBUG [main][MenuItemLookup] Item match:Run 06:07:57.123 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 06:07:57.123 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 06:07:57.123 DEBUG [main][MenuItemLookup] Found menu:'' 06:07:57.123 DEBUG [main][MenuItemLookup] Found menu:'Run History' 06:07:57.123 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:07:57.123 DEBUG [main][MenuItemLookup] Item match:Run As 06:07:57.123 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 06:07:57.123 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 06:07:57.123 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 06:07:57.123 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 06:07:57.123 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 06:07:57.123 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 06:07:57.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass.*'... 06:07:57.150 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:57.150 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:57.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:57.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:57.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 06:07:57.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:07:57.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:07:57.161 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:57.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:57.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:57.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:07:57.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:57.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:57.696 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:07:57.697 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:57.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:57.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:57.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=32626 32627 32628 32629 32630 32631 32632 32633 32634 32635 32636 32637 32638 32639 32640 32641 32642 32643 32644 32645 32646 32647 32648 32649 32650 32651 32652 32653 32654 32655 32656 32657 32658 32659 32660 32661 32662 32663 32664 32665 32666 32667 32668 32669 32670 32671 32672 32673 32674 32675 32676 32677 32678 32679 32680 32681 32682 32683 32684 32685 32686 32687 32688 32689 32690 32691 32692 32693 32694 32695 32696 32697 32698 32699 32700 32701 32702 32703 32704 32705 32706 32707 32708 32709 32710 32711 32712 32713 32714 32715 32716 32717 32718 32719 32720 32721 32722 32723 32724 32725 32726 32727 32728 32729 32730 32731 32732 32733 32734 32735 32736 32737 32738 32739 32740 32741 32742 32743 32744 32745 32746 32747 32748 32749 32750 32751 32752 32753 32754 32755 32756 32757 32758 32759 32760 32761 32762 32763 32764 32765 32766 32767 32768 32769 32770 32771 32772 32773 32774 32775 32776 32777 32778 32779 32780 32781 32782 32783 32784 32785 32786 32787 32788 32789 32790 32791 32792 32793 32794 32795 32796 32797 32798 32799 32800 32801 32802 32803 32804 32805 32806 32807 32808 32809 32810 32811 32812 32813 32814 32815 32816 32817 32818 32819 32820 32821 32822 32823 32824 32825 32826 32827 32828 32829 32830 32831 32832 32833 32834 32835 32836 32837 32838 32839 32840 32841 32842 32843 32844 32845 32846 32847 32848 32849 32850 32851 32852 32853 32854 32855 32856 32857 32858 32859 32860 32861 32862 32863 32864 32865 32866 32867 32868 32869 32870 32871 32872 32873 32874 32875 32876 32877 32878 32879 32880 32881 32882 32883 32884 32885 32886 32887 32888 32889 32890 32891 32892 32893 32894 32895 32896 32897 32898 32899 32900 32901 32902 32903 32904 32905 32906 32907 32908 32909 32910 32911 32912 32913 32914 32915 32916 32917 32918 32919 32920 32921 32922 32923 32924 32925 32926 32927 32928 32929 32930 32931 32932 32933 32934 32935 32936 32937 32938 32939 32940 32941 32942 32943 32944 32945 32946 32947 32948 32949 32950 32951 32952 32953 32954 32955 32956 32957 32958 32959 32960 32961 32962 32963 32964 32965 32966 32967 32968 32969 32970 32971 32972 32973 32974 32975 32976 32977 32978 32979 32980 32981 32982 32983 32984 32985 32986 32987 32988 32989 32990 32991 32992 32993 32994 32995 32996 32997 32998 32999 33000 33001 33002 33003 33004 33005 33006 33007 33008 33009 33010 33011 33012 33013 33014 33015 33016 33017 33018 33019 33020 33021 33022 33023 33024 33025 33026 33027 33028 33029 33030 33031 33032 33033 33034 33035 33036 33037 33038 33039 33040 33041 33042 33043 33044 33045 33046 33047 33048 33049 33050 33051 33052 33053 33054 33055 33056 33057 33058 33059 33060 33061 33062 33063 33064 33065 33066 33067 33068 33069 33070 33071 33072 33073 33074 33075 33076 33077 33078 33079 33080 33081 33082 33083 33084 33085 33086 33087 33088 33089 33090 33091 33092 33093 33094 33095 33096 33097 33098 33099 33100 33101 33102 33103 33104 33105 33106 33107 33108 33109 33110 33111 33112 33113 33114 33115 33116 33117 33118 33119 33120 33121 33122 33123 33124 33125 33126 33127 33128 33129 33130 33131 33132 33133 33134 33135 33136 33137 33138 33139 33140 33141 33142 33143 33144 33145 33146 33147 33148 33149 33150 33151 33152 33153 33154 33155 33156 33157 33158 33159 33160 33161 33162 33163 33164 33165 33166 33167 33168 33169 33170 33171 33172 33173 33174 33175 33176 33177 33178 33179 33180 33181 33182 33183 33184 33185 33186 33187 33188 33189 33190 33191 33192 33193 33194 33195 33196 33197 33198 33199 33200 33201 33202 33203 33204 33205 33206 33207 33208 33209 33210 33211 33212 33213 33214 33215 33216 33217 33218 33219 33220 33221 33222 33223 33224 33225 33226 33227 33228 33229 33230 33231 33232 33233 33234 33235 33236 33237 33238 33239 33240 33241 33242 33243 33244 33245 33246 33247 33248 33249 33250 33251 33252 33253 33254 33255 33256 33257 33258 33259 33260 33261 33262 33263 33264 33265 33266 33267 33268 33269 33270 33271 33272 33273 33274 33275 33276 33277 33278 33279 33280 33281 33282 33283 33284 33285 33286 33287 33288 33289 33290 33291 33292 33293 33294 33295 33296 33297 33298 33299 33300 33301 33302 33303 33304 33305 33306 33307 33308 33309 33310 33311 33312 33313 33314 33315 33316 33317 33318 33319 33320 33321 33322 33323 33324 33325 33326 33327 33328 33329 33330 33331 33332 33333 33334 33335 33336 33337 33338 33339 33340 33341 33342 33343 33344 33345 33346 33347 33348 33349 33350 33351 33352 33353 33354 33355 33356 33357 33358 33359 33360 33361 33362 33363 33364 33365 33366 33367 33368 33369 33370 33371 33372 33373 33374 33375 33376 33377 33378 33379 33380 33381 33382 33383 33384 33385 33386 33387 33388 33389 33390 33391 33392 33393 33394 33395 33396 33397 33398 33399 33400 33401 33402 33403 33404 33405 33406 33407 33408 33409 33410 33411 33412 33413 33414 33415 33416 33417 33418 33419 33420 33421 33422 33423 33424 33425 33426 33427 33428 33429 33430 33431 33432 33433 33434 33435 33436 33437 33438 33439 33440 33441 33442 33443 33444 33445 33446 33447 33448 33449 33450 33451 33452 33453 33454 33455 33456 33457 33458 33459 33460 33461 33462 33463 33464 33465 33466 33467 33468 33469 33470 33471 33472 33473 33474 33475 33476 33477 33478 33479 33480 33481 33482 33483 33484 33485 33486 33487 33488 33489 33490 33491 33492 33493 33494 33495 33496 33497 33498 33499 33500 33501 33502 33503 33504 33505 33506 33507 33508 33509 33510 33511 33512 33513 33514 33515 33516 33517 33518 33519 33520 33521 33522 33523 33524 33525 33526 33527 33528 33529 33530 33531 33532 33533 33534 33535 33536 33537 33538 33539 33540 33541 33542 33543 33544 33545 33546 33547 33548 33549 33550 33551 33552 33553 33554 33555 33556 33557 33558 33559 33560 33561 33562 33563 33564 33565 33566 33567 33568 33569 33570 33571 33572 33573 33574 33575 33576 33577 33578 33579 33580 33581 33582 33583 33584 33585 33586 33587 33588 33589 33590 33591 33592 33593 33594 33595 33596 33597 33598 33599 33600 33601 33602 33603 33604 33605 33606 33607 33608 33609 33610 33611 33612 33613 33614 33615 33616 33617 33618 33619 33620 33621 33622 33623 33624 33625 33626 33627 33628 33629 33630 33631 33632 33633 33634 33635 33636 33637 33638 33639 33640 33641 33642 33643 33644 33645 33646 33647 33648 33649 33650 33651 33652 33653 33654 33655 33656 33657 33658 33659 33660 33661 33662 33663 33664 33665 33666 33667 33668 33669 33670 33671 33672 33673 33674 33675 33676 33677 33678 33679 33680 33681 33682 33683 33684 33685 33686 33687 33688 33689 33690 33691 33692 33693 33694 33695 33696 33697 33698 33699 33700 33701 33702 33703 33704 33705 33706 33707 33708 33709 33710 33711 33712 33713 33714 33715 33716 33717 33718 33719 33720 33721 33722 33723 33724 33725 33726 33727 33728 33729 33730 33731 33732 33733 33734 33735 33736 33737 33738 33739 33740 33741 33742 33743 33744 33745 33746 33747 33748 33749 33750 33751 33752 33753 33754 33755 33756 33757 33758 33759 33760 33761 33762 33763 33764 33765 33766 33767 33768 33769 33770 33771 33772 33773 33774 33775 33776 33777 33778 33779 33780 33781 33782 33783 33784 33785 33786 33787 33788 33789 33790 33791 33792 33793 33794 33795 33796 33797 33798 33799 33800 33801 33802 33803 33804 33805 33806 33807 33808 33809 33810 33811 33812 33813 33814 33815 33816 33817 33818 33819 33820 33821 33822 33823 33824 33825 33826 33827 33828 33829 33830 33831 33832 33833 33834 33835 33836 33837 33838 33839 33840 33841 33842 33843 33844 33845 33846 33847 33848 33849 33850 33851 33852 33853 33854 33855 33856 33857 33858 33859 33860 33861 33862 33863 33864 33865 33866 33867 33868 33869 33870 33871 33872 33873 33874 33875 33876 33877 33878 33879 33880 33881 33882 33883 33884 33885 33886 33887 33888 33889 33890 33891 33892 33893 33894 33895 33896 33897 33898 33899 33900 33901 33902 33903 33904 33905 33906 33907 33908 33909 33910 33911 33912 33913 33914 33915 33916 33917 33918 33919 33920 33921 33922 33923 33924 33925 33926 33927 33928 33929 33930 33931 33932 33933 33934 33935 33936 33937 33938 33939 33940 33941 33942 33943 33944 33945 33946 33947 33948 33949 33950 33951 33952 33953 33954 33955 33956 33957 33958 33959 33960 33961 33962 33963 33964 33965 33966 33967 33968 33969 33970 33971 33972 33973 33974 33975 33976 33977 33978 33979 33980 33981 33982 33983 33984 33985 33986 33987 33988 33989 33990 33991 33992 33993 33994 33995 33996 33997 33998 33999 34000 34001 34002 34003 34004 34005 34006 34007 34008 34009 34010 34011 34012 34013 34014 34015 34016 34017 34018 34019 34020 34021 34022 34023 34024 34025 34026 34027 34028 34029 34030 34031 34032 34033 34034 34035 34036 34037 34038 34039 34040 34041 34042 34043 34044 34045 34046 34047 34048 34049 34050 34051 34052 34053 34054 34055 34056 34057 34058 34059 34060 34061 34062 34063 34064 34065 34066 34067 34068 34069 34070 34071 34072 34073 34074 34075 34076 34077 34078 34079 34080 34081 34082 34083 34084 34085 34086 34087 34088 34089 34090 34091 34092 34093 34094 34095 34096 34097 34098 34099 34100 34101 34102 34103 34104 34105 34106 34107 34108 34109 34110 34111 34112 34113 34114 34115 34116 34117 34118 34119 34120 34121 34122 34123 34124 34125 34126 34127 34128 34129 34130 34131 34132 34133 34134 34135 34136 34137 34138 34139 34140 34141 34142 34143 34144 34145 34146 34147 34148 34149 34150 34151 34152 34153 34154 34155 34156 34157 34158 34159 34160 34161 34162 34163 34164 34165 34166 34167 34168 34169 34170 34171 34172 34173 34174 34175 34176 34177 34178 34179 34180 34181 34182 34183 34184 34185 34186 34187 34188 34189 34190 34191 34192 34193 34194 34195 34196 34197 34198 34199 34200 34201 34202 34203 34204 34205 34206 34207 34208 34209 34210 34211 34212 34213 34214 34215 34216 34217 34218 34219 34220 34221 34222 34223 34224 34225 34226 34227 34228 34229 34230 34231 34232 34233 34234 34235 34236 34237 34238 34239 34240 34241 34242 34243 34244 34245 34246 34247 34248 34249 34250 34251 34252 34253 34254 34255 34256 34257 34258 34259 34260 34261 34262 34263 34264 34265 34266 34267 34268 34269 34270 34271 34272 34273 34274 34275 34276 34277 34278 34279 34280 34281 34282 34283 34284 34285 34286 34287 34288 34289 34290 34291 34292 34293 34294 34295 34296 34297 34298 34299 34300 34301 34302 34303 34304 34305 34306 34307 34308 34309 34310 34311 34312 34313 34314 34315 34316 34317 34318 34319 34320 34321 34322 34323 34324 34325 34326 34327 34328 34329 34330 34331 34332 34333 34334 34335 34336 34337 34338 34339 34340 34341 34342 34343 34344 34345 34346 34347 34348 34349 34350 34351 34352 34353 34354 34355 34356 34357 34358 34359 34360 34361 34362 34363 34364 34365 34366 34367 34368 34369 34370 34371 34372 34373 34374 34375 34376 34377 34378 34379 34380 34381 34382 34383 34384 34385 34386 34387 34388 34389 34390 34391 34392 34393 34394 34395 34396 34397 34398 34399 34400 34401 34402 34403 34404 34405 34406 34407 34408 34409 34410 34411 34412 34413 34414 34415 34416 34417 34418 34419 34420 34421 34422 34423 34424 34425 34426 34427 34428 34429 34430 34431 34432 34433 34434 34435 34436 34437 34438 34439 34440 34441 34442 34443 34444 34445 34446 34447 34448 34449 34450 34451 34452 34453 34454 34455 34456 34457 34458 34459 34460 34461 34462 34463 34464 34465 34466 34467 34468 34469 34470 34471 34472 34473 34474 34475 34476 34477 34478 34479 34480 34481 34482 34483 34484 34485 34486 34487 34488 34489 34490 34491 34492 34493 34494 34495 34496 34497 34498 34499 34500 34501 34502 34503 34504 34505 34506 34507 34508 34509 34510 34511 34512 34513 34514 34515 34516 34517 34518 34519 34520 34521 34522 34523 34524 34525 34526 34527 34528 34529 34530 34531 34532 34533 34534 34535 34536 34537 34538 34539 34540 34541 34542 34543 34544 34545 34546 34547 34548 34549 34550 34551 34552 34553 34554 34555 34556 34557 34558 34559 34560 34561 34562 34563 34564 34565 34566 34567 34568 34569 34570 34571 34572 34573 34574 34575 34576 34577 34578 34579 34580 34581 34582 34583 34584 34585 34586 34587 34588 34589 34590 34591 34592 34593 34594 34595 34596 34597 34598 34599 34600 34601 34602 34603 34604 34605 34606 34607 34608 34609 34610 34611 34612 34613 34614 34615 34616 34617 34618 34619 34620 34621 34622 34623 34624 34625 34626 34627 34628 34629 34630 34631 34632 34633 34634 34635 34636 34637 34638 34639 34640 34641 34642 34643 34644 34645 34646 34647 34648 34649 34650 34651 34652 34653 34654 34655 34656 34657 34658 34659 34660 34661 34662 34663 34664 34665 34666 34667 34668 34669 34670 34671 34672 34673 34674 34675 34676 34677 34678 34679 34680 34681 34682 34683 34684 34685 34686 34687 34688 34689 34690 34691 34692 34693 34694 34695 34696 34697 34698 34699 34700 34701 34702 34703 34704 34705 34706 34707 34708 34709 34710 34711 34712 34713 34714 34715 34716 34717 34718 34719 34720 34721 34722 34723 34724 34725 34726 34727 34728 34729 34730 34731 34732 34733 34734 34735 34736 34737 34738 34739 34740 34741 34742 34743 34744 34745 34746 34747 34748 34749 34750 34751 34752 34753 34754 34755 34756 34757 34758 34759 34760 34761 34762 34763 34764 34765 34766 34767 34768 34769 34770 34771 34772 34773 34774 34775 34776 34777 34778 34779 34780 34781 34782 34783 34784 34785 34786 34787 34788 34789 34790 34791 34792 34793 34794 34795 34796 34797 34798 34799 34800 34801 34802 34803 34804 34805 34806 34807 34808 34809 34810 34811 34812 34813 34814 34815 34816 34817 34818 34819 34820 34821 34822 34823 34824 34825 34826 34827 34828 34829 34830 34831 34832 34833 34834 34835 34836 34837 34838 34839 34840 34841 34842 34843 34844 34845 34846 34847 34848 34849 34850 34851 34852 34853 34854 34855 34856 34857 34858 34859 34860 34861 34862 34863 34864 34865 34866 34867 34868 34869 34870 34871 34872 34873 34874 34875 34876 34877 34878 34879 34880 34881 34882 34883 34884 34885 34886 34887 34888 34889 34890 34891 34892 34893 34894 34895 34896 34897 34898 34899 34900 34901 34902 34903 34904 34905 34906 34907 34908 34909 34910 34911 34912 34913 34914 34915 34916 34917 34918 34919 34920 34921 34922 34923 34924 34925 34926 34927 34928 34929 34930 34931 34932 34933 34934 34935 34936 34937 34938 34939 34940 34941 34942 34943 34944 34945 34946 34947 34948 34949 34950 34951 34952 34953 34954 34955 34956 34957 34958 34959 34960 34961 34962 34963 34964 34965 34966 34967 34968 34969 34970 34971 34972 34973 34974 34975 34976 34977 34978 34979 34980 34981 34982 34983 34984 34985 34986 34987 34988 34989 34990 34991 34992 34993 34994 34995 34996 34997 34998 34999 35000 35001 35002 35003 35004 35005 35006 35007 35008 35009 35010 35011 35012 35013 35014 35015 35016 35017 35018 35019 35020 35021 35022 35023 35024 35025 35026 35027 35028 35029 35030 35031 35032 35033 35034 35035 35036 35037 35038 35039 35040 35041 35042 35043 35044 35045 35046 35047 35048 35049 35050 35051 35052 35053 35054 35055 35056 35057 35058 35059 35060 35061 35062 35063 35064 35065 35066 35067 35068 35069 35070 35071 35072 35073 35074 35075 35076 35077 35078 35079 35080 35081 35082 35083 35084 35085 35086 35087 35088 35089 35090 35091 35092 35093 35094 35095 35096 35097 35098 35099 35100 35101 35102 35103 35104 35105 35106 35107 35108 35109 35110 35111 35112 35113 35114 35115 35116 35117 35118 35119 35120 35121 35122 35123 35124 35125 35126 35127 35128 35129 35130 35131 35132 35133 35134 35135 35136 35137 35138 35139 35140 35141 35142 35143 35144 35145 35146 35147 35148 35149 35150 35151 35152 35153 35154 35155 35156 35157 35158 35159 35160 35161 35162 35163 35164 35165 35166 35167 35168 35169 35170 35171 35172 35173 35174 35175 35176 35177 35178 35179 35180 35181 35182 35183 35184 35185 35186 35187 35188 35189 35190 35191 35192 35193 35194 35195 35196 35197 35198 35199 35200 35201 35202 35203 35204 35205 35206 35207 35208 35209 35210 35211 35212 35213 35214 35215 35216 35217 35218 35219 35220 35221 35222 35223 35224 35225 35226 35227 35228 35229 35230 35231 35232 35233 35234 35235 35236 35237 35238 35239 35240 35241 35242 35243 35244 35245 35246 35247 35248 35249 35250 35251 35252 35253 35254 35255 35256 35257 35258 35259 35260 35261 35262 35263 35264 35265 35266 35267 35268 35269 35270 35271 35272 35273 35274 35275 35276 35277 35278 35279 35280 35281 35282 35283 35284 35285 35286 35287 35288 35289 35290 35291 35292 35293 35294 35295 35296 35297 35298 35299 35300 35301 35302 35303 35304 35305 35306 35307 35308 35309 35310 35311 35312 35313 35314 35315 35316 35317 35318 35319 35320 35321 35322 35323 35324 35325 35326 35327 35328 35329 35330 35331 35332 35333 35334 35335 35336 35337 35338 35339 35340 35341 35342 35343 35344 35345 35346 35347 35348 35349 35350 35351 35352 35353 35354 35355 35356 35357 35358 35359 35360 35361 35362 35363 35364 35365 35366 35367 35368 35369 35370 35371 35372 35373 35374 35375 35376 35377 35378 35379 35380 35381 35382 35383 35384 35385 35386 35387 35388 35389 35390 35391 35392 35393 35394 35395 35396 35397 35398 35399 35400 35401 35402 35403 35404 35405 35406 35407 35408 35409 35410 35411 35412 35413 35414 35415 35416 35417 35418 35419 35420 35421 35422 35423 35424 35425 35426 35427 35428 35429 35430 35431 35432 35433 35434 35435 35436 35437 35438 35439 35440 35441 35442 35443 35444 35445 35446 35447 35448 35449 35450 35451 35452 35453 35454 35455 35456 35457 35458 35459 35460 35461 35462 35463 35464 35465 35466 35467 35468 35469 35470 35471 35472 35473 35474 35475 35476 35477 35478 35479 35480 35481 35482 35483 35484 35485 35486 35487 35488 35489 35490 35491 35492 35493 35494 35495 35496 35497 35498 35499 35500 35501 35502 35503 35504 35505 35506 35507 35508 35509 35510 35511 35512 35513 35514 35515 35516 35517 35518 35519 35520 35521 35522 35523 35524 35525 35526 35527 35528 35529 35530 35531 35532 35533 35534 35535 35536 35537 35538 35539 35540 35541 35542 35543 35544 35545 35546 35547 35548 35549 35550 35551 35552 35553 35554 35555 35556 35557 35558 35559 35560 35561 35562 35563 35564 35565 35566 35567 35568 35569 35570 35571 35572 35573 35574 35575 35576 35577 35578 35579 35580 35581 35582 35583 35584 35585 35586 35587 35588 35589 35590 35591 35592 35593 35594 35595 35596 35597 35598 35599 35600 35601 35602 35603 35604 35605 35606 35607 35608 35609 35610 35611 35612 35613 35614 35615 35616 35617 35618 35619 35620 35621 35622 35623 35624 35625 35626 35627 35628 35629 35630 35631 35632 35633 35634 35635 35636 35637 35638 35639 35640 35641 35642 35643 35644 35645 35646 35647 35648 35649 35650 35651 35652 35653 35654 35655 35656 35657 35658 35659 35660 35661 35662 35663 35664 35665 35666 35667 35668 35669 35670 35671 35672 35673 35674 35675 35676 35677 35678 35679 35680 35681 35682 35683 35684 35685 35686 35687 35688 35689 35690 35691 35692 35693 35694 35695 35696 35697 35698 35699 35700 35701 35702 35703 35704 35705 35706 35707 35708 35709 35710 35711 35712 35713 35714 35715 35716 35717 35718 35719 35720 35721 35722 35723 35724 35725 35726 35727 35728 35729 35730 35731 35732 35733 35734 35735 35736 35737 35738 35739 35740 35741 35742 35743 35744 35745 35746 35747 35748 35749 35750 35751 35752 35753 35754 35755 35756 35757 35758 35759 35760 35761 35762 35763 35764 35765 35766 35767 35768 35769 35770 35771 35772 35773 35774 35775 35776 35777 35778 35779 35780 35781 35782 35783 35784 35785 35786 35787 35788 35789 35790 35791 35792 35793 35794 35795 35796 35797 35798 35799 35800 35801 35802 35803 35804 35805 35806 35807 35808 35809 35810 35811 35812 35813 35814 35815 35816 35817 35818 35819 35820 35821 35822 35823 35824 35825 35826 35827 35828 35829 35830 35831 35832 35833 35834 35835 35836 35837 35838 35839 35840 35841 35842 35843 35844 35845 35846 35847 35848 35849 35850 35851 35852 35853 35854 35855 35856 35857 35858 35859 35860 35861 35862 35863 35864 35865 35866 35867 35868 35869 35870 35871 35872 35873 35874 35875 35876 35877 35878 35879 35880 35881 35882 35883 35884 35885 35886 35887 35888 35889 35890 35891 35892 35893 35894 35895 35896 35897 35898 35899 35900 35901 35902 35903 35904 35905 35906 35907 35908 35909 35910 35911 35912 35913 35914 35915 35916 35917 35918 35919 35920 35921 35922 35923 35924 35925 35926 35927 35928 35929 35930 35931 35932 35933 35934 35935 35936 35937 35938 35939 35940 35941 35942 35943 35944 35945 35946 35947 35948 35949 35950 35951 35952 35953 35954 35955 35956 35957 35958 35959 35960 35961 35962 35963 35964 35965 35966 35967 35968 35969 35970 35971 35972 35973 35974 35975 35976 35977 35978 35979 35980 35981 35982 35983 35984 35985 35986 35987 35988 35989 35990 35991 35992 35993 35994 35995 35996 35997 35998 35999 36000 36001 36002 36003 36004 36005 36006 36007 36008 36009 36010 36011 36012 36013 36014 36015 36016 36017 36018 36019 36020 36021 36022 36023 36024 36025 36026 36027 36028 36029 36030 36031 36032 36033 36034 36035 36036 36037 36038 36039 36040 36041 36042 36043 36044 36045 36046 36047 36048 36049 36050 36051 36052 36053 36054 36055 36056 36057 36058 36059 36060 36061 36062 36063 36064 36065 36066 36067 36068 36069 36070 36071 36072 36073 36074 36075 36076 36077 36078 36079 36080 36081 36082 36083 36084 36085 36086 36087 36088 36089 36090 36091 36092 36093 36094 36095 36096 36097 36098 36099 36100 36101 36102 36103 36104 36105 36106 36107 36108 36109 36110 36111 36112 36113 36114 36115 36116 36117 36118 36119 36120 36121 36122 36123 36124 36125 36126 36127 36128 36129 36130 36131 36132 36133 36134 36135 36136 36137 36138 36139 36140 36141 36142 36143 36144 36145 36146 36147 36148 36149 36150 36151 36152 36153 36154 36155 36156 36157 36158 36159 36160 36161 36162 36163 36164 36165 36166 36167 36168 36169 36170 36171 36172 36173 36174 36175 36176 36177 36178 36179 36180 36181 36182 36183 36184 36185 36186 36187 36188 36189 36190 36191 36192 36193 36194 36195 36196 36197 36198 36199 36200 36201 36202 36203 36204 36205 36206 36207 36208 36209 36210 36211 36212 36213 36214 36215 36216 36217 36218 36219 36220 36221 36222 36223 36224 36225 36226 36227 36228 36229 36230 36231 36232 36233 36234 36235 36236 36237 36238 36239 36240 36241 36242 36243 36244 36245 36246 36247 36248 36249 36250 36251 36252 36253 36254 36255 36256 36257 36258 36259 36260 36261 36262 36263 36264 36265 36266 36267 36268 36269 36270 36271 36272 36273 36274 36275 36276 36277 36278 36279 36280 36281 36282 36283 36284 36285 36286 36287 36288 36289 36290 36291 36292 36293 36294 36295 36296 36297 36298 36299 36300 36301 36302 36303 36304 36305 36306 36307 36308 36309 36310 36311 36312 36313 36314 36315 36316 36317 36318 36319 36320 36321 36322 36323 36324 36325 36326 36327 36328 36329 36330 36331 36332 36333 36334 36335 36336 36337 36338 36339 36340 36341 36342 36343 36344 36345 36346 36347 36348 36349 36350 36351 36352 36353 36354 36355 36356 36357 36358 36359 36360 36361 36362 36363 36364 36365 36366 36367 36368 36369 36370 36371 36372 36373 36374 36375 36376 36377 36378 36379 36380 36381 36382 36383 36384 36385 36386 36387 36388 36389 36390 36391 36392 36393 36394 36395 36396 36397 36398 36399 36400 36401 36402 36403 36404 36405 36406 36407 36408 36409 36410 36411 36412 36413 36414 36415 36416 36417 36418 36419 36420 36421 36422 36423 36424 36425 36426 36427 36428 36429 36430 36431 36432 36433 36434 36435 36436 36437 36438 36439 36440 36441 36442 36443 36444 36445 36446 36447 36448 36449 36450 36451 36452 36453 36454 36455 36456 36457 36458 36459 36460 36461 36462 36463 36464 36465 36466 36467 36468 36469 36470 36471 36472 36473 36474 36475 36476 36477 36478 36479 36480 36481 36482 36483 36484 36485 36486 36487 36488 36489 36490 36491 36492 36493 36494 36495 36496 36497 36498 36499 36500 36501 36502 36503 36504 36505 36506 36507 36508 36509 36510 36511 36512 36513 36514 36515 36516 36517 36518 36519 36520 36521 36522 36523 36524 36525 36526 36527 36528 36529 36530 36531 36532 36533 36534 36535 36536 36537 36538 36539 36540 36541 36542 36543 36544 36545 36546 36547 36548 36549 36550 36551 36552 36553 36554 36555 36556 36557 36558 36559 36560 36561 36562 36563 36564 36565 36566 36567 36568 36569 36570 36571 36572 36573 36574 36575 36576 36577 36578 36579 36580 36581 36582 36583 36584 36585 36586 36587 36588 36589 36590 36591 36592 36593 36594 36595 36596 36597 36598 36599 36600 36601 36602 36603 36604 36605 36606 36607 36608 36609 36610 36611 36612 36613 36614 36615 36616 36617 36618 36619 36620 36621 36622 36623 36624 36625 36626 36627 36628 36629 36630 36631 36632 36633 36634 36635 36636 36637 36638 36639 36640 36641 36642 36643 36644 36645 36646 36647 36648 36649 36650 36651 36652 36653 36654 36655 36656 36657 36658 36659 36660 36661 36662 36663 36664 36665 36666 36667 36668 36669 36670 36671 36672 36673 36674 36675 36676 36677 36678 36679 36680 36681 36682 36683 36684 36685 36686 36687 36688 36689 36690 36691 36692 36693 36694 36695 36696 36697 36698 36699 36700 36701 36702 36703 36704 36705 36706 36707 36708 36709 36710 36711 36712 36713 36714 36715 36716 36717 36718 36719 36720 36721 36722 36723 36724 36725 36726 36727 36728 36729 36730 36731 36732 36733 36734 36735 36736 36737 36738 36739 36740 36741 36742 36743 36744 36745 36746 36747 36748 36749 36750 36751 36752 36753 36754 36755 36756 36757 36758 36759 36760 36761 36762 36763 36764 36765 36766 36767 36768 36769 36770 36771 36772 36773 36774 36775 36776 36777 36778 36779 36780 36781 36782 36783 36784 36785 36786 36787 36788 36789 36790 36791 36792 36793 36794 36795 36796 36797 36798 36799 36800 36801 36802 36803 36804 36805 36806 36807 36808 36809 36810 36811 36812 36813 36814 36815 36816 36817 36818 36819 36820 36821 36822 36823 36824 36825 36826 36827 36828 36829 36830 36831 36832 36833 36834 36835 36836 36837 36838 36839 36840 36841 36842 36843 36844 36845 36846 36847 36848 36849 36850 36851 36852 36853 36854 36855 36856 36857 36858 36859 36860 36861 36862 36863 36864 36865 36866 36867 36868 36869 36870 36871 36872 36873 36874 36875 36876 36877 36878 36879 36880 36881 36882 36883 36884 36885 36886 36887 36888 36889 36890 36891 36892 36893 36894 36895 36896 36897 36898 36899 36900 36901 36902 36903 36904 36905 36906 36907 36908 36909 36910 36911 36912 36913 36914 36915 36916 36917 36918 36919 36920 36921 36922 36923 36924 36925 36926 36927 36928 36929 36930 36931 36932 36933 36934 36935 36936 36937 36938 36939 36940 36941 36942 36943 36944 36945 36946 36947 36948 36949 36950 36951 36952 36953 36954 36955 36956 36957 36958 36959 36960 36961 36962 36963 36964 36965 36966 36967 36968 36969 36970 36971 36972 36973 36974 36975 36976 36977 36978 36979 36980 36981 36982 36983 36984 36985 36986 36987 36988 36989 36990 36991 36992 36993 36994 36995 36996 36997 36998 36999 37000 37001 37002 37003 37004 37005 37006 37007 37008 37009 37010 37011 37012 37013 37014 37015 37016 37017 37018 37019 37020 37021 37022 37023 37024 37025 37026 37027 37028 37029 37030 37031 37032 37033 37034 37035 37036 37037 37038 37039 37040 37041 37042 37043 37044 37045 37046 37047 37048 37049 37050 37051 37052 37053 37054 37055 37056 37057 37058 37059 37060 37061 37062 37063 37064 37065 37066 37067 37068 37069 37070 37071 37072 37073 37074 37075 37076 37077 37078 37079 37080 37081 37082 37083 37084 37085 37086 37087 37088 37089 37090 37091 37092 37093 37094 37095 37096 37097 37098 37099 37100 37101 37102 37103 37104 37105 37106 37107 37108 37109 37110 37111 37112 37113 37114 37115 37116 37117 37118 37119 37120 37121 37122 37123 37124 37125 37126 37127 37128 37129 37130 37131 37132 37133 37134 37135 37136 37137 37138 37139 37140 37141 37142 37143 37144 37145 37146 37147 37148 37149 37150 37151 37152 37153 37154 37155 37156 37157 37158 37159 37160 37161 37162 37163 37164 37165 37166 37167 37168 37169 37170 37171 37172 37173 37174 37175 37176 37177 37178 37179 37180 37181 37182 37183 37184 37185 37186 37187 37188 37189 37190 37191 37192 37193 37194 37195 37196 37197 37198 37199 37200 37201 37202 37203 37204 37205 37206 37207 37208 37209 37210 37211 37212 37213 37214 37215 37216 37217 37218 37219 37220 37221 37222 37223 37224 37225 37226 37227 37228 37229 37230 37231 37232 37233 37234 37235 37236 37237 37238 37239 37240 37241 37242 37243 37244 37245 37246 37247 37248 37249 37250 37251 37252 37253 37254 37255 37256 37257 37258 37259 37260 37261 37262 37263 37264 37265 37266 37267 37268 37269 37270 37271 37272 37273 37274 37275 37276 37277 37278 37279 37280 37281 37282 37283 37284 37285 37286 37287 37288 37289 37290 37291 37292 37293 37294 37295 37296 37297 37298 37299 37300 37301 37302 37303 37304 37305 37306 37307 37308 37309 37310 37311 37312 37313 37314 37315 37316 37317 37318 37319 37320 37321 37322 37323 37324 37325 37326 37327 37328 37329 37330 37331 37332 37333 37334 37335 37336 37337 37338 37339 37340 37341 37342 37343 37344 37345 37346 37347 37348 37349 37350 37351 37352 37353 37354 37355 37356 37357 37358 37359 37360 37361 37362 37363 37364 37365 37366 37367 37368 37369 37370 37371 37372 37373 37374 37375 37376 37377 37378 37379 37380 37381 37382 37383 37384 37385 37386 37387 37388 37389 37390 37391 37392 37393 37394 37395 37396 37397 37398 37399 37400 37401 37402 37403 37404 37405 37406 37407 37408 37409 37410 37411 37412 37413 37414 37415 37416 37417 37418 37419 37420 37421 37422 37423 37424 37425 37426 37427 37428 37429 37430 37431 37432 37433 37434 37435 37436 37437 37438 37439 37440 37441 37442 37443 37444 37445 37446 37447 37448 37449 37450 37451 37452 37453 37454 37455 37456 37457 37458 37459 37460 37461 37462 37463 37464 37465 37466 37467 37468 37469 37470 37471 37472 37473 37474 37475 37476 37477 37478 37479 37480 37481 37482 37483 37484 37485 37486 37487 37488 37489 37490 37491 37492 37493 37494 37495 37496 37497 37498 37499 37500 37501 37502 37503 37504 37505 37506 37507 37508 37509 37510 37511 37512 37513 37514 37515 37516 37517 37518 37519 37520 37521 37522 37523 37524 37525 37526 37527 37528 37529 37530 37531 37532 37533 37534 37535 37536 37537 37538 37539 37540 37541 37542 37543 37544 37545 37546 37547 37548 37549 37550 37551 37552 37553 37554 37555 37556 37557 37558 37559 37560 37561 37562 37563 37564 37565 37566 37567 37568 37569 37570 37571 37572 37573 37574 37575 37576 37577 37578 37579 37580 37581 37582 37583 37584 37585 37586 37587 37588 37589 37590 37591 37592 37593 37594 37595 37596 37597 37598 37599 37600 37601 37602 37603 37604 37605 37606 37607 37608 37609 37610 37611 37612 37613 37614 37615 37616 37617 37618 37619 37620 37621 37622 37623 37624 37625 37626 37627 37628 37629 37630 37631 37632 37633 37634 37635 37636 37637 37638 37639 37640 37641 37642 37643 37644 37645 37646 37647 37648 37649 37650 37651 37652 37653 37654 37655 37656 37657 37658 37659 37660 37661 37662 37663 37664 37665 37666 37667 37668 37669 37670 37671 37672 37673 37674 37675 37676 37677 37678 37679 37680 37681 37682 37683 37684 37685 37686 37687 37688 37689 37690 37691 37692 37693 37694 37695 37696 37697 37698 37699 37700 37701 37702 37703 37704 37705 37706 37707 37708 37709 37710 37711 37712 37713 37714 37715 37716 37717 37718 37719 37720 37721 37722 37723 37724 37725 37726 37727 37728 37729 37730 37731 37732 37733 37734 37735 37736 37737 37738 37739 37740 37741 37742 37743 37744 37745 37746 37747 37748 37749 37750 37751 37752 37753 37754 37755 37756 37757 37758 37759 37760 37761 37762 37763 37764 37765 37766 37767 37768 37769 37770 37771 37772 37773 37774 37775 37776 37777 37778 37779 37780 37781 37782 37783 37784 37785 37786 37787 37788 37789 37790 37791 37792 37793 37794 37795 37796 37797 37798 37799 37800 37801 37802 37803 37804 37805 37806 37807 37808 37809 37810 37811 37812 37813 37814 37815 37816 37817 37818 37819 37820 37821 37822 37823 37824 37825 37826 37827 37828 37829 37830 37831 37832 37833 37834 37835 37836 37837 37838 37839 37840 37841 37842 37843 37844 37845 37846 37847 37848 37849 37850 37851 37852 37853 37854 37855 37856 37857 37858 37859 37860 37861 37862 37863 37864 37865 37866 37867 37868 37869 37870 37871 37872 37873 37874 37875 37876 37877 37878 37879 37880 37881 37882 37883 37884 37885 37886 37887 37888 37889 37890 37891 37892 37893 37894 37895 37896 37897 37898 37899 37900 37901 37902 37903 37904 37905 37906 37907 37908 37909 37910 37911 37912 37913 37914 37915 37916 37917 37918 37919 37920 37921 37922 37923 37924 37925 37926 37927 37928 37929 37930 37931 37932 37933 37934 37935 37936 37937 37938 37939 37940 37941 37942 37943 37944 37945 37946 37947 37948 37949 37950 37951 37952 37953 37954 37955 37956 37957 37958 37959 37960 37961 37962 37963 37964 37965 37966 37967 37968 37969 37970 37971 37972 37973 37974 37975 37976 37977 37978 37979 37980 37981 37982 37983 37984 37985 37986 37987 37988 37989 37990 37991 37992 37993 37994 37995 37996 37997 37998 37999 38000 38001 38002 38003 38004 38005 38006 38007 38008 38009 38010 38011 38012 38013 38014 38015 38016 38017 38018 38019 38020 38021 38022 38023 38024 38025 38026 38027 38028 38029 38030 38031 38032 38033 38034 38035 38036 38037 38038 38039 38040 38041 38042 38043 38044 38045 38046 38047 38048 38049 38050 38051 38052 38053 38054 38055 38056 38057 38058 38059 38060 38061 38062 38063 38064 38065 38066 38067 38068 38069 38070 38071 38072 38073 38074 38075 38076 38077 38078 38079 38080 38081 38082 38083 38084 38085 38086 38087 38088 38089 38090 38091 38092 38093 38094 38095 38096 38097 38098 38099 38100 38101 38102 38103 38104 38105 38106 38107 38108 38109 38110 38111 38112 38113 38114 38115 38116 38117 38118 38119 38120 38121 38122 38123 38124 38125 38126 38127 38128 38129 38130 38131 38132 38133 38134 38135 38136 38137 38138 38139 38140 38141 38142 38143 38144 38145 38146 38147 38148 38149 38150 38151 38152 38153 38154 38155 38156 38157 38158 38159 38160 38161 38162 38163 38164 38165 38166 38167 38168 38169 38170 38171 38172 38173 38174 38175 38176 38177 38178 38179 38180 38181 38182 38183 38184 38185 38186 38187 38188 38189 38190 38191 38192 38193 38194 38195 38196 38197 38198 38199 38200 38201 38202 38203 38204 38205 38206 38207 38208 38209 38210 38211 38212 38213 38214 38215 38216 38217 38218 38219 38220 38221 38222 38223 38224 38225 38226 38227 38228 38229 38230 38231 38232 38233 38234 38235 38236 38237 38238 38239 38240 38241 38242 38243 38244 38245 38246 38247 38248 38249 38250 38251 38252 38253 38254 38255 38256 38257 38258 38259 38260 38261 38262 38263 38264 38265 38266 38267 38268 38269 38270 38271 38272 38273 38274 38275 38276 38277 38278 38279 38280 38281 38282 38283 38284 38285 38286 38287 38288 38289 38290 38291 38292 38293 38294 38295 38296 38297 38298 38299 38300 38301 38302 38303 38304 38305 38306 38307 38308 38309 38310 38311 38312 38313 38314 38315 38316 38317 38318 38319 38320 38321 38322 38323 38324 38325 38326 38327 38328 38329 38330 38331 38332 38333 38334 38335 38336 38337 38338 38339 38340 38341 38342 38343 38344 38345 38346 38347 38348 38349 38350 38351 38352 38353 38354 38355 38356 38357 38358 38359 38360 38361 38362 38363 38364 38365 38366 38367 38368 38369 38370 38371 38372 38373 38374 38375 38376 38377 38378 38379 38380 38381 38382 38383 38384 38385 38386 38387 38388 38389 38390 38391 38392 38393 38394 38395 38396 38397 38398 38399 38400 38401 38402 38403 38404 38405 38406 38407 38408 38409 38410 38411 38412 38413 38414 38415 38416 38417 38418 38419 38420 38421 38422 38423 38424 38425 38426 38427 38428 38429 38430 38431 38432 38433 38434 38435 38436 38437 38438 38439 38440 38441 38442 38443 38444 38445 38446 38447 38448 38449 38450 38451 38452 38453 38454 38455 38456 38457 38458 38459 38460 38461 38462 38463 38464 38465 38466 38467 38468 38469 38470 38471 38472 38473 38474 38475 38476 38477 38478 38479 38480 38481 38482 38483 38484 38485 38486 38487 38488 38489 38490 38491 38492 38493 38494 38495 38496 38497 38498 38499 38500 38501 38502 38503 38504 38505 38506 38507 38508 38509 38510 38511 38512 38513 38514 38515 38516 38517 38518 38519 38520 38521 38522 38523 38524 38525 38526 38527 38528 38529 38530 38531 38532 38533 38534 38535 38536 38537 38538 38539 38540 38541 38542 38543 38544 38545 38546 38547 38548 38549 38550 38551 38552 38553 38554 38555 38556 38557 38558 38559 38560 38561 38562 38563 38564 38565 38566 38567 38568 38569 38570 38571 38572 38573 38574 38575 38576 38577 38578 38579 38580 38581 38582 38583 38584 38585 38586 38587 38588 38589 38590 38591 38592 38593 38594 38595 38596 38597 38598 38599 38600 38601 38602 38603 38604 38605 38606 38607 38608 38609 38610 38611 38612 38613 38614 38615 38616 38617 38618 38619 38620 38621 38622 38623 38624 38625 38626 38627 38628 38629 38630 38631 38632 38633 38634 38635 38636 38637 38638 38639 38640 38641 38642 38643 38644 38645 38646 38647 38648 38649 38650 38651 38652 38653 38654 38655 38656 38657 38658 38659 38660 38661 38662 38663 38664 38665 38666 38667 38668 38669 38670 38671 38672 38673 38674 38675 38676 38677 38678 38679 38680 38681 38682 38683 38684 38685 38686 38687 38688 38689 38690 38691 38692 38693 38694 38695 38696 38697 38698 38699 38700 38701 38702 38703 38704 38705 38706 38707 38708 38709 38710 38711 38712 38713 38714 38715 38716 38717 38718 38719 38720 38721 38722 38723 38724 38725 38726 38727 38728 38729 38730 38731 38732 38733 38734 38735 38736 38737 38738 38739 38740 38741 38742 38743 38744 38745 38746 38747 38748 38749 38750 38751 38752 38753 38754 38755 38756 38757 38758 38759 38760 38761 38762 38763 38764 38765 38766 38767 38768 38769 38770 38771 38772 38773 38774 38775 38776 38777 38778 38779 38780 38781 38782 38783 38784 38785 38786 38787 38788 38789 38790 38791 38792 38793 38794 38795 38796 38797 38798 38799 38800 38801 38802 38803 38804 38805 38806 38807 38808 38809 38810 38811 38812 38813 38814 38815 38816 38817 38818 38819 38820 38821 38822 38823 38824 38825 38826 38827 38828 38829 38830 38831 38832 38833 38834 38835 38836 38837 38838 38839 38840 38841 38842 38843 38844 38845 38846 38847 38848 38849 38850 38851 38852 38853 38854 38855 38856 38857 38858 38859 38860 38861 38862 38863 38864 38865 38866 38867 38868 38869 38870 38871 38872 38873 38874 38875 38876 38877 38878 38879 38880 38881 38882 38883 38884 38885 38886 38887 38888 38889 38890 38891 38892 38893 38894 38895 38896 38897 38898 38899 38900 38901 38902 38903 38904 38905 38906 38907 38908 38909 38910 38911 38912 38913 38914 38915 38916 38917 38918 38919 38920 38921 38922 38923 38924 38925 38926 38927 38928 38929 38930 38931 38932 38933 38934 38935 38936 38937 38938 38939 38940 38941 38942 38943 38944 38945 38946 38947 38948 38949 38950 38951 38952 38953 38954 38955 38956 38957 38958 38959 38960 38961 38962 38963 38964 38965 38966 38967 38968 38969 38970 38971 38972 38973 38974 38975 38976 38977 38978 38979 38980 38981 38982 38983 38984 38985 38986 38987 38988 38989 38990 38991 38992 38993 38994 38995 38996 38997 38998 38999 39000 39001 39002 39003 39004 39005 39006 39007 39008 39009 39010 39011 39012 39013 39014 39015 39016 39017 39018 39019 39020 39021 39022 39023 39024 39025 39026 39027 39028 39029 39030 39031 39032 39033 39034 39035 39036 39037 39038 39039 39040 39041 39042 39043 39044 39045 39046 39047 39048 39049 39050 39051 39052 39053 39054 39055 39056 39057 39058 39059 39060 39061 39062 39063 39064 39065 39066 39067 39068 39069 39070 39071 39072 39073 39074 39075 39076 39077 39078 39079 39080 39081 39082 39083 39084 39085 39086 39087 39088 39089 39090 39091 39092 39093 39094 39095 39096 39097 39098 39099 39100 39101 39102 39103 39104 39105 39106 39107 39108 39109 39110 39111 39112 39113 39114 39115 39116 39117 39118 39119 39120 39121 39122 39123 39124 39125 39126 39127 39128 39129 39130 39131 39132 39133 39134 39135 39136 39137 39138 39139 39140 39141 39142 39143 39144 39145 39146 39147 39148 39149 39150 39151 39152 39153 39154 39155 39156 39157 39158 39159 39160 39161 39162 39163 39164 39165 39166 39167 39168 39169 39170 39171 39172 39173 39174 39175 39176 39177 39178 39179 39180 39181 39182 39183 39184 39185 39186 39187 39188 39189 39190 39191 39192 39193 39194 39195 39196 39197 39198 39199 39200 39201 39202 39203 39204 39205 39206 39207 39208 39209 39210 39211 39212 39213 39214 39215 39216 39217 39218 39219 39220 39221 39222 39223 39224 39225 39226 39227 39228 39229 39230 39231 39232 39233 39234 39235 39236 39237 39238 39239 39240 39241 39242 39243 39244 39245 39246 39247 39248 39249 39250 39251 39252 39253 39254 39255 39256 39257 39258 39259 39260 39261 39262 39263 39264 39265 39266 39267 39268 39269 39270 39271 39272 39273 39274 39275 39276 39277 39278 39279 39280 39281 39282 39283 39284 39285 39286 39287 39288 39289 39290 39291 39292 39293 39294 39295 39296 39297 39298 39299 39300 39301 39302 39303 39304 39305 39306 39307 39308 39309 39310 39311 39312 39313 39314 39315 39316 39317 39318 39319 39320 39321 39322 39323 39324 39325 39326 39327 39328 39329 39330 39331 39332 39333 39334 39335 39336 39337 39338 39339 39340 39341 39342 39343 39344 39345 39346 39347 39348 39349 39350 39351 39352 39353 39354 39355 39356 39357 39358 39359 39360 39361 39362 39363 39364 39365 39366 39367 39368 39369 39370 39371 39372 39373 39374 39375 39376 39377 39378 39379 39380 39381 39382 39383 39384 39385 39386 39387 39388 39389 39390 39391 39392 39393 39394 39395 39396 39397 39398 39399 39400 39401 39402 39403 39404 39405 39406 39407 39408 39409 39410 39411 39412 39413 39414 39415 39416 39417 39418 39419 39420 39421 39422 39423 39424 39425 39426 39427 39428 39429 39430 39431 39432 39433 39434 39435 39436 39437 39438 39439 39440 39441 39442 39443 39444 39445 39446 39447 39448 39449 39450 39451 39452 39453 39454 39455 39456 39457 39458 39459 39460 39461 39462 39463 39464 39465 39466 39467 39468 39469 39470 39471 39472 39473 39474 39475 39476 39477 39478 39479 39480 39481 39482 39483 39484 39485 39486 39487 39488 39489 39490 39491 39492 39493 39494 39495 39496 39497 39498 39499 39500 39501 39502 39503 39504 39505 39506 39507 39508 39509 39510 39511 39512 39513 39514 39515 39516 39517 39518 39519 39520 39521 39522 39523 39524 39525 39526 39527 39528 39529 39530 39531 39532 39533 39534 39535 39536 39537 39538 39539 39540 39541 39542 39543 39544 39545 39546 39547 39548 39549 39550 39551 39552 39553 39554 39555 39556 39557 39558 39559 39560 39561 39562 39563 39564 39565 39566 39567 39568 39569 39570 39571 39572 39573 39574 39575 39576 39577 39578 39579 39580 39581 39582 39583 39584 39585 39586 39587 39588 39589 39590 39591 39592 39593 39594 39595 39596 39597 39598 39599 39600 39601 39602 39603 39604 39605 39606 39607 39608 39609 39610 39611 39612 39613 39614 39615 39616 39617 39618 39619 39620 39621 39622 39623 39624 39625 39626 39627 39628 39629 39630 39631 39632 39633 39634 39635 39636 39637 39638 39639 39640 39641 39642 39643 39644 39645 39646 39647 39648 39649 39650 39651 39652 39653 39654 39655 39656 39657 39658 39659 39660 39661 39662 39663 39664 39665 39666 39667 39668 39669 39670 39671 39672 39673 39674 39675 39676 39677 39678 39679 39680 39681 39682 39683 39684 39685 39686 39687 39688 39689 39690 39691 39692 39693 39694 39695 39696 39697 39698 39699 39700 39701 39702 39703 39704 39705 39706 39707 39708 39709 39710 39711 39712 39713 39714 39715 39716 39717 39718 39719 39720 39721 39722 39723 39724 39725 39726 39727 39728 39729 39730 39731 39732 39733 39734 39735 39736 39737 39738 39739 39740 39741 39742 39743 39744 39745 39746 39747 39748 39749 39750 39751 39752 39753 39754 39755 39756 39757 39758 39759 39760 39761 39762 39763 39764 39765 39766 39767 39768 39769 39770 39771 39772 39773 39774 39775 39776 39777 39778 39779 39780 39781 39782 39783 39784 39785 39786 39787 39788 39789 39790 39791 39792 39793 39794 39795 39796 39797 39798 39799 39800 39801 39802 39803 39804 39805 39806 39807 39808 39809 39810 39811 39812 39813 39814 39815 39816 39817 39818 39819 39820 39821 39822 39823 39824 39825 39826 39827 39828 39829 39830 39831 39832 39833 39834 39835 39836 39837 39838 39839 39840 39841 39842 39843 39844 39845 39846 39847 39848 39849 39850 39851 39852 39853 39854 39855 39856 39857 39858 39859 39860 39861 39862 39863 39864 39865 39866 39867 39868 39869 39870 39871 39872 39873 39874 39875 39876 39877 39878 39879 39880 39881 39882 39883 39884 39885 39886 39887 39888 39889 39890 39891 39892 39893 39894 39895 39896 39897 39898 39899 39900 39901 39902 39903 39904 39905 39906 39907 39908 39909 39910 39911 39912 39913 39914 39915 39916 39917 39918 39919 39920 39921 39922 39923 39924 39925 39926 39927 39928 39929 39930 39931 39932 39933 39934 39935 39936 39937 39938 39939 39940 39941 39942 39943 39944 39945 39946 39947 39948 39949 39950 39951 39952 39953 39954 39955 39956 39957 39958 39959 39960 39961 39962 39963 39964 39965 39966 39967 39968 39969 39970 39971 39972 39973 39974 39975 39976 39977 39978 39979 39980 39981 39982 39983 39984 39985 39986 39987 39988 39989 39990 39991 39992 39993 39994 39995 39996 39997 39998 39999 40000 40001 40002 40003 40004 40005 40006 40007 40008 40009 40010 40011 40012 40013 40014 40015 40016 40017 40018 40019 40020 40021 40022 40023 40024 40025 40026 40027 40028 40029 40030 40031 40032 40033 40034 40035 40036 40037 40038 40039 40040 40041 40042 40043 40044 40045 40046 40047 40048 40049 40050 40051 40052 40053 40054 40055 40056 40057 40058 40059 40060 40061 40062 40063 40064 40065 40066 40067 40068 40069 40070 40071 40072 40073 40074 40075 40076 40077 40078 40079 40080 40081 40082 40083 40084 40085 40086 40087 40088 40089 40090 40091 40092 40093 40094 40095 40096 40097 40098 40099 40100 40101 40102 40103 40104 40105 40106 40107 40108 40109 40110 40111 40112 40113 40114 40115 40116 40117 40118 40119 40120 40121 40122 40123 40124 40125 40126 40127 40128 40129 40130 40131 40132 40133 40134 40135 40136 40137 40138 40139 40140 40141 40142 40143 40144 40145 40146 40147 40148 40149 40150 40151 40152 40153 40154 40155 40156 40157 40158 40159 40160 40161 40162 40163 40164 40165 40166 40167 40168 40169 40170 40171 40172 40173 40174 40175 40176 40177 40178 40179 40180 40181 40182 40183 40184 40185 40186 40187 40188 40189 40190 40191 40192 40193 40194 40195 40196 40197 40198 40199 40200 40201 40202 40203 40204 40205 40206 40207 40208 40209 40210 40211 40212 40213 40214 40215 40216 40217 40218 40219 40220 40221 40222 40223 40224 40225 40226 40227 40228 40229 40230 40231 40232 40233 40234 40235 40236 40237 40238 40239 40240 40241 40242 40243 40244 40245 40246 40247 40248 40249 40250 40251 40252 40253 40254 40255 40256 40257 40258 40259 40260 40261 40262 40263 40264 40265 40266 40267 40268 40269 40270 40271 40272 40273 40274 40275 40276 40277 40278 40279 40280 40281 40282 40283 40284 40285 40286 40287 40288 40289 40290 40291 40292 40293 40294 40295 40296 40297 40298 40299 40300 40301 40302 40303 40304 40305 40306 40307 40308 40309 40310 40311 40312 40313 40314 40315 40316 40317 40318 40319 40320 40321 40322 40323 40324 40325 40326 40327 40328 40329 40330 40331 40332 40333 40334 40335 40336 40337 40338 40339 40340 40341 40342 40343 40344 40345 40346 40347 40348 40349 40350 40351 40352 40353 40354 40355 40356 40357 40358 40359 40360 40361 40362 40363 40364 40365 40366 40367 40368 40369 40370 40371 40372 40373 40374 40375 40376 40377 40378 40379 40380 40381 40382 40383 40384 40385 40386 40387 40388 40389 40390 40391 40392 40393 40394 40395 40396 40397 40398 40399 40400 40401 40402 40403 40404 40405 40406 40407 40408 40409 40410 40411 40412 40413 40414 40415 40416 40417 40418 40419 40420 40421 40422 40423 40424 40425 40426 40427 40428 40429 40430 40431 40432 40433 40434 40435 40436 40437 40438 40439 40440 40441 40442 40443 40444 40445 40446 40447 40448 40449 40450 40451 40452 40453 40454 40455 40456 40457 40458 40459 40460 40461 40462 40463 40464 40465 40466 40467 40468 40469 40470 40471 40472 40473 40474 40475 40476 40477 40478 40479 40480 40481 40482 40483 40484 40485 40486 40487 40488 40489 40490 40491 40492 40493 40494 40495 40496 40497 40498 40499 40500 40501 40502 40503 40504 40505 40506 40507 40508 40509 40510 40511 40512 40513 40514 40515 40516 40517 40518 40519 40520 40521 40522 40523 40524 40525 40526 40527 40528 40529 40530 40531 40532 40533 40534 40535 40536 40537 40538 40539 40540 40541 40542 40543 40544 40545 40546 40547 40548 40549 40550 40551 40552 40553 40554 40555 40556 40557 40558 40559 40560 40561 40562 40563 40564 40565 40566 40567 40568 40569 40570 40571 40572 40573 40574 40575 40576 40577 40578 40579 40580 40581 40582 40583 40584 40585 40586 40587 40588 40589 40590 40591 40592 40593 40594 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 57344 57345 57346 57347 57348 57349 57350 57351 57352 57353 57354 57355 57356 57357 57358 57359 57360 57361 57362 57363 57364 57365 57366 57367 57368 57369 57370 57371 57372 57373 57374 57375 57376 57377 57378 57379 57380 57381 57382 57383 57384 57385 57386 57387 57388 57389 57390 57391 57392 57393 57394 57395 57396 57397 57398 57399 57400 57401 57402 57403 57404 57405 57406 57407 57408 57409 57410 57411 57412 57413 57414 57415 57416 57417 57418 57419 57420 57421 57422 57423 57424 57425 57426 57427 57428 57429 57430 57431 57432 57433 57434 57435 57436 57437 57438 57439 57440 57441 57442 57443 57444 57445 57446 57447 57448 57449 57450 57451 57452 57453 57454 57455 57456 57457 57458 57459 57460 57461 57462 57463 57464 57465 57466 57467 57468 57469 57470 57471 57472 57473 57474 57475 57476 57477 57478 57479 57480 57481 57482 57483 57484 57485 57486 57487 57488 57489 57490 57491 57492 57493 57494 57495 57496 57497 57498 57499 57500 57501 57502 57503 57504 57505 57506 57507 57508 57509 57510 57511 57512 57513 57514 57515 57516 57517 57518 57519 57520 57521 57522 57523 57524 57525 57526 57527 57528 57529 57530 57531 57532 57533 57534 57535 57536 57537 57538 57539 57540 57541 57542 57543 57544 57545 57546 57547 57548 57549 57550 57551 57552 57553 57554 57555 57556 57557 57558 57559 57560 57561 57562 57563 57564 57565 57566 57567 57568 57569 57570 57571 57572 57573 57574 57575 57576 57577 57578 57579 57580 57581 57582 57583 57584 57585 57586 57587 57588 57589 57590 57591 57592 57593 57594 57595 57596 57597 57598 57599 57600 57601 57602 57603 57604 57605 57606 57607 57608 57609 57610 57611 57612 57613 57614 57615 57616 57617 57618 57619 57620 57621 57622 57623 57624 57625 57626 57627 57628 57629 57630 57631 57632 57633 57634 57635 57636 57637 57638 57639 57640 57641 57642 57643 57644 57645 57646 57647 57648 57649 57650 57651 57652 57653 57654 57655 57656 57657 57658 57659 57660 57661 57662 57663 57664 57665 57666 57667 57668 57669 57670 57671 57672 57673 57674 57675 57676 57677 57678 57679 57680 57681 57682 57683 57684 57685 57686 57687 57688 57689 57690 57691 57692 57693 57694 57695 57696 57697 57698 57699 57700 57701 57702 57703 57704 57705 57706 57707 57708 57709 57710 57711 57712 57713 57714 57715 57716 57717 57718 57719 57720 57721 57722 57723 57724 57725 57726 57727 57728 57729 57730 57731 57732 57733 57734 57735 57736 57737 57738 57739 57740 57741 57742 57743 57744 57745 57746 57747 57748 57749 57750 57751 57752 57753 57754 57755 57756 57757 57758 57759 57760 57761 57762 57763 57764 57765 57766 57767 57768 57769 57770 57771 57772 57773 57774 57775 57776 57777 57778 57779 57780 57781 57782 57783 57784 57785 57786 57787 57788 57789 57790 57791 57792 57793 57794 57795 57796 57797 57798 57799 57800 57801 57802 57803 57804 57805 57806 57807 57808 57809 57810 57811 57812 57813 57814 57815 57816 57817 57818 57819 57820 57821 57822 57823 57824 57825 57826 57827 57828 57829 57830 57831 57832 57833 57834 57835 57836 57837 57838 57839 57840 57841 57842 57843 57844 57845 57846 57847 57848 57849 57850 57851 57852 57853 57854 57855 57856 57857 57858 57859 57860 57861 57862 57863 57864 57865 57866 57867 57868 57869 57870 57871 57872 57873 57874 57875 57876 57877 57878 57879 57880 57881 57882 57883 57884 57885 57886 57887 57888 57889 57890 57891 57892 57893 57894 57895 57896 57897 57898 57899 57900 57901 57902 57903 57904 57905 57906 57907 57908 57909 57910 57911 57912 57913 57914 57915 57916 57917 57918 57919 57920 57921 57922 57923 57924 57925 57926 57927 57928 57929 57930 57931 57932 57933 57934 57935 57936 57937 57938 57939 57940 57941 57942 57943 57944 57945 57946 57947 57948 57949 57950 57951 57952 57953 57954 57955 57956 57957 57958 57959 57960 57961 57962 57963 57964 57965 57966 57967 57968 57969 57970 57971 57972 57973 57974 57975 57976 57977 57978 57979 57980 57981 57982 57983 57984 57985 57986 57987 57988 57989 57990 57991 57992 57993 57994 57995 57996 57997 57998 57999 58000 58001 58002 58003 58004 58005 58006 58007 58008 58009 58010 58011 58012 58013 58014 58015 58016 58017 58018 58019 58020 58021 58022 58023 58024 58025 58026 58027 58028 58029 58030 58031 58032 58033 58034 58035 58036 58037 58038 58039 58040 58041 58042 58043 58044 58045 58046 58047 58048 58049 58050 58051 58052 58053 58054 58055 58056 58057 58058 58059 58060 58061 58062 58063 58064 58065 58066 58067 58068 58069 58070 58071 58072 58073 58074 58075 58076 58077 58078 58079 58080 58081 58082 58083 58084 58085 58086 58087 58088 58089 58090 58091 58092 58093 58094 58095 58096 58097 58098 58099 58100 58101 58102 58103 58104 58105 58106 58107 58108 58109 58110 58111 58112 58113 58114 58115 58116 58117 58118 58119 58120 58121 58122 58123 58124 58125 58126 58127 58128 58129 58130 58131 58132 58133 58134 58135 58136 58137 58138 58139 58140 58141 58142 58143 58144 58145 58146 58147 58148 58149 58150 58151 58152 58153 58154 58155 58156 58157 58158 58159 58160 58161 58162 58163 58164 58165 58166 58167 58168 58169 58170 58171 58172 58173 58174 58175 58176 58177 58178 58179 58180 58181 58182 58183 58184 58185 58186 58187 58188 58189 58190 58191 58192 58193 58194 58195 58196 58197 58198 58199 58200 58201 58202 58203 58204 58205 58206 58207 58208 58209 58210 58211 58212 58213 58214 58215 58216 58217 58218 58219 58220 58221 58222 58223 58224 58225 58226 58227 58228 58229 58230 58231 58232 58233 58234 58235 58236 58237 58238 58239 58240 58241 58242 58243 58244 58245 58246 58247 58248 58249 58250 58251 58252 58253 58254 58255 58256 58257 58258 58259 58260 58261 58262 58263 58264 58265 58266 58267 58268 58269 58270 58271 58272 58273 58274 58275 58276 58277 58278 58279 58280 58281 58282 58283 58284 58285 58286 58287 58288 58289 58290 58291 58292 58293 58294 58295 58296 58297 58298 58299 58300 58301 58302 58303 58304 58305 58306 58307 58308 58309 58310 58311 58312 58313 58314 58315 58316 58317 58318 58319 58320 58321 58322 58323 58324 58325 58326 58327 58328 58329 58330 58331 58332 58333 58334 58335 58336 58337 58338 58339 58340 58341 58342 58343 58344 58345 58346 58347 58348 58349 58350 58351 58352 58353 58354 58355 58356 58357 58358 58359 58360 58361 58362 58363 58364 58365 58366 58367 58368 58369 58370 58371 58372 58373 58374 58375 58376 58377 58378 58379 58380 58381 58382 58383 58384 58385 58386 58387 58388 58389 58390 58391 58392 58393 58394 58395 58396 58397 58398 58399 58400 58401 58402 58403 58404 58405 58406 58407 58408 58409 58410 58411 58412 58413 58414 58415 58416 58417 58418 58419 58420 58421 58422 58423 58424 58425 58426 58427 58428 58429 58430 58431 58432 58433 58434 58435 58436 58437 58438 58439 58440 58441 58442 58443 58444 58445 58446 58447 58448 58449 58450 58451 58452 58453 58454 58455 58456 58457 58458 58459 58460 58461 58462 58463 58464 58465 58466 58467 58468 58469 58470 58471 58472 58473 58474 58475 58476 58477 58478 58479 58480 58481 58482 58483 58484 58485 58486 58487 58488 58489 58490 58491 58492 58493 58494 58495 58496 58497 58498 58499 58500 58501 58502 58503 58504 58505 58506 58507 58508 58509 58510 58511 58512 58513 58514 58515 58516 58517 58518 58519 58520 58521 58522 58523 58524 58525 58526 58527 58528 58529 58530 58531 58532 58533 58534 58535 58536 58537 58538 58539 58540 58541 58542 58543 58544 58545 58546 58547 58548 58549 58550 58551 58552 58553 58554 58555 58556 58557 58558 58559 58560 58561 58562 58563 58564 58565 58566 58567 58568 58569 58570 58571 58572 58573 58574 58575 58576 58577 58578 58579 58580 58581 58582 58583 58584 58585 58586 58587 58588 58589 58590 58591 58592 58593 58594 58595 58596 58597 58598 58599 58600 58601 58602 58603 58604 58605 58606 58607 58608 58609 58610 58611 58612 58613 58614 58615 58616 58617 58618 58619 58620 58621 58622 58623 58624 58625 58626 58627 58628 58629 58630 58631 58632 58633 58634 58635 58636 58637 58638 58639 58640 58641 58642 58643 58644 58645 58646 58647 58648 58649 58650 58651 58652 58653 58654 58655 58656 58657 58658 58659 58660 58661 58662 58663 58664 58665 58666 58667 58668 58669 58670 58671 58672 58673 58674 58675 58676 58677 58678 58679 58680 58681 58682 58683 58684 58685 58686 58687 58688 58689 58690 58691 58692 58693 58694 58695 58696 58697 58698 58699 58700 58701 58702 58703 58704 58705 58706 58707 58708 58709 58710 58711 58712 58713 58714 58715 58716 58717 58718 58719 58720 58721 58722 58723 58724 58725 58726 58727 58728 58729 58730 58731 58732 58733 58734 58735 58736 58737 58738 58739 58740 58741 58742 58743 58744 58745 58746 58747 58748 58749 58750 58751 58752 58753 58754 58755 58756 58757 58758 58759 58760 58761 58762 58763 58764 58765 58766 58767 58768 58769 58770 58771 58772 58773 58774 58775 58776 58777 58778 58779 58780 58781 58782 58783 58784 58785 58786 58787 58788 58789 58790 58791 58792 58793 58794 58795 58796 58797 58798 58799 58800 58801 58802 58803 58804 58805 58806 58807 58808 58809 58810 58811 58812 58813 58814 58815 58816 58817 58818 58819 58820 58821 58822 58823 58824 58825 58826 58827 58828 58829 58830 58831 58832 58833 58834 58835 58836 58837 58838 58839 58840 58841 58842 58843 58844 58845 58846 58847 58848 58849 58850 58851 58852 58853 58854 58855 58856 58857 58858 58859 58860 58861 58862 58863 58864 58865 58866 58867 58868 58869 58870 58871 58872 58873 58874 58875 58876 58877 58878 58879 58880 58881 58882 58883 58884 58885 58886 58887 58888 58889 58890 58891 58892 58893 58894 58895 58896 58897 58898 58899 58900 58901 58902 58903 58904 58905 58906 58907 58908 58909 58910 58911 58912 58913 58914 58915 58916 58917 58918 58919 58920 58921 58922 58923 58924 58925 58926 58927 58928 58929 58930 58931 58932 58933 58934 58935 58936 58937 58938 58939 58940 58941 58942 58943 58944 58945 58946 58947 58948 58949 58950 58951 58952 58953 58954 58955 58956 58957 58958 58959 58960 58961 58962 58963 58964 58965 58966 58967 58968 58969 58970 58971 58972 58973 58974 58975 58976 58977 58978 58979 58980 58981 58982 58983 58984 58985 58986 58987 58988 58989 58990 58991 58992 58993 58994 58995 58996 58997 58998 58999 59000 59001 59002 59003 59004 59005 59006 59007 59008 59009 59010 59011 59012 59013 59014 59015 59016 59017 59018 59019 59020 59021 59022 59023 59024 59025 59026 59027 59028 59029 59030 59031 59032 59033 59034 59035 59036 59037 59038 59039 59040 59041 59042 59043 59044 59045 59046 59047 59048 59049 59050 59051 59052 59053 59054 59055 59056 59057 59058 59059 59060 59061 59062 59063 59064 59065 59066 59067 59068 59069 59070 59071 59072 59073 59074 59075 59076 59077 59078 59079 59080 59081 59082 59083 59084 59085 59086 59087 59088 59089 59090 59091 59092 59093 59094 59095 59096 59097 59098 59099 59100 59101 59102 59103 59104 59105 59106 59107 59108 59109 59110 59111 59112 59113 59114 59115 59116 59117 59118 59119 59120 59121 59122 59123 59124 59125 59126 59127 59128 59129 59130 59131 59132 59133 59134 59135 59136 59137 59138 59139 59140 59141 59142 59143 59144 59145 59146 59147 59148 59149 59150 59151 59152 59153 59154 59155 59156 59157 59158 59159 59160 59161 59162 59163 59164 59165 59166 59167 59168 59169 59170 59171 59172 59173 59174 59175 59176 59177 59178 59179 59180 59181 59182 59183 59184 59185 59186 59187 59188 59189 59190 59191 59192 59193 59194 59195 59196 59197 59198 59199 59200 59201 59202 59203 59204 59205 59206 59207 59208 59209 59210 59211 59212 59213 59214 59215 59216 59217 59218 59219 59220 59221 59222 59223 59224 59225 59226 59227 59228 59229 59230 59231 59232 59233 59234 59235 59236 59237 59238 59239 59240 59241 59242 59243 59244 59245 59246 59247 59248 59249 59250 59251 59252 59253 59254 59255 59256 59257 59258 59259 59260 59261 59262 59263 59264 59265 59266 59267 59268 59269 59270 59271 59272 59273 59274 59275 59276 59277 59278 59279 59280 59281 59282 59283 59284 59285 59286 59287 59288 59289 59290 59291 59292 59293 59294 59295 59296 59297 59298 59299 59300 59301 59302 59303 59304 59305 59306 59307 59308 59309 59310 59311 59312 59313 59314 59315 59316 59317 59318 59319 59320 59321 59322 59323 59324 59325 59326 59327 59328 59329 59330 59331 59332 59333 59334 59335 59336 59337 59338 59339 59340 59341 59342 59343 59344 59345 59346 59347 59348 59349 59350 59351 59352 59353 59354 59355 59356 59357 59358 59359 59360 59361 59362 59363 59364 59365 59366 59367 59368 59369 59370 59371 59372 59373 59374 59375 59376 59377 59378 59379 59380 59381 59382 59383 59384 59385 59386 59387 59388 59389 59390 59391 59392 59393 59394 59395 59396 59397 59398 59399 59400 59401 59402 59403 59404 59405 59406 59407 59408 59409 59410 59411 59412 59413 59414 59415 59416 59417 59418 59419 59420 59421 59422 59423 59424 59425 59426 59427 59428 59429 59430 59431 59432 59433 59434 59435 59436 59437 59438 59439 59440 59441 59442 59443 59444 59445 59446 59447 59448 59449 59450 59451 59452 59453 59454 59455 59456 59457 59458 59459 59460 59461 59462 59463 59464 59465 59466 59467 59468 59469 59470 59471 59472 59473 59474 59475 59476 59477 59478 59479 59480 59481 59482 59483 59484 59485 59486 59487 59488 59489 59490 59491 59492 59493 59494 59495 59496 59497 59498 59499 59500 59501 59502 59503 59504 59505 59506 59507 59508 59509 59510 59511 59512 59513 59514 59515 59516 59517 59518 59519 59520 59521 59522 59523 59524 59525 59526 59527 59528 59529 59530 59531 59532 59533 59534 59535 59536 59537 59538 59539 59540 59541 59542 59543 59544 59545 59546 59547 59548 59549 59550 59551 59552 59553 59554 59555 59556 59557 59558 59559 59560 59561 59562 59563 59564 59565 59566 59567 59568 59569 59570 59571 59572 59573 59574 59575 59576 59577 59578 59579 59580 59581 59582 59583 59584 59585 59586 59587 59588 59589 59590 59591 59592 59593 59594 59595 59596 59597 59598 59599 59600 59601 59602 59603 59604 59605 59606 59607 59608 59609 59610 59611 59612 59613 59614 59615 59616 59617 59618 59619 59620 59621 59622 59623 59624 59625 59626 59627 59628 59629 59630 59631 59632 59633 59634 59635 59636 59637 59638 59639 59640 59641 59642 59643 59644 59645 59646 59647 59648 59649 59650 59651 59652 59653 59654 59655 59656 59657 59658 59659 59660 59661 59662 59663 59664 59665 59666 59667 59668 59669 59670 59671 59672 59673 59674 59675 59676 59677 59678 59679 59680 59681 59682 59683 59684 59685 59686 59687 59688 59689 59690 59691 59692 59693 59694 59695 59696 59697 59698 59699 59700 59701 59702 59703 59704 59705 59706 59707 59708 59709 59710 59711 59712 59713 59714 59715 59716 59717 59718 59719 59720 59721 59722 59723 59724 59725 59726 59727 59728 59729 59730 59731 59732 59733 59734 59735 59736 59737 59738 59739 59740 59741 59742 59743 59744 59745 59746 59747 59748 59749 59750 59751 59752 59753 59754 59755 59756 59757 59758 59759 59760 59761 59762 59763 59764 59765 59766 59767 59768 59769 59770 59771 59772 59773 59774 59775 59776 59777 59778 59779 59780 59781 59782 59783 59784 59785 59786 59787 59788 59789 59790 59791 59792 59793 59794 59795 59796 59797 59798 59799 59800 59801 59802 59803 59804 59805 59806 59807 59808 59809 59810 59811 59812 59813 59814 59815 59816 59817 59818 59819 59820 59821 59822 59823 59824 59825 59826 59827 59828 59829 59830 59831 59832 59833 59834 59835 59836 59837 59838 59839 59840 59841 59842 59843 59844 59845 59846 59847 59848 59849 59850 59851 59852 59853 59854 59855 59856 59857 59858 59859 59860 59861 59862 59863 59864 59865 59866 59867 59868 59869 59870 59871 59872 59873 59874 59875 59876 59877 59878 59879 59880 59881 59882 59883 59884 59885 59886 59887 59888 59889 59890 59891 59892 59893 59894 59895 59896 59897 59898 59899 59900 59901 59902 59903 59904 59905 59906 59907 59908 59909 59910 59911 59912 59913 59914 59915 59916 59917 59918 59919 59920 59921 59922 59923 59924 59925 59926 59927 59928 59929 59930 59931 59932 59933 59934 59935 59936 59937 59938 59939 59940 59941 59942 59943 59944 59945 59946 59947 59948 59949 59950 59951 59952 59953 59954 59955 59956 59957 59958 59959 59960 59961 59962 59963 59964 59965 59966 59967 59968 59969 59970 59971 59972 59973 59974 59975 59976 59977 59978 59979 59980 59981 59982 59983 59984 59985 59986 59987 59988 59989 59990 59991 59992 59993 59994 59995 59996 59997 59998 59999 60000 60001 60002 60003 60004 60005 60006 60007 60008 60009 60010 60011 60012 60013 60014 60015 60016 60017 60018 60019 60020 60021 60022 60023 60024 60025 60026 60027 60028 60029 60030 60031 60032 60033 60034 60035 60036 60037 60038 60039 60040 60041 60042 60043 60044 60045 60046 60047 60048 60049 60050 60051 60052 60053 60054 60055 60056 60057 60058 60059 60060 60061 60062 60063 60064 60065 60066 60067 60068 60069 60070 60071 60072 60073 60074 60075 60076 60077 60078 60079 60080 60081 60082 60083 60084 60085 60086 60087 60088 60089 60090 60091 60092 60093 60094 60095 60096 60097 60098 60099 60100 60101 60102 60103 60104 60105 60106 60107 60108 60109 60110 60111 60112 60113 60114 60115 60116 60117 60118 60119 60120 60121 60122 60123 60124 60125 60126 60127 60128 60129 60130 60131 60132 60133 60134 60135 60136 60137 60138 60139 60140 60141 60142 60143 60144 60145 60146 60147 60148 60149 60150 60151 60152 60153 60154 60155 60156 60157 60158 60159 60160 60161 60162 60163 60164 60165 60166 60167 60168 60169 60170 60171 60172 60173 60174 60175 60176 60177 60178 60179 60180 60181 60182 60183 60184 60185 60186 60187 60188 60189 60190 60191 60192 60193 60194 60195 60196 60197 60198 60199 60200 60201 60202 60203 60204 60205 60206 60207 60208 60209 60210 60211 60212 60213 60214 60215 60216 60217 60218 60219 60220 60221 60222 60223 60224 60225 60226 60227 60228 60229 60230 60231 60232 60233 60234 60235 60236 60237 60238 60239 60240 60241 60242 60243 60244 60245 60246 60247 60248 60249 60250 60251 60252 60253 60254 60255 60256 60257 60258 60259 60260 60261 60262 60263 60264 60265 60266 60267 60268 60269 60270 60271 60272 60273 60274 60275 60276 60277 60278 60279 60280 60281 60282 60283 60284 60285 60286 60287 60288 60289 60290 60291 60292 60293 60294 60295 60296 60297 60298 60299 60300 60301 60302 60303 60304 60305 60306 60307 60308 60309 60310 60311 60312 60313 60314 60315 60316 60317 60318 60319 60320 60321 60322 60323 60324 60325 60326 60327 60328 60329 60330 60331 60332 60333 60334 60335 60336 60337 60338 60339 60340 60341 60342 60343 60344 60345 60346 60347 60348 60349 60350 60351 60352 60353 60354 60355 60356 60357 60358 60359 60360 60361 60362 60363 60364 60365 60366 60367 60368 60369 60370 60371 60372 60373 60374 60375 60376 60377 60378 60379 60380 60381 60382 60383 60384 60385 60386 60387 60388 60389 60390 60391 60392 60393 60394 60395 60396 60397 60398 60399 60400 60401 60402 60403 60404 60405 60406 60407 60408 60409 60410 60411 60412 60413 60414 60415 TooltipText=null 06:07:57.797 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:07:57.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:07:57.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:07:57.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=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 57344 57345 57346 57347 57348 57349 57350 57351 57352 57353 57354 57355 57356 57357 57358 57359 57360 57361 57362 57363 57364 57365 57366 57367 57368 57369 57370 57371 57372 57373 57374 57375 57376 57377 57378 57379 57380 57381 57382 57383 57384 57385 57386 57387 57388 57389 57390 57391 57392 57393 57394 57395 57396 57397 57398 57399 57400 57401 57402 57403 57404 57405 57406 57407 57408 57409 57410 57411 57412 57413 57414 57415 57416 57417 57418 57419 57420 57421 57422 57423 57424 57425 57426 57427 57428 57429 57430 57431 57432 57433 57434 57435 57436 57437 57438 57439 57440 57441 57442 57443 57444 57445 57446 57447 57448 57449 57450 57451 57452 57453 57454 57455 57456 57457 57458 57459 57460 57461 57462 57463 57464 57465 57466 57467 57468 57469 57470 57471 57472 57473 57474 57475 57476 57477 57478 57479 57480 57481 57482 57483 57484 57485 57486 57487 57488 57489 57490 57491 57492 57493 57494 57495 57496 57497 57498 57499 57500 57501 57502 57503 57504 57505 57506 57507 57508 57509 57510 57511 57512 57513 57514 57515 57516 57517 57518 57519 57520 57521 57522 57523 57524 57525 57526 57527 57528 57529 57530 57531 57532 57533 57534 57535 57536 57537 57538 57539 57540 57541 57542 57543 57544 57545 57546 57547 57548 57549 57550 57551 57552 57553 57554 57555 57556 57557 57558 57559 57560 57561 57562 57563 57564 57565 57566 57567 57568 57569 57570 57571 57572 57573 57574 57575 57576 57577 57578 57579 57580 57581 57582 57583 57584 57585 57586 57587 57588 57589 57590 57591 57592 57593 57594 57595 57596 57597 57598 57599 57600 57601 57602 57603 57604 57605 57606 57607 57608 57609 57610 57611 57612 57613 57614 57615 57616 57617 57618 57619 57620 57621 57622 57623 57624 57625 57626 57627 57628 57629 57630 57631 57632 57633 57634 57635 57636 57637 57638 57639 57640 57641 57642 57643 57644 57645 57646 57647 57648 57649 57650 57651 57652 57653 57654 57655 57656 57657 57658 57659 57660 57661 57662 57663 57664 57665 57666 57667 57668 57669 57670 57671 57672 57673 57674 57675 57676 57677 57678 57679 57680 57681 57682 57683 57684 57685 57686 57687 57688 57689 57690 57691 57692 57693 57694 57695 57696 57697 57698 57699 57700 57701 57702 57703 57704 57705 57706 57707 57708 57709 57710 57711 57712 57713 57714 57715 57716 57717 57718 57719 57720 57721 57722 57723 57724 57725 57726 57727 57728 57729 57730 57731 57732 57733 57734 57735 57736 57737 57738 57739 57740 57741 57742 57743 57744 57745 57746 57747 57748 57749 57750 57751 57752 57753 57754 57755 57756 57757 57758 57759 57760 57761 57762 57763 57764 57765 57766 57767 57768 57769 57770 57771 57772 57773 57774 57775 57776 57777 57778 57779 57780 57781 57782 57783 57784 57785 57786 57787 57788 57789 57790 57791 57792 57793 57794 57795 57796 57797 57798 57799 57800 57801 57802 57803 57804 57805 57806 57807 57808 57809 57810 57811 57812 57813 57814 57815 57816 57817 57818 57819 57820 57821 57822 57823 57824 57825 57826 57827 57828 57829 57830 57831 57832 57833 57834 57835 57836 57837 57838 57839 57840 57841 57842 57843 57844 57845 57846 57847 57848 57849 57850 57851 57852 57853 57854 57855 57856 57857 57858 57859 57860 57861 57862 57863 57864 57865 57866 57867 57868 57869 57870 57871 57872 57873 57874 57875 57876 57877 57878 57879 57880 57881 57882 57883 57884 57885 57886 57887 57888 57889 57890 57891 57892 57893 57894 57895 57896 57897 57898 57899 57900 57901 57902 57903 57904 57905 57906 57907 57908 57909 57910 57911 57912 57913 57914 57915 57916 57917 57918 57919 57920 57921 57922 57923 57924 57925 57926 57927 57928 57929 57930 57931 57932 57933 57934 57935 57936 57937 57938 57939 57940 57941 57942 57943 57944 57945 57946 57947 57948 57949 57950 57951 57952 57953 57954 57955 57956 57957 57958 57959 57960 57961 57962 57963 57964 57965 57966 57967 57968 57969 57970 57971 57972 57973 57974 57975 57976 57977 57978 57979 57980 57981 57982 57983 57984 57985 57986 57987 57988 57989 57990 57991 57992 57993 57994 57995 57996 57997 57998 57999 58000 58001 58002 58003 58004 58005 58006 58007 58008 58009 58010 58011 58012 58013 58014 58015 58016 58017 58018 58019 58020 58021 58022 58023 58024 58025 58026 58027 58028 58029 58030 58031 58032 58033 58034 58035 58036 58037 58038 58039 58040 58041 58042 58043 58044 58045 58046 58047 58048 58049 58050 58051 58052 58053 58054 58055 58056 58057 58058 58059 58060 58061 58062 58063 58064 58065 58066 58067 58068 58069 58070 58071 58072 58073 58074 58075 58076 58077 58078 58079 58080 58081 58082 58083 58084 58085 58086 58087 58088 58089 58090 58091 58092 58093 58094 58095 58096 58097 58098 58099 58100 58101 58102 58103 58104 58105 58106 58107 58108 58109 58110 58111 58112 58113 58114 58115 58116 58117 58118 58119 58120 58121 58122 58123 58124 58125 58126 58127 58128 58129 58130 58131 58132 58133 58134 58135 58136 58137 58138 58139 58140 58141 58142 58143 58144 58145 58146 58147 58148 58149 58150 58151 58152 58153 58154 58155 58156 58157 58158 58159 58160 58161 58162 58163 58164 58165 58166 58167 58168 58169 58170 58171 58172 58173 58174 58175 58176 58177 58178 58179 58180 58181 58182 58183 58184 58185 58186 58187 58188 58189 58190 58191 58192 58193 58194 58195 58196 58197 58198 58199 58200 58201 58202 58203 58204 58205 58206 58207 58208 58209 58210 58211 58212 58213 58214 58215 58216 58217 58218 58219 58220 58221 58222 58223 58224 58225 58226 58227 58228 58229 58230 58231 58232 58233 58234 58235 58236 58237 58238 58239 58240 58241 58242 58243 58244 58245 58246 58247 58248 58249 58250 58251 58252 58253 58254 58255 58256 58257 58258 58259 58260 58261 58262 58263 58264 58265 58266 58267 58268 58269 58270 58271 58272 58273 58274 58275 58276 58277 58278 58279 58280 58281 58282 58283 58284 58285 58286 58287 58288 58289 58290 58291 58292 58293 58294 58295 58296 58297 58298 58299 58300 58301 58302 58303 58304 58305 58306 58307 58308 58309 58310 58311 58312 58313 58314 58315 58316 58317 58318 58319 58320 58321 58322 58323 58324 58325 58326 58327 58328 58329 58330 58331 58332 58333 58334 58335 58336 58337 58338 58339 58340 58341 58342 58343 58344 58345 58346 58347 58348 58349 58350 58351 58352 58353 58354 58355 58356 58357 58358 58359 58360 58361 58362 58363 58364 58365 58366 58367 58368 58369 58370 58371 58372 58373 58374 58375 58376 58377 58378 58379 58380 58381 58382 58383 58384 58385 58386 58387 58388 58389 58390 58391 58392 58393 58394 58395 58396 58397 58398 58399 58400 58401 58402 58403 58404 58405 58406 58407 58408 58409 58410 58411 58412 58413 58414 58415 58416 58417 58418 58419 58420 58421 58422 58423 58424 58425 58426 58427 58428 58429 58430 58431 58432 58433 58434 58435 58436 58437 58438 58439 58440 58441 58442 58443 58444 58445 58446 58447 58448 58449 58450 58451 58452 58453 58454 58455 58456 58457 58458 58459 58460 58461 58462 58463 58464 58465 58466 58467 58468 58469 58470 58471 58472 58473 58474 58475 58476 58477 58478 58479 58480 58481 58482 58483 58484 58485 58486 58487 58488 58489 58490 58491 58492 58493 58494 58495 58496 58497 58498 58499 58500 58501 58502 58503 58504 58505 58506 58507 58508 58509 58510 58511 58512 58513 58514 58515 58516 58517 58518 58519 58520 58521 58522 58523 58524 58525 58526 58527 58528 58529 58530 58531 58532 58533 58534 58535 58536 58537 58538 58539 58540 58541 58542 58543 58544 58545 58546 58547 58548 58549 58550 58551 58552 58553 58554 58555 58556 58557 58558 58559 58560 58561 58562 58563 58564 58565 58566 58567 58568 58569 58570 58571 58572 58573 58574 58575 58576 58577 58578 58579 58580 58581 58582 58583 58584 58585 58586 58587 58588 58589 58590 58591 58592 58593 58594 58595 58596 58597 58598 58599 58600 58601 58602 58603 58604 58605 58606 58607 58608 58609 58610 58611 58612 58613 58614 58615 58616 58617 58618 58619 58620 58621 58622 58623 58624 58625 58626 58627 58628 58629 58630 58631 58632 58633 58634 58635 58636 58637 58638 58639 58640 58641 58642 58643 58644 58645 58646 58647 58648 58649 58650 58651 58652 58653 58654 58655 58656 58657 58658 58659 58660 58661 58662 58663 58664 58665 58666 58667 58668 58669 58670 58671 58672 58673 58674 58675 58676 58677 58678 58679 58680 58681 58682 58683 58684 58685 58686 58687 58688 58689 58690 58691 58692 58693 58694 58695 58696 58697 58698 58699 58700 58701 58702 58703 58704 58705 58706 58707 58708 58709 58710 58711 58712 58713 58714 58715 58716 58717 58718 58719 58720 58721 58722 58723 58724 58725 58726 58727 58728 58729 58730 58731 58732 58733 58734 58735 58736 58737 58738 58739 58740 58741 58742 58743 58744 58745 58746 58747 58748 58749 58750 58751 58752 58753 58754 58755 58756 58757 58758 58759 58760 58761 58762 58763 58764 58765 58766 58767 58768 58769 58770 58771 58772 58773 58774 58775 58776 58777 58778 58779 58780 58781 58782 58783 58784 58785 58786 58787 58788 58789 58790 58791 58792 58793 58794 58795 58796 58797 58798 58799 58800 58801 58802 58803 58804 58805 58806 58807 58808 58809 58810 58811 58812 58813 58814 58815 58816 58817 58818 58819 58820 58821 58822 58823 58824 58825 58826 58827 58828 58829 58830 58831 58832 58833 58834 58835 58836 58837 58838 58839 58840 58841 58842 58843 58844 58845 58846 58847 58848 58849 58850 58851 58852 58853 58854 58855 58856 58857 58858 58859 58860 58861 58862 58863 58864 58865 58866 58867 58868 58869 58870 58871 58872 58873 58874 58875 58876 58877 58878 58879 58880 58881 58882 58883 58884 58885 58886 58887 58888 58889 58890 58891 58892 58893 58894 58895 58896 58897 58898 58899 58900 58901 58902 58903 58904 58905 58906 58907 58908 58909 58910 58911 58912 58913 58914 58915 58916 58917 58918 58919 58920 58921 58922 58923 58924 58925 58926 58927 58928 58929 58930 58931 58932 58933 58934 58935 58936 58937 58938 58939 58940 58941 58942 58943 58944 58945 58946 58947 58948 58949 58950 58951 58952 58953 58954 58955 58956 58957 58958 58959 58960 58961 58962 58963 58964 58965 58966 58967 58968 58969 58970 58971 58972 58973 58974 58975 58976 58977 58978 58979 58980 58981 58982 58983 58984 58985 58986 58987 58988 58989 58990 58991 58992 58993 58994 58995 58996 58997 58998 58999 59000 59001 59002 59003 59004 59005 59006 59007 59008 59009 59010 59011 59012 59013 59014 59015 59016 59017 59018 59019 59020 59021 59022 59023 59024 59025 59026 59027 59028 59029 59030 59031 59032 59033 59034 59035 59036 59037 59038 59039 59040 59041 59042 59043 59044 59045 59046 59047 59048 59049 59050 59051 59052 59053 59054 59055 59056 59057 59058 59059 59060 59061 59062 59063 59064 59065 59066 59067 59068 59069 59070 59071 59072 59073 59074 59075 59076 59077 59078 59079 59080 59081 59082 59083 59084 59085 59086 59087 59088 59089 59090 59091 59092 59093 59094 59095 59096 59097 59098 59099 59100 59101 59102 59103 59104 59105 59106 59107 59108 59109 59110 59111 59112 59113 59114 59115 59116 59117 59118 59119 59120 59121 59122 59123 59124 59125 59126 59127 59128 59129 59130 59131 59132 59133 59134 59135 59136 59137 59138 59139 59140 59141 59142 59143 59144 59145 59146 59147 59148 59149 59150 59151 59152 59153 59154 59155 59156 59157 59158 59159 59160 59161 59162 59163 59164 59165 59166 59167 59168 59169 59170 59171 59172 59173 59174 59175 59176 59177 59178 59179 59180 59181 59182 59183 59184 59185 59186 59187 59188 59189 59190 59191 59192 59193 59194 59195 59196 59197 59198 59199 59200 59201 59202 59203 59204 59205 59206 59207 59208 59209 59210 59211 59212 59213 59214 59215 59216 59217 59218 59219 59220 59221 59222 59223 59224 59225 59226 59227 59228 59229 59230 59231 59232 59233 59234 59235 59236 59237 59238 59239 59240 59241 59242 59243 59244 59245 59246 59247 59248 59249 59250 59251 59252 59253 59254 59255 59256 59257 59258 59259 59260 59261 59262 59263 59264 59265 59266 59267 59268 59269 59270 59271 59272 59273 59274 59275 59276 59277 59278 59279 59280 59281 59282 59283 59284 59285 59286 59287 59288 59289 59290 59291 59292 59293 59294 59295 59296 59297 59298 59299 59300 59301 59302 59303 59304 59305 59306 59307 59308 59309 59310 59311 59312 59313 59314 59315 59316 59317 59318 59319 59320 59321 59322 59323 59324 59325 59326 59327 59328 59329 59330 59331 59332 59333 59334 59335 59336 59337 59338 59339 59340 59341 59342 59343 59344 59345 59346 59347 59348 59349 59350 59351 59352 59353 59354 59355 59356 59357 59358 59359 59360 59361 59362 59363 59364 59365 59366 59367 59368 59369 59370 59371 59372 59373 59374 59375 59376 59377 59378 59379 59380 59381 59382 59383 59384 59385 59386 59387 59388 59389 59390 59391 59392 59393 59394 59395 59396 59397 59398 59399 59400 59401 59402 59403 59404 59405 59406 59407 59408 59409 59410 59411 59412 59413 59414 59415 59416 59417 59418 59419 59420 59421 59422 59423 59424 59425 59426 59427 59428 59429 59430 59431 59432 59433 59434 59435 59436 59437 59438 59439 59440 59441 59442 59443 59444 59445 59446 59447 59448 59449 59450 59451 59452 59453 59454 59455 59456 59457 59458 59459 59460 59461 59462 59463 59464 59465 59466 59467 59468 59469 59470 59471 59472 59473 59474 59475 59476 59477 59478 59479 59480 59481 59482 59483 59484 59485 59486 59487 59488 59489 59490 59491 59492 59493 59494 59495 59496 59497 59498 59499 59500 59501 59502 59503 59504 59505 59506 59507 59508 59509 59510 59511 59512 59513 59514 59515 59516 59517 59518 59519 59520 59521 59522 59523 59524 59525 59526 59527 59528 59529 59530 59531 59532 59533 59534 59535 59536 59537 59538 59539 59540 59541 59542 59543 59544 59545 59546 59547 59548 59549 59550 59551 59552 59553 59554 59555 59556 59557 59558 59559 59560 59561 59562 59563 59564 59565 59566 59567 59568 59569 59570 59571 59572 59573 59574 59575 59576 59577 59578 59579 59580 59581 59582 59583 59584 59585 59586 59587 59588 59589 59590 59591 59592 59593 59594 59595 59596 59597 59598 59599 59600 59601 59602 59603 59604 59605 59606 59607 59608 59609 59610 59611 59612 59613 59614 59615 59616 59617 59618 59619 59620 59621 59622 59623 59624 59625 59626 59627 59628 59629 59630 59631 59632 59633 59634 59635 59636 59637 59638 59639 59640 59641 59642 59643 59644 59645 59646 59647 59648 59649 59650 59651 59652 59653 59654 59655 59656 59657 59658 59659 59660 59661 59662 59663 59664 59665 59666 59667 59668 59669 59670 59671 59672 59673 59674 59675 59676 59677 59678 59679 59680 59681 59682 59683 59684 59685 59686 59687 59688 59689 59690 59691 59692 59693 59694 59695 59696 59697 59698 59699 59700 59701 59702 59703 59704 59705 59706 59707 59708 59709 59710 59711 59712 59713 59714 59715 59716 59717 59718 59719 59720 59721 59722 59723 59724 59725 59726 59727 59728 59729 59730 59731 59732 59733 59734 59735 59736 59737 59738 59739 59740 59741 59742 59743 59744 59745 59746 59747 59748 59749 59750 59751 59752 59753 59754 59755 59756 59757 59758 59759 59760 59761 59762 59763 59764 59765 59766 59767 59768 59769 59770 59771 59772 59773 59774 59775 59776 59777 59778 59779 59780 59781 59782 59783 59784 59785 59786 59787 59788 59789 59790 59791 59792 59793 59794 59795 59796 59797 59798 59799 59800 59801 59802 59803 59804 59805 59806 59807 59808 59809 59810 59811 59812 59813 59814 59815 59816 59817 59818 59819 59820 59821 59822 59823 59824 59825 59826 59827 59828 59829 59830 59831 59832 59833 59834 59835 59836 59837 59838 59839 59840 59841 59842 59843 59844 59845 59846 59847 59848 59849 59850 59851 59852 59853 59854 59855 59856 59857 59858 59859 59860 59861 59862 59863 59864 59865 59866 59867 59868 59869 59870 59871 59872 59873 59874 59875 59876 59877 59878 59879 59880 59881 59882 59883 59884 59885 59886 59887 59888 59889 59890 59891 59892 59893 59894 59895 59896 59897 59898 59899 59900 59901 59902 59903 59904 59905 59906 59907 59908 59909 59910 59911 59912 59913 59914 59915 59916 59917 59918 59919 59920 59921 59922 59923 59924 59925 59926 59927 59928 59929 59930 59931 59932 59933 59934 59935 59936 59937 59938 59939 59940 59941 59942 59943 59944 59945 59946 59947 59948 59949 59950 59951 59952 59953 59954 59955 59956 59957 59958 59959 59960 59961 59962 59963 59964 59965 59966 59967 59968 59969 59970 59971 59972 59973 59974 59975 59976 59977 59978 59979 59980 59981 59982 59983 59984 59985 59986 59987 59988 59989 59990 59991 59992 59993 59994 59995 59996 59997 59998 59999 60000 60001 60002 60003 60004 60005 60006 60007 60008 60009 60010 60011 60012 60013 60014 60015 60016 60017 60018 60019 60020 60021 60022 60023 60024 60025 60026 60027 60028 60029 60030 60031 60032 60033 60034 60035 60036 60037 60038 60039 60040 60041 60042 60043 60044 60045 60046 60047 60048 60049 60050 60051 60052 60053 60054 60055 60056 60057 60058 60059 60060 60061 60062 60063 60064 60065 60066 60067 60068 60069 60070 60071 60072 60073 60074 60075 60076 60077 60078 60079 60080 60081 60082 60083 60084 60085 60086 60087 60088 60089 60090 60091 60092 60093 60094 60095 60096 60097 60098 60099 60100 60101 60102 60103 60104 60105 60106 60107 60108 60109 60110 60111 60112 60113 60114 60115 60116 60117 60118 60119 60120 60121 60122 60123 60124 60125 60126 60127 60128 60129 60130 60131 60132 60133 60134 60135 60136 60137 60138 60139 60140 60141 60142 60143 60144 60145 60146 60147 60148 60149 60150 60151 60152 60153 60154 60155 60156 60157 60158 60159 60160 60161 60162 60163 60164 60165 60166 60167 60168 60169 60170 60171 60172 60173 60174 60175 60176 60177 60178 60179 60180 60181 60182 60183 60184 60185 60186 60187 60188 60189 60190 60191 60192 60193 60194 60195 60196 60197 60198 60199 60200 60201 60202 60203 60204 60205 60206 60207 60208 60209 60210 60211 60212 60213 60214 60215 60216 60217 60218 60219 60220 60221 60222 60223 60224 60225 60226 60227 60228 60229 60230 60231 60232 60233 60234 60235 60236 60237 60238 60239 60240 60241 60242 60243 60244 60245 60246 60247 60248 60249 60250 60251 60252 60253 60254 60255 60256 60257 60258 60259 60260 60261 60262 60263 60264 60265 60266 60267 60268 60269 60270 60271 60272 60273 60274 60275 60276 60277 60278 60279 60280 60281 60282 60283 60284 60285 60286 60287 60288 60289 60290 60291 60292 60293 60294 60295 60296 60297 60298 60299 60300 60301 60302 60303 60304 60305 60306 60307 60308 60309 60310 60311 60312 60313 60314 60315 60316 60317 60318 60319 60320 60321 60322 60323 60324 60325 60326 60327 60328 60329 60330 60331 60332 60333 60334 60335 60336 60337 60338 60339 60340 60341 60342 60343 60344 60345 60346 60347 60348 60349 60350 60351 60352 60353 60354 60355 60356 60357 60358 60359 60360 60361 60362 60363 60364 60365 60366 60367 60368 60369 60370 60371 60372 60373 60374 60375 60376 60377 60378 60379 60380 60381 60382 60383 60384 60385 60386 60387 60388 60389 60390 60391 60392 60393 60394 60395 60396 60397 60398 60399 60400 60401 60402 60403 60404 60405 60406 60407 60408 60409 60410 60411 60412 60413 60414 60415 60416 60417 60418 60419 60420 60421 60422 60423 60424 60425 60426 60427 60428 60429 60430 60431 60432 60433 60434 60435 60436 60437 60438 60439 60440 60441 60442 60443 60444 60445 60446 60447 60448 60449 60450 60451 60452 60453 60454 60455 60456 60457 60458 60459 60460 60461 60462 60463 60464 60465 60466 60467 60468 60469 60470 60471 60472 60473 60474 60475 60476 60477 60478 60479 60480 60481 60482 60483 60484 60485 60486 60487 60488 60489 60490 60491 60492 60493 60494 60495 60496 60497 60498 60499 60500 60501 60502 60503 60504 60505 60506 60507 60508 60509 60510 60511 60512 60513 60514 60515 60516 60517 60518 60519 60520 60521 60522 60523 60524 60525 60526 60527 60528 60529 60530 60531 60532 60533 60534 60535 60536 60537 60538 60539 60540 60541 60542 60543 60544 60545 60546 60547 60548 60549 60550 60551 60552 60553 60554 60555 60556 60557 60558 60559 60560 60561 60562 60563 60564 60565 60566 60567 60568 60569 60570 60571 60572 60573 60574 60575 60576 60577 60578 60579 60580 60581 60582 60583 60584 60585 60586 60587 60588 60589 60590 60591 60592 60593 60594 60595 60596 60597 60598 60599 60600 60601 60602 60603 60604 60605 60606 60607 60608 60609 60610 60611 60612 60613 60614 60615 60616 60617 60618 60619 60620 60621 60622 60623 60624 60625 60626 60627 60628 60629 60630 60631 60632 60633 60634 60635 60636 60637 60638 60639 60640 60641 60642 60643 60644 60645 60646 60647 60648 60649 60650 60651 60652 60653 60654 60655 60656 60657 60658 60659 60660 60661 60662 60663 60664 60665 60666 60667 60668 60669 60670 60671 60672 60673 60674 60675 60676 60677 60678 60679 60680 60681 60682 60683 60684 60685 60686 60687 60688 60689 60690 60691 60692 60693 60694 60695 60696 60697 60698 60699 60700 60701 60702 60703 60704 60705 60706 60707 60708 60709 60710 60711 60712 60713 60714 60715 60716 60717 60718 60719 60720 60721 60722 60723 60724 60725 60726 60727 60728 60729 60730 60731 60732 60733 60734 60735 60736 60737 60738 60739 60740 60741 60742 60743 60744 60745 60746 60747 60748 60749 60750 60751 60752 60753 60754 60755 60756 60757 60758 60759 60760 60761 60762 60763 60764 60765 60766 60767 60768 60769 60770 60771 60772 60773 60774 60775 60776 60777 60778 60779 60780 60781 60782 60783 60784 60785 60786 60787 60788 60789 60790 60791 60792 60793 60794 60795 60796 60797 60798 60799 60800 60801 60802 60803 60804 60805 60806 60807 60808 60809 60810 60811 60812 60813 60814 60815 60816 60817 60818 60819 60820 60821 60822 60823 60824 60825 60826 60827 60828 60829 60830 60831 60832 60833 60834 60835 60836 60837 60838 60839 60840 60841 60842 60843 60844 60845 60846 60847 60848 60849 60850 60851 60852 60853 60854 60855 60856 60857 60858 60859 60860 60861 60862 60863 60864 60865 60866 60867 60868 60869 60870 60871 60872 60873 60874 60875 60876 60877 60878 60879 60880 60881 60882 60883 60884 60885 60886 60887 60888 60889 60890 60891 60892 60893 60894 60895 60896 60897 60898 60899 60900 60901 60902 60903 60904 60905 60906 60907 60908 60909 60910 60911 60912 60913 60914 60915 60916 60917 60918 60919 60920 60921 60922 60923 60924 60925 60926 60927 60928 60929 60930 60931 60932 60933 60934 60935 60936 60937 60938 60939 60940 60941 60942 60943 60944 60945 60946 60947 60948 60949 60950 60951 60952 60953 60954 60955 60956 60957 60958 60959 60960 60961 60962 60963 60964 60965 60966 60967 60968 60969 60970 60971 60972 60973 60974 60975 60976 60977 60978 60979 60980 60981 60982 60983 60984 60985 60986 60987 60988 60989 60990 60991 60992 60993 60994 60995 60996 60997 60998 60999 61000 61001 61002 61003 61004 61005 61006 61007 61008 61009 61010 61011 61012 61013 61014 61015 61016 61017 61018 61019 61020 61021 61022 61023 61024 61025 61026 61027 61028 61029 61030 61031 61032 61033 61034 61035 61036 61037 61038 61039 61040 61041 61042 61043 61044 61045 61046 61047 61048 61049 61050 61051 61052 61053 61054 61055 61056 61057 61058 61059 61060 61061 61062 61063 61064 61065 61066 61067 61068 61069 61070 61071 61072 61073 61074 61075 61076 61077 61078 61079 61080 61081 61082 61083 61084 61085 61086 61087 61088 61089 61090 61091 61092 61093 61094 61095 61096 61097 61098 61099 61100 61101 61102 61103 61104 61105 61106 61107 61108 61109 61110 61111 61112 61113 61114 61115 61116 61117 61118 61119 61120 61121 61122 61123 61124 61125 61126 61127 61128 61129 61130 61131 61132 61133 61134 61135 61136 61137 61138 61139 61140 61141 61142 61143 61144 61145 61146 61147 61148 61149 61150 61151 61152 61153 61154 61155 61156 61157 61158 61159 61160 61161 61162 61163 61164 61165 61166 61167 61168 61169 61170 61171 61172 61173 61174 61175 61176 61177 61178 61179 61180 61181 61182 61183 61184 61185 61186 61187 61188 61189 61190 61191 61192 61193 61194 61195 61196 61197 61198 61199 61200 61201 61202 61203 61204 61205 61206 61207 61208 61209 61210 61211 61212 61213 61214 61215 61216 61217 61218 61219 61220 61221 61222 61223 61224 61225 61226 61227 61228 61229 61230 61231 61232 61233 61234 61235 61236 61237 61238 61239 61240 61241 61242 61243 61244 61245 61246 61247 61248 61249 61250 61251 61252 61253 61254 61255 61256 61257 61258 61259 61260 61261 61262 61263 61264 61265 61266 61267 61268 61269 61270 61271 61272 61273 61274 61275 61276 61277 61278 61279 61280 61281 61282 61283 61284 61285 61286 61287 61288 61289 61290 61291 61292 61293 61294 61295 61296 61297 61298 61299 61300 61301 61302 61303 61304 61305 61306 61307 61308 61309 61310 61311 61312 61313 61314 61315 61316 61317 61318 61319 61320 61321 61322 61323 61324 61325 61326 61327 61328 61329 61330 61331 61332 61333 61334 61335 61336 61337 61338 61339 61340 61341 61342 61343 61344 61345 61346 61347 61348 61349 61350 61351 61352 61353 61354 61355 61356 61357 61358 61359 61360 61361 61362 61363 61364 61365 61366 61367 61368 61369 61370 61371 61372 61373 61374 61375 61376 61377 61378 61379 61380 61381 61382 61383 61384 61385 61386 61387 61388 61389 61390 61391 61392 61393 61394 61395 61396 61397 61398 61399 61400 61401 61402 61403 61404 61405 61406 61407 61408 61409 61410 61411 61412 61413 61414 61415 61416 61417 61418 61419 61420 61421 61422 61423 61424 61425 61426 61427 61428 61429 61430 61431 61432 61433 61434 61435 61436 61437 61438 61439 61440 61441 61442 61443 61444 61445 61446 61447 61448 61449 61450 61451 61452 61453 61454 61455 61456 61457 61458 61459 61460 61461 61462 61463 61464 61465 61466 61467 61468 61469 61470 61471 61472 61473 61474 61475 61476 61477 61478 61479 61480 61481 61482 61483 61484 61485 61486 61487 61488 61489 61490 61491 61492 61493 61494 61495 61496 61497 61498 61499 61500 61501 61502 61503 61504 61505 61506 61507 61508 61509 61510 61511 61512 61513 61514 61515 61516 61517 61518 61519 61520 61521 61522 61523 61524 61525 61526 61527 61528 61529 61530 61531 61532 61533 61534 61535 61536 61537 61538 61539 61540 61541 61542 61543 61544 61545 61546 61547 61548 61549 61550 61551 61552 61553 61554 61555 61556 61557 61558 61559 61560 61561 61562 61563 61564 61565 61566 61567 61568 61569 61570 61571 61572 61573 61574 61575 61576 61577 61578 61579 61580 61581 61582 61583 61584 61585 61586 61587 61588 61589 61590 61591 61592 61593 61594 61595 61596 61597 61598 61599 61600 61601 61602 61603 61604 61605 61606 61607 61608 61609 61610 61611 61612 61613 61614 61615 61616 61617 61618 61619 61620 61621 61622 61623 61624 61625 61626 61627 61628 61629 61630 61631 61632 61633 61634 61635 61636 61637 61638 61639 61640 61641 61642 61643 61644 61645 61646 61647 61648 61649 61650 61651 61652 61653 61654 61655 61656 61657 61658 61659 61660 61661 61662 61663 61664 61665 61666 61667 61668 61669 61670 61671 61672 61673 61674 61675 61676 61677 61678 61679 61680 61681 61682 61683 61684 61685 61686 61687 61688 61689 61690 61691 61692 61693 61694 61695 61696 61697 61698 61699 61700 61701 61702 61703 61704 61705 61706 61707 61708 61709 61710 61711 61712 61713 61714 61715 61716 61717 61718 61719 61720 61721 61722 61723 61724 61725 61726 61727 61728 61729 61730 61731 61732 61733 61734 61735 61736 61737 61738 61739 61740 61741 61742 61743 61744 61745 61746 61747 61748 61749 61750 61751 61752 61753 61754 61755 61756 61757 61758 61759 61760 61761 61762 61763 61764 61765 61766 61767 61768 61769 61770 61771 61772 61773 61774 61775 61776 61777 61778 61779 61780 61781 61782 61783 61784 61785 61786 61787 61788 61789 61790 61791 61792 61793 61794 61795 61796 61797 61798 61799 61800 61801 61802 61803 61804 61805 61806 61807 61808 61809 61810 61811 61812 61813 61814 61815 61816 61817 61818 61819 61820 61821 61822 61823 61824 61825 61826 61827 61828 61829 61830 61831 61832 61833 61834 61835 61836 61837 61838 61839 61840 61841 61842 61843 61844 61845 61846 61847 61848 61849 61850 61851 61852 61853 61854 61855 61856 61857 61858 61859 61860 61861 61862 61863 61864 61865 61866 61867 61868 61869 61870 61871 61872 61873 61874 61875 61876 61877 61878 61879 61880 61881 61882 61883 61884 61885 61886 61887 61888 61889 61890 61891 61892 61893 61894 61895 61896 61897 61898 61899 61900 61901 61902 61903 61904 61905 61906 61907 61908 61909 61910 61911 61912 61913 61914 61915 61916 61917 61918 61919 61920 61921 61922 61923 61924 61925 61926 61927 61928 61929 61930 61931 61932 61933 61934 61935 61936 61937 61938 61939 61940 61941 61942 61943 61944 61945 61946 61947 61948 61949 61950 61951 61952 61953 61954 61955 61956 61957 61958 61959 61960 61961 61962 61963 61964 61965 61966 61967 61968 61969 61970 61971 61972 61973 61974 61975 61976 61977 61978 61979 61980 61981 61982 61983 61984 61985 61986 61987 61988 61989 61990 61991 61992 61993 61994 61995 61996 61997 61998 61999 62000 62001 62002 62003 62004 62005 62006 62007 62008 62009 62010 62011 62012 62013 62014 62015 62016 62017 62018 62019 62020 62021 62022 62023 62024 62025 62026 62027 62028 62029 62030 62031 62032 62033 62034 62035 62036 62037 62038 62039 62040 62041 62042 62043 62044 62045 62046 62047 62048 62049 62050 62051 62052 62053 62054 62055 62056 62057 62058 62059 62060 62061 62062 62063 62064 62065 62066 62067 62068 62069 62070 62071 62072 62073 62074 62075 62076 62077 62078 62079 62080 62081 62082 62083 62084 62085 62086 62087 62088 62089 62090 62091 62092 62093 62094 62095 62096 62097 62098 62099 62100 62101 62102 62103 62104 62105 62106 62107 62108 62109 62110 62111 62112 62113 62114 62115 62116 62117 62118 62119 62120 62121 62122 62123 62124 62125 62126 62127 62128 62129 62130 62131 62132 62133 62134 62135 62136 62137 62138 62139 62140 62141 62142 62143 62144 62145 62146 62147 62148 62149 62150 62151 62152 62153 62154 62155 62156 62157 62158 62159 62160 62161 62162 62163 62164 62165 62166 62167 62168 62169 62170 62171 62172 62173 62174 62175 62176 62177 62178 62179 62180 62181 62182 62183 62184 62185 62186 62187 62188 62189 62190 62191 62192 62193 62194 62195 62196 62197 62198 62199 62200 62201 62202 62203 62204 62205 62206 62207 62208 62209 62210 62211 62212 62213 62214 62215 62216 62217 62218 62219 62220 62221 62222 62223 62224 62225 62226 62227 62228 62229 62230 62231 62232 62233 62234 62235 62236 62237 62238 62239 62240 62241 62242 62243 62244 62245 62246 62247 62248 62249 62250 62251 62252 62253 62254 62255 62256 62257 62258 62259 62260 62261 62262 62263 62264 62265 62266 62267 62268 62269 62270 62271 62272 62273 62274 62275 62276 62277 62278 62279 62280 62281 62282 62283 62284 62285 62286 62287 62288 62289 62290 62291 62292 62293 62294 62295 62296 62297 62298 62299 62300 62301 62302 62303 62304 62305 62306 62307 62308 62309 62310 62311 62312 62313 62314 62315 62316 62317 62318 62319 62320 62321 62322 62323 62324 62325 62326 62327 62328 62329 62330 62331 62332 62333 62334 62335 62336 62337 62338 62339 62340 62341 62342 62343 62344 62345 62346 62347 62348 62349 62350 62351 62352 62353 62354 62355 62356 62357 62358 62359 62360 62361 62362 62363 62364 62365 62366 62367 62368 62369 62370 62371 62372 62373 62374 62375 62376 62377 62378 62379 62380 62381 62382 62383 62384 62385 62386 62387 62388 62389 62390 62391 62392 62393 62394 62395 62396 62397 62398 62399 62400 62401 62402 62403 62404 62405 62406 62407 62408 62409 62410 62411 62412 62413 62414 62415 62416 62417 62418 62419 62420 62421 62422 62423 62424 62425 62426 62427 62428 62429 62430 62431 62432 62433 62434 62435 62436 62437 62438 62439 62440 62441 62442 62443 62444 62445 62446 62447 62448 62449 62450 62451 62452 62453 62454 62455 62456 62457 62458 62459 62460 62461 62462 62463 62464 62465 62466 62467 62468 62469 62470 62471 62472 62473 62474 62475 62476 62477 62478 62479 62480 62481 62482 62483 62484 62485 62486 62487 62488 62489 62490 62491 62492 62493 62494 62495 62496 62497 62498 62499 62500 62501 62502 62503 62504 62505 62506 62507 62508 62509 62510 62511 62512 62513 62514 62515 62516 62517 62518 62519 62520 62521 62522 62523 62524 62525 62526 62527 62528 62529 62530 62531 62532 62533 62534 62535 62536 62537 62538 62539 62540 62541 62542 62543 62544 62545 62546 62547 62548 62549 62550 62551 62552 62553 62554 62555 62556 62557 62558 62559 62560 62561 62562 62563 62564 62565 62566 62567 62568 62569 62570 62571 62572 62573 62574 62575 62576 62577 62578 62579 62580 62581 62582 62583 62584 62585 62586 62587 62588 62589 62590 62591 62592 62593 62594 62595 62596 62597 62598 62599 62600 62601 62602 62603 62604 62605 62606 62607 62608 62609 62610 62611 62612 62613 62614 62615 62616 62617 62618 62619 62620 62621 62622 62623 62624 62625 62626 62627 62628 62629 62630 62631 62632 62633 62634 62635 62636 62637 62638 62639 62640 62641 62642 62643 62644 62645 62646 62647 62648 62649 62650 62651 62652 62653 62654 62655 62656 62657 62658 62659 62660 62661 62662 62663 62664 62665 62666 62667 62668 62669 62670 62671 62672 62673 62674 62675 62676 62677 62678 62679 62680 62681 62682 62683 62684 62685 62686 62687 62688 62689 62690 62691 62692 62693 62694 62695 62696 62697 62698 62699 62700 62701 62702 62703 62704 62705 62706 62707 62708 62709 62710 62711 62712 62713 62714 62715 62716 62717 62718 62719 62720 62721 62722 62723 62724 62725 62726 62727 62728 62729 62730 62731 62732 62733 62734 62735 62736 62737 62738 62739 62740 62741 62742 62743 62744 62745 62746 62747 62748 62749 62750 62751 62752 62753 62754 62755 62756 62757 62758 62759 62760 62761 62762 62763 62764 62765 62766 62767 62768 62769 62770 62771 62772 62773 62774 62775 62776 62777 62778 62779 62780 62781 62782 62783 62784 62785 62786 62787 62788 62789 62790 62791 62792 62793 62794 62795 62796 62797 62798 62799 62800 62801 62802 62803 62804 62805 62806 62807 62808 62809 62810 62811 62812 62813 62814 62815 62816 62817 62818 62819 62820 62821 62822 62823 62824 62825 62826 62827 62828 62829 62830 62831 62832 62833 62834 62835 62836 62837 62838 62839 62840 62841 62842 62843 62844 62845 62846 62847 62848 62849 62850 62851 62852 62853 62854 62855 62856 62857 62858 62859 62860 62861 62862 62863 62864 62865 62866 62867 62868 62869 62870 62871 62872 62873 62874 62875 62876 62877 62878 62879 62880 62881 62882 62883 62884 62885 62886 62887 62888 62889 62890 62891 62892 62893 62894 62895 62896 62897 62898 62899 62900 62901 62902 62903 62904 62905 62906 62907 62908 62909 62910 62911 62912 62913 62914 62915 62916 62917 62918 62919 62920 62921 62922 62923 62924 62925 62926 62927 62928 62929 62930 62931 62932 62933 62934 62935 62936 62937 62938 62939 62940 62941 62942 62943 62944 62945 62946 62947 62948 62949 62950 62951 62952 62953 62954 62955 62956 62957 62958 62959 62960 62961 62962 62963 62964 62965 62966 62967 62968 62969 62970 62971 62972 62973 62974 62975 62976 62977 62978 62979 62980 62981 62982 62983 62984 62985 62986 62987 62988 62989 62990 62991 62992 62993 62994 62995 62996 62997 62998 62999 63000 63001 63002 63003 63004 63005 63006 63007 63008 63009 63010 63011 63012 63013 63014 63015 63016 63017 63018 63019 63020 63021 63022 63023 63024 63025 63026 63027 63028 63029 63030 63031 63032 63033 63034 63035 63036 63037 63038 63039 63040 63041 63042 63043 63044 63045 63046 63047 63048 63049 63050 63051 63052 63053 63054 63055 63056 63057 63058 63059 63060 63061 63062 63063 63064 63065 63066 63067 63068 63069 63070 63071 63072 63073 63074 63075 63076 63077 63078 63079 63080 63081 63082 63083 63084 63085 63086 63087 63088 63089 63090 63091 63092 63093 63094 63095 63096 63097 63098 63099 63100 63101 63102 63103 63104 63105 63106 63107 63108 63109 63110 63111 63112 63113 63114 63115 63116 63117 63118 63119 63120 63121 63122 63123 63124 63125 63126 63127 63128 63129 63130 63131 63132 63133 63134 63135 63136 63137 63138 63139 63140 63141 63142 63143 63144 63145 63146 63147 63148 63149 63150 63151 63152 63153 63154 63155 63156 63157 63158 63159 63160 63161 63162 63163 63164 63165 63166 63167 63168 63169 63170 63171 63172 63173 63174 63175 63176 63177 63178 63179 63180 63181 63182 63183 63184 63185 63186 63187 63188 63189 63190 63191 63192 63193 63194 63195 63196 63197 63198 63199 63200 63201 63202 63203 63204 63205 63206 63207 63208 63209 63210 63211 63212 63213 63214 63215 63216 63217 63218 63219 63220 63221 63222 63223 63224 63225 63226 63227 63228 63229 63230 63231 63232 63233 63234 63235 63236 63237 63238 63239 63240 63241 63242 63243 63244 63245 63246 63247 63248 63249 63250 63251 63252 63253 63254 63255 63256 63257 63258 63259 63260 63261 63262 63263 63264 63265 63266 63267 63268 63269 63270 63271 63272 63273 63274 63275 63276 63277 63278 63279 63280 63281 63282 63283 63284 63285 63286 63287 63288 63289 63290 63291 63292 63293 63294 63295 63296 63297 63298 63299 63300 63301 63302 63303 63304 63305 63306 63307 63308 63309 63310 63311 63312 63313 63314 63315 63316 63317 63318 63319 63320 63321 63322 63323 63324 63325 63326 63327 63328 63329 63330 63331 63332 63333 63334 63335 63336 63337 63338 63339 63340 63341 63342 63343 63344 63345 63346 63347 63348 63349 63350 63351 63352 63353 63354 63355 63356 63357 63358 63359 63360 63361 63362 63363 63364 63365 63366 63367 63368 63369 63370 63371 63372 63373 63374 63375 63376 63377 63378 63379 63380 63381 63382 63383 63384 63385 63386 63387 63388 63389 63390 63391 63392 63393 63394 63395 63396 63397 63398 63399 63400 63401 63402 63403 63404 63405 63406 63407 63408 63409 63410 63411 63412 63413 63414 63415 63416 63417 63418 63419 63420 63421 63422 63423 63424 63425 63426 63427 63428 63429 63430 63431 63432 63433 63434 63435 63436 63437 63438 63439 63440 63441 63442 63443 63444 63445 63446 63447 63448 63449 63450 63451 63452 63453 63454 63455 63456 63457 63458 63459 63460 63461 63462 63463 63464 63465 63466 63467 63468 63469 63470 63471 63472 63473 63474 63475 63476 63477 63478 63479 63480 63481 63482 63483 63484 63485 63486 63487 63488 63489 63490 63491 63492 63493 63494 63495 63496 63497 63498 63499 63500 63501 63502 63503 63504 63505 63506 63507 63508 63509 63510 63511 63512 63513 63514 63515 63516 63517 63518 63519 63520 63521 63522 63523 63524 63525 63526 63527 63528 63529 63530 63531 63532 63533 63534 63535 63536 63537 63538 63539 63540 63541 63542 63543 63544 63545 63546 63547 63548 63549 63550 63551 63552 63553 63554 63555 63556 63557 63558 63559 63560 63561 63562 63563 63564 63565 63566 63567 63568 63569 63570 63571 63572 63573 63574 63575 63576 63577 63578 63579 63580 63581 63582 63583 63584 63585 63586 63587 63588 63589 63590 63591 63592 63593 63594 63595 63596 63597 63598 63599 63600 63601 63602 63603 63604 63605 63606 63607 63608 63609 63610 63611 63612 63613 63614 63615 63616 63617 63618 63619 63620 63621 63622 63623 63624 63625 63626 63627 63628 63629 63630 63631 63632 63633 63634 63635 63636 63637 63638 63639 63640 63641 63642 63643 63644 63645 63646 63647 63648 63649 63650 63651 63652 63653 63654 63655 63656 63657 63658 63659 63660 63661 63662 63663 63664 63665 63666 63667 63668 63669 63670 63671 63672 63673 63674 63675 63676 63677 63678 63679 63680 63681 63682 63683 63684 63685 63686 63687 63688 63689 63690 63691 63692 63693 63694 63695 63696 63697 63698 63699 63700 63701 63702 63703 63704 63705 63706 63707 63708 63709 63710 63711 63712 63713 63714 63715 63716 63717 63718 63719 63720 63721 63722 63723 63724 63725 63726 63727 63728 63729 63730 63731 63732 63733 63734 63735 63736 63737 63738 63739 63740 63741 63742 63743 63744 63745 63746 63747 63748 63749 63750 63751 63752 63753 63754 63755 63756 63757 63758 63759 63760 63761 63762 63763 63764 63765 63766 63767 63768 63769 63770 63771 63772 63773 63774 63775 63776 63777 63778 63779 63780 63781 63782 63783 63784 63785 63786 63787 63788 63789 63790 63791 63792 63793 63794 63795 63796 63797 63798 63799 63800 63801 63802 63803 63804 63805 63806 63807 63808 63809 63810 63811 63812 63813 63814 63815 63816 63817 63818 63819 63820 63821 63822 63823 63824 63825 63826 63827 63828 63829 63830 63831 63832 63833 63834 63835 63836 63837 63838 63839 63840 63841 63842 63843 63844 63845 63846 63847 63848 63849 63850 63851 63852 63853 63854 63855 63856 63857 63858 63859 63860 63861 63862 63863 63864 63865 63866 63867 63868 63869 63870 63871 63872 63873 63874 63875 63876 63877 63878 63879 63880 63881 63882 63883 63884 63885 63886 63887 63888 63889 63890 63891 63892 63893 63894 63895 63896 63897 63898 63899 63900 63901 63902 63903 63904 63905 63906 63907 63908 63909 63910 63911 63912 63913 63914 63915 63916 63917 63918 63919 63920 63921 63922 63923 63924 63925 63926 63927 63928 63929 63930 63931 63932 63933 63934 63935 63936 63937 63938 63939 63940 63941 63942 63943 63944 63945 63946 63947 63948 63949 63950 63951 63952 63953 63954 63955 63956 63957 63958 63959 63960 63961 63962 63963 63964 63965 63966 63967 63968 63969 63970 63971 63972 63973 63974 63975 63976 63977 63978 63979 63980 63981 63982 63983 63984 63985 63986 63987 63988 63989 63990 63991 63992 63993 63994 63995 63996 63997 63998 63999 64000 64001 64002 64003 64004 64005 64006 64007 64008 64009 64010 64011 64012 64013 64014 64015 64016 64017 64018 64019 64020 64021 64022 64023 64024 64025 64026 64027 64028 64029 64030 64031 64032 64033 64034 64035 64036 64037 64038 64039 64040 64041 64042 64043 64044 64045 64046 64047 64048 64049 64050 64051 64052 64053 64054 64055 64056 64057 64058 64059 64060 64061 64062 64063 64064 64065 64066 64067 64068 64069 64070 64071 64072 64073 64074 64075 64076 64077 64078 64079 64080 64081 64082 64083 64084 64085 64086 64087 64088 64089 64090 64091 64092 64093 64094 64095 64096 64097 64098 64099 64100 64101 64102 64103 64104 64105 64106 64107 64108 64109 64110 64111 64112 64113 64114 64115 64116 64117 64118 64119 64120 64121 64122 64123 64124 64125 64126 64127 64128 64129 64130 64131 64132 64133 64134 64135 64136 64137 64138 64139 64140 64141 64142 64143 64144 64145 64146 64147 64148 64149 64150 64151 64152 64153 64154 64155 64156 64157 64158 64159 64160 64161 64162 64163 64164 64165 64166 64167 64168 64169 64170 64171 64172 64173 64174 64175 64176 64177 64178 64179 64180 64181 64182 64183 64184 64185 64186 64187 64188 64189 64190 64191 64192 64193 64194 64195 64196 64197 64198 64199 64200 64201 64202 64203 64204 64205 64206 64207 64208 64209 64210 64211 64212 64213 64214 64215 64216 64217 64218 64219 64220 64221 64222 64223 64224 64225 64226 64227 64228 64229 64230 64231 64232 64233 64234 64235 64236 64237 64238 64239 64240 64241 64242 64243 64244 64245 64246 64247 64248 64249 64250 64251 64252 64253 64254 64255 64256 64257 64258 64259 64260 64261 64262 64263 64264 64265 64266 64267 64268 64269 64270 64271 64272 64273 64274 64275 64276 64277 64278 64279 64280 64281 64282 64283 64284 64285 64286 64287 64288 64289 64290 64291 64292 64293 64294 64295 64296 64297 64298 64299 64300 64301 64302 64303 64304 64305 64306 64307 64308 64309 64310 64311 64312 64313 64314 64315 64316 64317 64318 64319 64320 64321 64322 64323 64324 64325 64326 64327 64328 64329 64330 64331 64332 64333 64334 64335 64336 64337 64338 64339 64340 64341 64342 64343 64344 64345 64346 64347 64348 64349 64350 64351 64352 64353 64354 64355 64356 64357 64358 64359 64360 64361 64362 64363 64364 64365 64366 64367 64368 64369 64370 64371 64372 64373 64374 64375 64376 64377 64378 64379 64380 64381 64382 64383 64384 64385 64386 64387 64388 64389 64390 64391 64392 64393 64394 64395 64396 64397 64398 64399 64400 64401 64402 64403 64404 64405 64406 64407 64408 64409 64410 64411 64412 64413 64414 64415 64416 64417 64418 64419 64420 64421 64422 64423 64424 64425 64426 64427 64428 64429 64430 64431 64432 64433 64434 64435 64436 64437 64438 64439 64440 64441 64442 64443 64444 64445 64446 64447 64448 64449 64450 64451 64452 64453 64454 64455 64456 64457 64458 64459 64460 64461 64462 64463 64464 64465 64466 64467 64468 64469 64470 64471 64472 64473 64474 64475 64476 64477 64478 64479 64480 64481 64482 64483 64484 64485 64486 64487 64488 64489 64490 64491 64492 64493 64494 64495 64496 64497 64498 64499 64500 64501 64502 64503 64504 64505 64506 64507 64508 64509 64510 64511 64512 64513 64514 64515 64516 64517 64518 64519 64520 64521 64522 64523 64524 64525 64526 64527 64528 64529 64530 64531 64532 64533 64534 64535 64536 64537 64538 64539 64540 64541 64542 64543 64544 64545 64546 64547 64548 64549 64550 64551 64552 64553 64554 64555 64556 64557 64558 64559 64560 64561 64562 64563 64564 64565 64566 64567 64568 64569 64570 64571 64572 64573 64574 64575 64576 64577 64578 64579 64580 64581 64582 64583 64584 64585 64586 64587 64588 64589 64590 64591 64592 64593 64594 64595 64596 64597 64598 64599 64600 64601 64602 64603 64604 64605 64606 64607 64608 64609 64610 64611 64612 64613 64614 64615 64616 64617 64618 64619 64620 64621 64622 64623 64624 64625 64626 64627 64628 64629 64630 64631 64632 64633 64634 64635 64636 64637 64638 64639 64640 64641 64642 64643 64644 64645 64646 64647 64648 64649 64650 64651 64652 64653 64654 64655 64656 64657 64658 64659 64660 64661 64662 64663 64664 64665 64666 64667 64668 64669 64670 64671 64672 64673 64674 64675 64676 64677 64678 64679 64680 64681 64682 64683 64684 64685 64686 64687 64688 64689 64690 64691 64692 64693 64694 64695 64696 64697 64698 64699 64700 64701 64702 64703 64704 64705 64706 64707 64708 64709 64710 64711 64712 64713 64714 64715 64716 64717 64718 64719 64720 64721 64722 64723 64724 64725 64726 64727 64728 64729 64730 64731 64732 64733 64734 64735 64736 64737 64738 64739 64740 64741 64742 64743 64744 64745 64746 64747 64748 64749 64750 64751 64752 64753 64754 64755 64756 64757 64758 64759 64760 64761 64762 64763 64764 64765 64766 64767 64768 64769 64770 64771 64772 64773 64774 64775 64776 64777 64778 64779 64780 64781 64782 64783 64784 64785 64786 64787 64788 64789 64790 64791 64792 64793 64794 64795 64796 64797 64798 64799 64800 64801 64802 64803 64804 64805 64806 64807 64808 64809 64810 64811 64812 64813 64814 64815 64816 64817 64818 64819 64820 64821 64822 64823 64824 64825 64826 64827 64828 64829 64830 64831 64832 64833 64834 64835 64836 64837 64838 64839 64840 64841 64842 64843 64844 64845 64846 64847 64848 64849 64850 64851 64852 64853 64854 64855 64856 64857 64858 64859 64860 64861 64862 64863 64864 64865 64866 64867 64868 64869 64870 64871 64872 64873 64874 64875 64876 64877 64878 64879 64880 64881 64882 64883 64884 64885 64886 64887 64888 64889 64890 64891 64892 64893 64894 64895 64896 64897 64898 64899 64900 64901 64902 64903 64904 64905 64906 64907 64908 64909 64910 64911 64912 64913 64914 64915 64916 64917 64918 64919 64920 64921 64922 64923 64924 64925 64926 64927 64928 64929 64930 64931 64932 64933 64934 64935 64936 64937 64938 64939 64940 64941 64942 64943 64944 64945 64946 64947 64948 64949 64950 64951 64952 64953 64954 64955 64956 64957 64958 64959 64960 64961 64962 64963 64964 64965 64966 64967 64968 64969 64970 64971 64972 64973 64974 64975 64976 64977 64978 64979 64980 64981 64982 64983 64984 64985 64986 64987 64988 64989 64990 64991 64992 64993 64994 64995 64996 64997 64998 64999 65000 65001 65002 65003 65004 65005 65006 65007 65008 65009 65010 65011 65012 65013 65014 65015 65016 65017 65018 65019 65020 65021 65022 65023 65024 65025 65026 65027 65028 65029 65030 65031 65032 65033 65034 65035 65036 65037 65038 65039 65040 65041 65042 65043 65044 65045 65046 65047 65048 65049 65050 65051 65052 65053 65054 65055 65056 65057 65058 65059 65060 65061 65062 65063 65064 65065 65066 65067 65068 65069 65070 65071 65072 65073 65074 65075 65076 65077 65078 65079 65080 65081 65082 65083 65084 65085 65086 65087 65088 65089 65090 65091 65092 65093 65094 65095 65096 65097 65098 65099 65100 65101 65102 65103 65104 65105 65106 65107 65108 65109 65110 65111 65112 65113 65114 65115 65116 65117 65118 65119 65120 65121 65122 65123 65124 65125 65126 65127 65128 65129 65130 65131 65132 65133 65134 65135 65136 65137 65138 65139 65140 65141 65142 65143 65144 65145 65146 65147 65148 65149 65150 65151 65152 65153 65154 65155 65156 65157 65158 65159 65160 65161 65162 65163 65164 65165 65166 65167 65168 65169 65170 65171 65172 65173 65174 65175 65176 65177 65178 65179 65180 65181 65182 65183 65184 65185 65186 65187 65188 65189 65190 65191 65192 65193 65194 65195 65196 65197 65198 65199 65200 65201 65202 65203 65204 65205 65206 65207 65208 65209 65210 65211 65212 65213 65214 65215 65216 65217 65218 65219 65220 65221 65222 65223 65224 65225 65226 65227 65228 65229 65230 65231 65232 65233 65234 65235 65236 65237 65238 65239 65240 65241 65242 65243 65244 65245 65246 65247 65248 65249 65250 65251 65252 65253 65254 65255 65256 65257 65258 65259 65260 65261 65262 65263 65264 65265 65266 65267 65268 65269 65270 65271 65272 65273 65274 65275 65276 65277 65278 65279 65280 65281 65282 65283 65284 65285 65286 65287 65288 65289 65290 65291 65292 65293 65294 65295 65296 65297 65298 65299 65300 65301 65302 65303 65304 65305 65306 65307 65308 65309 65310 65311 65312 65313 65314 65315 65316 65317 65318 65319 65320 65321 65322 65323 65324 65325 65326 65327 65328 65329 65330 65331 65332 65333 65334 65335 65336 65337 65338 65339 65340 65341 65342 65343 65344 65345 65346 65347 65348 65349 65350 65351 65352 65353 65354 65355 65356 65357 65358 65359 65360 65361 65362 65363 65364 65365 65366 65367 65368 65369 65370 65371 65372 65373 65374 65375 65376 65377 65378 65379 65380 65381 65382 65383 65384 65385 65386 65387 65388 65389 65390 65391 65392 65393 65394 65395 65396 65397 65398 65399 65400 65401 65402 65403 65404 65405 65406 65407 65408 65409 65410 65411 65412 65413 65414 65415 65416 65417 65418 65419 65420 65421 65422 65423 65424 65425 65426 65427 65428 65429 65430 65431 65432 65433 65434 65435 65436 65437 65438 65439 65440 65441 65442 65443 65444 65445 65446 65447 65448 65449 65450 65451 65452 65453 65454 65455 65456 65457 65458 65459 65460 65461 65462 65463 65464 65465 65466 65467 65468 65469 65470 65471 65472 65473 65474 65475 65476 65477 65478 65479 65480 65481 65482 65483 65484 65485 65486 65487 65488 65489 65490 65491 65492 65493 65494 65495 65496 65497 65498 65499 65500 65501 65502 65503 65504 65505 65506 65507 65508 65509 65510 65511 65512 65513 65514 65515 65516 65517 65518 65519 65520 65521 65522 65523 65524 65525 65526 65527 65528 65529 65530 65531 65532 65533 65534 65535 65536 65537 65538 65539 65540 65541 65542 65543 65544 65545 65546 65547 65548 65549 65550 65551 65552 65553 65554 65555 65556 65557 65558 65559 65560 65561 65562 65563 65564 65565 65566 65567 65568 65569 65570 65571 65572 65573 65574 65575 65576 65577 65578 65579 65580 65581 65582 65583 65584 65585 65586 65587 65588 65589 65590 65591 65592 65593 65594 65595 65596 65597 65598 65599 65600 65601 65602 65603 65604 65605 65606 65607 65608 65609 65610 65611 65612 65613 65614 65615 65616 65617 65618 65619 65620 65621 65622 65623 65624 65625 65626 65627 65628 65629 65630 65631 65632 65633 65634 65635 65636 65637 65638 65639 65640 65641 65642 65643 65644 65645 65646 65647 65648 65649 65650 65651 65652 65653 65654 65655 65656 65657 65658 65659 65660 65661 65662 65663 65664 65665 65666 65667 65668 65669 65670 65671 65672 65673 65674 65675 65676 65677 65678 65679 65680 65681 65682 65683 65684 65685 65686 65687 65688 65689 65690 65691 65692 65693 65694 65695 65696 65697 65698 65699 65700 65701 65702 65703 65704 65705 65706 65707 65708 65709 65710 65711 65712 65713 65714 65715 65716 65717 65718 65719 65720 65721 65722 65723 65724 65725 65726 65727 65728 65729 65730 65731 65732 65733 65734 65735 65736 65737 65738 65739 65740 65741 65742 65743 65744 65745 65746 65747 65748 65749 65750 65751 65752 65753 65754 65755 65756 65757 65758 65759 65760 65761 65762 65763 65764 65765 65766 65767 65768 65769 65770 65771 65772 65773 65774 65775 65776 65777 65778 65779 65780 65781 65782 65783 65784 65785 65786 65787 65788 65789 65790 65791 65792 65793 65794 65795 65796 65797 65798 65799 65800 65801 65802 65803 65804 65805 65806 65807 65808 65809 65810 65811 65812 65813 65814 65815 65816 65817 65818 65819 65820 65821 65822 65823 65824 65825 65826 65827 65828 65829 65830 65831 65832 65833 65834 65835 65836 65837 65838 65839 65840 65841 65842 65843 65844 65845 65846 65847 65848 65849 65850 65851 65852 65853 65854 65855 65856 65857 65858 65859 65860 65861 65862 65863 65864 65865 65866 65867 65868 65869 65870 65871 65872 65873 65874 65875 65876 65877 65878 65879 65880 65881 65882 65883 65884 65885 65886 65887 65888 65889 65890 65891 65892 65893 65894 65895 65896 65897 65898 65899 65900 65901 65902 65903 65904 65905 65906 65907 65908 65909 65910 65911 65912 65913 65914 65915 65916 65917 65918 65919 65920 65921 65922 65923 65924 65925 65926 65927 65928 65929 65930 65931 65932 65933 65934 65935 65936 65937 65938 65939 65940 65941 65942 65943 65944 65945 65946 65947 65948 65949 65950 65951 65952 65953 65954 65955 65956 65957 65958 65959 65960 65961 65962 65963 65964 65965 65966 65967 65968 65969 65970 65971 65972 65973 65974 65975 65976 65977 65978 65979 65980 65981 65982 65983 65984 65985 65986 65987 65988 65989 65990 65991 65992 65993 65994 65995 65996 65997 65998 65999 66000 66001 66002 66003 66004 66005 66006 66007 66008 66009 66010 66011 66012 66013 66014 66015 66016 66017 66018 66019 66020 66021 66022 66023 66024 66025 66026 66027 66028 66029 66030 66031 66032 66033 66034 66035 66036 66037 66038 66039 66040 66041 66042 66043 66044 66045 66046 66047 66048 66049 66050 66051 66052 66053 66054 66055 66056 66057 66058 66059 66060 66061 66062 66063 66064 66065 66066 66067 66068 66069 66070 66071 66072 66073 66074 66075 66076 66077 66078 66079 66080 66081 66082 66083 66084 66085 66086 66087 66088 66089 66090 66091 66092 66093 66094 66095 66096 66097 66098 66099 66100 66101 66102 66103 66104 66105 66106 66107 66108 66109 66110 66111 66112 66113 66114 66115 66116 66117 66118 66119 66120 66121 66122 66123 66124 66125 66126 66127 66128 66129 66130 66131 66132 66133 66134 66135 66136 66137 66138 66139 66140 66141 66142 66143 66144 66145 66146 66147 66148 66149 66150 66151 66152 66153 66154 66155 66156 66157 66158 66159 66160 66161 66162 66163 66164 66165 66166 66167 66168 66169 66170 66171 66172 66173 66174 66175 66176 66177 66178 66179 66180 66181 66182 66183 66184 66185 66186 66187 66188 66189 66190 66191 66192 66193 66194 66195 66196 66197 66198 66199 66200 66201 66202 66203 66204 66205 66206 66207 66208 66209 66210 66211 66212 66213 66214 66215 66216 66217 66218 66219 66220 66221 66222 66223 66224 66225 66226 66227 66228 66229 66230 66231 66232 66233 66234 66235 66236 66237 66238 66239 66240 66241 66242 66243 66244 66245 66246 66247 66248 66249 66250 66251 66252 66253 66254 66255 66256 66257 66258 66259 66260 66261 66262 66263 66264 66265 66266 66267 66268 66269 66270 66271 66272 66273 66274 66275 66276 66277 66278 66279 66280 66281 66282 66283 66284 66285 66286 66287 66288 66289 66290 66291 66292 66293 66294 66295 66296 66297 66298 66299 66300 66301 66302 66303 66304 66305 66306 66307 66308 66309 66310 66311 66312 66313 66314 66315 66316 66317 66318 66319 66320 66321 66322 66323 66324 66325 66326 66327 66328 66329 66330 66331 66332 66333 66334 66335 66336 66337 66338 66339 66340 66341 66342 66343 66344 66345 66346 66347 66348 66349 66350 66351 66352 66353 66354 66355 66356 66357 66358 66359 66360 66361 66362 66363 66364 66365 66366 66367 66368 66369 66370 66371 66372 66373 66374 66375 66376 66377 66378 66379 66380 66381 66382 66383 66384 66385 66386 66387 66388 66389 66390 66391 66392 66393 66394 66395 66396 66397 66398 66399 66400 66401 66402 66403 66404 66405 66406 66407 66408 66409 66410 66411 66412 66413 66414 66415 66416 66417 66418 66419 66420 66421 66422 66423 66424 66425 66426 66427 66428 66429 66430 66431 66432 66433 66434 66435 66436 66437 66438 66439 66440 66441 66442 66443 66444 66445 66446 66447 66448 66449 66450 66451 66452 66453 66454 66455 66456 66457 66458 66459 66460 66461 66462 66463 66464 66465 66466 66467 66468 66469 66470 66471 66472 66473 66474 66475 66476 66477 66478 66479 66480 66481 66482 66483 66484 66485 66486 66487 66488 66489 66490 66491 66492 66493 66494 66495 66496 66497 66498 66499 66500 66501 66502 66503 66504 66505 66506 66507 66508 66509 66510 66511 66512 66513 66514 66515 66516 66517 66518 66519 66520 66521 66522 66523 66524 66525 66526 66527 66528 66529 66530 66531 66532 66533 66534 66535 66536 66537 66538 66539 66540 66541 66542 66543 66544 66545 66546 66547 66548 66549 66550 66551 66552 66553 66554 66555 66556 66557 66558 66559 66560 66561 66562 66563 66564 66565 66566 66567 66568 66569 66570 66571 66572 66573 66574 66575 66576 66577 66578 66579 66580 66581 66582 66583 66584 66585 66586 66587 66588 66589 66590 66591 66592 66593 66594 66595 66596 66597 66598 66599 66600 66601 66602 66603 66604 66605 66606 66607 66608 66609 66610 66611 66612 66613 66614 66615 66616 66617 66618 66619 66620 66621 66622 66623 66624 66625 66626 66627 66628 66629 66630 66631 66632 66633 66634 66635 66636 66637 66638 66639 66640 66641 66642 66643 66644 66645 66646 66647 66648 66649 66650 66651 66652 66653 66654 66655 66656 66657 66658 66659 66660 66661 66662 66663 66664 66665 66666 66667 66668 66669 66670 66671 66672 66673 66674 66675 66676 66677 66678 66679 66680 66681 66682 66683 66684 66685 66686 66687 66688 66689 66690 66691 66692 66693 66694 66695 66696 66697 66698 66699 66700 66701 66702 66703 66704 66705 66706 66707 66708 66709 66710 66711 66712 66713 66714 66715 66716 66717 66718 66719 66720 66721 66722 66723 66724 66725 66726 66727 66728 66729 66730 66731 66732 66733 66734 66735 66736 66737 66738 66739 66740 66741 66742 66743 66744 66745 66746 66747 66748 66749 66750 66751 66752 66753 66754 66755 66756 66757 66758 66759 66760 66761 66762 66763 66764 66765 66766 66767 66768 66769 66770 66771 66772 66773 66774 66775 66776 66777 66778 66779 66780 66781 66782 66783 66784 66785 66786 66787 66788 66789 66790 66791 66792 66793 66794 66795 66796 66797 66798 66799 66800 66801 66802 66803 66804 66805 66806 66807 66808 66809 66810 66811 66812 66813 66814 66815 66816 66817 66818 66819 66820 66821 66822 66823 66824 66825 66826 66827 66828 66829 66830 66831 66832 66833 66834 66835 66836 66837 66838 66839 66840 66841 66842 66843 66844 66845 66846 66847 66848 66849 66850 66851 66852 66853 66854 66855 66856 66857 66858 66859 66860 66861 66862 66863 66864 66865 66866 66867 66868 66869 66870 66871 66872 66873 66874 66875 66876 66877 66878 66879 66880 66881 66882 66883 66884 66885 66886 66887 66888 66889 66890 66891 66892 66893 66894 66895 66896 66897 66898 66899 66900 66901 66902 66903 66904 66905 66906 66907 66908 66909 66910 66911 66912 66913 66914 66915 66916 66917 66918 66919 66920 66921 66922 66923 66924 66925 66926 66927 66928 66929 66930 66931 66932 66933 66934 66935 66936 66937 66938 66939 66940 66941 66942 66943 66944 66945 66946 66947 66948 66949 66950 66951 66952 66953 66954 66955 66956 66957 66958 66959 66960 66961 66962 66963 66964 66965 66966 66967 66968 66969 66970 66971 66972 66973 66974 66975 66976 66977 66978 66979 66980 66981 66982 66983 66984 66985 66986 66987 66988 66989 66990 66991 66992 66993 66994 66995 66996 66997 66998 66999 67000 67001 67002 67003 67004 67005 67006 67007 67008 67009 67010 67011 67012 67013 67014 67015 67016 67017 67018 67019 67020 67021 67022 67023 67024 67025 67026 67027 67028 67029 67030 67031 67032 67033 67034 67035 67036 67037 67038 67039 67040 67041 67042 67043 67044 67045 67046 67047 67048 67049 67050 67051 67052 67053 67054 67055 67056 67057 67058 67059 67060 67061 67062 67063 67064 67065 67066 67067 67068 67069 67070 67071 67072 67073 67074 67075 67076 67077 67078 67079 67080 67081 67082 67083 67084 67085 67086 67087 67088 67089 67090 67091 67092 67093 67094 67095 67096 67097 67098 67099 67100 67101 67102 67103 67104 67105 67106 67107 67108 67109 67110 67111 67112 67113 67114 67115 67116 67117 67118 67119 67120 67121 67122 67123 67124 67125 67126 67127 67128 67129 67130 67131 67132 67133 67134 67135 67136 67137 67138 67139 67140 67141 67142 67143 67144 67145 67146 67147 67148 67149 67150 67151 67152 67153 67154 67155 67156 67157 67158 67159 67160 67161 67162 67163 67164 67165 67166 67167 67168 67169 67170 67171 67172 67173 67174 67175 67176 67177 67178 67179 67180 67181 67182 67183 67184 67185 67186 67187 67188 67189 67190 67191 67192 67193 67194 67195 67196 67197 67198 67199 67200 67201 67202 67203 67204 67205 67206 67207 67208 67209 67210 67211 67212 67213 67214 67215 67216 67217 67218 67219 67220 67221 67222 67223 67224 67225 67226 67227 67228 67229 67230 67231 67232 67233 67234 67235 67236 67237 67238 67239 67240 67241 67242 67243 67244 67245 67246 67247 67248 67249 67250 67251 67252 67253 67254 67255 67256 67257 67258 67259 67260 67261 67262 67263 67264 67265 67266 67267 67268 67269 67270 67271 67272 67273 67274 67275 67276 67277 67278 67279 67280 67281 67282 67283 67284 67285 67286 67287 67288 67289 67290 67291 67292 67293 67294 67295 67296 67297 67298 67299 67300 67301 67302 67303 67304 67305 67306 67307 67308 67309 67310 67311 67312 67313 67314 67315 67316 67317 67318 67319 67320 67321 67322 67323 67324 67325 67326 67327 67328 67329 67330 67331 67332 67333 67334 67335 67336 67337 67338 67339 67340 67341 67342 67343 67344 67345 67346 67347 67348 67349 67350 67351 67352 67353 67354 67355 67356 67357 67358 67359 67360 67361 67362 67363 67364 67365 67366 67367 67368 67369 67370 67371 67372 67373 67374 67375 67376 67377 67378 67379 67380 67381 67382 67383 67384 67385 67386 67387 67388 67389 67390 67391 67392 67393 67394 67395 67396 67397 67398 67399 67400 67401 67402 67403 67404 67405 67406 67407 67408 67409 67410 67411 67412 67413 67414 67415 67416 67417 67418 67419 67420 67421 67422 67423 67424 67425 67426 67427 67428 67429 67430 67431 67432 67433 67434 67435 67436 67437 67438 67439 67440 67441 67442 67443 67444 67445 67446 67447 67448 67449 67450 67451 67452 67453 67454 67455 67456 67457 67458 67459 67460 67461 67462 67463 67464 67465 67466 67467 67468 67469 67470 67471 67472 67473 67474 67475 67476 67477 67478 67479 67480 67481 67482 67483 67484 67485 67486 67487 67488 67489 67490 67491 67492 67493 67494 67495 67496 67497 67498 67499 67500 67501 67502 67503 67504 67505 67506 67507 67508 67509 67510 67511 67512 67513 67514 67515 67516 67517 67518 67519 67520 67521 67522 67523 67524 67525 67526 67527 67528 67529 67530 67531 67532 67533 67534 67535 67536 67537 67538 67539 67540 67541 67542 67543 67544 67545 67546 67547 67548 67549 67550 67551 67552 67553 67554 67555 67556 67557 67558 67559 67560 67561 67562 67563 67564 67565 67566 67567 67568 67569 67570 67571 67572 67573 67574 67575 67576 67577 67578 67579 67580 67581 67582 67583 67584 67585 67586 67587 67588 67589 67590 67591 67592 67593 67594 67595 67596 67597 67598 67599 67600 67601 67602 67603 67604 67605 67606 67607 67608 67609 67610 67611 67612 67613 67614 67615 67616 67617 67618 67619 67620 67621 67622 67623 67624 67625 67626 67627 67628 67629 67630 67631 67632 67633 67634 67635 67636 67637 67638 67639 67640 67641 67642 67643 67644 67645 67646 67647 67648 67649 67650 67651 67652 67653 67654 67655 67656 67657 67658 67659 67660 67661 67662 67663 67664 67665 67666 67667 67668 67669 67670 67671 67672 67673 67674 67675 67676 67677 67678 67679 67680 67681 67682 67683 67684 67685 67686 67687 67688 67689 67690 67691 67692 67693 67694 67695 67696 67697 67698 67699 67700 67701 67702 67703 67704 67705 67706 67707 67708 67709 67710 67711 67712 67713 67714 67715 67716 67717 67718 67719 67720 67721 67722 67723 67724 67725 67726 67727 67728 67729 67730 67731 67732 67733 67734 67735 67736 67737 67738 67739 67740 67741 67742 67743 67744 67745 67746 67747 67748 67749 67750 67751 67752 67753 67754 67755 67756 67757 67758 67759 67760 67761 67762 67763 67764 67765 67766 67767 67768 67769 67770 67771 67772 67773 67774 67775 67776 67777 67778 67779 67780 67781 67782 67783 67784 67785 67786 67787 67788 67789 67790 67791 67792 67793 67794 67795 67796 67797 67798 67799 67800 67801 67802 67803 67804 67805 67806 67807 67808 67809 67810 67811 67812 67813 67814 67815 67816 67817 67818 67819 67820 67821 67822 67823 67824 67825 67826 67827 67828 67829 67830 67831 67832 67833 67834 67835 67836 67837 67838 67839 67840 67841 67842 67843 67844 67845 67846 67847 67848 67849 67850 67851 67852 67853 67854 67855 67856 67857 67858 67859 67860 67861 67862 67863 67864 67865 67866 67867 67868 67869 67870 67871 67872 67873 67874 67875 67876 67877 67878 67879 67880 67881 67882 67883 67884 67885 67886 67887 67888 67889 67890 67891 67892 67893 67894 67895 67896 67897 67898 67899 67900 67901 67902 67903 67904 67905 67906 67907 67908 67909 67910 67911 67912 67913 67914 67915 67916 67917 67918 67919 67920 67921 67922 67923 67924 67925 67926 67927 67928 67929 67930 67931 67932 67933 67934 67935 67936 67937 67938 67939 67940 67941 67942 67943 67944 67945 67946 67947 67948 67949 67950 67951 67952 67953 67954 67955 67956 67957 67958 67959 67960 67961 67962 67963 67964 67965 67966 67967 67968 67969 67970 67971 67972 67973 67974 67975 67976 67977 67978 67979 67980 67981 67982 67983 67984 67985 67986 67987 67988 67989 67990 67991 67992 67993 67994 67995 67996 67997 67998 67999 68000 68001 68002 68003 68004 68005 68006 68007 68008 68009 68010 68011 68012 68013 68014 68015 68016 68017 68018 68019 68020 68021 68022 68023 68024 68025 68026 68027 68028 68029 68030 68031 68032 68033 68034 68035 68036 68037 68038 68039 68040 68041 68042 68043 68044 68045 68046 68047 68048 68049 68050 68051 68052 68053 68054 68055 68056 68057 68058 68059 68060 68061 68062 68063 68064 68065 68066 68067 68068 68069 68070 68071 68072 68073 68074 68075 68076 68077 68078 68079 68080 68081 68082 68083 68084 68085 68086 68087 68088 68089 68090 68091 68092 68093 68094 68095 68096 68097 68098 68099 68100 68101 68102 68103 68104 68105 68106 68107 68108 68109 68110 68111 68112 68113 68114 68115 68116 68117 68118 68119 68120 68121 68122 68123 68124 68125 68126 68127 68128 68129 68130 68131 68132 68133 68134 68135 68136 68137 68138 68139 68140 68141 68142 68143 68144 68145 68146 68147 68148 68149 68150 68151 68152 68153 68154 68155 68156 68157 68158 68159 68160 68161 68162 68163 68164 68165 68166 68167 68168 68169 68170 68171 68172 68173 68174 68175 68176 68177 68178 68179 68180 68181 68182 68183 68184 68185 68186 68187 68188 68189 68190 68191 68192 68193 68194 68195 68196 68197 68198 68199 68200 68201 68202 68203 68204 68205 68206 68207 68208 68209 68210 68211 68212 68213 68214 68215 68216 68217 68218 68219 68220 68221 68222 68223 68224 68225 68226 68227 68228 68229 68230 68231 68232 68233 68234 68235 68236 68237 68238 68239 68240 68241 68242 68243 68244 68245 68246 68247 68248 68249 68250 68251 68252 68253 68254 68255 68256 68257 68258 68259 68260 68261 68262 68263 68264 68265 68266 68267 68268 68269 68270 68271 68272 68273 68274 68275 68276 68277 68278 68279 68280 68281 68282 68283 68284 68285 68286 68287 68288 68289 68290 68291 68292 68293 68294 68295 68296 68297 68298 68299 68300 68301 68302 68303 68304 68305 68306 68307 68308 68309 68310 68311 68312 68313 68314 68315 68316 68317 68318 68319 68320 68321 68322 68323 68324 68325 68326 68327 68328 68329 68330 68331 68332 68333 68334 68335 68336 68337 68338 68339 68340 68341 68342 68343 68344 68345 68346 68347 68348 68349 68350 68351 68352 68353 68354 68355 68356 68357 68358 68359 68360 68361 68362 68363 68364 68365 68366 68367 68368 68369 68370 68371 68372 68373 68374 68375 68376 68377 68378 68379 68380 68381 68382 68383 68384 68385 68386 68387 68388 68389 68390 68391 68392 68393 68394 68395 68396 68397 68398 68399 68400 68401 68402 68403 68404 68405 68406 68407 68408 68409 68410 68411 68412 68413 68414 68415 68416 68417 68418 68419 68420 68421 68422 68423 68424 68425 68426 68427 68428 68429 68430 68431 68432 68433 68434 68435 68436 68437 68438 68439 68440 68441 68442 68443 68444 68445 68446 68447 68448 68449 68450 68451 68452 68453 68454 68455 68456 68457 68458 68459 68460 68461 68462 68463 68464 68465 68466 68467 68468 68469 68470 68471 68472 68473 68474 68475 68476 68477 68478 68479 68480 68481 68482 68483 68484 68485 68486 68487 68488 68489 68490 68491 68492 68493 68494 68495 68496 68497 68498 68499 68500 68501 68502 68503 68504 68505 68506 68507 68508 68509 68510 68511 68512 68513 68514 68515 68516 68517 68518 68519 68520 68521 68522 68523 68524 68525 68526 68527 68528 68529 68530 68531 68532 68533 68534 68535 68536 68537 68538 68539 68540 68541 68542 68543 68544 68545 68546 68547 68548 68549 68550 68551 68552 68553 68554 68555 68556 68557 68558 68559 68560 68561 68562 68563 68564 68565 68566 68567 68568 68569 68570 68571 68572 68573 68574 68575 68576 68577 68578 68579 68580 68581 68582 68583 68584 68585 68586 68587 68588 68589 68590 68591 68592 68593 68594 68595 68596 68597 68598 68599 68600 68601 68602 68603 68604 68605 68606 68607 68608 68609 68610 68611 68612 68613 68614 68615 68616 68617 68618 68619 68620 68621 68622 68623 68624 68625 68626 68627 68628 68629 68630 68631 68632 68633 68634 68635 68636 68637 68638 68639 68640 68641 68642 68643 68644 68645 68646 68647 68648 68649 68650 68651 68652 68653 68654 68655 68656 68657 68658 68659 68660 68661 68662 68663 68664 68665 68666 68667 68668 68669 68670 68671 68672 68673 68674 68675 68676 68677 68678 68679 68680 68681 68682 68683 68684 68685 68686 68687 68688 68689 68690 68691 68692 68693 68694 68695 68696 68697 68698 68699 68700 68701 68702 68703 68704 68705 68706 68707 68708 68709 68710 68711 68712 68713 68714 68715 68716 68717 68718 68719 68720 68721 68722 68723 68724 68725 68726 68727 68728 68729 68730 68731 68732 68733 68734 68735 68736 68737 68738 68739 68740 68741 68742 68743 68744 68745 68746 68747 68748 68749 68750 68751 68752 68753 68754 68755 68756 68757 68758 68759 68760 68761 68762 68763 68764 68765 68766 68767 68768 68769 68770 68771 68772 68773 68774 68775 68776 68777 68778 68779 68780 68781 68782 68783 68784 68785 68786 68787 68788 68789 68790 68791 68792 68793 68794 68795 68796 68797 68798 68799 68800 68801 68802 68803 68804 68805 68806 68807 68808 68809 68810 68811 68812 68813 68814 68815 68816 68817 68818 68819 68820 68821 68822 68823 68824 68825 68826 68827 68828 68829 68830 68831 68832 68833 68834 68835 68836 68837 68838 68839 68840 68841 68842 68843 68844 68845 68846 68847 68848 68849 68850 68851 68852 68853 68854 68855 68856 68857 68858 68859 68860 68861 68862 68863 68864 68865 68866 68867 68868 68869 68870 68871 68872 68873 68874 68875 68876 68877 68878 68879 68880 68881 68882 68883 68884 68885 68886 68887 68888 68889 68890 68891 68892 68893 68894 68895 68896 68897 68898 68899 68900 68901 68902 68903 68904 68905 68906 68907 68908 68909 68910 68911 68912 68913 68914 68915 68916 68917 68918 68919 68920 68921 68922 68923 68924 68925 68926 68927 68928 68929 68930 68931 68932 68933 68934 68935 68936 68937 68938 68939 68940 68941 68942 68943 68944 68945 68946 68947 68948 68949 68950 68951 68952 68953 68954 68955 68956 68957 68958 68959 68960 68961 68962 68963 68964 68965 68966 68967 68968 68969 68970 68971 68972 68973 68974 68975 68976 68977 68978 68979 68980 68981 68982 68983 68984 68985 68986 68987 68988 68989 68990 68991 68992 68993 68994 68995 68996 68997 68998 68999 69000 69001 69002 69003 69004 69005 69006 69007 69008 69009 69010 69011 69012 69013 69014 69015 69016 69017 69018 69019 69020 69021 69022 69023 69024 69025 69026 69027 69028 69029 69030 69031 69032 69033 69034 69035 69036 69037 69038 69039 69040 69041 69042 69043 69044 69045 69046 69047 69048 69049 69050 69051 69052 69053 69054 69055 69056 69057 69058 69059 69060 69061 69062 69063 69064 69065 69066 69067 69068 69069 69070 69071 69072 69073 69074 69075 69076 69077 69078 69079 69080 69081 69082 69083 69084 69085 69086 69087 69088 69089 69090 69091 69092 69093 69094 69095 69096 69097 69098 69099 69100 69101 69102 69103 69104 69105 69106 69107 69108 69109 69110 69111 69112 69113 69114 69115 69116 69117 69118 69119 69120 69121 69122 69123 69124 69125 69126 69127 69128 69129 69130 69131 69132 69133 69134 69135 69136 69137 69138 69139 69140 69141 69142 69143 69144 69145 69146 69147 69148 69149 69150 69151 69152 69153 69154 69155 69156 69157 69158 69159 69160 69161 69162 69163 69164 69165 69166 69167 69168 69169 69170 69171 69172 69173 69174 69175 69176 69177 69178 69179 69180 69181 69182 69183 69184 69185 69186 69187 69188 69189 69190 69191 69192 69193 69194 69195 69196 69197 69198 69199 69200 69201 69202 69203 69204 69205 69206 69207 69208 69209 69210 69211 69212 69213 69214 69215 69216 69217 69218 69219 69220 69221 69222 69223 69224 69225 69226 69227 69228 69229 69230 69231 69232 69233 69234 69235 69236 69237 69238 69239 69240 69241 69242 69243 69244 69245 69246 69247 69248 69249 69250 69251 69252 69253 69254 69255 69256 69257 69258 69259 69260 69261 69262 69263 69264 69265 69266 69267 69268 69269 69270 69271 69272 69273 69274 69275 69276 69277 69278 69279 69280 69281 69282 69283 69284 69285 69286 69287 69288 69289 69290 69291 69292 69293 69294 69295 69296 69297 69298 69299 69300 69301 69302 69303 69304 69305 69306 69307 69308 69309 69310 69311 69312 69313 69314 69315 69316 69317 69318 69319 69320 69321 69322 69323 69324 69325 69326 69327 69328 69329 69330 69331 69332 69333 69334 69335 69336 69337 69338 69339 69340 69341 69342 69343 69344 69345 69346 69347 69348 69349 69350 69351 69352 69353 69354 69355 69356 69357 69358 69359 69360 69361 69362 69363 69364 69365 69366 69367 69368 69369 69370 69371 69372 69373 69374 69375 69376 69377 69378 69379 69380 69381 69382 69383 69384 69385 69386 69387 69388 69389 69390 69391 69392 69393 69394 69395 69396 69397 69398 69399 69400 69401 69402 69403 69404 69405 69406 69407 69408 69409 69410 69411 69412 69413 69414 69415 69416 69417 69418 69419 69420 69421 69422 69423 69424 69425 69426 69427 69428 69429 69430 69431 69432 69433 69434 69435 69436 69437 69438 69439 69440 69441 69442 69443 69444 69445 69446 69447 69448 69449 69450 69451 69452 69453 69454 69455 69456 69457 69458 69459 69460 69461 69462 69463 69464 69465 69466 69467 69468 69469 69470 69471 69472 69473 69474 69475 69476 69477 69478 69479 69480 69481 69482 69483 69484 69485 69486 69487 69488 69489 69490 69491 69492 69493 69494 69495 69496 69497 69498 69499 69500 69501 69502 69503 69504 69505 69506 69507 69508 69509 69510 69511 69512 69513 69514 69515 69516 69517 69518 69519 69520 69521 69522 69523 69524 69525 69526 69527 69528 69529 69530 69531 69532 69533 69534 69535 69536 69537 69538 69539 69540 69541 69542 69543 69544 69545 69546 69547 69548 69549 69550 69551 69552 69553 69554 69555 69556 69557 69558 69559 69560 69561 69562 69563 69564 69565 69566 69567 69568 69569 69570 69571 69572 69573 69574 69575 69576 69577 69578 69579 69580 69581 69582 69583 69584 69585 69586 69587 69588 69589 69590 69591 69592 69593 69594 69595 69596 69597 69598 69599 69600 69601 69602 69603 69604 69605 69606 69607 69608 69609 69610 69611 69612 69613 69614 69615 69616 69617 69618 69619 69620 69621 69622 69623 69624 69625 69626 69627 69628 69629 69630 69631 69632 69633 69634 69635 69636 69637 69638 69639 69640 69641 69642 69643 69644 69645 69646 69647 69648 69649 69650 69651 69652 69653 69654 69655 69656 69657 69658 69659 69660 69661 69662 69663 69664 69665 69666 69667 69668 69669 69670 69671 69672 69673 69674 69675 69676 69677 69678 69679 69680 69681 69682 69683 69684 69685 69686 69687 69688 69689 69690 69691 69692 69693 69694 69695 69696 69697 69698 69699 69700 69701 69702 69703 69704 69705 69706 69707 69708 69709 69710 69711 69712 69713 69714 69715 69716 69717 69718 69719 69720 69721 69722 69723 69724 69725 69726 69727 69728 69729 69730 69731 69732 69733 69734 69735 69736 69737 69738 69739 69740 69741 69742 69743 69744 69745 69746 69747 69748 69749 69750 69751 69752 69753 69754 69755 69756 69757 69758 69759 69760 69761 69762 69763 69764 69765 69766 69767 69768 69769 69770 69771 69772 69773 69774 69775 69776 69777 69778 69779 69780 69781 69782 69783 69784 69785 69786 69787 69788 69789 69790 69791 69792 69793 69794 69795 69796 69797 69798 69799 69800 69801 69802 69803 69804 69805 69806 69807 69808 69809 69810 69811 69812 69813 69814 69815 69816 69817 69818 69819 69820 69821 69822 69823 69824 69825 69826 69827 69828 69829 69830 69831 69832 69833 69834 69835 69836 69837 69838 69839 69840 69841 69842 69843 69844 69845 69846 69847 69848 69849 69850 69851 69852 69853 69854 69855 69856 69857 69858 69859 69860 69861 69862 69863 69864 69865 69866 69867 69868 69869 69870 69871 69872 69873 69874 69875 69876 69877 69878 69879 69880 69881 69882 69883 69884 69885 69886 69887 69888 69889 69890 69891 69892 69893 69894 69895 69896 69897 69898 69899 69900 69901 69902 69903 69904 69905 69906 69907 69908 69909 69910 69911 69912 69913 69914 69915 69916 69917 69918 69919 69920 69921 69922 69923 69924 69925 69926 69927 69928 69929 69930 69931 69932 69933 69934 69935 69936 69937 69938 69939 69940 69941 69942 69943 69944 69945 69946 69947 69948 69949 69950 69951 69952 69953 69954 69955 69956 69957 69958 69959 69960 69961 69962 69963 69964 69965 69966 69967 69968 69969 69970 69971 69972 69973 69974 69975 69976 69977 69978 69979 69980 69981 69982 69983 69984 69985 69986 69987 69988 69989 69990 69991 69992 69993 69994 69995 69996 69997 69998 69999 70000 70001 70002 70003 70004 70005 70006 70007 70008 70009 70010 70011 70012 70013 70014 70015 70016 70017 70018 70019 70020 70021 70022 70023 70024 70025 70026 70027 70028 70029 70030 70031 70032 70033 70034 70035 70036 70037 70038 70039 70040 70041 70042 70043 70044 70045 70046 70047 70048 70049 70050 70051 70052 70053 70054 70055 70056 70057 70058 70059 70060 70061 70062 70063 70064 70065 70066 70067 70068 70069 70070 70071 70072 70073 70074 70075 70076 70077 70078 70079 70080 70081 70082 70083 70084 70085 70086 70087 70088 70089 70090 70091 70092 70093 70094 70095 70096 70097 70098 70099 70100 70101 70102 70103 70104 70105 70106 70107 70108 70109 70110 70111 70112 70113 70114 70115 70116 70117 70118 70119 70120 70121 70122 70123 70124 70125 70126 70127 70128 70129 70130 70131 70132 70133 70134 70135 70136 70137 70138 70139 70140 70141 70142 70143 70144 70145 70146 70147 70148 70149 70150 70151 70152 70153 70154 70155 70156 70157 70158 70159 70160 70161 70162 70163 70164 70165 70166 70167 70168 70169 70170 70171 70172 70173 70174 70175 70176 70177 70178 70179 70180 70181 70182 70183 70184 70185 70186 70187 70188 70189 70190 70191 70192 70193 70194 70195 70196 70197 70198 70199 70200 70201 70202 70203 70204 70205 70206 70207 70208 70209 70210 70211 70212 70213 70214 70215 70216 70217 70218 70219 70220 70221 70222 70223 70224 70225 70226 70227 70228 70229 70230 70231 70232 70233 70234 70235 70236 70237 70238 70239 70240 70241 70242 70243 70244 70245 70246 70247 70248 70249 70250 70251 70252 70253 70254 70255 70256 70257 70258 70259 70260 70261 70262 70263 70264 70265 70266 70267 70268 70269 70270 70271 70272 70273 70274 70275 70276 70277 70278 70279 70280 70281 70282 70283 70284 70285 70286 70287 70288 70289 70290 70291 70292 70293 70294 70295 70296 70297 70298 70299 70300 70301 70302 70303 70304 70305 70306 70307 70308 70309 70310 70311 70312 70313 70314 70315 70316 70317 70318 70319 70320 70321 70322 70323 70324 70325 70326 70327 70328 70329 70330 70331 70332 70333 70334 70335 70336 70337 70338 70339 70340 70341 70342 70343 70344 70345 70346 70347 70348 70349 70350 70351 70352 70353 70354 70355 70356 70357 70358 70359 70360 70361 70362 70363 70364 70365 70366 70367 70368 70369 70370 70371 70372 70373 70374 70375 70376 70377 70378 70379 70380 70381 70382 70383 70384 70385 70386 70387 70388 70389 70390 70391 70392 70393 70394 70395 70396 70397 70398 70399 70400 70401 70402 70403 70404 70405 70406 70407 70408 70409 70410 70411 70412 70413 70414 70415 70416 70417 70418 70419 70420 70421 70422 70423 70424 70425 70426 70427 70428 70429 70430 70431 70432 70433 70434 70435 70436 70437 70438 70439 70440 70441 70442 70443 70444 70445 70446 70447 70448 70449 70450 70451 70452 70453 70454 70455 70456 70457 70458 70459 70460 70461 70462 70463 70464 70465 70466 70467 70468 70469 70470 70471 70472 70473 70474 70475 70476 70477 70478 70479 70480 70481 70482 70483 70484 70485 70486 70487 70488 70489 70490 70491 70492 70493 70494 70495 70496 70497 70498 70499 70500 70501 70502 70503 70504 70505 70506 70507 70508 70509 70510 70511 70512 70513 70514 70515 70516 70517 70518 70519 70520 70521 70522 70523 70524 70525 70526 70527 70528 70529 70530 70531 70532 70533 70534 70535 70536 70537 70538 70539 70540 70541 70542 70543 70544 70545 70546 70547 70548 70549 70550 70551 70552 70553 70554 70555 70556 70557 70558 70559 70560 70561 70562 70563 70564 70565 70566 70567 70568 70569 70570 70571 70572 70573 70574 70575 70576 70577 70578 70579 70580 70581 70582 70583 70584 70585 70586 70587 70588 70589 70590 70591 70592 70593 70594 70595 70596 70597 70598 70599 70600 70601 70602 70603 70604 70605 70606 70607 70608 70609 70610 70611 70612 70613 70614 70615 70616 70617 70618 70619 70620 70621 70622 70623 70624 70625 70626 70627 70628 70629 70630 70631 70632 70633 70634 70635 70636 70637 70638 70639 70640 70641 70642 70643 70644 70645 70646 70647 70648 70649 70650 70651 70652 70653 70654 70655 70656 70657 70658 70659 70660 70661 70662 70663 70664 70665 70666 70667 70668 70669 70670 70671 70672 70673 70674 70675 70676 70677 70678 70679 70680 70681 70682 70683 70684 70685 70686 70687 70688 70689 70690 70691 70692 70693 70694 70695 70696 70697 70698 70699 70700 70701 70702 70703 70704 70705 70706 70707 70708 70709 70710 70711 70712 70713 70714 70715 70716 70717 70718 70719 70720 70721 70722 70723 70724 70725 70726 70727 70728 70729 70730 70731 70732 70733 70734 70735 70736 70737 70738 70739 70740 70741 70742 70743 70744 70745 70746 70747 70748 70749 70750 70751 70752 70753 70754 70755 70756 70757 70758 70759 70760 70761 70762 70763 70764 70765 70766 70767 70768 70769 70770 70771 70772 70773 70774 70775 70776 70777 70778 70779 70780 70781 70782 70783 70784 70785 70786 70787 70788 70789 70790 70791 70792 70793 70794 70795 70796 70797 70798 70799 70800 70801 70802 70803 70804 70805 70806 70807 70808 70809 70810 70811 70812 70813 70814 70815 70816 70817 70818 70819 70820 70821 70822 70823 70824 70825 70826 70827 70828 70829 70830 70831 70832 70833 70834 70835 70836 70837 70838 70839 70840 70841 70842 70843 70844 70845 70846 70847 70848 70849 70850 70851 70852 70853 70854 70855 70856 70857 70858 70859 70860 70861 70862 70863 70864 70865 70866 70867 70868 70869 70870 70871 70872 70873 70874 70875 70876 70877 70878 70879 70880 70881 70882 70883 70884 70885 70886 70887 70888 70889 70890 70891 70892 70893 70894 70895 70896 70897 70898 70899 70900 70901 70902 70903 70904 70905 70906 70907 70908 70909 70910 70911 70912 70913 70914 70915 70916 70917 70918 70919 70920 70921 70922 70923 70924 70925 70926 70927 70928 70929 70930 70931 70932 70933 70934 70935 70936 70937 70938 70939 70940 70941 70942 70943 70944 70945 70946 70947 70948 70949 70950 70951 70952 70953 70954 70955 70956 70957 70958 70959 70960 70961 70962 70963 70964 70965 70966 70967 70968 70969 70970 70971 70972 70973 70974 70975 70976 70977 70978 70979 70980 70981 70982 70983 70984 70985 70986 70987 70988 70989 70990 70991 70992 70993 70994 70995 70996 70997 70998 70999 71000 71001 71002 71003 71004 71005 71006 71007 71008 71009 71010 71011 71012 71013 71014 71015 71016 71017 71018 71019 71020 71021 71022 71023 71024 71025 71026 71027 71028 71029 71030 71031 71032 71033 71034 71035 71036 71037 71038 71039 71040 71041 71042 71043 71044 71045 71046 71047 71048 71049 71050 71051 71052 71053 71054 71055 71056 71057 71058 71059 71060 71061 71062 71063 71064 71065 71066 71067 71068 71069 71070 71071 71072 71073 71074 71075 71076 71077 71078 71079 71080 71081 71082 71083 71084 71085 71086 71087 71088 71089 71090 71091 71092 71093 71094 71095 71096 71097 71098 71099 71100 71101 71102 71103 71104 71105 71106 71107 71108 71109 71110 71111 71112 71113 71114 71115 71116 71117 71118 71119 71120 71121 71122 71123 71124 71125 71126 71127 71128 71129 71130 71131 71132 71133 71134 71135 71136 71137 71138 71139 71140 71141 71142 71143 71144 71145 71146 71147 71148 71149 71150 71151 71152 71153 71154 71155 71156 71157 71158 71159 71160 71161 71162 71163 71164 71165 71166 71167 71168 71169 71170 71171 71172 71173 71174 71175 71176 71177 71178 71179 71180 71181 71182 71183 71184 71185 71186 71187 71188 71189 71190 71191 71192 71193 71194 71195 71196 71197 71198 71199 71200 71201 71202 71203 71204 71205 71206 71207 71208 71209 71210 71211 71212 71213 71214 71215 71216 71217 71218 71219 71220 71221 71222 71223 71224 71225 71226 71227 71228 71229 71230 71231 71232 71233 71234 71235 71236 71237 71238 71239 71240 71241 71242 71243 71244 71245 71246 71247 71248 71249 71250 71251 71252 71253 71254 71255 71256 71257 71258 71259 71260 71261 71262 71263 71264 71265 71266 71267 71268 71269 71270 71271 71272 71273 71274 71275 71276 71277 71278 71279 71280 71281 71282 71283 71284 71285 71286 71287 71288 71289 71290 71291 71292 71293 71294 71295 71296 71297 71298 71299 71300 71301 71302 71303 71304 71305 71306 71307 71308 71309 71310 71311 71312 71313 71314 71315 71316 71317 71318 71319 71320 71321 71322 71323 71324 71325 71326 71327 71328 71329 71330 71331 71332 71333 71334 71335 71336 71337 71338 71339 71340 71341 71342 71343 71344 71345 71346 71347 71348 71349 71350 71351 71352 71353 71354 71355 71356 71357 71358 71359 71360 71361 71362 71363 71364 71365 71366 71367 71368 71369 71370 71371 71372 71373 71374 71375 71376 71377 71378 71379 71380 71381 71382 71383 71384 71385 71386 71387 71388 71389 71390 71391 71392 71393 71394 71395 71396 71397 71398 71399 71400 71401 71402 71403 71404 71405 71406 71407 71408 71409 71410 71411 71412 71413 71414 71415 71416 71417 71418 71419 71420 71421 71422 71423 71424 71425 71426 71427 71428 71429 71430 71431 71432 71433 71434 71435 71436 71437 71438 71439 71440 71441 71442 71443 71444 71445 71446 71447 71448 71449 71450 71451 71452 71453 71454 71455 71456 71457 71458 71459 71460 71461 71462 71463 71464 71465 71466 71467 71468 71469 71470 71471 71472 71473 71474 71475 71476 71477 71478 71479 71480 71481 71482 71483 71484 71485 71486 71487 71488 71489 71490 71491 71492 71493 71494 71495 71496 71497 71498 71499 71500 71501 71502 71503 71504 71505 71506 71507 71508 71509 71510 71511 71512 71513 71514 71515 71516 71517 71518 71519 71520 71521 71522 71523 71524 71525 71526 71527 71528 71529 71530 71531 71532 71533 71534 71535 71536 71537 71538 71539 71540 71541 71542 71543 71544 71545 71546 71547 71548 71549 71550 71551 71552 71553 71554 71555 71556 71557 71558 71559 71560 71561 71562 71563 71564 71565 71566 71567 71568 71569 71570 71571 71572 71573 71574 71575 71576 71577 71578 71579 71580 71581 71582 71583 71584 71585 71586 71587 71588 71589 71590 71591 71592 71593 71594 71595 71596 71597 71598 71599 71600 71601 71602 71603 71604 71605 71606 71607 71608 71609 71610 71611 71612 71613 71614 71615 71616 71617 71618 71619 71620 71621 71622 71623 71624 71625 71626 71627 71628 71629 71630 71631 71632 71633 71634 71635 71636 71637 71638 71639 71640 71641 71642 71643 71644 71645 71646 71647 71648 71649 71650 71651 71652 71653 71654 71655 71656 71657 71658 71659 71660 71661 71662 71663 71664 71665 71666 71667 71668 71669 71670 71671 71672 71673 71674 71675 71676 71677 71678 71679 71680 71681 71682 71683 71684 71685 71686 71687 71688 71689 71690 71691 71692 71693 71694 71695 71696 71697 71698 71699 71700 71701 71702 71703 71704 71705 71706 71707 71708 71709 71710 71711 71712 71713 71714 71715 71716 71717 71718 71719 71720 71721 71722 71723 71724 71725 71726 71727 71728 71729 71730 71731 71732 71733 71734 71735 71736 71737 71738 71739 71740 71741 71742 71743 71744 71745 71746 71747 71748 71749 71750 71751 71752 71753 71754 71755 71756 71757 71758 71759 71760 71761 71762 71763 71764 71765 71766 71767 71768 71769 71770 71771 71772 71773 71774 71775 71776 71777 71778 71779 71780 71781 71782 71783 71784 71785 71786 71787 71788 71789 71790 71791 71792 71793 71794 71795 71796 71797 71798 71799 71800 71801 71802 71803 71804 71805 71806 71807 71808 71809 71810 71811 71812 71813 71814 71815 71816 71817 71818 71819 71820 71821 71822 71823 71824 71825 71826 71827 71828 71829 71830 71831 71832 71833 71834 71835 71836 71837 71838 71839 71840 71841 71842 71843 71844 71845 71846 71847 71848 71849 71850 71851 71852 71853 71854 71855 71856 71857 71858 71859 71860 71861 71862 71863 71864 71865 71866 71867 71868 71869 71870 71871 71872 71873 71874 71875 71876 71877 71878 71879 71880 71881 71882 71883 71884 71885 71886 71887 71888 71889 71890 71891 71892 71893 71894 71895 71896 71897 71898 71899 71900 71901 71902 71903 71904 71905 71906 71907 71908 71909 71910 71911 71912 71913 71914 71915 71916 71917 71918 71919 71920 71921 71922 71923 71924 71925 71926 71927 71928 71929 71930 71931 71932 71933 71934 71935 71936 71937 71938 71939 71940 71941 71942 71943 71944 71945 71946 71947 71948 71949 71950 71951 71952 71953 71954 71955 71956 71957 71958 71959 71960 71961 71962 71963 71964 71965 71966 71967 71968 71969 71970 71971 71972 71973 71974 71975 71976 71977 71978 71979 71980 71981 71982 71983 71984 71985 71986 71987 71988 71989 71990 71991 71992 71993 71994 71995 71996 71997 71998 71999 72000 72001 72002 72003 72004 72005 72006 72007 72008 72009 72010 72011 72012 72013 72014 72015 72016 72017 72018 72019 72020 72021 72022 72023 72024 72025 72026 72027 72028 72029 72030 72031 72032 72033 72034 72035 72036 72037 72038 72039 72040 72041 72042 72043 72044 72045 72046 72047 72048 72049 72050 72051 72052 72053 72054 72055 72056 72057 72058 72059 72060 72061 72062 72063 72064 72065 72066 72067 72068 72069 72070 72071 72072 72073 72074 72075 72076 72077 72078 72079 72080 72081 72082 72083 72084 72085 72086 72087 72088 72089 72090 72091 72092 72093 72094 72095 72096 72097 72098 72099 72100 72101 72102 72103 72104 72105 72106 72107 72108 72109 72110 72111 72112 72113 72114 72115 72116 72117 72118 72119 72120 72121 72122 72123 72124 72125 72126 72127 72128 72129 72130 72131 72132 72133 72134 72135 72136 72137 72138 72139 72140 72141 72142 72143 72144 72145 72146 72147 72148 72149 72150 72151 72152 72153 72154 72155 72156 72157 72158 72159 72160 72161 72162 72163 72164 72165 72166 72167 72168 72169 72170 72171 72172 72173 72174 72175 72176 72177 72178 72179 72180 72181 72182 72183 72184 72185 72186 72187 72188 72189 72190 72191 72192 72193 72194 72195 72196 72197 72198 72199 72200 72201 72202 72203 72204 72205 72206 72207 72208 72209 72210 72211 72212 72213 72214 72215 72216 72217 72218 72219 72220 72221 72222 72223 72224 72225 72226 72227 72228 72229 72230 72231 72232 72233 72234 72235 72236 72237 72238 72239 72240 72241 72242 72243 72244 72245 72246 72247 72248 72249 72250 72251 72252 72253 72254 72255 72256 72257 72258 72259 72260 72261 72262 72263 72264 72265 72266 72267 72268 72269 72270 72271 72272 72273 72274 72275 72276 72277 72278 72279 72280 72281 72282 72283 72284 72285 72286 72287 72288 72289 72290 72291 72292 72293 72294 72295 72296 72297 72298 72299 72300 72301 72302 72303 72304 72305 72306 72307 72308 72309 72310 72311 72312 72313 72314 72315 72316 72317 72318 72319 72320 72321 72322 72323 72324 72325 72326 72327 72328 72329 72330 72331 72332 72333 72334 72335 72336 72337 72338 72339 72340 72341 72342 72343 72344 72345 72346 72347 72348 72349 72350 72351 72352 72353 72354 72355 72356 72357 72358 72359 72360 72361 72362 72363 72364 72365 72366 72367 72368 72369 72370 72371 72372 72373 72374 72375 72376 72377 72378 72379 72380 72381 72382 72383 72384 72385 72386 72387 72388 72389 72390 72391 72392 72393 72394 72395 72396 72397 72398 72399 72400 72401 72402 72403 72404 72405 72406 72407 72408 72409 72410 72411 72412 72413 72414 72415 72416 72417 72418 72419 72420 72421 72422 72423 72424 72425 72426 72427 72428 72429 72430 72431 72432 72433 72434 72435 72436 72437 72438 72439 72440 72441 72442 72443 72444 72445 72446 72447 72448 72449 72450 72451 72452 72453 72454 72455 72456 72457 72458 72459 72460 72461 72462 72463 72464 72465 72466 72467 72468 72469 72470 72471 72472 72473 72474 72475 72476 72477 72478 72479 72480 72481 72482 72483 72484 72485 72486 72487 72488 72489 72490 72491 72492 72493 72494 72495 72496 72497 72498 72499 72500 72501 72502 72503 72504 72505 72506 72507 72508 72509 72510 72511 72512 72513 72514 72515 72516 72517 72518 72519 72520 72521 72522 72523 72524 72525 72526 72527 72528 72529 72530 72531 72532 72533 72534 72535 72536 72537 72538 72539 72540 72541 72542 72543 72544 72545 72546 72547 72548 72549 72550 72551 72552 72553 72554 72555 72556 72557 72558 72559 72560 72561 72562 72563 72564 72565 72566 72567 72568 72569 72570 72571 72572 72573 72574 72575 72576 72577 72578 72579 72580 72581 72582 72583 72584 72585 72586 72587 72588 72589 72590 72591 72592 72593 72594 72595 72596 72597 72598 72599 72600 72601 72602 72603 72604 72605 72606 72607 72608 72609 72610 72611 72612 72613 72614 72615 72616 72617 72618 72619 72620 72621 72622 72623 72624 72625 72626 72627 72628 72629 72630 72631 72632 72633 72634 72635 72636 72637 72638 72639 72640 72641 72642 72643 72644 72645 72646 72647 72648 72649 72650 72651 72652 72653 72654 72655 72656 72657 72658 72659 72660 72661 72662 72663 72664 72665 72666 72667 72668 72669 72670 72671 72672 72673 72674 72675 72676 72677 72678 72679 72680 72681 72682 72683 72684 72685 72686 72687 72688 72689 72690 72691 72692 72693 72694 72695 72696 72697 72698 72699 72700 72701 72702 72703 72704 72705 72706 72707 72708 72709 72710 72711 72712 72713 72714 72715 72716 72717 72718 72719 72720 72721 72722 72723 72724 72725 72726 72727 72728 72729 72730 72731 72732 72733 72734 72735 72736 72737 72738 72739 72740 72741 72742 72743 72744 72745 72746 72747 72748 72749 72750 72751 72752 72753 72754 72755 72756 72757 72758 72759 72760 72761 72762 72763 72764 72765 72766 72767 72768 72769 72770 72771 72772 72773 72774 72775 72776 72777 72778 72779 72780 72781 72782 72783 72784 72785 72786 72787 72788 72789 72790 72791 72792 72793 72794 72795 72796 72797 72798 72799 72800 72801 72802 72803 72804 72805 72806 72807 72808 72809 72810 72811 72812 72813 72814 72815 72816 72817 72818 72819 72820 72821 72822 72823 72824 72825 72826 72827 72828 72829 72830 72831 72832 72833 72834 72835 72836 72837 72838 72839 72840 72841 72842 72843 72844 72845 72846 72847 72848 72849 72850 72851 72852 72853 72854 72855 72856 72857 72858 72859 72860 72861 72862 72863 72864 72865 72866 72867 72868 72869 72870 72871 72872 72873 72874 72875 72876 72877 72878 72879 72880 72881 72882 72883 72884 72885 72886 72887 72888 72889 72890 72891 72892 72893 72894 72895 72896 72897 72898 72899 72900 72901 72902 72903 72904 72905 72906 72907 72908 72909 72910 72911 72912 72913 72914 72915 72916 72917 72918 72919 72920 72921 72922 72923 72924 72925 72926 72927 72928 72929 72930 72931 72932 72933 72934 72935 72936 72937 72938 72939 72940 72941 72942 72943 72944 72945 72946 72947 72948 72949 72950 72951 72952 72953 72954 72955 72956 72957 72958 72959 72960 72961 72962 72963 72964 72965 72966 72967 72968 72969 72970 72971 72972 72973 72974 72975 72976 72977 72978 72979 72980 72981 72982 72983 72984 72985 72986 72987 72988 72989 72990 72991 72992 72993 72994 72995 72996 72997 72998 72999 73000 73001 73002 73003 73004 73005 73006 73007 73008 73009 73010 73011 73012 73013 73014 73015 73016 73017 73018 73019 73020 73021 73022 73023 73024 73025 73026 73027 73028 73029 73030 73031 73032 73033 73034 73035 73036 73037 73038 73039 73040 73041 73042 73043 73044 73045 73046 73047 73048 73049 73050 73051 73052 73053 73054 73055 73056 73057 73058 73059 73060 73061 73062 73063 73064 73065 73066 73067 73068 73069 73070 73071 73072 73073 73074 73075 73076 73077 73078 73079 73080 73081 73082 73083 73084 73085 73086 73087 73088 73089 73090 73091 73092 73093 73094 73095 73096 73097 73098 73099 73100 73101 73102 73103 73104 73105 73106 73107 73108 73109 73110 73111 73112 73113 73114 73115 73116 73117 73118 73119 73120 73121 73122 73123 73124 73125 73126 73127 73128 73129 73130 73131 73132 73133 73134 73135 73136 73137 73138 73139 73140 73141 73142 73143 73144 73145 73146 73147 73148 73149 73150 73151 73152 73153 73154 73155 73156 73157 73158 73159 73160 73161 73162 73163 73164 73165 73166 73167 73168 73169 73170 73171 73172 73173 73174 73175 73176 73177 73178 73179 73180 73181 73182 73183 73184 73185 73186 73187 73188 73189 73190 73191 73192 73193 73194 73195 73196 73197 73198 73199 73200 73201 73202 73203 73204 73205 73206 73207 73208 73209 73210 73211 73212 73213 73214 73215 73216 73217 73218 73219 73220 73221 73222 73223 73224 73225 73226 73227 73228 73229 73230 73231 73232 73233 73234 73235 73236 73237 73238 73239 73240 73241 73242 73243 73244 73245 73246 73247 73248 73249 73250 73251 73252 73253 73254 73255 73256 73257 73258 73259 73260 73261 73262 73263 73264 73265 73266 73267 73268 73269 73270 73271 73272 73273 73274 73275 73276 73277 73278 73279 73280 73281 73282 73283 73284 73285 73286 73287 73288 73289 73290 73291 73292 73293 73294 73295 73296 73297 73298 73299 73300 73301 73302 73303 73304 73305 73306 73307 73308 73309 73310 73311 73312 73313 73314 73315 73316 73317 73318 73319 73320 73321 73322 73323 73324 73325 73326 73327 73328 73329 73330 73331 73332 73333 73334 73335 73336 73337 73338 73339 73340 73341 73342 73343 73344 73345 73346 73347 73348 73349 73350 73351 73352 73353 73354 73355 73356 73357 73358 73359 73360 73361 73362 73363 73364 73365 73366 73367 73368 73369 73370 73371 73372 73373 73374 73375 73376 73377 73378 73379 73380 73381 73382 73383 73384 73385 73386 73387 73388 73389 73390 73391 73392 73393 73394 73395 73396 73397 73398 73399 73400 73401 73402 73403 73404 73405 73406 73407 73408 73409 73410 73411 73412 73413 73414 73415 73416 73417 73418 73419 73420 73421 73422 73423 73424 73425 73426 73427 73428 73429 73430 73431 73432 73433 73434 73435 73436 73437 73438 73439 73440 73441 73442 73443 73444 73445 73446 73447 73448 73449 73450 73451 73452 73453 73454 73455 73456 73457 73458 73459 73460 73461 73462 73463 73464 73465 73466 73467 73468 73469 73470 73471 73472 73473 73474 73475 73476 73477 73478 73479 73480 73481 73482 73483 73484 73485 73486 73487 73488 73489 73490 73491 73492 73493 73494 73495 73496 73497 73498 73499 73500 73501 73502 73503 73504 73505 73506 73507 73508 73509 73510 73511 73512 73513 73514 73515 73516 73517 73518 73519 73520 73521 73522 73523 73524 73525 73526 73527 73528 73529 73530 73531 73532 73533 73534 73535 73536 73537 73538 73539 73540 73541 73542 73543 73544 73545 73546 73547 73548 73549 73550 73551 73552 73553 73554 73555 73556 73557 73558 73559 73560 73561 73562 73563 73564 73565 73566 73567 73568 73569 73570 73571 73572 73573 73574 73575 73576 73577 73578 73579 73580 73581 73582 73583 73584 73585 73586 73587 73588 73589 73590 73591 73592 73593 73594 73595 73596 73597 73598 73599 73600 73601 73602 73603 73604 73605 73606 73607 73608 73609 73610 73611 73612 73613 73614 73615 73616 73617 73618 73619 73620 73621 73622 73623 73624 73625 73626 73627 73628 73629 73630 73631 73632 73633 73634 73635 73636 73637 73638 73639 73640 73641 73642 73643 73644 73645 73646 73647 73648 73649 73650 73651 73652 73653 73654 73655 73656 73657 73658 73659 73660 73661 73662 73663 73664 73665 73666 73667 73668 73669 73670 73671 73672 73673 73674 73675 73676 73677 73678 73679 73680 73681 73682 73683 73684 73685 73686 73687 73688 73689 73690 73691 73692 73693 73694 73695 73696 73697 73698 73699 73700 73701 73702 73703 73704 73705 73706 73707 73708 73709 73710 73711 73712 73713 73714 73715 73716 73717 73718 73719 73720 73721 73722 73723 73724 73725 73726 73727 73728 73729 73730 73731 73732 73733 73734 73735 73736 73737 73738 73739 73740 73741 73742 73743 73744 73745 73746 73747 73748 73749 73750 73751 73752 73753 73754 73755 73756 73757 73758 73759 73760 73761 73762 73763 73764 73765 73766 73767 73768 73769 73770 73771 73772 73773 73774 73775 73776 73777 73778 73779 73780 73781 73782 73783 73784 73785 73786 73787 73788 73789 73790 73791 73792 73793 73794 73795 73796 73797 73798 73799 73800 73801 73802 73803 73804 73805 73806 73807 73808 73809 73810 73811 73812 73813 73814 73815 73816 73817 73818 73819 73820 73821 73822 73823 73824 73825 73826 73827 73828 73829 73830 73831 73832 73833 73834 73835 73836 73837 73838 73839 73840 73841 73842 73843 73844 73845 73846 73847 73848 73849 73850 73851 73852 73853 73854 73855 73856 73857 73858 73859 73860 73861 73862 73863 73864 73865 73866 73867 73868 73869 73870 73871 73872 73873 73874 73875 73876 73877 73878 73879 73880 73881 73882 73883 73884 73885 73886 73887 73888 73889 73890 73891 73892 73893 73894 73895 73896 73897 73898 73899 73900 73901 73902 73903 73904 73905 73906 73907 73908 73909 73910 73911 73912 73913 73914 73915 73916 73917 73918 73919 73920 73921 73922 73923 73924 73925 73926 73927 73928 73929 73930 73931 73932 73933 73934 73935 73936 73937 73938 73939 73940 73941 73942 73943 73944 73945 73946 73947 73948 73949 73950 73951 73952 73953 73954 73955 73956 73957 73958 73959 73960 73961 73962 73963 73964 73965 73966 73967 73968 73969 73970 73971 73972 73973 73974 73975 73976 73977 73978 73979 73980 73981 73982 73983 73984 73985 73986 73987 73988 73989 73990 73991 73992 73993 73994 73995 73996 73997 73998 73999 74000 74001 74002 74003 74004 74005 74006 74007 74008 74009 74010 74011 74012 74013 74014 74015 74016 74017 74018 74019 74020 74021 74022 74023 74024 74025 74026 74027 74028 74029 74030 74031 74032 74033 74034 74035 74036 74037 74038 74039 74040 74041 74042 74043 74044 74045 74046 74047 74048 74049 74050 74051 74052 74053 74054 74055 74056 74057 74058 74059 74060 74061 74062 74063 74064 74065 74066 74067 74068 74069 74070 74071 74072 74073 74074 74075 74076 74077 74078 74079 74080 74081 74082 74083 74084 74085 74086 74087 74088 74089 74090 74091 74092 74093 74094 74095 74096 74097 74098 74099 74100 74101 74102 74103 74104 74105 74106 74107 74108 74109 74110 74111 74112 74113 74114 74115 74116 74117 74118 74119 74120 74121 74122 74123 74124 74125 74126 74127 74128 74129 74130 74131 74132 74133 74134 74135 74136 74137 74138 74139 74140 74141 74142 74143 74144 74145 74146 74147 74148 74149 74150 74151 74152 74153 74154 74155 74156 74157 74158 74159 74160 74161 74162 74163 74164 74165 74166 74167 74168 74169 74170 74171 74172 74173 74174 74175 74176 74177 74178 74179 74180 74181 74182 74183 74184 74185 74186 74187 74188 74189 74190 74191 74192 74193 74194 74195 74196 74197 74198 74199 74200 74201 74202 74203 74204 74205 74206 74207 74208 74209 74210 74211 74212 74213 74214 74215 74216 74217 74218 74219 74220 74221 74222 74223 74224 74225 74226 74227 74228 74229 74230 74231 74232 74233 74234 74235 74236 74237 74238 74239 74240 74241 74242 74243 74244 74245 74246 74247 74248 74249 74250 74251 74252 74253 74254 74255 74256 74257 74258 74259 74260 74261 74262 74263 74264 74265 74266 74267 74268 74269 74270 74271 74272 74273 74274 74275 74276 74277 74278 74279 74280 74281 74282 74283 74284 74285 74286 74287 74288 74289 74290 74291 74292 74293 74294 74295 74296 74297 74298 74299 74300 74301 74302 74303 74304 74305 74306 74307 74308 74309 74310 74311 74312 74313 74314 74315 74316 74317 74318 74319 74320 74321 74322 74323 74324 74325 74326 74327 74328 74329 74330 74331 74332 74333 74334 74335 74336 74337 74338 74339 74340 74341 74342 74343 74344 74345 74346 74347 74348 74349 74350 74351 74352 74353 74354 74355 74356 74357 74358 74359 74360 74361 74362 74363 74364 74365 74366 74367 74368 74369 74370 74371 74372 74373 74374 74375 74376 74377 74378 74379 74380 74381 74382 74383 74384 74385 74386 74387 74388 74389 74390 74391 74392 74393 74394 74395 74396 74397 74398 74399 74400 74401 74402 74403 74404 74405 74406 74407 74408 74409 74410 74411 74412 74413 74414 74415 74416 74417 74418 74419 74420 74421 74422 74423 74424 74425 74426 74427 74428 74429 74430 74431 74432 74433 74434 74435 74436 74437 74438 74439 74440 74441 74442 74443 74444 74445 74446 74447 74448 74449 74450 74451 74452 74453 74454 74455 74456 74457 74458 74459 74460 74461 74462 74463 74464 74465 74466 74467 74468 74469 74470 74471 74472 74473 74474 74475 74476 74477 74478 74479 74480 74481 74482 74483 74484 74485 74486 74487 74488 74489 74490 74491 74492 74493 74494 74495 74496 74497 74498 74499 74500 74501 74502 74503 74504 74505 74506 74507 74508 74509 74510 74511 74512 74513 74514 74515 74516 74517 74518 74519 74520 74521 74522 74523 74524 74525 74526 74527 74528 74529 74530 74531 74532 74533 74534 74535 74536 74537 74538 74539 74540 74541 74542 74543 74544 74545 74546 74547 74548 74549 74550 74551 74552 74553 74554 74555 74556 74557 74558 74559 74560 74561 74562 74563 74564 74565 74566 74567 74568 74569 74570 74571 74572 74573 74574 74575 74576 74577 74578 74579 74580 74581 74582 74583 74584 74585 74586 74587 74588 74589 74590 74591 74592 74593 74594 74595 74596 74597 74598 74599 74600 74601 74602 74603 74604 74605 74606 74607 74608 74609 74610 74611 74612 74613 74614 74615 74616 74617 74618 74619 74620 74621 74622 74623 74624 74625 74626 74627 74628 74629 74630 74631 74632 74633 74634 74635 74636 74637 74638 74639 74640 74641 74642 74643 74644 74645 74646 74647 74648 74649 74650 74651 74652 74653 74654 74655 74656 74657 74658 74659 74660 74661 74662 74663 74664 74665 74666 74667 74668 74669 74670 74671 74672 74673 74674 74675 74676 74677 74678 74679 74680 74681 74682 74683 74684 74685 74686 74687 74688 74689 74690 74691 74692 74693 74694 74695 74696 74697 74698 74699 74700 74701 74702 74703 74704 74705 74706 74707 74708 74709 74710 74711 74712 74713 74714 74715 74716 74717 74718 74719 74720 74721 74722 74723 74724 74725 74726 74727 74728 74729 74730 74731 74732 74733 74734 74735 74736 74737 74738 74739 74740 74741 74742 74743 74744 74745 74746 74747 74748 74749 74750 74751 74752 74753 74754 74755 74756 74757 74758 74759 74760 74761 74762 74763 74764 74765 74766 74767 74768 74769 74770 74771 74772 74773 74774 74775 74776 74777 74778 74779 74780 74781 74782 74783 74784 74785 74786 74787 74788 74789 74790 74791 74792 74793 74794 74795 74796 74797 74798 74799 74800 74801 74802 74803 74804 74805 74806 74807 74808 74809 74810 74811 74812 74813 74814 74815 74816 74817 74818 74819 74820 74821 74822 74823 74824 74825 74826 74827 74828 74829 74830 74831 74832 74833 74834 74835 74836 74837 74838 74839 74840 74841 74842 74843 74844 74845 74846 74847 74848 74849 74850 74851 74852 74853 74854 74855 74856 74857 74858 74859 74860 74861 74862 74863 74864 74865 74866 74867 74868 74869 74870 74871 74872 74873 74874 74875 74876 74877 74878 74879 74880 74881 74882 74883 74884 74885 74886 74887 74888 74889 74890 74891 74892 74893 74894 74895 74896 74897 74898 74899 74900 74901 74902 74903 74904 74905 74906 74907 74908 74909 74910 74911 74912 74913 74914 74915 74916 74917 74918 74919 74920 74921 74922 74923 74924 74925 74926 74927 74928 74929 74930 74931 74932 74933 74934 74935 74936 74937 74938 74939 74940 74941 74942 74943 74944 74945 74946 74947 74948 74949 74950 74951 74952 74953 74954 74955 74956 74957 74958 74959 74960 74961 74962 74963 74964 74965 74966 74967 74968 74969 74970 74971 74972 74973 74974 74975 74976 74977 74978 74979 74980 74981 74982 74983 74984 74985 74986 74987 74988 74989 74990 74991 74992 74993 74994 74995 74996 74997 74998 74999 75000 75001 75002 75003 75004 75005 75006 75007 75008 75009 75010 75011 75012 75013 75014 75015 75016 75017 75018 75019 75020 75021 75022 75023 75024 75025 75026 75027 75028 75029 75030 75031 75032 75033 75034 75035 75036 75037 75038 75039 75040 75041 75042 75043 75044 75045 75046 75047 75048 75049 75050 75051 75052 75053 75054 75055 75056 75057 75058 75059 75060 75061 75062 75063 75064 75065 75066 75067 75068 75069 75070 75071 75072 75073 75074 75075 75076 75077 75078 75079 75080 75081 75082 75083 75084 75085 75086 75087 75088 75089 75090 75091 75092 75093 75094 75095 75096 75097 75098 75099 75100 75101 75102 75103 75104 75105 75106 75107 75108 75109 75110 75111 75112 75113 75114 75115 75116 75117 75118 75119 75120 75121 75122 75123 75124 75125 75126 75127 75128 75129 75130 75131 75132 75133 75134 75135 75136 75137 75138 75139 75140 75141 75142 75143 75144 75145 75146 75147 75148 75149 75150 75151 75152 75153 75154 75155 75156 75157 75158 75159 75160 75161 75162 75163 75164 75165 75166 75167 75168 75169 75170 75171 75172 75173 75174 75175 75176 75177 75178 75179 75180 75181 75182 75183 75184 75185 75186 75187 75188 75189 75190 75191 75192 75193 75194 75195 75196 75197 75198 75199 75200 75201 75202 75203 75204 75205 75206 75207 75208 75209 75210 75211 75212 75213 75214 75215 75216 75217 75218 75219 75220 75221 75222 75223 75224 75225 75226 75227 75228 75229 75230 75231 75232 75233 75234 75235 75236 75237 75238 75239 75240 75241 75242 75243 75244 75245 75246 75247 75248 75249 75250 75251 75252 75253 75254 75255 75256 75257 75258 75259 75260 75261 75262 75263 75264 75265 75266 75267 75268 75269 75270 75271 75272 75273 75274 75275 75276 75277 75278 75279 75280 75281 75282 75283 75284 75285 75286 75287 75288 75289 75290 75291 75292 75293 75294 75295 75296 75297 75298 75299 75300 75301 75302 75303 75304 75305 75306 75307 75308 75309 75310 75311 75312 75313 75314 75315 75316 75317 75318 75319 75320 75321 75322 75323 75324 75325 75326 75327 75328 75329 75330 75331 75332 75333 75334 75335 75336 75337 75338 75339 75340 75341 75342 75343 75344 75345 75346 75347 75348 75349 75350 75351 75352 75353 75354 75355 75356 75357 75358 75359 75360 75361 75362 75363 75364 75365 75366 75367 75368 75369 75370 75371 75372 75373 75374 75375 75376 75377 75378 75379 75380 75381 75382 75383 75384 75385 75386 75387 75388 75389 75390 75391 75392 75393 75394 75395 75396 75397 TooltipText=null 06:07:57.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:07:57.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:07:57.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass.*' finished successfully 06:07:57.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:07:57.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Match Job' is a system job, skipped 06:07:57.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Trim Job' is a system job, skipped 06:07:57.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'IOConsole Updater' is a system job, skipped 06:07:57.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 06:07:57.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 06:07:57.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Show Console View' is a system job, skipped 06:07:57.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:07:57.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:07:57.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:07:57.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:07:57.914 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds 06:08:00.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:00.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:00.931 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:08:00.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:00.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:00.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:08:00.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:00.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:00.999 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:08:00.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 '\*?\QConsole\E') 06:08:00.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:00.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:01.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:01.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:01.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:01.006 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:01.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:01.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:01.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:01.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:01.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:01.007 INFO [WorkbenchTestable][AbstractView] Terminating console 06:08:01.007 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:01.007 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:01.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:01.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:01.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:01.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:01.009 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") 06:08:01.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:01.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:01.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:01.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:01.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:08:01.010 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 06:08:01.010 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:08:01.010 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:01.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 06:08:01.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:01.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:01.112 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:08:01.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:01.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:01.114 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:08:01.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:01.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:01.114 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:08:01.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') 06:08:01.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:01.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:01.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:01.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:01.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:01.117 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:01.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:01.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:01.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:01.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:01.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:01.118 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:01.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:01.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:01.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:01.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:01.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:01.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:01.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:01.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 06:08:01.119 INFO [WorkbenchTestable][AbstractView] Console terminated 06:08:01.119 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:01.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:01.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:01.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:01.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:01.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:01.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:01.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:01.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:01.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:01.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:08:01.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:01.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:01.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:08:01.121 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 06:08:01.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:01.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:01.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:01.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:01.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:08:01.122 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:08:02.122 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:02.123 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:02.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:02.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=725287 725288 725289 725290 725291 725292 725293 725294 725295 725296 725297 725298 725299 725300 725301 725302 725303 725304 725305 725306 725307 725308 725309 725310 725311 725312 725313 725314 725315 725316 725317 725318 725319 725320 725321 725322 725323 725324 725325 725326 725327 725328 725329 725330 725331 725332 725333 725334 725335 725336 725337 725338 725339 725340 725341 725342 725343 725344 725345 725346 725347 725348 725349 725350 725351 725352 725353 725354 725355 725356 725357 725358 725359 725360 725361 725362 725363 725364 725365 725366 725367 725368 725369 725370 725371 725372 725373 725374 725375 725376 725377 725378 725379 725380 725381 725382 725383 725384 725385 725386 725387 725388 725389 725390 725391 725392 725393 725394 725395 725396 725397 725398 725399 725400 725401 725402 725403 725404 725405 725406 725407 725408 725409 725410 725411 725412 725413 725414 725415 725416 725417 725418 725419 725420 725421 725422 725423 725424 725425 725426 725427 725428 725429 725430 725431 725432 725433 725434 725435 725436 725437 725438 725439 725440 725441 725442 725443 725444 725445 725446 725447 725448 725449 725450 725451 725452 725453 725454 725455 725456 725457 725458 725459 725460 725461 725462 725463 725464 725465 725466 725467 725468 725469 725470 725471 725472 725473 725474 725475 725476 725477 725478 725479 725480 725481 725482 725483 725484 725485 725486 725487 725488 725489 725490 725491 725492 725493 725494 725495 725496 725497 725498 725499 725500 725501 725502 725503 725504 725505 725506 725507 725508 725509 725510 725511 725512 725513 725514 725515 725516 725517 725518 725519 725520 725521 725522 725523 725524 725525 725526 725527 725528 725529 725530 725531 725532 725533 725534 725535 725536 725537 725538 725539 725540 725541 725542 725543 725544 725545 725546 725547 725548 725549 725550 725551 725552 725553 725554 725555 725556 725557 725558 725559 725560 725561 725562 725563 725564 725565 725566 725567 725568 725569 725570 725571 725572 725573 725574 725575 725576 725577 725578 725579 725580 725581 725582 725583 725584 725585 725586 725587 725588 725589 725590 725591 725592 725593 725594 725595 725596 725597 725598 725599 725600 725601 725602 725603 725604 725605 725606 725607 725608 725609 725610 725611 725612 725613 725614 725615 725616 725617 725618 725619 725620 725621 725622 725623 725624 725625 725626 725627 725628 725629 725630 725631 725632 725633 725634 725635 725636 725637 725638 725639 725640 725641 725642 725643 725644 725645 725646 725647 725648 725649 725650 725651 725652 725653 725654 725655 725656 725657 725658 725659 725660 725661 725662 725663 725664 725665 725666 725667 725668 725669 725670 725671 725672 725673 725674 725675 725676 725677 725678 725679 725680 725681 725682 725683 725684 725685 725686 725687 725688 725689 725690 725691 725692 725693 725694 725695 725696 725697 725698 725699 725700 725701 725702 725703 725704 725705 725706 725707 725708 725709 725710 725711 725712 725713 725714 725715 725716 725717 725718 725719 725720 725721 725722 725723 725724 725725 725726 725727 725728 725729 725730 725731 725732 725733 725734 725735 725736 725737 725738 725739 725740 725741 725742 725743 725744 725745 725746 725747 725748 725749 725750 725751 725752 725753 725754 725755 725756 725757 725758 725759 725760 725761 725762 725763 725764 725765 725766 725767 725768 725769 725770 725771 725772 725773 725774 725775 725776 725777 725778 725779 725780 725781 725782 725783 725784 725785 725786 725787 725788 725789 725790 725791 725792 725793 725794 725795 725796 725797 725798 725799 725800 725801 725802 725803 725804 725805 725806 725807 725808 725809 725810 725811 725812 725813 725814 725815 725816 725817 725818 725819 725820 725821 725822 725823 725824 725825 725826 725827 725828 725829 725830 725831 725832 725833 725834 725835 725836 725837 725838 725839 725840 725841 725842 725843 725844 725845 725846 725847 725848 725849 725850 725851 725852 725853 725854 725855 725856 725857 725858 725859 725860 725861 725862 725863 725864 725865 725866 725867 725868 725869 725870 725871 725872 725873 725874 725875 725876 725877 725878 725879 725880 725881 725882 725883 725884 725885 725886 725887 725888 725889 725890 725891 725892 725893 725894 725895 725896 725897 725898 725899 725900 725901 725902 725903 725904 725905 725906 725907 725908 725909 725910 725911 725912 725913 725914 725915 725916 725917 725918 725919 725920 725921 725922 725923 725924 725925 725926 725927 725928 725929 725930 725931 725932 725933 725934 725935 725936 725937 725938 725939 725940 725941 725942 725943 725944 725945 725946 725947 725948 725949 725950 725951 725952 725953 725954 725955 725956 725957 725958 725959 725960 725961 725962 725963 725964 725965 725966 725967 725968 725969 725970 725971 725972 725973 725974 725975 725976 725977 725978 725979 725980 725981 725982 725983 725984 725985 725986 725987 725988 725989 725990 725991 725992 725993 725994 725995 725996 725997 725998 725999 726000 726001 726002 726003 726004 726005 726006 726007 726008 726009 726010 726011 726012 726013 726014 726015 726016 726017 726018 726019 726020 726021 726022 726023 726024 726025 726026 726027 726028 726029 726030 726031 726032 726033 726034 726035 726036 726037 726038 726039 726040 726041 726042 726043 726044 726045 726046 726047 726048 726049 726050 726051 726052 726053 726054 726055 726056 726057 726058 726059 726060 726061 726062 726063 726064 726065 726066 726067 726068 726069 726070 726071 726072 726073 726074 726075 726076 726077 726078 726079 726080 726081 726082 726083 726084 726085 726086 726087 726088 726089 726090 726091 726092 726093 726094 726095 726096 726097 726098 726099 726100 726101 726102 726103 726104 726105 726106 726107 726108 726109 726110 726111 726112 726113 726114 726115 726116 726117 726118 726119 726120 726121 726122 726123 726124 726125 726126 726127 726128 726129 726130 726131 726132 726133 726134 726135 726136 726137 726138 726139 726140 726141 726142 726143 726144 726145 726146 726147 726148 726149 726150 726151 726152 726153 726154 726155 726156 726157 726158 726159 726160 726161 726162 726163 726164 726165 726166 726167 726168 726169 726170 726171 726172 726173 726174 726175 726176 726177 726178 726179 726180 726181 726182 726183 726184 726185 726186 726187 726188 726189 726190 726191 726192 726193 726194 726195 726196 726197 726198 726199 726200 726201 726202 726203 726204 726205 726206 726207 726208 726209 726210 726211 726212 726213 726214 726215 726216 726217 726218 726219 726220 726221 726222 726223 726224 726225 726226 726227 726228 726229 726230 726231 726232 726233 726234 726235 726236 726237 726238 726239 726240 726241 726242 726243 726244 726245 726246 726247 726248 726249 726250 726251 726252 726253 726254 726255 726256 726257 726258 726259 726260 726261 726262 726263 726264 726265 726266 726267 726268 726269 726270 726271 726272 726273 726274 726275 726276 726277 726278 726279 726280 726281 726282 726283 726284 726285 726286 726287 726288 726289 726290 726291 726292 726293 726294 726295 726296 726297 726298 726299 726300 726301 726302 726303 726304 726305 726306 726307 726308 726309 726310 726311 726312 726313 726314 726315 726316 726317 726318 726319 726320 726321 726322 726323 726324 726325 726326 726327 726328 726329 726330 726331 726332 726333 726334 726335 726336 726337 726338 726339 726340 726341 726342 726343 726344 726345 726346 726347 726348 726349 726350 726351 726352 726353 726354 726355 726356 726357 726358 726359 726360 726361 726362 726363 726364 726365 726366 726367 726368 726369 726370 726371 726372 726373 726374 726375 726376 726377 726378 726379 726380 726381 726382 726383 726384 726385 726386 726387 726388 726389 726390 726391 726392 726393 726394 726395 726396 726397 726398 726399 726400 726401 726402 726403 726404 726405 726406 726407 726408 726409 726410 726411 726412 726413 726414 726415 726416 726417 726418 726419 726420 726421 726422 726423 726424 726425 726426 726427 726428 726429 726430 726431 726432 726433 726434 726435 726436 726437 726438 726439 726440 726441 726442 726443 726444 726445 726446 726447 726448 726449 726450 726451 726452 726453 726454 726455 726456 726457 726458 726459 726460 726461 726462 726463 726464 726465 726466 726467 726468 726469 726470 726471 726472 726473 726474 726475 726476 726477 726478 726479 726480 726481 726482 726483 726484 726485 726486 726487 726488 726489 726490 726491 726492 726493 726494 726495 726496 726497 726498 726499 726500 726501 726502 726503 726504 726505 726506 726507 726508 726509 726510 726511 726512 726513 726514 726515 726516 726517 726518 726519 726520 726521 726522 726523 726524 726525 726526 726527 726528 726529 726530 726531 726532 726533 726534 726535 726536 726537 726538 726539 726540 726541 726542 726543 726544 726545 726546 726547 726548 726549 726550 726551 726552 726553 726554 726555 726556 726557 726558 726559 726560 726561 726562 726563 726564 726565 726566 726567 726568 726569 726570 726571 726572 726573 726574 726575 726576 726577 726578 726579 726580 726581 726582 726583 726584 726585 726586 726587 726588 726589 726590 726591 726592 726593 726594 726595 726596 726597 726598 726599 726600 726601 726602 726603 726604 726605 726606 726607 726608 726609 726610 726611 726612 726613 726614 726615 726616 726617 726618 726619 726620 726621 726622 726623 726624 726625 726626 726627 726628 726629 726630 726631 726632 726633 726634 726635 726636 726637 726638 726639 726640 726641 726642 726643 726644 726645 726646 726647 726648 726649 726650 726651 726652 726653 726654 726655 726656 726657 726658 726659 726660 726661 726662 726663 726664 726665 726666 726667 726668 726669 726670 726671 726672 726673 726674 726675 726676 726677 726678 726679 726680 726681 726682 726683 726684 726685 726686 726687 726688 726689 726690 726691 726692 726693 726694 726695 726696 726697 726698 726699 726700 726701 726702 726703 726704 726705 726706 726707 726708 726709 726710 726711 726712 726713 726714 726715 726716 726717 726718 726719 726720 726721 726722 726723 726724 726725 726726 726727 726728 726729 726730 726731 726732 726733 726734 726735 726736 726737 726738 726739 726740 726741 726742 726743 726744 726745 726746 726747 726748 726749 726750 726751 726752 726753 726754 726755 726756 726757 726758 726759 726760 726761 726762 726763 726764 726765 726766 726767 726768 726769 726770 726771 726772 726773 726774 726775 726776 726777 726778 726779 726780 726781 726782 726783 726784 726785 726786 726787 726788 726789 726790 726791 726792 726793 726794 726795 726796 726797 726798 726799 726800 726801 726802 726803 726804 726805 726806 726807 726808 726809 726810 726811 726812 726813 726814 726815 726816 726817 726818 726819 726820 726821 726822 726823 726824 726825 726826 726827 726828 726829 726830 726831 726832 726833 726834 726835 726836 726837 726838 726839 726840 726841 726842 726843 726844 726845 726846 726847 726848 726849 726850 726851 726852 726853 726854 726855 726856 726857 726858 726859 726860 726861 726862 726863 726864 726865 726866 726867 726868 726869 726870 726871 726872 726873 726874 726875 726876 726877 726878 726879 726880 726881 726882 726883 726884 726885 726886 726887 726888 726889 726890 726891 726892 726893 726894 726895 726896 726897 726898 726899 726900 726901 726902 726903 726904 726905 726906 726907 726908 726909 726910 726911 726912 726913 726914 726915 726916 726917 726918 726919 726920 726921 726922 726923 726924 726925 726926 726927 726928 726929 726930 726931 726932 726933 726934 726935 726936 726937 726938 726939 726940 726941 726942 726943 726944 726945 726946 726947 726948 726949 726950 726951 726952 726953 726954 726955 726956 726957 726958 726959 726960 726961 726962 726963 726964 726965 726966 726967 726968 726969 726970 726971 726972 726973 726974 726975 726976 726977 726978 726979 726980 726981 726982 726983 726984 726985 726986 726987 726988 726989 726990 726991 726992 726993 726994 726995 726996 726997 726998 726999 727000 727001 727002 727003 727004 727005 727006 727007 727008 727009 727010 727011 727012 727013 727014 727015 727016 727017 727018 727019 727020 727021 727022 727023 727024 727025 727026 727027 727028 727029 727030 727031 727032 727033 727034 727035 727036 727037 727038 727039 727040 727041 727042 727043 727044 727045 727046 727047 727048 727049 727050 727051 727052 727053 727054 727055 727056 727057 727058 727059 727060 727061 727062 727063 727064 727065 727066 727067 727068 727069 727070 727071 727072 727073 727074 727075 727076 727077 727078 727079 727080 727081 727082 727083 727084 727085 727086 727087 727088 727089 727090 727091 727092 727093 727094 727095 727096 727097 727098 727099 727100 727101 727102 727103 727104 727105 727106 727107 727108 727109 727110 727111 727112 727113 727114 727115 727116 727117 727118 727119 727120 727121 727122 727123 727124 727125 727126 727127 727128 727129 727130 727131 727132 727133 727134 727135 727136 727137 727138 727139 727140 727141 727142 727143 727144 727145 727146 727147 727148 727149 727150 727151 727152 727153 727154 727155 727156 727157 727158 727159 727160 727161 727162 727163 727164 727165 727166 727167 727168 727169 727170 727171 727172 727173 727174 727175 727176 727177 727178 727179 727180 727181 727182 727183 727184 727185 727186 727187 727188 727189 727190 727191 727192 727193 727194 727195 727196 727197 727198 727199 727200 727201 727202 727203 727204 727205 727206 727207 727208 727209 727210 727211 727212 727213 727214 727215 727216 727217 727218 727219 727220 727221 727222 727223 727224 727225 727226 727227 727228 727229 727230 727231 727232 727233 727234 727235 727236 727237 727238 727239 727240 727241 727242 727243 727244 727245 727246 727247 727248 727249 727250 727251 727252 727253 727254 727255 727256 727257 727258 727259 727260 727261 727262 727263 727264 727265 727266 727267 727268 727269 727270 727271 727272 727273 727274 727275 727276 727277 727278 727279 727280 727281 727282 727283 727284 727285 727286 727287 727288 727289 727290 727291 727292 727293 727294 727295 727296 727297 727298 727299 727300 727301 727302 727303 727304 727305 727306 727307 727308 727309 727310 727311 727312 727313 727314 727315 727316 727317 727318 727319 727320 727321 727322 727323 727324 727325 727326 727327 727328 727329 727330 727331 727332 727333 727334 727335 727336 727337 727338 727339 727340 727341 727342 727343 727344 727345 727346 727347 727348 727349 727350 727351 727352 727353 727354 727355 727356 727357 727358 727359 727360 727361 727362 727363 727364 727365 727366 727367 727368 727369 727370 727371 727372 727373 727374 727375 727376 727377 727378 727379 727380 727381 727382 727383 727384 727385 727386 727387 727388 727389 727390 727391 727392 727393 727394 727395 727396 727397 727398 727399 727400 727401 727402 727403 727404 727405 727406 727407 727408 727409 727410 727411 727412 727413 727414 727415 727416 727417 727418 727419 727420 727421 727422 727423 727424 727425 727426 727427 727428 727429 727430 727431 727432 727433 727434 727435 727436 727437 727438 727439 727440 727441 727442 727443 727444 727445 727446 727447 727448 727449 727450 727451 727452 727453 727454 727455 727456 727457 727458 727459 727460 727461 727462 727463 727464 727465 727466 727467 727468 727469 727470 727471 727472 727473 727474 727475 727476 727477 727478 727479 727480 727481 727482 727483 727484 727485 727486 727487 727488 727489 727490 727491 727492 727493 727494 727495 727496 727497 727498 727499 727500 727501 727502 727503 727504 727505 727506 727507 727508 727509 727510 727511 727512 727513 727514 727515 727516 727517 727518 727519 727520 727521 727522 727523 727524 727525 727526 727527 727528 727529 727530 727531 727532 727533 727534 727535 727536 727537 727538 727539 727540 727541 727542 727543 727544 727545 727546 727547 727548 727549 727550 727551 727552 727553 727554 727555 727556 727557 727558 727559 727560 727561 727562 727563 727564 727565 727566 727567 727568 727569 727570 727571 727572 727573 727574 727575 727576 727577 727578 727579 727580 727581 727582 727583 727584 727585 727586 727587 727588 727589 727590 727591 727592 727593 727594 727595 727596 727597 727598 727599 727600 727601 727602 727603 727604 727605 727606 727607 727608 727609 727610 727611 727612 727613 727614 727615 727616 727617 727618 727619 727620 727621 727622 727623 727624 727625 727626 727627 727628 727629 727630 727631 727632 727633 727634 727635 727636 727637 727638 727639 727640 727641 727642 727643 727644 727645 727646 727647 727648 727649 727650 727651 727652 727653 727654 727655 727656 727657 727658 727659 727660 727661 727662 727663 727664 727665 727666 727667 727668 727669 727670 727671 727672 727673 727674 727675 727676 727677 727678 727679 727680 727681 727682 727683 727684 727685 727686 727687 727688 727689 727690 727691 727692 727693 727694 727695 727696 727697 727698 727699 727700 727701 727702 727703 727704 727705 727706 727707 727708 727709 727710 727711 727712 727713 727714 727715 727716 727717 727718 727719 727720 727721 727722 727723 727724 727725 727726 727727 727728 727729 727730 727731 727732 727733 727734 727735 727736 727737 727738 727739 727740 727741 727742 727743 727744 727745 727746 727747 727748 727749 727750 727751 727752 727753 727754 727755 727756 727757 727758 727759 727760 727761 727762 727763 727764 727765 727766 727767 727768 727769 727770 727771 727772 727773 727774 727775 727776 727777 727778 727779 727780 727781 727782 727783 727784 727785 727786 727787 727788 727789 727790 727791 727792 727793 727794 727795 727796 727797 727798 727799 727800 727801 727802 727803 727804 727805 727806 727807 727808 727809 727810 727811 727812 727813 727814 727815 727816 727817 727818 727819 727820 727821 727822 727823 727824 727825 727826 727827 727828 727829 727830 727831 727832 727833 727834 727835 727836 727837 727838 727839 727840 727841 727842 727843 727844 727845 727846 727847 727848 727849 727850 727851 727852 727853 727854 727855 727856 727857 727858 727859 727860 727861 727862 727863 727864 727865 727866 727867 727868 727869 727870 727871 727872 727873 727874 727875 727876 727877 727878 727879 727880 727881 727882 727883 727884 727885 727886 727887 727888 727889 727890 727891 727892 727893 727894 727895 727896 727897 727898 727899 727900 727901 727902 727903 727904 727905 727906 727907 727908 727909 727910 727911 727912 727913 727914 727915 727916 727917 727918 727919 727920 727921 727922 727923 727924 727925 727926 727927 727928 727929 727930 727931 727932 727933 727934 727935 727936 727937 727938 727939 727940 727941 727942 727943 727944 727945 727946 727947 727948 727949 727950 727951 727952 727953 727954 727955 727956 727957 727958 727959 727960 727961 727962 727963 727964 727965 727966 727967 727968 727969 727970 727971 727972 727973 727974 727975 727976 727977 727978 727979 727980 727981 727982 727983 727984 727985 727986 727987 727988 727989 727990 727991 727992 727993 727994 727995 727996 727997 727998 727999 728000 728001 728002 728003 728004 728005 728006 728007 728008 728009 728010 728011 728012 728013 728014 728015 728016 728017 728018 728019 728020 728021 728022 728023 728024 728025 728026 728027 728028 728029 728030 728031 728032 728033 728034 728035 728036 728037 728038 728039 728040 728041 728042 728043 728044 728045 728046 728047 728048 728049 728050 728051 728052 728053 728054 728055 728056 728057 728058 728059 728060 728061 728062 728063 728064 728065 728066 728067 728068 728069 728070 728071 728072 728073 728074 728075 728076 728077 728078 728079 728080 728081 728082 728083 728084 728085 728086 728087 728088 728089 728090 728091 728092 728093 728094 728095 728096 728097 728098 728099 728100 728101 728102 728103 728104 728105 728106 728107 728108 728109 728110 728111 728112 728113 728114 728115 728116 728117 728118 728119 728120 728121 728122 728123 728124 728125 728126 728127 728128 728129 728130 728131 728132 728133 728134 728135 728136 728137 728138 728139 728140 728141 728142 728143 728144 728145 728146 728147 728148 728149 728150 728151 728152 728153 728154 728155 728156 728157 728158 728159 728160 728161 728162 728163 728164 728165 728166 728167 728168 728169 728170 728171 728172 728173 728174 728175 728176 728177 728178 728179 728180 728181 728182 728183 728184 728185 728186 728187 728188 728189 728190 728191 728192 728193 728194 728195 728196 728197 728198 728199 728200 728201 728202 728203 728204 728205 728206 728207 728208 728209 728210 728211 728212 728213 728214 728215 728216 728217 728218 728219 728220 728221 728222 728223 728224 728225 728226 728227 728228 728229 728230 728231 728232 728233 728234 728235 728236 728237 728238 728239 728240 728241 728242 728243 728244 728245 728246 728247 728248 728249 728250 728251 728252 728253 728254 728255 728256 728257 728258 728259 728260 728261 728262 728263 728264 728265 728266 728267 728268 728269 728270 728271 728272 728273 728274 728275 728276 728277 728278 728279 728280 728281 728282 728283 728284 728285 728286 728287 728288 728289 728290 728291 728292 728293 728294 728295 728296 728297 728298 728299 728300 728301 728302 728303 728304 728305 728306 728307 728308 728309 728310 728311 728312 728313 728314 728315 728316 728317 728318 728319 728320 728321 728322 728323 728324 728325 728326 728327 728328 728329 728330 728331 728332 728333 728334 728335 728336 728337 728338 728339 728340 728341 728342 728343 728344 728345 728346 728347 728348 728349 728350 728351 728352 728353 728354 728355 728356 728357 728358 728359 728360 728361 728362 728363 728364 728365 728366 728367 728368 728369 728370 728371 728372 728373 728374 728375 728376 728377 728378 728379 728380 728381 728382 728383 728384 728385 728386 728387 728388 728389 728390 728391 728392 728393 728394 728395 728396 728397 728398 728399 728400 728401 728402 728403 728404 728405 728406 728407 728408 728409 728410 728411 728412 728413 728414 728415 728416 728417 728418 728419 728420 728421 728422 728423 728424 728425 728426 728427 728428 728429 728430 728431 728432 728433 728434 728435 728436 728437 728438 728439 728440 728441 728442 728443 728444 728445 728446 728447 728448 728449 728450 728451 728452 728453 728454 728455 728456 728457 728458 728459 728460 728461 728462 728463 728464 728465 728466 728467 728468 728469 728470 728471 728472 728473 728474 728475 728476 728477 728478 728479 728480 728481 728482 728483 728484 728485 728486 728487 728488 728489 728490 728491 728492 728493 728494 728495 728496 728497 728498 728499 728500 728501 728502 728503 728504 728505 728506 728507 728508 728509 728510 728511 728512 728513 728514 728515 728516 728517 728518 728519 728520 728521 728522 728523 728524 728525 728526 728527 728528 728529 728530 728531 728532 728533 728534 728535 728536 728537 728538 728539 728540 728541 728542 728543 728544 728545 728546 728547 728548 728549 728550 728551 728552 728553 728554 728555 728556 728557 728558 728559 728560 728561 728562 728563 728564 728565 728566 728567 728568 728569 728570 728571 728572 728573 728574 728575 728576 728577 728578 728579 728580 728581 728582 728583 728584 728585 728586 728587 728588 728589 728590 728591 728592 728593 728594 728595 728596 728597 728598 728599 728600 728601 728602 728603 728604 728605 728606 728607 728608 728609 728610 728611 728612 728613 728614 728615 728616 728617 728618 728619 728620 728621 728622 728623 728624 728625 728626 728627 728628 728629 728630 728631 728632 728633 728634 728635 728636 728637 728638 728639 728640 728641 728642 728643 728644 728645 728646 728647 728648 728649 728650 728651 728652 728653 728654 728655 728656 728657 728658 728659 728660 728661 728662 728663 728664 728665 728666 728667 728668 728669 728670 728671 728672 728673 728674 728675 728676 728677 728678 728679 728680 728681 728682 728683 728684 728685 728686 728687 728688 728689 728690 728691 728692 728693 728694 728695 728696 728697 728698 728699 728700 728701 728702 728703 728704 728705 728706 728707 728708 728709 728710 728711 728712 728713 728714 728715 728716 728717 728718 728719 728720 728721 728722 728723 728724 728725 728726 728727 728728 728729 728730 728731 728732 728733 728734 728735 728736 728737 728738 728739 728740 728741 728742 728743 728744 728745 728746 728747 728748 728749 728750 728751 728752 728753 728754 728755 728756 728757 728758 728759 728760 728761 728762 728763 728764 728765 728766 728767 728768 728769 728770 728771 728772 728773 728774 728775 728776 728777 728778 728779 728780 728781 728782 728783 728784 728785 728786 728787 728788 728789 728790 728791 728792 728793 728794 728795 728796 728797 728798 728799 728800 728801 728802 728803 728804 728805 728806 728807 728808 728809 728810 728811 728812 728813 728814 728815 728816 728817 728818 728819 728820 728821 728822 728823 728824 728825 728826 728827 728828 728829 728830 728831 728832 728833 728834 728835 728836 728837 728838 728839 728840 728841 728842 728843 728844 728845 728846 728847 728848 728849 728850 728851 728852 728853 728854 728855 728856 728857 728858 728859 728860 728861 728862 728863 728864 728865 728866 728867 728868 728869 728870 728871 728872 728873 728874 728875 728876 728877 728878 728879 728880 728881 728882 728883 728884 728885 728886 728887 728888 728889 728890 728891 728892 728893 728894 728895 728896 728897 728898 728899 728900 728901 728902 728903 728904 728905 728906 728907 728908 728909 728910 728911 728912 728913 728914 728915 728916 728917 728918 728919 728920 728921 728922 728923 728924 728925 728926 728927 728928 728929 728930 728931 728932 728933 728934 728935 728936 728937 728938 728939 728940 728941 728942 728943 728944 728945 728946 728947 728948 728949 728950 728951 728952 728953 728954 728955 728956 728957 728958 728959 728960 728961 728962 728963 728964 728965 728966 728967 728968 728969 728970 728971 728972 728973 728974 728975 728976 728977 728978 728979 728980 728981 728982 728983 728984 728985 728986 728987 728988 728989 728990 728991 728992 728993 728994 728995 728996 728997 728998 728999 729000 729001 729002 729003 729004 729005 729006 729007 729008 729009 729010 729011 729012 729013 729014 729015 729016 729017 729018 729019 729020 729021 729022 729023 729024 729025 729026 729027 729028 729029 729030 729031 729032 729033 729034 729035 729036 729037 729038 729039 729040 729041 729042 729043 729044 729045 729046 729047 729048 729049 729050 729051 729052 729053 729054 729055 729056 729057 729058 729059 729060 729061 729062 729063 729064 729065 729066 729067 729068 729069 729070 729071 729072 729073 729074 729075 729076 729077 729078 729079 729080 729081 729082 729083 729084 729085 729086 729087 729088 729089 729090 729091 729092 729093 729094 729095 729096 729097 729098 729099 729100 729101 729102 729103 729104 729105 729106 729107 729108 729109 729110 729111 729112 729113 729114 729115 729116 729117 729118 729119 729120 729121 729122 729123 729124 729125 729126 729127 729128 729129 729130 729131 729132 729133 729134 729135 729136 729137 729138 729139 729140 729141 729142 729143 729144 729145 729146 729147 729148 729149 729150 729151 729152 729153 729154 729155 729156 729157 729158 729159 729160 729161 729162 729163 729164 729165 729166 729167 729168 729169 729170 729171 729172 729173 729174 729175 729176 729177 729178 729179 729180 729181 729182 729183 729184 729185 729186 729187 729188 729189 729190 729191 729192 729193 729194 729195 729196 729197 729198 729199 729200 729201 729202 729203 729204 729205 729206 729207 729208 729209 729210 729211 729212 729213 729214 729215 729216 729217 729218 729219 729220 729221 729222 729223 729224 729225 729226 729227 729228 729229 729230 729231 729232 729233 729234 729235 729236 729237 729238 729239 729240 729241 729242 729243 729244 729245 729246 729247 729248 729249 729250 729251 729252 729253 729254 729255 729256 729257 729258 729259 729260 729261 729262 729263 729264 729265 729266 729267 729268 729269 729270 729271 729272 729273 729274 729275 729276 729277 729278 729279 729280 729281 729282 729283 729284 729285 729286 729287 729288 729289 729290 729291 729292 729293 729294 729295 729296 729297 729298 729299 729300 729301 729302 729303 729304 729305 729306 729307 729308 729309 729310 729311 729312 729313 729314 729315 729316 729317 729318 729319 729320 729321 729322 729323 729324 729325 729326 729327 729328 729329 729330 729331 729332 729333 729334 729335 729336 729337 729338 729339 729340 729341 729342 729343 729344 729345 729346 729347 729348 729349 729350 729351 729352 729353 729354 729355 729356 729357 729358 729359 729360 729361 729362 729363 729364 729365 729366 729367 729368 729369 729370 729371 729372 729373 729374 729375 729376 729377 729378 729379 729380 729381 729382 729383 729384 729385 729386 729387 729388 729389 729390 729391 729392 729393 729394 729395 729396 729397 729398 729399 729400 729401 729402 729403 729404 729405 729406 729407 729408 729409 729410 729411 729412 729413 729414 729415 729416 729417 729418 729419 729420 729421 729422 729423 729424 729425 729426 729427 729428 729429 729430 729431 729432 729433 729434 729435 729436 729437 729438 729439 729440 729441 729442 729443 729444 729445 729446 729447 729448 729449 729450 729451 729452 729453 729454 729455 729456 729457 729458 729459 729460 729461 729462 729463 729464 729465 729466 729467 729468 729469 729470 729471 729472 729473 729474 729475 729476 729477 729478 729479 729480 729481 729482 729483 729484 729485 729486 729487 729488 729489 729490 729491 729492 729493 729494 729495 729496 729497 729498 729499 729500 729501 729502 729503 729504 729505 729506 729507 729508 729509 729510 729511 729512 729513 729514 729515 729516 729517 729518 729519 729520 729521 729522 729523 729524 729525 729526 729527 729528 729529 729530 729531 729532 729533 729534 729535 729536 729537 729538 729539 729540 729541 729542 729543 729544 729545 729546 729547 729548 729549 729550 729551 729552 729553 729554 729555 729556 729557 729558 729559 729560 729561 729562 729563 729564 729565 729566 729567 729568 729569 729570 729571 729572 729573 729574 729575 729576 729577 729578 729579 729580 729581 729582 729583 729584 729585 729586 729587 729588 729589 729590 729591 729592 729593 729594 729595 729596 729597 729598 729599 729600 729601 729602 729603 729604 729605 729606 729607 729608 729609 729610 729611 729612 729613 729614 729615 729616 729617 729618 729619 729620 729621 729622 729623 729624 729625 729626 729627 729628 729629 729630 729631 729632 729633 729634 729635 729636 729637 729638 729639 729640 729641 729642 729643 729644 729645 729646 729647 729648 729649 729650 729651 729652 729653 729654 729655 729656 729657 729658 729659 729660 729661 729662 729663 729664 729665 729666 729667 729668 729669 729670 729671 729672 729673 729674 729675 729676 729677 729678 729679 729680 729681 729682 729683 729684 729685 729686 729687 729688 729689 729690 729691 729692 729693 729694 729695 729696 729697 729698 729699 729700 729701 729702 729703 729704 729705 729706 729707 729708 729709 729710 729711 729712 729713 729714 729715 729716 729717 729718 729719 729720 729721 729722 729723 729724 729725 729726 729727 729728 729729 729730 729731 729732 729733 729734 729735 729736 729737 729738 729739 729740 729741 729742 729743 729744 729745 729746 729747 729748 729749 729750 729751 729752 729753 729754 729755 729756 729757 729758 729759 729760 729761 729762 729763 729764 729765 729766 729767 729768 729769 729770 729771 729772 729773 729774 729775 729776 729777 729778 729779 729780 729781 729782 729783 729784 729785 729786 729787 729788 729789 729790 729791 729792 729793 729794 729795 729796 729797 729798 729799 729800 729801 729802 729803 729804 729805 729806 729807 729808 729809 729810 729811 729812 729813 729814 729815 729816 729817 729818 729819 729820 729821 729822 729823 729824 729825 729826 729827 729828 729829 729830 729831 729832 729833 729834 729835 729836 729837 729838 729839 729840 729841 729842 729843 729844 729845 729846 729847 729848 729849 729850 729851 729852 729853 729854 729855 729856 729857 729858 729859 729860 729861 729862 729863 729864 729865 729866 729867 729868 729869 729870 729871 729872 729873 729874 729875 729876 729877 729878 729879 729880 729881 729882 729883 729884 729885 729886 729887 729888 729889 729890 729891 729892 729893 729894 729895 729896 729897 729898 729899 729900 729901 729902 729903 729904 729905 729906 729907 729908 729909 729910 729911 729912 729913 729914 729915 729916 729917 729918 729919 729920 729921 729922 729923 729924 729925 729926 729927 729928 729929 729930 729931 729932 729933 729934 729935 729936 729937 729938 729939 729940 729941 729942 729943 729944 729945 729946 729947 729948 729949 729950 729951 729952 729953 729954 729955 729956 729957 729958 729959 729960 729961 729962 729963 729964 729965 729966 729967 729968 729969 729970 729971 729972 729973 729974 729975 729976 729977 729978 729979 729980 729981 729982 729983 729984 729985 729986 729987 729988 729989 729990 729991 729992 729993 729994 729995 729996 729997 729998 729999 730000 730001 730002 730003 730004 730005 730006 730007 730008 730009 730010 730011 730012 730013 730014 730015 730016 730017 730018 730019 730020 730021 730022 730023 730024 730025 730026 730027 730028 730029 730030 730031 730032 730033 730034 730035 730036 730037 730038 730039 730040 730041 730042 730043 730044 730045 730046 730047 730048 730049 730050 730051 730052 730053 730054 730055 730056 730057 730058 730059 730060 730061 730062 730063 730064 730065 730066 730067 730068 730069 730070 730071 730072 730073 730074 730075 730076 730077 730078 730079 730080 730081 730082 730083 730084 730085 730086 730087 730088 730089 730090 730091 730092 730093 730094 730095 730096 730097 730098 730099 730100 730101 730102 730103 730104 730105 730106 730107 730108 730109 730110 730111 730112 730113 730114 730115 730116 730117 730118 730119 730120 730121 730122 730123 730124 730125 730126 730127 730128 730129 730130 730131 730132 730133 730134 730135 730136 730137 730138 730139 730140 730141 730142 730143 730144 730145 730146 730147 730148 730149 730150 730151 730152 730153 730154 730155 730156 730157 730158 730159 730160 730161 730162 730163 730164 730165 730166 730167 730168 730169 730170 730171 730172 730173 730174 730175 730176 730177 730178 730179 730180 730181 730182 730183 730184 730185 730186 730187 730188 730189 730190 730191 730192 730193 730194 730195 730196 730197 730198 730199 730200 730201 730202 730203 730204 730205 730206 730207 730208 730209 730210 730211 730212 730213 730214 730215 730216 730217 730218 730219 730220 730221 730222 730223 730224 730225 730226 730227 730228 730229 730230 730231 730232 730233 730234 730235 730236 730237 730238 730239 730240 730241 730242 730243 730244 730245 730246 730247 730248 730249 730250 730251 730252 730253 730254 730255 730256 730257 730258 730259 730260 730261 730262 730263 730264 730265 730266 730267 730268 730269 730270 730271 730272 730273 730274 730275 730276 730277 730278 730279 730280 730281 730282 730283 730284 730285 730286 730287 730288 730289 730290 730291 730292 730293 730294 730295 730296 730297 730298 730299 730300 730301 730302 730303 730304 730305 730306 730307 730308 730309 730310 730311 730312 730313 730314 730315 730316 730317 730318 730319 730320 730321 730322 730323 730324 730325 730326 730327 730328 730329 730330 730331 730332 730333 730334 730335 730336 730337 730338 730339 730340 730341 730342 730343 730344 730345 730346 730347 730348 730349 730350 730351 730352 730353 730354 730355 730356 730357 730358 730359 730360 730361 730362 730363 730364 730365 730366 730367 730368 730369 730370 730371 730372 730373 730374 730375 730376 730377 730378 730379 730380 730381 730382 730383 730384 730385 730386 730387 730388 730389 730390 730391 730392 730393 730394 730395 730396 730397 730398 730399 730400 730401 730402 730403 730404 730405 730406 730407 730408 730409 730410 730411 730412 730413 730414 730415 730416 730417 730418 730419 730420 730421 730422 730423 730424 730425 730426 730427 730428 730429 730430 730431 730432 730433 730434 730435 730436 730437 730438 730439 730440 730441 730442 730443 730444 730445 730446 730447 730448 730449 730450 730451 730452 730453 730454 730455 730456 730457 730458 730459 730460 730461 730462 730463 730464 730465 730466 730467 730468 730469 730470 730471 730472 730473 730474 730475 730476 730477 730478 730479 730480 730481 730482 730483 730484 730485 730486 730487 730488 730489 730490 730491 730492 730493 730494 730495 730496 730497 730498 730499 730500 730501 730502 730503 730504 730505 730506 730507 730508 730509 730510 730511 730512 730513 730514 730515 730516 730517 730518 730519 730520 730521 730522 730523 730524 730525 730526 730527 730528 730529 730530 730531 730532 730533 730534 730535 730536 730537 730538 730539 730540 730541 730542 730543 730544 730545 730546 730547 730548 730549 730550 730551 730552 730553 730554 730555 730556 730557 730558 730559 730560 730561 730562 730563 730564 730565 730566 730567 730568 730569 730570 730571 730572 730573 730574 730575 730576 730577 730578 730579 730580 730581 730582 730583 730584 730585 730586 730587 730588 730589 730590 730591 730592 730593 730594 730595 730596 730597 730598 730599 730600 730601 730602 730603 730604 730605 730606 730607 730608 730609 730610 730611 730612 730613 730614 730615 730616 730617 730618 730619 730620 730621 730622 730623 730624 730625 730626 730627 730628 730629 730630 730631 730632 730633 730634 730635 730636 730637 730638 730639 730640 730641 730642 730643 730644 730645 730646 730647 730648 730649 730650 730651 730652 730653 730654 730655 730656 730657 730658 730659 730660 730661 730662 730663 730664 730665 730666 730667 730668 730669 730670 730671 730672 730673 730674 730675 730676 730677 730678 730679 730680 730681 730682 730683 730684 730685 730686 730687 730688 730689 730690 730691 730692 730693 730694 730695 730696 730697 730698 730699 730700 730701 730702 730703 730704 730705 730706 730707 730708 730709 730710 730711 730712 730713 730714 730715 730716 730717 730718 730719 730720 730721 730722 730723 730724 730725 730726 730727 730728 730729 730730 730731 730732 730733 730734 730735 730736 730737 730738 730739 730740 730741 730742 730743 730744 730745 730746 730747 730748 730749 730750 730751 730752 730753 730754 730755 730756 730757 730758 730759 730760 730761 730762 730763 730764 730765 730766 730767 730768 730769 730770 730771 730772 730773 730774 730775 730776 730777 730778 730779 730780 730781 730782 730783 730784 730785 730786 730787 730788 730789 730790 730791 730792 730793 730794 730795 730796 730797 730798 730799 730800 730801 730802 730803 730804 730805 730806 730807 730808 730809 730810 730811 730812 730813 730814 730815 730816 730817 730818 730819 730820 730821 730822 730823 730824 730825 730826 730827 730828 730829 730830 730831 730832 730833 730834 730835 730836 730837 730838 730839 730840 730841 730842 730843 730844 730845 730846 730847 730848 730849 730850 730851 730852 730853 730854 730855 730856 730857 730858 730859 730860 730861 730862 730863 730864 730865 730866 730867 730868 730869 730870 730871 730872 730873 730874 730875 730876 730877 730878 730879 730880 730881 730882 730883 730884 730885 730886 730887 730888 730889 730890 730891 730892 730893 730894 730895 730896 730897 730898 730899 730900 730901 730902 730903 730904 730905 730906 730907 730908 730909 730910 730911 730912 730913 730914 730915 730916 730917 730918 730919 730920 730921 730922 730923 730924 730925 730926 730927 730928 730929 730930 730931 730932 730933 730934 730935 730936 730937 730938 730939 730940 730941 730942 730943 730944 730945 730946 730947 730948 730949 730950 730951 730952 730953 730954 730955 730956 730957 730958 730959 730960 730961 730962 730963 730964 730965 730966 730967 730968 730969 730970 730971 730972 730973 730974 730975 730976 730977 730978 730979 730980 730981 730982 730983 730984 730985 730986 730987 730988 730989 730990 730991 730992 730993 730994 730995 730996 730997 730998 730999 731000 731001 731002 731003 731004 731005 731006 731007 731008 731009 731010 731011 731012 731013 731014 731015 731016 731017 731018 731019 731020 731021 731022 731023 731024 731025 731026 731027 731028 731029 731030 731031 731032 731033 731034 731035 731036 731037 731038 731039 731040 731041 731042 731043 731044 731045 731046 731047 731048 731049 731050 731051 731052 731053 731054 731055 731056 731057 731058 731059 731060 731061 731062 731063 731064 731065 731066 731067 731068 731069 731070 731071 731072 731073 731074 731075 731076 731077 731078 731079 731080 731081 731082 731083 731084 731085 731086 731087 731088 731089 731090 731091 731092 731093 731094 731095 731096 731097 731098 731099 731100 731101 731102 731103 731104 731105 731106 731107 731108 731109 731110 731111 731112 731113 731114 731115 731116 731117 731118 731119 731120 731121 731122 731123 731124 731125 731126 731127 731128 731129 731130 731131 731132 731133 731134 731135 731136 731137 731138 731139 731140 731141 731142 731143 731144 731145 731146 731147 731148 731149 731150 731151 731152 731153 731154 731155 731156 731157 731158 731159 731160 731161 731162 731163 731164 731165 731166 731167 731168 731169 731170 731171 731172 731173 731174 731175 731176 731177 731178 731179 731180 731181 731182 731183 731184 731185 731186 731187 731188 731189 731190 731191 731192 731193 731194 731195 731196 731197 731198 731199 731200 731201 731202 731203 731204 731205 731206 731207 731208 731209 731210 731211 731212 731213 731214 731215 731216 731217 731218 731219 731220 731221 731222 731223 731224 731225 731226 731227 731228 731229 731230 731231 731232 731233 731234 731235 731236 731237 731238 731239 731240 731241 731242 731243 731244 731245 731246 731247 731248 731249 731250 731251 731252 731253 731254 731255 731256 731257 731258 731259 731260 731261 731262 731263 731264 731265 731266 731267 731268 731269 731270 731271 731272 731273 731274 731275 731276 731277 731278 731279 731280 731281 731282 731283 731284 731285 731286 731287 731288 731289 731290 731291 731292 731293 731294 731295 731296 731297 731298 731299 731300 731301 731302 731303 731304 731305 731306 731307 731308 731309 731310 731311 731312 731313 731314 731315 731316 731317 731318 731319 731320 731321 731322 731323 731324 731325 731326 731327 731328 731329 731330 731331 731332 731333 731334 731335 731336 731337 731338 731339 731340 731341 731342 731343 731344 731345 731346 731347 731348 731349 731350 731351 731352 731353 731354 731355 731356 731357 731358 731359 731360 731361 731362 731363 731364 731365 731366 731367 731368 731369 731370 731371 731372 731373 731374 731375 731376 731377 731378 731379 731380 731381 731382 731383 731384 731385 731386 731387 731388 731389 731390 731391 731392 731393 731394 731395 731396 731397 731398 731399 731400 731401 731402 731403 731404 731405 731406 731407 731408 731409 731410 731411 731412 731413 731414 731415 731416 731417 731418 731419 731420 731421 731422 731423 731424 731425 731426 731427 731428 731429 731430 731431 731432 731433 731434 731435 731436 731437 731438 731439 731440 731441 731442 731443 731444 731445 731446 731447 731448 731449 731450 731451 731452 731453 731454 731455 731456 731457 731458 731459 731460 731461 731462 731463 731464 731465 731466 731467 731468 731469 731470 731471 731472 731473 731474 731475 731476 731477 731478 731479 731480 731481 731482 731483 731484 731485 731486 731487 731488 731489 731490 731491 731492 731493 731494 731495 731496 731497 731498 731499 731500 731501 731502 731503 731504 731505 731506 731507 731508 731509 731510 731511 731512 731513 731514 731515 731516 731517 731518 731519 731520 731521 731522 731523 731524 731525 731526 731527 731528 731529 731530 731531 731532 731533 731534 731535 731536 731537 731538 731539 731540 731541 731542 731543 731544 731545 731546 731547 731548 731549 731550 731551 731552 731553 731554 731555 731556 731557 731558 731559 731560 731561 731562 731563 731564 731565 731566 731567 731568 731569 731570 731571 731572 731573 731574 731575 731576 731577 731578 731579 731580 731581 731582 731583 731584 731585 731586 731587 731588 731589 731590 731591 731592 731593 731594 731595 731596 731597 731598 731599 731600 731601 731602 731603 731604 731605 731606 731607 731608 731609 731610 731611 731612 731613 731614 731615 731616 731617 731618 731619 731620 731621 731622 731623 731624 731625 731626 731627 731628 731629 731630 731631 731632 731633 731634 731635 731636 731637 731638 731639 731640 731641 731642 731643 731644 731645 731646 731647 731648 731649 731650 731651 731652 731653 731654 731655 731656 731657 731658 731659 731660 731661 731662 731663 731664 731665 731666 731667 731668 731669 731670 731671 731672 731673 731674 731675 731676 731677 731678 731679 731680 731681 731682 731683 731684 731685 731686 731687 731688 731689 731690 731691 731692 731693 731694 731695 731696 731697 731698 731699 731700 731701 731702 731703 731704 731705 731706 731707 731708 731709 731710 731711 731712 731713 731714 731715 731716 731717 731718 731719 731720 731721 731722 731723 731724 731725 731726 731727 731728 731729 731730 731731 731732 731733 731734 731735 731736 731737 731738 731739 731740 731741 731742 731743 731744 731745 731746 731747 731748 731749 731750 731751 731752 731753 731754 731755 731756 731757 731758 731759 731760 731761 731762 731763 731764 731765 731766 731767 731768 731769 731770 731771 731772 731773 731774 731775 731776 731777 731778 731779 731780 731781 731782 731783 731784 731785 731786 731787 731788 731789 731790 731791 731792 731793 731794 731795 731796 731797 731798 731799 731800 731801 731802 731803 731804 731805 731806 731807 731808 731809 731810 731811 731812 731813 731814 731815 731816 731817 731818 731819 731820 731821 731822 731823 731824 731825 731826 731827 731828 731829 731830 731831 731832 731833 731834 731835 731836 731837 731838 731839 731840 731841 731842 731843 731844 731845 731846 731847 731848 731849 731850 731851 731852 731853 731854 731855 731856 731857 731858 731859 731860 731861 731862 731863 731864 731865 731866 731867 731868 731869 731870 731871 731872 731873 731874 731875 731876 731877 731878 731879 731880 731881 731882 731883 731884 731885 731886 731887 731888 731889 731890 731891 731892 731893 731894 731895 731896 731897 731898 731899 731900 731901 731902 731903 731904 731905 731906 731907 731908 731909 731910 731911 731912 731913 731914 731915 731916 731917 731918 731919 731920 731921 731922 731923 731924 731925 731926 731927 731928 731929 731930 731931 731932 731933 731934 731935 731936 731937 731938 731939 731940 731941 731942 731943 731944 731945 731946 731947 731948 731949 731950 731951 731952 731953 731954 731955 731956 731957 731958 731959 731960 731961 731962 731963 731964 731965 731966 731967 731968 731969 731970 731971 731972 731973 731974 731975 731976 731977 731978 731979 731980 731981 731982 731983 731984 731985 731986 731987 731988 731989 731990 731991 731992 731993 731994 731995 731996 731997 731998 731999 732000 732001 732002 732003 732004 732005 732006 732007 732008 732009 732010 732011 732012 732013 732014 732015 732016 732017 732018 732019 732020 732021 732022 732023 732024 732025 732026 732027 732028 732029 732030 732031 732032 732033 732034 732035 732036 732037 732038 732039 732040 732041 732042 732043 732044 732045 732046 732047 732048 732049 732050 732051 732052 732053 732054 732055 732056 732057 732058 732059 732060 732061 732062 732063 732064 732065 732066 732067 732068 732069 732070 732071 732072 732073 732074 732075 732076 732077 732078 732079 732080 732081 732082 732083 732084 732085 732086 732087 732088 732089 732090 732091 732092 732093 732094 732095 732096 732097 732098 732099 732100 732101 732102 732103 732104 732105 732106 732107 732108 732109 732110 732111 732112 732113 732114 732115 732116 732117 732118 732119 732120 732121 732122 732123 732124 732125 732126 732127 732128 732129 732130 732131 732132 732133 732134 732135 732136 732137 732138 732139 732140 732141 732142 732143 732144 732145 732146 732147 732148 732149 732150 732151 732152 732153 732154 732155 732156 732157 732158 732159 732160 732161 732162 732163 732164 732165 732166 732167 732168 732169 732170 732171 732172 732173 732174 732175 732176 732177 732178 732179 732180 732181 732182 732183 732184 732185 732186 732187 732188 732189 732190 732191 732192 732193 732194 732195 732196 732197 732198 732199 732200 732201 732202 732203 732204 732205 732206 732207 732208 732209 732210 732211 732212 732213 732214 732215 732216 732217 732218 732219 732220 732221 732222 732223 732224 732225 732226 732227 732228 732229 732230 732231 732232 732233 732234 732235 732236 732237 732238 732239 732240 732241 732242 732243 732244 732245 732246 732247 732248 732249 732250 732251 732252 732253 732254 732255 732256 732257 732258 732259 732260 732261 732262 732263 732264 732265 732266 732267 732268 732269 732270 732271 732272 732273 732274 732275 732276 732277 732278 732279 732280 732281 732282 732283 732284 732285 732286 732287 732288 732289 732290 732291 732292 732293 732294 732295 732296 732297 732298 732299 732300 732301 732302 732303 732304 732305 732306 732307 732308 732309 732310 732311 732312 732313 732314 732315 732316 732317 732318 732319 732320 732321 732322 732323 732324 732325 732326 732327 732328 732329 732330 732331 732332 732333 732334 732335 732336 732337 732338 732339 732340 732341 732342 732343 732344 732345 732346 732347 732348 732349 732350 732351 732352 732353 732354 732355 732356 732357 732358 732359 732360 732361 732362 732363 732364 732365 732366 732367 732368 732369 732370 732371 732372 732373 732374 732375 732376 732377 732378 732379 732380 732381 732382 732383 732384 732385 732386 732387 732388 732389 732390 732391 732392 732393 732394 732395 732396 732397 732398 732399 732400 732401 732402 732403 732404 732405 732406 732407 732408 732409 732410 732411 732412 732413 732414 732415 732416 732417 732418 732419 732420 732421 732422 732423 732424 732425 732426 732427 732428 732429 732430 732431 732432 732433 732434 732435 732436 732437 732438 732439 732440 732441 732442 732443 732444 732445 732446 732447 732448 732449 732450 732451 732452 732453 732454 732455 732456 732457 732458 732459 732460 732461 732462 732463 732464 732465 732466 732467 732468 732469 732470 732471 732472 732473 732474 732475 732476 732477 732478 732479 732480 732481 732482 732483 732484 732485 732486 732487 732488 732489 732490 732491 732492 732493 732494 732495 732496 732497 732498 732499 732500 732501 732502 732503 732504 732505 732506 732507 732508 732509 732510 732511 732512 732513 732514 732515 732516 732517 732518 732519 732520 732521 732522 732523 732524 732525 732526 732527 732528 732529 732530 732531 732532 732533 732534 732535 732536 732537 732538 732539 732540 732541 732542 732543 732544 732545 732546 732547 732548 732549 732550 732551 732552 732553 732554 732555 732556 732557 732558 732559 732560 732561 732562 732563 732564 732565 732566 732567 732568 732569 732570 732571 732572 732573 732574 732575 732576 732577 732578 732579 732580 732581 732582 732583 732584 732585 732586 732587 732588 732589 732590 732591 732592 732593 732594 732595 732596 732597 732598 732599 732600 732601 732602 732603 732604 732605 732606 732607 732608 732609 732610 732611 732612 732613 732614 732615 732616 732617 732618 732619 732620 732621 732622 732623 732624 732625 732626 732627 732628 732629 732630 732631 732632 732633 732634 732635 732636 732637 732638 732639 732640 732641 732642 732643 732644 732645 732646 732647 732648 732649 732650 732651 732652 732653 732654 732655 732656 732657 732658 732659 732660 732661 732662 732663 732664 732665 732666 732667 732668 732669 732670 732671 732672 732673 732674 732675 732676 732677 732678 732679 732680 732681 732682 732683 732684 732685 732686 732687 732688 732689 732690 732691 732692 732693 732694 732695 732696 732697 732698 732699 732700 732701 732702 732703 732704 732705 732706 732707 732708 732709 732710 732711 732712 732713 732714 732715 732716 732717 732718 732719 732720 732721 732722 732723 732724 732725 732726 732727 732728 732729 732730 732731 732732 732733 732734 732735 732736 732737 732738 732739 732740 732741 732742 732743 732744 732745 732746 732747 732748 732749 732750 732751 732752 732753 732754 732755 732756 732757 732758 732759 732760 732761 732762 732763 732764 732765 732766 732767 732768 732769 732770 732771 732772 732773 732774 732775 732776 732777 732778 732779 732780 732781 732782 732783 732784 732785 732786 732787 732788 732789 732790 732791 732792 732793 732794 732795 732796 732797 732798 732799 732800 732801 732802 732803 732804 732805 732806 732807 732808 732809 732810 732811 732812 732813 732814 732815 732816 732817 732818 732819 732820 732821 732822 732823 732824 732825 732826 732827 732828 732829 732830 732831 732832 732833 732834 732835 732836 732837 732838 732839 732840 732841 732842 732843 732844 732845 732846 732847 732848 732849 732850 732851 732852 732853 732854 732855 732856 732857 732858 732859 732860 732861 732862 732863 732864 732865 732866 732867 732868 732869 732870 732871 732872 732873 732874 732875 732876 732877 732878 732879 732880 732881 732882 732883 732884 732885 732886 732887 732888 732889 732890 732891 732892 732893 732894 732895 732896 732897 732898 732899 732900 732901 732902 732903 732904 732905 732906 732907 732908 732909 732910 732911 732912 732913 732914 732915 732916 732917 732918 732919 732920 732921 732922 732923 732924 732925 732926 732927 732928 732929 732930 732931 732932 732933 732934 732935 732936 732937 732938 732939 732940 732941 732942 732943 732944 732945 732946 732947 732948 732949 732950 732951 732952 732953 732954 732955 732956 732957 732958 732959 732960 732961 732962 732963 732964 732965 732966 732967 732968 732969 732970 732971 732972 732973 732974 732975 732976 732977 732978 732979 732980 732981 732982 732983 732984 732985 732986 732987 732988 732989 732990 732991 732992 732993 732994 732995 732996 732997 732998 732999 733000 733001 733002 733003 733004 733005 733006 733007 733008 733009 733010 733011 733012 733013 733014 733015 733016 733017 733018 733019 733020 733021 733022 733023 733024 733025 733026 733027 733028 733029 733030 733031 733032 733033 733034 733035 733036 733037 733038 733039 733040 733041 733042 733043 733044 733045 733046 733047 733048 733049 733050 733051 733052 733053 733054 733055 733056 733057 733058 733059 733060 733061 733062 733063 733064 733065 733066 733067 733068 733069 733070 733071 733072 733073 733074 733075 733076 733077 733078 733079 733080 733081 733082 733083 733084 733085 733086 733087 733088 733089 733090 733091 733092 733093 733094 733095 733096 733097 733098 733099 733100 733101 733102 733103 733104 733105 733106 733107 733108 733109 733110 733111 733112 733113 733114 733115 733116 733117 733118 733119 733120 733121 733122 733123 733124 733125 733126 733127 733128 733129 733130 733131 733132 733133 733134 733135 733136 733137 733138 733139 733140 733141 733142 733143 733144 733145 733146 733147 733148 733149 733150 733151 733152 733153 733154 733155 733156 733157 733158 733159 733160 733161 733162 733163 733164 733165 733166 733167 733168 733169 733170 733171 733172 733173 733174 733175 733176 733177 733178 733179 733180 733181 733182 733183 733184 733185 733186 733187 733188 733189 733190 733191 733192 733193 733194 733195 733196 733197 733198 733199 733200 733201 733202 733203 733204 733205 733206 733207 733208 733209 733210 733211 733212 733213 733214 733215 733216 733217 733218 733219 733220 733221 733222 733223 733224 733225 733226 733227 733228 733229 733230 733231 733232 733233 733234 733235 733236 733237 733238 733239 733240 733241 733242 733243 733244 733245 733246 733247 733248 733249 733250 733251 733252 733253 733254 733255 733256 733257 733258 733259 733260 733261 733262 733263 733264 733265 733266 733267 733268 733269 733270 733271 733272 733273 733274 733275 733276 733277 733278 733279 733280 733281 733282 733283 733284 733285 733286 733287 733288 733289 733290 733291 733292 733293 733294 733295 733296 733297 733298 733299 733300 733301 733302 733303 733304 733305 733306 733307 733308 733309 733310 733311 733312 733313 733314 733315 733316 733317 733318 733319 733320 733321 733322 733323 733324 733325 733326 733327 733328 733329 733330 733331 733332 733333 733334 733335 733336 733337 733338 733339 733340 733341 733342 733343 733344 733345 733346 733347 733348 733349 733350 733351 733352 733353 733354 733355 733356 733357 733358 733359 733360 733361 733362 733363 733364 733365 733366 733367 733368 733369 733370 733371 733372 733373 733374 733375 733376 733377 733378 733379 733380 733381 733382 733383 733384 733385 733386 733387 733388 733389 733390 733391 733392 733393 733394 733395 733396 733397 733398 733399 733400 733401 733402 733403 733404 733405 733406 733407 733408 733409 733410 733411 733412 733413 733414 733415 733416 733417 733418 733419 733420 733421 733422 733423 733424 733425 733426 733427 733428 733429 733430 733431 733432 733433 733434 733435 733436 733437 733438 733439 733440 733441 733442 733443 733444 733445 733446 733447 733448 733449 733450 733451 733452 733453 733454 733455 733456 733457 733458 733459 733460 733461 733462 733463 733464 733465 733466 733467 733468 733469 733470 733471 733472 733473 733474 733475 733476 733477 733478 733479 733480 733481 733482 733483 733484 733485 733486 733487 733488 733489 733490 733491 733492 733493 733494 733495 733496 733497 733498 733499 733500 733501 733502 733503 733504 733505 733506 733507 733508 733509 733510 733511 733512 733513 733514 733515 733516 733517 733518 733519 733520 733521 733522 733523 733524 733525 733526 733527 733528 733529 733530 733531 733532 733533 733534 733535 733536 733537 733538 733539 733540 733541 733542 733543 733544 733545 733546 733547 733548 733549 733550 733551 733552 733553 733554 733555 733556 733557 733558 733559 733560 733561 733562 733563 733564 733565 733566 733567 733568 733569 733570 733571 733572 733573 733574 733575 733576 733577 733578 733579 733580 733581 733582 733583 733584 733585 733586 733587 733588 733589 733590 733591 733592 733593 733594 733595 733596 733597 733598 733599 733600 733601 733602 733603 733604 733605 733606 733607 733608 733609 733610 733611 733612 733613 733614 733615 733616 733617 733618 733619 733620 733621 733622 733623 733624 733625 733626 733627 733628 733629 733630 733631 733632 733633 733634 733635 733636 733637 733638 733639 733640 733641 733642 733643 733644 733645 733646 733647 733648 733649 733650 733651 733652 733653 733654 733655 733656 733657 733658 733659 733660 733661 733662 733663 733664 733665 733666 733667 733668 733669 733670 733671 733672 733673 733674 733675 733676 733677 733678 733679 733680 733681 733682 733683 733684 733685 733686 733687 733688 733689 733690 733691 733692 733693 733694 733695 733696 733697 733698 733699 733700 733701 733702 733703 733704 733705 733706 733707 733708 733709 733710 733711 733712 733713 733714 733715 733716 733717 733718 733719 733720 733721 733722 733723 733724 733725 733726 733727 733728 733729 733730 733731 733732 733733 733734 733735 733736 733737 733738 733739 733740 733741 733742 733743 733744 733745 733746 733747 733748 733749 733750 733751 733752 733753 733754 733755 733756 733757 733758 733759 733760 733761 733762 733763 733764 733765 733766 733767 733768 733769 733770 733771 733772 733773 733774 733775 733776 733777 733778 733779 733780 733781 733782 733783 733784 733785 733786 733787 733788 733789 733790 733791 733792 733793 733794 733795 733796 733797 733798 733799 733800 733801 733802 733803 733804 733805 733806 733807 733808 733809 733810 733811 733812 733813 733814 733815 733816 733817 733818 733819 733820 733821 733822 733823 733824 733825 733826 733827 733828 733829 733830 733831 733832 733833 733834 733835 733836 733837 733838 733839 733840 733841 733842 733843 733844 733845 733846 733847 733848 733849 733850 733851 733852 733853 733854 733855 733856 733857 733858 733859 733860 733861 733862 733863 733864 733865 733866 733867 733868 733869 733870 733871 733872 733873 733874 733875 733876 733877 733878 733879 733880 733881 733882 733883 733884 733885 733886 733887 733888 733889 733890 733891 733892 733893 733894 733895 733896 733897 733898 733899 733900 733901 733902 733903 733904 733905 733906 733907 733908 733909 733910 733911 733912 733913 733914 733915 733916 733917 733918 733919 733920 733921 733922 733923 733924 733925 733926 733927 733928 733929 733930 733931 733932 733933 733934 733935 733936 733937 733938 733939 733940 733941 733942 733943 733944 733945 733946 733947 733948 733949 733950 733951 733952 733953 733954 733955 733956 733957 733958 733959 733960 733961 733962 733963 733964 733965 733966 733967 733968 733969 733970 733971 733972 733973 733974 733975 733976 733977 733978 733979 733980 733981 733982 733983 733984 733985 733986 733987 733988 733989 733990 733991 733992 733993 733994 733995 733996 733997 733998 733999 734000 734001 734002 734003 734004 734005 734006 734007 734008 734009 734010 734011 734012 734013 734014 734015 734016 734017 734018 734019 734020 734021 734022 734023 734024 734025 734026 734027 734028 734029 734030 734031 734032 734033 734034 734035 734036 734037 734038 734039 734040 734041 734042 734043 734044 734045 734046 734047 734048 734049 734050 734051 734052 734053 734054 734055 734056 734057 734058 734059 734060 734061 734062 734063 734064 734065 734066 734067 734068 734069 734070 734071 734072 734073 734074 734075 734076 734077 734078 734079 734080 734081 734082 734083 734084 734085 734086 734087 734088 734089 734090 734091 734092 734093 734094 734095 734096 734097 734098 734099 734100 734101 734102 734103 734104 734105 734106 734107 734108 734109 734110 734111 734112 734113 734114 734115 734116 734117 734118 734119 734120 734121 734122 734123 734124 734125 734126 734127 734128 734129 734130 734131 734132 734133 734134 734135 734136 734137 734138 734139 734140 734141 734142 734143 734144 734145 734146 734147 734148 734149 734150 734151 734152 734153 734154 734155 734156 734157 734158 734159 734160 734161 734162 734163 734164 734165 734166 734167 734168 734169 734170 734171 734172 734173 734174 734175 734176 734177 734178 734179 734180 734181 734182 734183 734184 734185 734186 734187 734188 734189 734190 734191 734192 734193 734194 734195 734196 734197 734198 734199 734200 734201 734202 734203 734204 734205 734206 734207 734208 734209 734210 734211 734212 734213 734214 734215 734216 734217 734218 734219 734220 734221 734222 734223 734224 734225 734226 734227 734228 734229 734230 734231 734232 734233 734234 734235 734236 734237 734238 734239 734240 734241 734242 734243 734244 734245 734246 734247 734248 734249 734250 734251 734252 734253 734254 734255 734256 734257 734258 734259 734260 734261 734262 734263 734264 734265 734266 734267 734268 734269 734270 734271 734272 734273 734274 734275 734276 734277 734278 734279 734280 734281 734282 734283 734284 734285 734286 734287 734288 734289 734290 734291 734292 734293 734294 734295 734296 734297 734298 734299 734300 734301 734302 734303 734304 734305 734306 734307 734308 734309 734310 734311 734312 734313 734314 734315 734316 734317 734318 734319 734320 734321 734322 734323 734324 734325 734326 734327 734328 734329 734330 734331 734332 734333 734334 734335 734336 734337 734338 734339 734340 734341 734342 734343 734344 734345 734346 734347 734348 734349 734350 734351 734352 734353 734354 734355 734356 734357 734358 734359 734360 734361 734362 734363 734364 734365 734366 734367 734368 734369 734370 734371 734372 734373 734374 734375 734376 734377 734378 734379 734380 734381 734382 734383 734384 734385 734386 734387 734388 734389 734390 734391 734392 734393 734394 734395 734396 734397 734398 734399 734400 734401 734402 734403 734404 734405 734406 734407 734408 734409 734410 734411 734412 734413 734414 734415 734416 734417 734418 734419 734420 734421 734422 734423 734424 734425 734426 734427 734428 734429 734430 734431 734432 734433 734434 734435 734436 734437 734438 734439 734440 734441 734442 734443 734444 734445 734446 734447 734448 734449 734450 734451 734452 734453 734454 734455 734456 734457 734458 734459 734460 734461 734462 734463 734464 734465 734466 734467 734468 734469 734470 734471 734472 734473 734474 734475 734476 734477 734478 734479 734480 734481 734482 734483 734484 734485 734486 734487 734488 734489 734490 734491 734492 734493 734494 734495 734496 734497 734498 734499 734500 734501 734502 734503 734504 734505 734506 734507 734508 734509 734510 734511 734512 734513 734514 734515 734516 734517 734518 734519 734520 734521 734522 734523 734524 734525 734526 734527 734528 734529 734530 734531 734532 734533 734534 734535 734536 734537 734538 734539 734540 734541 734542 734543 734544 734545 734546 734547 734548 734549 734550 734551 734552 734553 734554 734555 734556 734557 734558 734559 734560 734561 734562 734563 734564 734565 734566 734567 734568 734569 734570 734571 734572 734573 734574 734575 734576 734577 734578 734579 734580 734581 734582 734583 734584 734585 734586 734587 734588 734589 734590 734591 734592 734593 734594 734595 734596 734597 734598 734599 734600 734601 734602 734603 734604 734605 734606 734607 734608 734609 734610 734611 734612 734613 734614 734615 734616 734617 734618 734619 734620 734621 734622 734623 734624 734625 734626 734627 734628 734629 734630 734631 734632 734633 734634 734635 734636 734637 734638 734639 734640 734641 734642 734643 734644 734645 734646 734647 734648 734649 734650 734651 734652 734653 734654 734655 734656 734657 734658 734659 734660 734661 734662 734663 734664 734665 734666 734667 734668 734669 734670 734671 734672 734673 734674 734675 734676 734677 734678 734679 734680 734681 734682 734683 734684 734685 734686 734687 734688 734689 734690 734691 734692 734693 734694 734695 734696 734697 734698 734699 734700 734701 734702 734703 734704 734705 734706 734707 734708 734709 734710 734711 734712 734713 734714 734715 734716 734717 734718 734719 734720 734721 734722 734723 734724 734725 734726 734727 734728 734729 734730 734731 734732 734733 734734 734735 734736 734737 734738 734739 734740 734741 734742 734743 734744 734745 734746 734747 734748 734749 734750 734751 734752 734753 734754 734755 734756 734757 734758 734759 734760 734761 734762 734763 734764 734765 734766 734767 734768 734769 734770 734771 734772 734773 734774 734775 734776 734777 734778 734779 734780 734781 734782 734783 734784 734785 734786 734787 734788 734789 734790 734791 734792 734793 734794 734795 734796 734797 734798 734799 734800 734801 734802 734803 734804 734805 734806 734807 734808 734809 734810 734811 734812 734813 734814 734815 734816 734817 734818 734819 734820 734821 734822 734823 734824 734825 734826 734827 734828 734829 734830 734831 734832 734833 734834 734835 734836 734837 734838 734839 734840 734841 734842 734843 734844 734845 734846 734847 734848 734849 734850 734851 734852 734853 734854 734855 734856 734857 734858 734859 734860 734861 734862 734863 734864 734865 734866 734867 734868 734869 734870 734871 734872 734873 734874 734875 734876 734877 734878 734879 734880 734881 734882 734883 734884 734885 734886 734887 734888 734889 734890 734891 734892 734893 734894 734895 734896 734897 734898 734899 734900 734901 734902 734903 734904 734905 734906 734907 734908 734909 734910 734911 734912 734913 734914 734915 734916 734917 734918 734919 734920 734921 734922 734923 734924 734925 734926 734927 734928 734929 734930 734931 734932 734933 734934 734935 734936 734937 734938 734939 734940 734941 734942 734943 734944 734945 734946 734947 734948 734949 734950 734951 734952 734953 734954 734955 734956 734957 734958 734959 734960 734961 734962 734963 734964 734965 734966 734967 734968 734969 734970 734971 734972 734973 734974 734975 734976 734977 734978 734979 734980 734981 734982 734983 734984 734985 734986 734987 734988 734989 734990 734991 734992 734993 734994 734995 734996 734997 734998 734999 735000 735001 735002 735003 735004 735005 735006 735007 735008 735009 735010 735011 735012 735013 735014 735015 735016 735017 735018 735019 735020 735021 735022 735023 735024 735025 735026 735027 735028 735029 735030 735031 735032 735033 735034 735035 735036 735037 735038 735039 735040 735041 735042 735043 735044 735045 735046 735047 735048 735049 735050 735051 735052 735053 735054 735055 735056 735057 735058 735059 735060 735061 735062 735063 735064 735065 735066 735067 735068 735069 735070 735071 735072 735073 735074 735075 735076 735077 735078 735079 735080 735081 735082 735083 735084 735085 735086 735087 735088 735089 735090 735091 735092 735093 735094 735095 735096 735097 735098 735099 735100 735101 735102 735103 735104 735105 735106 735107 735108 735109 735110 735111 735112 735113 735114 735115 735116 735117 735118 735119 735120 735121 735122 735123 735124 735125 735126 735127 735128 735129 735130 735131 735132 735133 735134 735135 735136 735137 735138 735139 735140 735141 735142 735143 735144 735145 735146 735147 735148 735149 735150 735151 735152 735153 735154 735155 735156 735157 735158 735159 735160 735161 735162 735163 735164 735165 735166 735167 735168 735169 735170 735171 735172 735173 735174 735175 735176 735177 735178 735179 735180 735181 735182 735183 735184 735185 735186 735187 735188 735189 735190 735191 735192 735193 735194 735195 735196 735197 735198 735199 735200 735201 735202 735203 735204 735205 735206 735207 735208 735209 735210 735211 735212 735213 735214 735215 735216 735217 735218 735219 735220 735221 735222 735223 735224 735225 735226 735227 735228 735229 735230 735231 735232 735233 735234 735235 735236 735237 735238 735239 735240 735241 735242 735243 735244 735245 735246 735247 735248 735249 735250 735251 735252 735253 735254 735255 735256 735257 735258 735259 735260 735261 735262 735263 735264 735265 735266 735267 735268 735269 735270 735271 735272 735273 735274 735275 735276 735277 735278 735279 735280 735281 735282 735283 735284 735285 735286 735287 735288 735289 735290 735291 735292 735293 735294 735295 735296 735297 735298 735299 735300 735301 735302 735303 735304 735305 735306 735307 735308 735309 735310 735311 735312 735313 735314 735315 735316 735317 735318 735319 735320 735321 735322 735323 735324 735325 735326 735327 735328 735329 735330 735331 735332 735333 735334 735335 735336 735337 735338 735339 735340 735341 735342 735343 735344 735345 735346 735347 735348 735349 735350 735351 735352 735353 735354 735355 735356 735357 735358 735359 735360 735361 735362 735363 735364 735365 735366 735367 735368 735369 735370 735371 735372 735373 735374 735375 735376 735377 735378 735379 735380 735381 735382 735383 735384 735385 735386 735387 735388 735389 735390 735391 735392 735393 735394 735395 735396 735397 735398 735399 735400 735401 735402 735403 735404 735405 735406 735407 735408 735409 735410 735411 735412 735413 735414 735415 735416 735417 735418 735419 735420 735421 735422 735423 735424 735425 735426 735427 735428 735429 735430 735431 735432 735433 735434 735435 735436 735437 735438 735439 735440 735441 735442 735443 735444 735445 735446 735447 735448 735449 735450 735451 735452 735453 735454 735455 735456 735457 735458 735459 735460 735461 735462 735463 735464 735465 735466 735467 735468 735469 735470 735471 735472 735473 735474 735475 735476 735477 735478 735479 735480 735481 735482 735483 735484 735485 735486 735487 735488 735489 735490 735491 735492 735493 735494 735495 735496 735497 735498 735499 735500 735501 735502 735503 735504 735505 735506 735507 735508 735509 735510 735511 735512 735513 735514 735515 735516 735517 735518 735519 735520 735521 735522 735523 735524 735525 735526 735527 735528 735529 735530 735531 735532 735533 735534 735535 735536 735537 735538 735539 735540 735541 735542 735543 735544 735545 735546 735547 735548 735549 735550 735551 735552 735553 735554 735555 735556 735557 735558 735559 735560 735561 735562 735563 735564 735565 735566 735567 735568 735569 735570 735571 735572 735573 735574 735575 735576 735577 735578 735579 735580 735581 735582 735583 735584 735585 735586 735587 735588 735589 735590 735591 735592 735593 735594 735595 735596 735597 735598 735599 735600 735601 735602 735603 735604 735605 735606 735607 735608 735609 735610 735611 735612 735613 735614 735615 735616 735617 735618 735619 735620 735621 735622 735623 735624 735625 735626 735627 735628 735629 735630 735631 735632 735633 735634 735635 735636 735637 735638 735639 735640 735641 735642 735643 735644 735645 735646 735647 735648 735649 735650 735651 735652 735653 735654 735655 735656 735657 735658 735659 735660 735661 735662 735663 735664 735665 735666 735667 735668 735669 735670 735671 735672 735673 735674 735675 735676 735677 735678 735679 735680 735681 735682 735683 735684 735685 735686 735687 735688 735689 735690 735691 735692 735693 735694 735695 735696 735697 735698 735699 735700 735701 735702 735703 735704 735705 735706 735707 735708 735709 735710 735711 735712 735713 735714 735715 735716 735717 735718 735719 735720 735721 735722 735723 735724 735725 735726 735727 735728 735729 735730 735731 735732 735733 735734 735735 735736 735737 735738 735739 735740 735741 735742 735743 735744 735745 735746 735747 735748 735749 735750 735751 735752 735753 735754 735755 735756 735757 735758 735759 735760 735761 735762 735763 735764 735765 735766 735767 735768 735769 735770 735771 735772 735773 735774 735775 735776 735777 735778 735779 735780 735781 735782 735783 735784 735785 735786 735787 735788 735789 735790 735791 735792 735793 735794 735795 735796 735797 735798 735799 735800 735801 735802 735803 735804 735805 735806 735807 735808 735809 735810 735811 735812 735813 735814 735815 735816 735817 735818 735819 735820 735821 735822 735823 735824 735825 735826 735827 735828 735829 735830 735831 735832 735833 735834 735835 735836 735837 735838 735839 735840 735841 735842 735843 735844 735845 735846 735847 735848 735849 735850 735851 735852 735853 735854 735855 735856 735857 735858 735859 735860 735861 735862 735863 735864 735865 735866 735867 735868 735869 735870 735871 735872 735873 735874 735875 735876 735877 735878 735879 735880 735881 735882 735883 735884 735885 735886 735887 735888 735889 735890 735891 735892 735893 735894 735895 735896 735897 735898 735899 735900 735901 735902 735903 735904 735905 735906 735907 735908 735909 735910 735911 735912 735913 735914 735915 735916 735917 735918 735919 735920 735921 735922 735923 735924 735925 735926 735927 735928 735929 735930 735931 735932 735933 735934 735935 735936 735937 735938 735939 735940 735941 735942 735943 735944 735945 735946 735947 735948 735949 735950 735951 735952 735953 735954 735955 735956 735957 735958 735959 735960 735961 735962 735963 735964 735965 735966 735967 735968 735969 735970 735971 735972 735973 735974 735975 735976 735977 735978 735979 735980 735981 735982 735983 735984 735985 735986 735987 735988 735989 735990 735991 735992 735993 735994 735995 735996 735997 735998 735999 736000 736001 736002 736003 736004 736005 736006 736007 736008 736009 736010 736011 736012 736013 736014 736015 736016 736017 736018 736019 736020 736021 736022 736023 736024 736025 736026 736027 736028 736029 736030 736031 736032 736033 736034 736035 736036 736037 736038 736039 736040 736041 736042 736043 736044 736045 736046 736047 736048 736049 736050 736051 736052 736053 736054 736055 736056 736057 736058 736059 736060 736061 736062 736063 736064 736065 736066 736067 736068 736069 736070 736071 736072 736073 736074 736075 736076 736077 736078 736079 736080 736081 736082 736083 736084 736085 736086 736087 736088 736089 736090 736091 736092 736093 736094 736095 736096 736097 736098 736099 736100 736101 736102 736103 736104 736105 736106 736107 736108 736109 736110 736111 736112 736113 736114 736115 736116 736117 736118 736119 736120 736121 736122 736123 736124 736125 736126 736127 736128 736129 736130 736131 736132 736133 736134 736135 736136 736137 736138 736139 736140 736141 736142 736143 736144 736145 736146 736147 736148 736149 736150 736151 736152 736153 736154 736155 736156 736157 736158 736159 736160 736161 736162 736163 736164 736165 736166 736167 736168 736169 736170 736171 736172 736173 736174 736175 736176 736177 736178 736179 736180 736181 736182 736183 736184 736185 736186 736187 736188 736189 736190 736191 736192 736193 736194 736195 736196 736197 736198 736199 736200 736201 736202 736203 736204 736205 736206 736207 736208 736209 736210 736211 736212 736213 736214 736215 736216 736217 736218 736219 736220 736221 736222 736223 736224 736225 736226 736227 736228 736229 736230 736231 736232 736233 736234 736235 736236 736237 736238 736239 736240 736241 736242 736243 736244 736245 736246 736247 736248 736249 736250 736251 736252 736253 736254 736255 736256 736257 736258 736259 736260 736261 736262 736263 736264 736265 736266 736267 736268 736269 736270 736271 736272 736273 736274 736275 736276 736277 736278 736279 736280 736281 736282 736283 736284 736285 736286 736287 736288 736289 736290 736291 736292 736293 736294 736295 736296 736297 736298 736299 736300 736301 736302 736303 736304 736305 736306 736307 736308 736309 736310 736311 736312 736313 736314 736315 736316 736317 736318 736319 736320 736321 736322 736323 736324 736325 736326 736327 736328 736329 736330 736331 736332 736333 736334 736335 736336 736337 736338 736339 736340 736341 736342 736343 736344 736345 736346 736347 736348 736349 736350 736351 736352 736353 736354 736355 736356 736357 736358 736359 736360 736361 736362 736363 736364 736365 736366 736367 736368 736369 736370 736371 736372 736373 736374 736375 736376 736377 736378 736379 736380 736381 736382 736383 736384 736385 736386 736387 736388 736389 736390 736391 736392 736393 736394 736395 736396 736397 736398 736399 736400 736401 736402 736403 736404 736405 736406 736407 736408 736409 736410 736411 736412 736413 736414 736415 736416 736417 736418 736419 736420 736421 736422 736423 736424 736425 736426 736427 736428 736429 736430 736431 736432 736433 736434 736435 736436 736437 736438 736439 736440 736441 736442 736443 736444 736445 736446 736447 736448 736449 736450 736451 736452 736453 736454 736455 736456 736457 736458 736459 736460 736461 736462 736463 736464 736465 736466 736467 736468 736469 736470 736471 736472 736473 736474 736475 736476 736477 736478 736479 736480 736481 736482 736483 736484 736485 736486 736487 736488 736489 736490 736491 736492 736493 736494 736495 736496 736497 736498 736499 736500 736501 736502 736503 736504 736505 736506 736507 736508 736509 736510 736511 736512 736513 736514 736515 736516 736517 736518 736519 736520 736521 736522 736523 736524 736525 736526 736527 736528 736529 736530 736531 736532 736533 736534 736535 736536 736537 736538 736539 736540 736541 736542 736543 736544 736545 736546 736547 736548 736549 736550 736551 736552 736553 736554 736555 736556 736557 736558 736559 736560 736561 736562 736563 736564 736565 736566 736567 736568 736569 736570 736571 736572 736573 736574 736575 736576 736577 736578 736579 736580 736581 736582 736583 736584 736585 736586 736587 736588 736589 736590 736591 736592 736593 736594 736595 736596 736597 736598 736599 736600 736601 736602 736603 736604 736605 736606 736607 736608 736609 736610 736611 736612 736613 736614 736615 736616 736617 736618 736619 736620 736621 736622 736623 736624 736625 736626 736627 736628 736629 736630 736631 736632 736633 736634 736635 736636 736637 736638 736639 736640 736641 736642 736643 736644 736645 736646 736647 736648 736649 736650 736651 736652 736653 736654 736655 736656 736657 736658 736659 736660 736661 736662 736663 736664 736665 736666 736667 736668 736669 736670 736671 736672 736673 736674 736675 736676 736677 736678 736679 736680 736681 736682 736683 736684 736685 736686 736687 736688 736689 736690 736691 736692 736693 736694 736695 736696 736697 736698 736699 736700 736701 736702 736703 736704 736705 736706 736707 736708 736709 736710 736711 736712 736713 736714 736715 736716 736717 736718 736719 736720 736721 736722 736723 736724 736725 736726 736727 736728 736729 736730 736731 736732 736733 736734 736735 736736 736737 736738 736739 736740 736741 736742 736743 736744 736745 736746 736747 736748 736749 736750 736751 736752 736753 736754 736755 736756 736757 736758 736759 736760 736761 736762 736763 736764 736765 736766 736767 736768 736769 736770 736771 736772 736773 736774 736775 736776 736777 736778 736779 736780 736781 736782 736783 736784 736785 736786 736787 736788 736789 736790 736791 736792 736793 736794 736795 736796 736797 736798 736799 736800 736801 736802 736803 736804 736805 736806 736807 736808 736809 736810 736811 736812 736813 736814 736815 736816 736817 736818 736819 736820 736821 736822 736823 736824 736825 736826 736827 736828 736829 736830 736831 736832 736833 736834 736835 736836 736837 736838 736839 736840 736841 736842 736843 736844 736845 736846 736847 736848 736849 736850 736851 736852 736853 736854 736855 736856 736857 736858 736859 736860 736861 736862 736863 736864 736865 736866 736867 736868 736869 736870 736871 736872 736873 736874 736875 736876 736877 736878 736879 736880 736881 736882 736883 736884 736885 736886 736887 736888 736889 736890 736891 736892 736893 736894 736895 736896 736897 736898 736899 736900 736901 736902 736903 736904 736905 736906 736907 736908 736909 736910 736911 736912 736913 736914 736915 736916 736917 736918 736919 736920 736921 736922 736923 736924 736925 736926 736927 736928 736929 736930 736931 736932 736933 736934 736935 736936 736937 736938 736939 736940 736941 736942 736943 736944 736945 736946 736947 736948 736949 736950 736951 736952 736953 736954 736955 736956 736957 736958 736959 736960 736961 736962 736963 736964 736965 736966 736967 736968 736969 736970 736971 736972 736973 736974 736975 736976 736977 736978 736979 736980 736981 736982 736983 736984 736985 736986 736987 736988 736989 736990 736991 736992 736993 736994 736995 736996 736997 736998 736999 737000 737001 737002 737003 737004 737005 737006 737007 737008 737009 737010 737011 737012 737013 737014 737015 737016 737017 737018 737019 737020 737021 737022 737023 737024 737025 737026 737027 737028 737029 737030 737031 737032 737033 737034 737035 737036 737037 737038 737039 737040 737041 737042 737043 737044 737045 737046 737047 737048 737049 737050 737051 737052 737053 737054 737055 737056 737057 737058 737059 737060 737061 737062 737063 737064 737065 737066 737067 737068 737069 737070 737071 737072 737073 737074 737075 737076 737077 737078 737079 737080 737081 737082 737083 737084 737085 737086 737087 737088 737089 737090 737091 737092 737093 737094 737095 737096 737097 737098 737099 737100 737101 737102 737103 737104 737105 737106 737107 737108 737109 737110 737111 737112 737113 737114 737115 737116 737117 737118 737119 737120 737121 737122 737123 737124 737125 737126 737127 737128 737129 737130 737131 737132 737133 737134 737135 737136 737137 737138 737139 737140 737141 737142 737143 737144 737145 737146 737147 737148 737149 737150 737151 737152 737153 737154 737155 737156 737157 737158 737159 737160 737161 737162 737163 737164 737165 737166 737167 737168 737169 737170 737171 737172 737173 737174 737175 737176 737177 737178 737179 737180 737181 737182 737183 737184 737185 737186 737187 737188 737189 737190 737191 737192 737193 737194 737195 737196 737197 737198 737199 737200 737201 737202 737203 737204 737205 737206 737207 737208 737209 737210 737211 737212 737213 737214 737215 737216 737217 737218 737219 737220 737221 737222 737223 737224 737225 737226 737227 737228 737229 737230 737231 737232 737233 737234 737235 737236 737237 737238 737239 737240 737241 737242 737243 737244 737245 737246 737247 737248 737249 737250 737251 737252 737253 737254 737255 737256 737257 737258 737259 737260 737261 737262 737263 737264 737265 737266 737267 737268 737269 737270 737271 737272 737273 737274 737275 737276 737277 737278 737279 737280 737281 737282 737283 737284 737285 737286 737287 737288 737289 737290 737291 737292 737293 737294 737295 737296 737297 737298 737299 737300 737301 737302 737303 737304 737305 737306 737307 737308 737309 737310 737311 737312 737313 737314 737315 737316 737317 737318 737319 737320 737321 737322 737323 737324 737325 737326 737327 737328 737329 737330 737331 737332 737333 737334 737335 737336 737337 737338 737339 737340 737341 737342 737343 737344 737345 737346 737347 737348 737349 737350 737351 737352 737353 737354 737355 737356 737357 737358 737359 737360 737361 737362 737363 737364 737365 737366 737367 737368 737369 737370 737371 737372 737373 737374 737375 737376 737377 737378 737379 737380 TooltipText=null 06:08:02.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:02.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:02.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:02.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:02.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:08:02.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:02.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:02.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:08:02.127 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 06:08:02.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:02.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:02.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:02.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:02.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:08:02.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:02.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:02.128 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Console ( TestLoopClass [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Feb 4, 2021, 6:07:57 AM – 6:08:01 AM))"as the parent 06:08:02.129 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") 06:08:02.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:02.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:02.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:02.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:02.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:08:02.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:02.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:02.131 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:08:02.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:02.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:02.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:08:02.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:02.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:02.133 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:08:02.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:08:02.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:02.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:02.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:02.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:02.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:02.135 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:02.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:02.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:02.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:02.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:02.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:02.136 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:02.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:02.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:02.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:02.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:02.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:02.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:02.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:02.136 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:02.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:02.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:02.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:02.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:02.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:02.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 06:08:02.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:02.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:02.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:02.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:02.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:08:02.137 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 06:08:02.137 INFO [WorkbenchTestable][AbstractView] Terminating console 06:08:02.137 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:02.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:02.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:02.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 06:08:02.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:02.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:02.138 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") 06:08:02.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:02.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:02.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:02.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:02.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:08:02.147 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 06:08:02.147 INFO [WorkbenchTestable][AbstractView] Removing launch from console 06:08:02.147 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:02.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:02.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:02.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=725287 725288 725289 725290 725291 725292 725293 725294 725295 725296 725297 725298 725299 725300 725301 725302 725303 725304 725305 725306 725307 725308 725309 725310 725311 725312 725313 725314 725315 725316 725317 725318 725319 725320 725321 725322 725323 725324 725325 725326 725327 725328 725329 725330 725331 725332 725333 725334 725335 725336 725337 725338 725339 725340 725341 725342 725343 725344 725345 725346 725347 725348 725349 725350 725351 725352 725353 725354 725355 725356 725357 725358 725359 725360 725361 725362 725363 725364 725365 725366 725367 725368 725369 725370 725371 725372 725373 725374 725375 725376 725377 725378 725379 725380 725381 725382 725383 725384 725385 725386 725387 725388 725389 725390 725391 725392 725393 725394 725395 725396 725397 725398 725399 725400 725401 725402 725403 725404 725405 725406 725407 725408 725409 725410 725411 725412 725413 725414 725415 725416 725417 725418 725419 725420 725421 725422 725423 725424 725425 725426 725427 725428 725429 725430 725431 725432 725433 725434 725435 725436 725437 725438 725439 725440 725441 725442 725443 725444 725445 725446 725447 725448 725449 725450 725451 725452 725453 725454 725455 725456 725457 725458 725459 725460 725461 725462 725463 725464 725465 725466 725467 725468 725469 725470 725471 725472 725473 725474 725475 725476 725477 725478 725479 725480 725481 725482 725483 725484 725485 725486 725487 725488 725489 725490 725491 725492 725493 725494 725495 725496 725497 725498 725499 725500 725501 725502 725503 725504 725505 725506 725507 725508 725509 725510 725511 725512 725513 725514 725515 725516 725517 725518 725519 725520 725521 725522 725523 725524 725525 725526 725527 725528 725529 725530 725531 725532 725533 725534 725535 725536 725537 725538 725539 725540 725541 725542 725543 725544 725545 725546 725547 725548 725549 725550 725551 725552 725553 725554 725555 725556 725557 725558 725559 725560 725561 725562 725563 725564 725565 725566 725567 725568 725569 725570 725571 725572 725573 725574 725575 725576 725577 725578 725579 725580 725581 725582 725583 725584 725585 725586 725587 725588 725589 725590 725591 725592 725593 725594 725595 725596 725597 725598 725599 725600 725601 725602 725603 725604 725605 725606 725607 725608 725609 725610 725611 725612 725613 725614 725615 725616 725617 725618 725619 725620 725621 725622 725623 725624 725625 725626 725627 725628 725629 725630 725631 725632 725633 725634 725635 725636 725637 725638 725639 725640 725641 725642 725643 725644 725645 725646 725647 725648 725649 725650 725651 725652 725653 725654 725655 725656 725657 725658 725659 725660 725661 725662 725663 725664 725665 725666 725667 725668 725669 725670 725671 725672 725673 725674 725675 725676 725677 725678 725679 725680 725681 725682 725683 725684 725685 725686 725687 725688 725689 725690 725691 725692 725693 725694 725695 725696 725697 725698 725699 725700 725701 725702 725703 725704 725705 725706 725707 725708 725709 725710 725711 725712 725713 725714 725715 725716 725717 725718 725719 725720 725721 725722 725723 725724 725725 725726 725727 725728 725729 725730 725731 725732 725733 725734 725735 725736 725737 725738 725739 725740 725741 725742 725743 725744 725745 725746 725747 725748 725749 725750 725751 725752 725753 725754 725755 725756 725757 725758 725759 725760 725761 725762 725763 725764 725765 725766 725767 725768 725769 725770 725771 725772 725773 725774 725775 725776 725777 725778 725779 725780 725781 725782 725783 725784 725785 725786 725787 725788 725789 725790 725791 725792 725793 725794 725795 725796 725797 725798 725799 725800 725801 725802 725803 725804 725805 725806 725807 725808 725809 725810 725811 725812 725813 725814 725815 725816 725817 725818 725819 725820 725821 725822 725823 725824 725825 725826 725827 725828 725829 725830 725831 725832 725833 725834 725835 725836 725837 725838 725839 725840 725841 725842 725843 725844 725845 725846 725847 725848 725849 725850 725851 725852 725853 725854 725855 725856 725857 725858 725859 725860 725861 725862 725863 725864 725865 725866 725867 725868 725869 725870 725871 725872 725873 725874 725875 725876 725877 725878 725879 725880 725881 725882 725883 725884 725885 725886 725887 725888 725889 725890 725891 725892 725893 725894 725895 725896 725897 725898 725899 725900 725901 725902 725903 725904 725905 725906 725907 725908 725909 725910 725911 725912 725913 725914 725915 725916 725917 725918 725919 725920 725921 725922 725923 725924 725925 725926 725927 725928 725929 725930 725931 725932 725933 725934 725935 725936 725937 725938 725939 725940 725941 725942 725943 725944 725945 725946 725947 725948 725949 725950 725951 725952 725953 725954 725955 725956 725957 725958 725959 725960 725961 725962 725963 725964 725965 725966 725967 725968 725969 725970 725971 725972 725973 725974 725975 725976 725977 725978 725979 725980 725981 725982 725983 725984 725985 725986 725987 725988 725989 725990 725991 725992 725993 725994 725995 725996 725997 725998 725999 726000 726001 726002 726003 726004 726005 726006 726007 726008 726009 726010 726011 726012 726013 726014 726015 726016 726017 726018 726019 726020 726021 726022 726023 726024 726025 726026 726027 726028 726029 726030 726031 726032 726033 726034 726035 726036 726037 726038 726039 726040 726041 726042 726043 726044 726045 726046 726047 726048 726049 726050 726051 726052 726053 726054 726055 726056 726057 726058 726059 726060 726061 726062 726063 726064 726065 726066 726067 726068 726069 726070 726071 726072 726073 726074 726075 726076 726077 726078 726079 726080 726081 726082 726083 726084 726085 726086 726087 726088 726089 726090 726091 726092 726093 726094 726095 726096 726097 726098 726099 726100 726101 726102 726103 726104 726105 726106 726107 726108 726109 726110 726111 726112 726113 726114 726115 726116 726117 726118 726119 726120 726121 726122 726123 726124 726125 726126 726127 726128 726129 726130 726131 726132 726133 726134 726135 726136 726137 726138 726139 726140 726141 726142 726143 726144 726145 726146 726147 726148 726149 726150 726151 726152 726153 726154 726155 726156 726157 726158 726159 726160 726161 726162 726163 726164 726165 726166 726167 726168 726169 726170 726171 726172 726173 726174 726175 726176 726177 726178 726179 726180 726181 726182 726183 726184 726185 726186 726187 726188 726189 726190 726191 726192 726193 726194 726195 726196 726197 726198 726199 726200 726201 726202 726203 726204 726205 726206 726207 726208 726209 726210 726211 726212 726213 726214 726215 726216 726217 726218 726219 726220 726221 726222 726223 726224 726225 726226 726227 726228 726229 726230 726231 726232 726233 726234 726235 726236 726237 726238 726239 726240 726241 726242 726243 726244 726245 726246 726247 726248 726249 726250 726251 726252 726253 726254 726255 726256 726257 726258 726259 726260 726261 726262 726263 726264 726265 726266 726267 726268 726269 726270 726271 726272 726273 726274 726275 726276 726277 726278 726279 726280 726281 726282 726283 726284 726285 726286 726287 726288 726289 726290 726291 726292 726293 726294 726295 726296 726297 726298 726299 726300 726301 726302 726303 726304 726305 726306 726307 726308 726309 726310 726311 726312 726313 726314 726315 726316 726317 726318 726319 726320 726321 726322 726323 726324 726325 726326 726327 726328 726329 726330 726331 726332 726333 726334 726335 726336 726337 726338 726339 726340 726341 726342 726343 726344 726345 726346 726347 726348 726349 726350 726351 726352 726353 726354 726355 726356 726357 726358 726359 726360 726361 726362 726363 726364 726365 726366 726367 726368 726369 726370 726371 726372 726373 726374 726375 726376 726377 726378 726379 726380 726381 726382 726383 726384 726385 726386 726387 726388 726389 726390 726391 726392 726393 726394 726395 726396 726397 726398 726399 726400 726401 726402 726403 726404 726405 726406 726407 726408 726409 726410 726411 726412 726413 726414 726415 726416 726417 726418 726419 726420 726421 726422 726423 726424 726425 726426 726427 726428 726429 726430 726431 726432 726433 726434 726435 726436 726437 726438 726439 726440 726441 726442 726443 726444 726445 726446 726447 726448 726449 726450 726451 726452 726453 726454 726455 726456 726457 726458 726459 726460 726461 726462 726463 726464 726465 726466 726467 726468 726469 726470 726471 726472 726473 726474 726475 726476 726477 726478 726479 726480 726481 726482 726483 726484 726485 726486 726487 726488 726489 726490 726491 726492 726493 726494 726495 726496 726497 726498 726499 726500 726501 726502 726503 726504 726505 726506 726507 726508 726509 726510 726511 726512 726513 726514 726515 726516 726517 726518 726519 726520 726521 726522 726523 726524 726525 726526 726527 726528 726529 726530 726531 726532 726533 726534 726535 726536 726537 726538 726539 726540 726541 726542 726543 726544 726545 726546 726547 726548 726549 726550 726551 726552 726553 726554 726555 726556 726557 726558 726559 726560 726561 726562 726563 726564 726565 726566 726567 726568 726569 726570 726571 726572 726573 726574 726575 726576 726577 726578 726579 726580 726581 726582 726583 726584 726585 726586 726587 726588 726589 726590 726591 726592 726593 726594 726595 726596 726597 726598 726599 726600 726601 726602 726603 726604 726605 726606 726607 726608 726609 726610 726611 726612 726613 726614 726615 726616 726617 726618 726619 726620 726621 726622 726623 726624 726625 726626 726627 726628 726629 726630 726631 726632 726633 726634 726635 726636 726637 726638 726639 726640 726641 726642 726643 726644 726645 726646 726647 726648 726649 726650 726651 726652 726653 726654 726655 726656 726657 726658 726659 726660 726661 726662 726663 726664 726665 726666 726667 726668 726669 726670 726671 726672 726673 726674 726675 726676 726677 726678 726679 726680 726681 726682 726683 726684 726685 726686 726687 726688 726689 726690 726691 726692 726693 726694 726695 726696 726697 726698 726699 726700 726701 726702 726703 726704 726705 726706 726707 726708 726709 726710 726711 726712 726713 726714 726715 726716 726717 726718 726719 726720 726721 726722 726723 726724 726725 726726 726727 726728 726729 726730 726731 726732 726733 726734 726735 726736 726737 726738 726739 726740 726741 726742 726743 726744 726745 726746 726747 726748 726749 726750 726751 726752 726753 726754 726755 726756 726757 726758 726759 726760 726761 726762 726763 726764 726765 726766 726767 726768 726769 726770 726771 726772 726773 726774 726775 726776 726777 726778 726779 726780 726781 726782 726783 726784 726785 726786 726787 726788 726789 726790 726791 726792 726793 726794 726795 726796 726797 726798 726799 726800 726801 726802 726803 726804 726805 726806 726807 726808 726809 726810 726811 726812 726813 726814 726815 726816 726817 726818 726819 726820 726821 726822 726823 726824 726825 726826 726827 726828 726829 726830 726831 726832 726833 726834 726835 726836 726837 726838 726839 726840 726841 726842 726843 726844 726845 726846 726847 726848 726849 726850 726851 726852 726853 726854 726855 726856 726857 726858 726859 726860 726861 726862 726863 726864 726865 726866 726867 726868 726869 726870 726871 726872 726873 726874 726875 726876 726877 726878 726879 726880 726881 726882 726883 726884 726885 726886 726887 726888 726889 726890 726891 726892 726893 726894 726895 726896 726897 726898 726899 726900 726901 726902 726903 726904 726905 726906 726907 726908 726909 726910 726911 726912 726913 726914 726915 726916 726917 726918 726919 726920 726921 726922 726923 726924 726925 726926 726927 726928 726929 726930 726931 726932 726933 726934 726935 726936 726937 726938 726939 726940 726941 726942 726943 726944 726945 726946 726947 726948 726949 726950 726951 726952 726953 726954 726955 726956 726957 726958 726959 726960 726961 726962 726963 726964 726965 726966 726967 726968 726969 726970 726971 726972 726973 726974 726975 726976 726977 726978 726979 726980 726981 726982 726983 726984 726985 726986 726987 726988 726989 726990 726991 726992 726993 726994 726995 726996 726997 726998 726999 727000 727001 727002 727003 727004 727005 727006 727007 727008 727009 727010 727011 727012 727013 727014 727015 727016 727017 727018 727019 727020 727021 727022 727023 727024 727025 727026 727027 727028 727029 727030 727031 727032 727033 727034 727035 727036 727037 727038 727039 727040 727041 727042 727043 727044 727045 727046 727047 727048 727049 727050 727051 727052 727053 727054 727055 727056 727057 727058 727059 727060 727061 727062 727063 727064 727065 727066 727067 727068 727069 727070 727071 727072 727073 727074 727075 727076 727077 727078 727079 727080 727081 727082 727083 727084 727085 727086 727087 727088 727089 727090 727091 727092 727093 727094 727095 727096 727097 727098 727099 727100 727101 727102 727103 727104 727105 727106 727107 727108 727109 727110 727111 727112 727113 727114 727115 727116 727117 727118 727119 727120 727121 727122 727123 727124 727125 727126 727127 727128 727129 727130 727131 727132 727133 727134 727135 727136 727137 727138 727139 727140 727141 727142 727143 727144 727145 727146 727147 727148 727149 727150 727151 727152 727153 727154 727155 727156 727157 727158 727159 727160 727161 727162 727163 727164 727165 727166 727167 727168 727169 727170 727171 727172 727173 727174 727175 727176 727177 727178 727179 727180 727181 727182 727183 727184 727185 727186 727187 727188 727189 727190 727191 727192 727193 727194 727195 727196 727197 727198 727199 727200 727201 727202 727203 727204 727205 727206 727207 727208 727209 727210 727211 727212 727213 727214 727215 727216 727217 727218 727219 727220 727221 727222 727223 727224 727225 727226 727227 727228 727229 727230 727231 727232 727233 727234 727235 727236 727237 727238 727239 727240 727241 727242 727243 727244 727245 727246 727247 727248 727249 727250 727251 727252 727253 727254 727255 727256 727257 727258 727259 727260 727261 727262 727263 727264 727265 727266 727267 727268 727269 727270 727271 727272 727273 727274 727275 727276 727277 727278 727279 727280 727281 727282 727283 727284 727285 727286 727287 727288 727289 727290 727291 727292 727293 727294 727295 727296 727297 727298 727299 727300 727301 727302 727303 727304 727305 727306 727307 727308 727309 727310 727311 727312 727313 727314 727315 727316 727317 727318 727319 727320 727321 727322 727323 727324 727325 727326 727327 727328 727329 727330 727331 727332 727333 727334 727335 727336 727337 727338 727339 727340 727341 727342 727343 727344 727345 727346 727347 727348 727349 727350 727351 727352 727353 727354 727355 727356 727357 727358 727359 727360 727361 727362 727363 727364 727365 727366 727367 727368 727369 727370 727371 727372 727373 727374 727375 727376 727377 727378 727379 727380 727381 727382 727383 727384 727385 727386 727387 727388 727389 727390 727391 727392 727393 727394 727395 727396 727397 727398 727399 727400 727401 727402 727403 727404 727405 727406 727407 727408 727409 727410 727411 727412 727413 727414 727415 727416 727417 727418 727419 727420 727421 727422 727423 727424 727425 727426 727427 727428 727429 727430 727431 727432 727433 727434 727435 727436 727437 727438 727439 727440 727441 727442 727443 727444 727445 727446 727447 727448 727449 727450 727451 727452 727453 727454 727455 727456 727457 727458 727459 727460 727461 727462 727463 727464 727465 727466 727467 727468 727469 727470 727471 727472 727473 727474 727475 727476 727477 727478 727479 727480 727481 727482 727483 727484 727485 727486 727487 727488 727489 727490 727491 727492 727493 727494 727495 727496 727497 727498 727499 727500 727501 727502 727503 727504 727505 727506 727507 727508 727509 727510 727511 727512 727513 727514 727515 727516 727517 727518 727519 727520 727521 727522 727523 727524 727525 727526 727527 727528 727529 727530 727531 727532 727533 727534 727535 727536 727537 727538 727539 727540 727541 727542 727543 727544 727545 727546 727547 727548 727549 727550 727551 727552 727553 727554 727555 727556 727557 727558 727559 727560 727561 727562 727563 727564 727565 727566 727567 727568 727569 727570 727571 727572 727573 727574 727575 727576 727577 727578 727579 727580 727581 727582 727583 727584 727585 727586 727587 727588 727589 727590 727591 727592 727593 727594 727595 727596 727597 727598 727599 727600 727601 727602 727603 727604 727605 727606 727607 727608 727609 727610 727611 727612 727613 727614 727615 727616 727617 727618 727619 727620 727621 727622 727623 727624 727625 727626 727627 727628 727629 727630 727631 727632 727633 727634 727635 727636 727637 727638 727639 727640 727641 727642 727643 727644 727645 727646 727647 727648 727649 727650 727651 727652 727653 727654 727655 727656 727657 727658 727659 727660 727661 727662 727663 727664 727665 727666 727667 727668 727669 727670 727671 727672 727673 727674 727675 727676 727677 727678 727679 727680 727681 727682 727683 727684 727685 727686 727687 727688 727689 727690 727691 727692 727693 727694 727695 727696 727697 727698 727699 727700 727701 727702 727703 727704 727705 727706 727707 727708 727709 727710 727711 727712 727713 727714 727715 727716 727717 727718 727719 727720 727721 727722 727723 727724 727725 727726 727727 727728 727729 727730 727731 727732 727733 727734 727735 727736 727737 727738 727739 727740 727741 727742 727743 727744 727745 727746 727747 727748 727749 727750 727751 727752 727753 727754 727755 727756 727757 727758 727759 727760 727761 727762 727763 727764 727765 727766 727767 727768 727769 727770 727771 727772 727773 727774 727775 727776 727777 727778 727779 727780 727781 727782 727783 727784 727785 727786 727787 727788 727789 727790 727791 727792 727793 727794 727795 727796 727797 727798 727799 727800 727801 727802 727803 727804 727805 727806 727807 727808 727809 727810 727811 727812 727813 727814 727815 727816 727817 727818 727819 727820 727821 727822 727823 727824 727825 727826 727827 727828 727829 727830 727831 727832 727833 727834 727835 727836 727837 727838 727839 727840 727841 727842 727843 727844 727845 727846 727847 727848 727849 727850 727851 727852 727853 727854 727855 727856 727857 727858 727859 727860 727861 727862 727863 727864 727865 727866 727867 727868 727869 727870 727871 727872 727873 727874 727875 727876 727877 727878 727879 727880 727881 727882 727883 727884 727885 727886 727887 727888 727889 727890 727891 727892 727893 727894 727895 727896 727897 727898 727899 727900 727901 727902 727903 727904 727905 727906 727907 727908 727909 727910 727911 727912 727913 727914 727915 727916 727917 727918 727919 727920 727921 727922 727923 727924 727925 727926 727927 727928 727929 727930 727931 727932 727933 727934 727935 727936 727937 727938 727939 727940 727941 727942 727943 727944 727945 727946 727947 727948 727949 727950 727951 727952 727953 727954 727955 727956 727957 727958 727959 727960 727961 727962 727963 727964 727965 727966 727967 727968 727969 727970 727971 727972 727973 727974 727975 727976 727977 727978 727979 727980 727981 727982 727983 727984 727985 727986 727987 727988 727989 727990 727991 727992 727993 727994 727995 727996 727997 727998 727999 728000 728001 728002 728003 728004 728005 728006 728007 728008 728009 728010 728011 728012 728013 728014 728015 728016 728017 728018 728019 728020 728021 728022 728023 728024 728025 728026 728027 728028 728029 728030 728031 728032 728033 728034 728035 728036 728037 728038 728039 728040 728041 728042 728043 728044 728045 728046 728047 728048 728049 728050 728051 728052 728053 728054 728055 728056 728057 728058 728059 728060 728061 728062 728063 728064 728065 728066 728067 728068 728069 728070 728071 728072 728073 728074 728075 728076 728077 728078 728079 728080 728081 728082 728083 728084 728085 728086 728087 728088 728089 728090 728091 728092 728093 728094 728095 728096 728097 728098 728099 728100 728101 728102 728103 728104 728105 728106 728107 728108 728109 728110 728111 728112 728113 728114 728115 728116 728117 728118 728119 728120 728121 728122 728123 728124 728125 728126 728127 728128 728129 728130 728131 728132 728133 728134 728135 728136 728137 728138 728139 728140 728141 728142 728143 728144 728145 728146 728147 728148 728149 728150 728151 728152 728153 728154 728155 728156 728157 728158 728159 728160 728161 728162 728163 728164 728165 728166 728167 728168 728169 728170 728171 728172 728173 728174 728175 728176 728177 728178 728179 728180 728181 728182 728183 728184 728185 728186 728187 728188 728189 728190 728191 728192 728193 728194 728195 728196 728197 728198 728199 728200 728201 728202 728203 728204 728205 728206 728207 728208 728209 728210 728211 728212 728213 728214 728215 728216 728217 728218 728219 728220 728221 728222 728223 728224 728225 728226 728227 728228 728229 728230 728231 728232 728233 728234 728235 728236 728237 728238 728239 728240 728241 728242 728243 728244 728245 728246 728247 728248 728249 728250 728251 728252 728253 728254 728255 728256 728257 728258 728259 728260 728261 728262 728263 728264 728265 728266 728267 728268 728269 728270 728271 728272 728273 728274 728275 728276 728277 728278 728279 728280 728281 728282 728283 728284 728285 728286 728287 728288 728289 728290 728291 728292 728293 728294 728295 728296 728297 728298 728299 728300 728301 728302 728303 728304 728305 728306 728307 728308 728309 728310 728311 728312 728313 728314 728315 728316 728317 728318 728319 728320 728321 728322 728323 728324 728325 728326 728327 728328 728329 728330 728331 728332 728333 728334 728335 728336 728337 728338 728339 728340 728341 728342 728343 728344 728345 728346 728347 728348 728349 728350 728351 728352 728353 728354 728355 728356 728357 728358 728359 728360 728361 728362 728363 728364 728365 728366 728367 728368 728369 728370 728371 728372 728373 728374 728375 728376 728377 728378 728379 728380 728381 728382 728383 728384 728385 728386 728387 728388 728389 728390 728391 728392 728393 728394 728395 728396 728397 728398 728399 728400 728401 728402 728403 728404 728405 728406 728407 728408 728409 728410 728411 728412 728413 728414 728415 728416 728417 728418 728419 728420 728421 728422 728423 728424 728425 728426 728427 728428 728429 728430 728431 728432 728433 728434 728435 728436 728437 728438 728439 728440 728441 728442 728443 728444 728445 728446 728447 728448 728449 728450 728451 728452 728453 728454 728455 728456 728457 728458 728459 728460 728461 728462 728463 728464 728465 728466 728467 728468 728469 728470 728471 728472 728473 728474 728475 728476 728477 728478 728479 728480 728481 728482 728483 728484 728485 728486 728487 728488 728489 728490 728491 728492 728493 728494 728495 728496 728497 728498 728499 728500 728501 728502 728503 728504 728505 728506 728507 728508 728509 728510 728511 728512 728513 728514 728515 728516 728517 728518 728519 728520 728521 728522 728523 728524 728525 728526 728527 728528 728529 728530 728531 728532 728533 728534 728535 728536 728537 728538 728539 728540 728541 728542 728543 728544 728545 728546 728547 728548 728549 728550 728551 728552 728553 728554 728555 728556 728557 728558 728559 728560 728561 728562 728563 728564 728565 728566 728567 728568 728569 728570 728571 728572 728573 728574 728575 728576 728577 728578 728579 728580 728581 728582 728583 728584 728585 728586 728587 728588 728589 728590 728591 728592 728593 728594 728595 728596 728597 728598 728599 728600 728601 728602 728603 728604 728605 728606 728607 728608 728609 728610 728611 728612 728613 728614 728615 728616 728617 728618 728619 728620 728621 728622 728623 728624 728625 728626 728627 728628 728629 728630 728631 728632 728633 728634 728635 728636 728637 728638 728639 728640 728641 728642 728643 728644 728645 728646 728647 728648 728649 728650 728651 728652 728653 728654 728655 728656 728657 728658 728659 728660 728661 728662 728663 728664 728665 728666 728667 728668 728669 728670 728671 728672 728673 728674 728675 728676 728677 728678 728679 728680 728681 728682 728683 728684 728685 728686 728687 728688 728689 728690 728691 728692 728693 728694 728695 728696 728697 728698 728699 728700 728701 728702 728703 728704 728705 728706 728707 728708 728709 728710 728711 728712 728713 728714 728715 728716 728717 728718 728719 728720 728721 728722 728723 728724 728725 728726 728727 728728 728729 728730 728731 728732 728733 728734 728735 728736 728737 728738 728739 728740 728741 728742 728743 728744 728745 728746 728747 728748 728749 728750 728751 728752 728753 728754 728755 728756 728757 728758 728759 728760 728761 728762 728763 728764 728765 728766 728767 728768 728769 728770 728771 728772 728773 728774 728775 728776 728777 728778 728779 728780 728781 728782 728783 728784 728785 728786 728787 728788 728789 728790 728791 728792 728793 728794 728795 728796 728797 728798 728799 728800 728801 728802 728803 728804 728805 728806 728807 728808 728809 728810 728811 728812 728813 728814 728815 728816 728817 728818 728819 728820 728821 728822 728823 728824 728825 728826 728827 728828 728829 728830 728831 728832 728833 728834 728835 728836 728837 728838 728839 728840 728841 728842 728843 728844 728845 728846 728847 728848 728849 728850 728851 728852 728853 728854 728855 728856 728857 728858 728859 728860 728861 728862 728863 728864 728865 728866 728867 728868 728869 728870 728871 728872 728873 728874 728875 728876 728877 728878 728879 728880 728881 728882 728883 728884 728885 728886 728887 728888 728889 728890 728891 728892 728893 728894 728895 728896 728897 728898 728899 728900 728901 728902 728903 728904 728905 728906 728907 728908 728909 728910 728911 728912 728913 728914 728915 728916 728917 728918 728919 728920 728921 728922 728923 728924 728925 728926 728927 728928 728929 728930 728931 728932 728933 728934 728935 728936 728937 728938 728939 728940 728941 728942 728943 728944 728945 728946 728947 728948 728949 728950 728951 728952 728953 728954 728955 728956 728957 728958 728959 728960 728961 728962 728963 728964 728965 728966 728967 728968 728969 728970 728971 728972 728973 728974 728975 728976 728977 728978 728979 728980 728981 728982 728983 728984 728985 728986 728987 728988 728989 728990 728991 728992 728993 728994 728995 728996 728997 728998 728999 729000 729001 729002 729003 729004 729005 729006 729007 729008 729009 729010 729011 729012 729013 729014 729015 729016 729017 729018 729019 729020 729021 729022 729023 729024 729025 729026 729027 729028 729029 729030 729031 729032 729033 729034 729035 729036 729037 729038 729039 729040 729041 729042 729043 729044 729045 729046 729047 729048 729049 729050 729051 729052 729053 729054 729055 729056 729057 729058 729059 729060 729061 729062 729063 729064 729065 729066 729067 729068 729069 729070 729071 729072 729073 729074 729075 729076 729077 729078 729079 729080 729081 729082 729083 729084 729085 729086 729087 729088 729089 729090 729091 729092 729093 729094 729095 729096 729097 729098 729099 729100 729101 729102 729103 729104 729105 729106 729107 729108 729109 729110 729111 729112 729113 729114 729115 729116 729117 729118 729119 729120 729121 729122 729123 729124 729125 729126 729127 729128 729129 729130 729131 729132 729133 729134 729135 729136 729137 729138 729139 729140 729141 729142 729143 729144 729145 729146 729147 729148 729149 729150 729151 729152 729153 729154 729155 729156 729157 729158 729159 729160 729161 729162 729163 729164 729165 729166 729167 729168 729169 729170 729171 729172 729173 729174 729175 729176 729177 729178 729179 729180 729181 729182 729183 729184 729185 729186 729187 729188 729189 729190 729191 729192 729193 729194 729195 729196 729197 729198 729199 729200 729201 729202 729203 729204 729205 729206 729207 729208 729209 729210 729211 729212 729213 729214 729215 729216 729217 729218 729219 729220 729221 729222 729223 729224 729225 729226 729227 729228 729229 729230 729231 729232 729233 729234 729235 729236 729237 729238 729239 729240 729241 729242 729243 729244 729245 729246 729247 729248 729249 729250 729251 729252 729253 729254 729255 729256 729257 729258 729259 729260 729261 729262 729263 729264 729265 729266 729267 729268 729269 729270 729271 729272 729273 729274 729275 729276 729277 729278 729279 729280 729281 729282 729283 729284 729285 729286 729287 729288 729289 729290 729291 729292 729293 729294 729295 729296 729297 729298 729299 729300 729301 729302 729303 729304 729305 729306 729307 729308 729309 729310 729311 729312 729313 729314 729315 729316 729317 729318 729319 729320 729321 729322 729323 729324 729325 729326 729327 729328 729329 729330 729331 729332 729333 729334 729335 729336 729337 729338 729339 729340 729341 729342 729343 729344 729345 729346 729347 729348 729349 729350 729351 729352 729353 729354 729355 729356 729357 729358 729359 729360 729361 729362 729363 729364 729365 729366 729367 729368 729369 729370 729371 729372 729373 729374 729375 729376 729377 729378 729379 729380 729381 729382 729383 729384 729385 729386 729387 729388 729389 729390 729391 729392 729393 729394 729395 729396 729397 729398 729399 729400 729401 729402 729403 729404 729405 729406 729407 729408 729409 729410 729411 729412 729413 729414 729415 729416 729417 729418 729419 729420 729421 729422 729423 729424 729425 729426 729427 729428 729429 729430 729431 729432 729433 729434 729435 729436 729437 729438 729439 729440 729441 729442 729443 729444 729445 729446 729447 729448 729449 729450 729451 729452 729453 729454 729455 729456 729457 729458 729459 729460 729461 729462 729463 729464 729465 729466 729467 729468 729469 729470 729471 729472 729473 729474 729475 729476 729477 729478 729479 729480 729481 729482 729483 729484 729485 729486 729487 729488 729489 729490 729491 729492 729493 729494 729495 729496 729497 729498 729499 729500 729501 729502 729503 729504 729505 729506 729507 729508 729509 729510 729511 729512 729513 729514 729515 729516 729517 729518 729519 729520 729521 729522 729523 729524 729525 729526 729527 729528 729529 729530 729531 729532 729533 729534 729535 729536 729537 729538 729539 729540 729541 729542 729543 729544 729545 729546 729547 729548 729549 729550 729551 729552 729553 729554 729555 729556 729557 729558 729559 729560 729561 729562 729563 729564 729565 729566 729567 729568 729569 729570 729571 729572 729573 729574 729575 729576 729577 729578 729579 729580 729581 729582 729583 729584 729585 729586 729587 729588 729589 729590 729591 729592 729593 729594 729595 729596 729597 729598 729599 729600 729601 729602 729603 729604 729605 729606 729607 729608 729609 729610 729611 729612 729613 729614 729615 729616 729617 729618 729619 729620 729621 729622 729623 729624 729625 729626 729627 729628 729629 729630 729631 729632 729633 729634 729635 729636 729637 729638 729639 729640 729641 729642 729643 729644 729645 729646 729647 729648 729649 729650 729651 729652 729653 729654 729655 729656 729657 729658 729659 729660 729661 729662 729663 729664 729665 729666 729667 729668 729669 729670 729671 729672 729673 729674 729675 729676 729677 729678 729679 729680 729681 729682 729683 729684 729685 729686 729687 729688 729689 729690 729691 729692 729693 729694 729695 729696 729697 729698 729699 729700 729701 729702 729703 729704 729705 729706 729707 729708 729709 729710 729711 729712 729713 729714 729715 729716 729717 729718 729719 729720 729721 729722 729723 729724 729725 729726 729727 729728 729729 729730 729731 729732 729733 729734 729735 729736 729737 729738 729739 729740 729741 729742 729743 729744 729745 729746 729747 729748 729749 729750 729751 729752 729753 729754 729755 729756 729757 729758 729759 729760 729761 729762 729763 729764 729765 729766 729767 729768 729769 729770 729771 729772 729773 729774 729775 729776 729777 729778 729779 729780 729781 729782 729783 729784 729785 729786 729787 729788 729789 729790 729791 729792 729793 729794 729795 729796 729797 729798 729799 729800 729801 729802 729803 729804 729805 729806 729807 729808 729809 729810 729811 729812 729813 729814 729815 729816 729817 729818 729819 729820 729821 729822 729823 729824 729825 729826 729827 729828 729829 729830 729831 729832 729833 729834 729835 729836 729837 729838 729839 729840 729841 729842 729843 729844 729845 729846 729847 729848 729849 729850 729851 729852 729853 729854 729855 729856 729857 729858 729859 729860 729861 729862 729863 729864 729865 729866 729867 729868 729869 729870 729871 729872 729873 729874 729875 729876 729877 729878 729879 729880 729881 729882 729883 729884 729885 729886 729887 729888 729889 729890 729891 729892 729893 729894 729895 729896 729897 729898 729899 729900 729901 729902 729903 729904 729905 729906 729907 729908 729909 729910 729911 729912 729913 729914 729915 729916 729917 729918 729919 729920 729921 729922 729923 729924 729925 729926 729927 729928 729929 729930 729931 729932 729933 729934 729935 729936 729937 729938 729939 729940 729941 729942 729943 729944 729945 729946 729947 729948 729949 729950 729951 729952 729953 729954 729955 729956 729957 729958 729959 729960 729961 729962 729963 729964 729965 729966 729967 729968 729969 729970 729971 729972 729973 729974 729975 729976 729977 729978 729979 729980 729981 729982 729983 729984 729985 729986 729987 729988 729989 729990 729991 729992 729993 729994 729995 729996 729997 729998 729999 730000 730001 730002 730003 730004 730005 730006 730007 730008 730009 730010 730011 730012 730013 730014 730015 730016 730017 730018 730019 730020 730021 730022 730023 730024 730025 730026 730027 730028 730029 730030 730031 730032 730033 730034 730035 730036 730037 730038 730039 730040 730041 730042 730043 730044 730045 730046 730047 730048 730049 730050 730051 730052 730053 730054 730055 730056 730057 730058 730059 730060 730061 730062 730063 730064 730065 730066 730067 730068 730069 730070 730071 730072 730073 730074 730075 730076 730077 730078 730079 730080 730081 730082 730083 730084 730085 730086 730087 730088 730089 730090 730091 730092 730093 730094 730095 730096 730097 730098 730099 730100 730101 730102 730103 730104 730105 730106 730107 730108 730109 730110 730111 730112 730113 730114 730115 730116 730117 730118 730119 730120 730121 730122 730123 730124 730125 730126 730127 730128 730129 730130 730131 730132 730133 730134 730135 730136 730137 730138 730139 730140 730141 730142 730143 730144 730145 730146 730147 730148 730149 730150 730151 730152 730153 730154 730155 730156 730157 730158 730159 730160 730161 730162 730163 730164 730165 730166 730167 730168 730169 730170 730171 730172 730173 730174 730175 730176 730177 730178 730179 730180 730181 730182 730183 730184 730185 730186 730187 730188 730189 730190 730191 730192 730193 730194 730195 730196 730197 730198 730199 730200 730201 730202 730203 730204 730205 730206 730207 730208 730209 730210 730211 730212 730213 730214 730215 730216 730217 730218 730219 730220 730221 730222 730223 730224 730225 730226 730227 730228 730229 730230 730231 730232 730233 730234 730235 730236 730237 730238 730239 730240 730241 730242 730243 730244 730245 730246 730247 730248 730249 730250 730251 730252 730253 730254 730255 730256 730257 730258 730259 730260 730261 730262 730263 730264 730265 730266 730267 730268 730269 730270 730271 730272 730273 730274 730275 730276 730277 730278 730279 730280 730281 730282 730283 730284 730285 730286 730287 730288 730289 730290 730291 730292 730293 730294 730295 730296 730297 730298 730299 730300 730301 730302 730303 730304 730305 730306 730307 730308 730309 730310 730311 730312 730313 730314 730315 730316 730317 730318 730319 730320 730321 730322 730323 730324 730325 730326 730327 730328 730329 730330 730331 730332 730333 730334 730335 730336 730337 730338 730339 730340 730341 730342 730343 730344 730345 730346 730347 730348 730349 730350 730351 730352 730353 730354 730355 730356 730357 730358 730359 730360 730361 730362 730363 730364 730365 730366 730367 730368 730369 730370 730371 730372 730373 730374 730375 730376 730377 730378 730379 730380 730381 730382 730383 730384 730385 730386 730387 730388 730389 730390 730391 730392 730393 730394 730395 730396 730397 730398 730399 730400 730401 730402 730403 730404 730405 730406 730407 730408 730409 730410 730411 730412 730413 730414 730415 730416 730417 730418 730419 730420 730421 730422 730423 730424 730425 730426 730427 730428 730429 730430 730431 730432 730433 730434 730435 730436 730437 730438 730439 730440 730441 730442 730443 730444 730445 730446 730447 730448 730449 730450 730451 730452 730453 730454 730455 730456 730457 730458 730459 730460 730461 730462 730463 730464 730465 730466 730467 730468 730469 730470 730471 730472 730473 730474 730475 730476 730477 730478 730479 730480 730481 730482 730483 730484 730485 730486 730487 730488 730489 730490 730491 730492 730493 730494 730495 730496 730497 730498 730499 730500 730501 730502 730503 730504 730505 730506 730507 730508 730509 730510 730511 730512 730513 730514 730515 730516 730517 730518 730519 730520 730521 730522 730523 730524 730525 730526 730527 730528 730529 730530 730531 730532 730533 730534 730535 730536 730537 730538 730539 730540 730541 730542 730543 730544 730545 730546 730547 730548 730549 730550 730551 730552 730553 730554 730555 730556 730557 730558 730559 730560 730561 730562 730563 730564 730565 730566 730567 730568 730569 730570 730571 730572 730573 730574 730575 730576 730577 730578 730579 730580 730581 730582 730583 730584 730585 730586 730587 730588 730589 730590 730591 730592 730593 730594 730595 730596 730597 730598 730599 730600 730601 730602 730603 730604 730605 730606 730607 730608 730609 730610 730611 730612 730613 730614 730615 730616 730617 730618 730619 730620 730621 730622 730623 730624 730625 730626 730627 730628 730629 730630 730631 730632 730633 730634 730635 730636 730637 730638 730639 730640 730641 730642 730643 730644 730645 730646 730647 730648 730649 730650 730651 730652 730653 730654 730655 730656 730657 730658 730659 730660 730661 730662 730663 730664 730665 730666 730667 730668 730669 730670 730671 730672 730673 730674 730675 730676 730677 730678 730679 730680 730681 730682 730683 730684 730685 730686 730687 730688 730689 730690 730691 730692 730693 730694 730695 730696 730697 730698 730699 730700 730701 730702 730703 730704 730705 730706 730707 730708 730709 730710 730711 730712 730713 730714 730715 730716 730717 730718 730719 730720 730721 730722 730723 730724 730725 730726 730727 730728 730729 730730 730731 730732 730733 730734 730735 730736 730737 730738 730739 730740 730741 730742 730743 730744 730745 730746 730747 730748 730749 730750 730751 730752 730753 730754 730755 730756 730757 730758 730759 730760 730761 730762 730763 730764 730765 730766 730767 730768 730769 730770 730771 730772 730773 730774 730775 730776 730777 730778 730779 730780 730781 730782 730783 730784 730785 730786 730787 730788 730789 730790 730791 730792 730793 730794 730795 730796 730797 730798 730799 730800 730801 730802 730803 730804 730805 730806 730807 730808 730809 730810 730811 730812 730813 730814 730815 730816 730817 730818 730819 730820 730821 730822 730823 730824 730825 730826 730827 730828 730829 730830 730831 730832 730833 730834 730835 730836 730837 730838 730839 730840 730841 730842 730843 730844 730845 730846 730847 730848 730849 730850 730851 730852 730853 730854 730855 730856 730857 730858 730859 730860 730861 730862 730863 730864 730865 730866 730867 730868 730869 730870 730871 730872 730873 730874 730875 730876 730877 730878 730879 730880 730881 730882 730883 730884 730885 730886 730887 730888 730889 730890 730891 730892 730893 730894 730895 730896 730897 730898 730899 730900 730901 730902 730903 730904 730905 730906 730907 730908 730909 730910 730911 730912 730913 730914 730915 730916 730917 730918 730919 730920 730921 730922 730923 730924 730925 730926 730927 730928 730929 730930 730931 730932 730933 730934 730935 730936 730937 730938 730939 730940 730941 730942 730943 730944 730945 730946 730947 730948 730949 730950 730951 730952 730953 730954 730955 730956 730957 730958 730959 730960 730961 730962 730963 730964 730965 730966 730967 730968 730969 730970 730971 730972 730973 730974 730975 730976 730977 730978 730979 730980 730981 730982 730983 730984 730985 730986 730987 730988 730989 730990 730991 730992 730993 730994 730995 730996 730997 730998 730999 731000 731001 731002 731003 731004 731005 731006 731007 731008 731009 731010 731011 731012 731013 731014 731015 731016 731017 731018 731019 731020 731021 731022 731023 731024 731025 731026 731027 731028 731029 731030 731031 731032 731033 731034 731035 731036 731037 731038 731039 731040 731041 731042 731043 731044 731045 731046 731047 731048 731049 731050 731051 731052 731053 731054 731055 731056 731057 731058 731059 731060 731061 731062 731063 731064 731065 731066 731067 731068 731069 731070 731071 731072 731073 731074 731075 731076 731077 731078 731079 731080 731081 731082 731083 731084 731085 731086 731087 731088 731089 731090 731091 731092 731093 731094 731095 731096 731097 731098 731099 731100 731101 731102 731103 731104 731105 731106 731107 731108 731109 731110 731111 731112 731113 731114 731115 731116 731117 731118 731119 731120 731121 731122 731123 731124 731125 731126 731127 731128 731129 731130 731131 731132 731133 731134 731135 731136 731137 731138 731139 731140 731141 731142 731143 731144 731145 731146 731147 731148 731149 731150 731151 731152 731153 731154 731155 731156 731157 731158 731159 731160 731161 731162 731163 731164 731165 731166 731167 731168 731169 731170 731171 731172 731173 731174 731175 731176 731177 731178 731179 731180 731181 731182 731183 731184 731185 731186 731187 731188 731189 731190 731191 731192 731193 731194 731195 731196 731197 731198 731199 731200 731201 731202 731203 731204 731205 731206 731207 731208 731209 731210 731211 731212 731213 731214 731215 731216 731217 731218 731219 731220 731221 731222 731223 731224 731225 731226 731227 731228 731229 731230 731231 731232 731233 731234 731235 731236 731237 731238 731239 731240 731241 731242 731243 731244 731245 731246 731247 731248 731249 731250 731251 731252 731253 731254 731255 731256 731257 731258 731259 731260 731261 731262 731263 731264 731265 731266 731267 731268 731269 731270 731271 731272 731273 731274 731275 731276 731277 731278 731279 731280 731281 731282 731283 731284 731285 731286 731287 731288 731289 731290 731291 731292 731293 731294 731295 731296 731297 731298 731299 731300 731301 731302 731303 731304 731305 731306 731307 731308 731309 731310 731311 731312 731313 731314 731315 731316 731317 731318 731319 731320 731321 731322 731323 731324 731325 731326 731327 731328 731329 731330 731331 731332 731333 731334 731335 731336 731337 731338 731339 731340 731341 731342 731343 731344 731345 731346 731347 731348 731349 731350 731351 731352 731353 731354 731355 731356 731357 731358 731359 731360 731361 731362 731363 731364 731365 731366 731367 731368 731369 731370 731371 731372 731373 731374 731375 731376 731377 731378 731379 731380 731381 731382 731383 731384 731385 731386 731387 731388 731389 731390 731391 731392 731393 731394 731395 731396 731397 731398 731399 731400 731401 731402 731403 731404 731405 731406 731407 731408 731409 731410 731411 731412 731413 731414 731415 731416 731417 731418 731419 731420 731421 731422 731423 731424 731425 731426 731427 731428 731429 731430 731431 731432 731433 731434 731435 731436 731437 731438 731439 731440 731441 731442 731443 731444 731445 731446 731447 731448 731449 731450 731451 731452 731453 731454 731455 731456 731457 731458 731459 731460 731461 731462 731463 731464 731465 731466 731467 731468 731469 731470 731471 731472 731473 731474 731475 731476 731477 731478 731479 731480 731481 731482 731483 731484 731485 731486 731487 731488 731489 731490 731491 731492 731493 731494 731495 731496 731497 731498 731499 731500 731501 731502 731503 731504 731505 731506 731507 731508 731509 731510 731511 731512 731513 731514 731515 731516 731517 731518 731519 731520 731521 731522 731523 731524 731525 731526 731527 731528 731529 731530 731531 731532 731533 731534 731535 731536 731537 731538 731539 731540 731541 731542 731543 731544 731545 731546 731547 731548 731549 731550 731551 731552 731553 731554 731555 731556 731557 731558 731559 731560 731561 731562 731563 731564 731565 731566 731567 731568 731569 731570 731571 731572 731573 731574 731575 731576 731577 731578 731579 731580 731581 731582 731583 731584 731585 731586 731587 731588 731589 731590 731591 731592 731593 731594 731595 731596 731597 731598 731599 731600 731601 731602 731603 731604 731605 731606 731607 731608 731609 731610 731611 731612 731613 731614 731615 731616 731617 731618 731619 731620 731621 731622 731623 731624 731625 731626 731627 731628 731629 731630 731631 731632 731633 731634 731635 731636 731637 731638 731639 731640 731641 731642 731643 731644 731645 731646 731647 731648 731649 731650 731651 731652 731653 731654 731655 731656 731657 731658 731659 731660 731661 731662 731663 731664 731665 731666 731667 731668 731669 731670 731671 731672 731673 731674 731675 731676 731677 731678 731679 731680 731681 731682 731683 731684 731685 731686 731687 731688 731689 731690 731691 731692 731693 731694 731695 731696 731697 731698 731699 731700 731701 731702 731703 731704 731705 731706 731707 731708 731709 731710 731711 731712 731713 731714 731715 731716 731717 731718 731719 731720 731721 731722 731723 731724 731725 731726 731727 731728 731729 731730 731731 731732 731733 731734 731735 731736 731737 731738 731739 731740 731741 731742 731743 731744 731745 731746 731747 731748 731749 731750 731751 731752 731753 731754 731755 731756 731757 731758 731759 731760 731761 731762 731763 731764 731765 731766 731767 731768 731769 731770 731771 731772 731773 731774 731775 731776 731777 731778 731779 731780 731781 731782 731783 731784 731785 731786 731787 731788 731789 731790 731791 731792 731793 731794 731795 731796 731797 731798 731799 731800 731801 731802 731803 731804 731805 731806 731807 731808 731809 731810 731811 731812 731813 731814 731815 731816 731817 731818 731819 731820 731821 731822 731823 731824 731825 731826 731827 731828 731829 731830 731831 731832 731833 731834 731835 731836 731837 731838 731839 731840 731841 731842 731843 731844 731845 731846 731847 731848 731849 731850 731851 731852 731853 731854 731855 731856 731857 731858 731859 731860 731861 731862 731863 731864 731865 731866 731867 731868 731869 731870 731871 731872 731873 731874 731875 731876 731877 731878 731879 731880 731881 731882 731883 731884 731885 731886 731887 731888 731889 731890 731891 731892 731893 731894 731895 731896 731897 731898 731899 731900 731901 731902 731903 731904 731905 731906 731907 731908 731909 731910 731911 731912 731913 731914 731915 731916 731917 731918 731919 731920 731921 731922 731923 731924 731925 731926 731927 731928 731929 731930 731931 731932 731933 731934 731935 731936 731937 731938 731939 731940 731941 731942 731943 731944 731945 731946 731947 731948 731949 731950 731951 731952 731953 731954 731955 731956 731957 731958 731959 731960 731961 731962 731963 731964 731965 731966 731967 731968 731969 731970 731971 731972 731973 731974 731975 731976 731977 731978 731979 731980 731981 731982 731983 731984 731985 731986 731987 731988 731989 731990 731991 731992 731993 731994 731995 731996 731997 731998 731999 732000 732001 732002 732003 732004 732005 732006 732007 732008 732009 732010 732011 732012 732013 732014 732015 732016 732017 732018 732019 732020 732021 732022 732023 732024 732025 732026 732027 732028 732029 732030 732031 732032 732033 732034 732035 732036 732037 732038 732039 732040 732041 732042 732043 732044 732045 732046 732047 732048 732049 732050 732051 732052 732053 732054 732055 732056 732057 732058 732059 732060 732061 732062 732063 732064 732065 732066 732067 732068 732069 732070 732071 732072 732073 732074 732075 732076 732077 732078 732079 732080 732081 732082 732083 732084 732085 732086 732087 732088 732089 732090 732091 732092 732093 732094 732095 732096 732097 732098 732099 732100 732101 732102 732103 732104 732105 732106 732107 732108 732109 732110 732111 732112 732113 732114 732115 732116 732117 732118 732119 732120 732121 732122 732123 732124 732125 732126 732127 732128 732129 732130 732131 732132 732133 732134 732135 732136 732137 732138 732139 732140 732141 732142 732143 732144 732145 732146 732147 732148 732149 732150 732151 732152 732153 732154 732155 732156 732157 732158 732159 732160 732161 732162 732163 732164 732165 732166 732167 732168 732169 732170 732171 732172 732173 732174 732175 732176 732177 732178 732179 732180 732181 732182 732183 732184 732185 732186 732187 732188 732189 732190 732191 732192 732193 732194 732195 732196 732197 732198 732199 732200 732201 732202 732203 732204 732205 732206 732207 732208 732209 732210 732211 732212 732213 732214 732215 732216 732217 732218 732219 732220 732221 732222 732223 732224 732225 732226 732227 732228 732229 732230 732231 732232 732233 732234 732235 732236 732237 732238 732239 732240 732241 732242 732243 732244 732245 732246 732247 732248 732249 732250 732251 732252 732253 732254 732255 732256 732257 732258 732259 732260 732261 732262 732263 732264 732265 732266 732267 732268 732269 732270 732271 732272 732273 732274 732275 732276 732277 732278 732279 732280 732281 732282 732283 732284 732285 732286 732287 732288 732289 732290 732291 732292 732293 732294 732295 732296 732297 732298 732299 732300 732301 732302 732303 732304 732305 732306 732307 732308 732309 732310 732311 732312 732313 732314 732315 732316 732317 732318 732319 732320 732321 732322 732323 732324 732325 732326 732327 732328 732329 732330 732331 732332 732333 732334 732335 732336 732337 732338 732339 732340 732341 732342 732343 732344 732345 732346 732347 732348 732349 732350 732351 732352 732353 732354 732355 732356 732357 732358 732359 732360 732361 732362 732363 732364 732365 732366 732367 732368 732369 732370 732371 732372 732373 732374 732375 732376 732377 732378 732379 732380 732381 732382 732383 732384 732385 732386 732387 732388 732389 732390 732391 732392 732393 732394 732395 732396 732397 732398 732399 732400 732401 732402 732403 732404 732405 732406 732407 732408 732409 732410 732411 732412 732413 732414 732415 732416 732417 732418 732419 732420 732421 732422 732423 732424 732425 732426 732427 732428 732429 732430 732431 732432 732433 732434 732435 732436 732437 732438 732439 732440 732441 732442 732443 732444 732445 732446 732447 732448 732449 732450 732451 732452 732453 732454 732455 732456 732457 732458 732459 732460 732461 732462 732463 732464 732465 732466 732467 732468 732469 732470 732471 732472 732473 732474 732475 732476 732477 732478 732479 732480 732481 732482 732483 732484 732485 732486 732487 732488 732489 732490 732491 732492 732493 732494 732495 732496 732497 732498 732499 732500 732501 732502 732503 732504 732505 732506 732507 732508 732509 732510 732511 732512 732513 732514 732515 732516 732517 732518 732519 732520 732521 732522 732523 732524 732525 732526 732527 732528 732529 732530 732531 732532 732533 732534 732535 732536 732537 732538 732539 732540 732541 732542 732543 732544 732545 732546 732547 732548 732549 732550 732551 732552 732553 732554 732555 732556 732557 732558 732559 732560 732561 732562 732563 732564 732565 732566 732567 732568 732569 732570 732571 732572 732573 732574 732575 732576 732577 732578 732579 732580 732581 732582 732583 732584 732585 732586 732587 732588 732589 732590 732591 732592 732593 732594 732595 732596 732597 732598 732599 732600 732601 732602 732603 732604 732605 732606 732607 732608 732609 732610 732611 732612 732613 732614 732615 732616 732617 732618 732619 732620 732621 732622 732623 732624 732625 732626 732627 732628 732629 732630 732631 732632 732633 732634 732635 732636 732637 732638 732639 732640 732641 732642 732643 732644 732645 732646 732647 732648 732649 732650 732651 732652 732653 732654 732655 732656 732657 732658 732659 732660 732661 732662 732663 732664 732665 732666 732667 732668 732669 732670 732671 732672 732673 732674 732675 732676 732677 732678 732679 732680 732681 732682 732683 732684 732685 732686 732687 732688 732689 732690 732691 732692 732693 732694 732695 732696 732697 732698 732699 732700 732701 732702 732703 732704 732705 732706 732707 732708 732709 732710 732711 732712 732713 732714 732715 732716 732717 732718 732719 732720 732721 732722 732723 732724 732725 732726 732727 732728 732729 732730 732731 732732 732733 732734 732735 732736 732737 732738 732739 732740 732741 732742 732743 732744 732745 732746 732747 732748 732749 732750 732751 732752 732753 732754 732755 732756 732757 732758 732759 732760 732761 732762 732763 732764 732765 732766 732767 732768 732769 732770 732771 732772 732773 732774 732775 732776 732777 732778 732779 732780 732781 732782 732783 732784 732785 732786 732787 732788 732789 732790 732791 732792 732793 732794 732795 732796 732797 732798 732799 732800 732801 732802 732803 732804 732805 732806 732807 732808 732809 732810 732811 732812 732813 732814 732815 732816 732817 732818 732819 732820 732821 732822 732823 732824 732825 732826 732827 732828 732829 732830 732831 732832 732833 732834 732835 732836 732837 732838 732839 732840 732841 732842 732843 732844 732845 732846 732847 732848 732849 732850 732851 732852 732853 732854 732855 732856 732857 732858 732859 732860 732861 732862 732863 732864 732865 732866 732867 732868 732869 732870 732871 732872 732873 732874 732875 732876 732877 732878 732879 732880 732881 732882 732883 732884 732885 732886 732887 732888 732889 732890 732891 732892 732893 732894 732895 732896 732897 732898 732899 732900 732901 732902 732903 732904 732905 732906 732907 732908 732909 732910 732911 732912 732913 732914 732915 732916 732917 732918 732919 732920 732921 732922 732923 732924 732925 732926 732927 732928 732929 732930 732931 732932 732933 732934 732935 732936 732937 732938 732939 732940 732941 732942 732943 732944 732945 732946 732947 732948 732949 732950 732951 732952 732953 732954 732955 732956 732957 732958 732959 732960 732961 732962 732963 732964 732965 732966 732967 732968 732969 732970 732971 732972 732973 732974 732975 732976 732977 732978 732979 732980 732981 732982 732983 732984 732985 732986 732987 732988 732989 732990 732991 732992 732993 732994 732995 732996 732997 732998 732999 733000 733001 733002 733003 733004 733005 733006 733007 733008 733009 733010 733011 733012 733013 733014 733015 733016 733017 733018 733019 733020 733021 733022 733023 733024 733025 733026 733027 733028 733029 733030 733031 733032 733033 733034 733035 733036 733037 733038 733039 733040 733041 733042 733043 733044 733045 733046 733047 733048 733049 733050 733051 733052 733053 733054 733055 733056 733057 733058 733059 733060 733061 733062 733063 733064 733065 733066 733067 733068 733069 733070 733071 733072 733073 733074 733075 733076 733077 733078 733079 733080 733081 733082 733083 733084 733085 733086 733087 733088 733089 733090 733091 733092 733093 733094 733095 733096 733097 733098 733099 733100 733101 733102 733103 733104 733105 733106 733107 733108 733109 733110 733111 733112 733113 733114 733115 733116 733117 733118 733119 733120 733121 733122 733123 733124 733125 733126 733127 733128 733129 733130 733131 733132 733133 733134 733135 733136 733137 733138 733139 733140 733141 733142 733143 733144 733145 733146 733147 733148 733149 733150 733151 733152 733153 733154 733155 733156 733157 733158 733159 733160 733161 733162 733163 733164 733165 733166 733167 733168 733169 733170 733171 733172 733173 733174 733175 733176 733177 733178 733179 733180 733181 733182 733183 733184 733185 733186 733187 733188 733189 733190 733191 733192 733193 733194 733195 733196 733197 733198 733199 733200 733201 733202 733203 733204 733205 733206 733207 733208 733209 733210 733211 733212 733213 733214 733215 733216 733217 733218 733219 733220 733221 733222 733223 733224 733225 733226 733227 733228 733229 733230 733231 733232 733233 733234 733235 733236 733237 733238 733239 733240 733241 733242 733243 733244 733245 733246 733247 733248 733249 733250 733251 733252 733253 733254 733255 733256 733257 733258 733259 733260 733261 733262 733263 733264 733265 733266 733267 733268 733269 733270 733271 733272 733273 733274 733275 733276 733277 733278 733279 733280 733281 733282 733283 733284 733285 733286 733287 733288 733289 733290 733291 733292 733293 733294 733295 733296 733297 733298 733299 733300 733301 733302 733303 733304 733305 733306 733307 733308 733309 733310 733311 733312 733313 733314 733315 733316 733317 733318 733319 733320 733321 733322 733323 733324 733325 733326 733327 733328 733329 733330 733331 733332 733333 733334 733335 733336 733337 733338 733339 733340 733341 733342 733343 733344 733345 733346 733347 733348 733349 733350 733351 733352 733353 733354 733355 733356 733357 733358 733359 733360 733361 733362 733363 733364 733365 733366 733367 733368 733369 733370 733371 733372 733373 733374 733375 733376 733377 733378 733379 733380 733381 733382 733383 733384 733385 733386 733387 733388 733389 733390 733391 733392 733393 733394 733395 733396 733397 733398 733399 733400 733401 733402 733403 733404 733405 733406 733407 733408 733409 733410 733411 733412 733413 733414 733415 733416 733417 733418 733419 733420 733421 733422 733423 733424 733425 733426 733427 733428 733429 733430 733431 733432 733433 733434 733435 733436 733437 733438 733439 733440 733441 733442 733443 733444 733445 733446 733447 733448 733449 733450 733451 733452 733453 733454 733455 733456 733457 733458 733459 733460 733461 733462 733463 733464 733465 733466 733467 733468 733469 733470 733471 733472 733473 733474 733475 733476 733477 733478 733479 733480 733481 733482 733483 733484 733485 733486 733487 733488 733489 733490 733491 733492 733493 733494 733495 733496 733497 733498 733499 733500 733501 733502 733503 733504 733505 733506 733507 733508 733509 733510 733511 733512 733513 733514 733515 733516 733517 733518 733519 733520 733521 733522 733523 733524 733525 733526 733527 733528 733529 733530 733531 733532 733533 733534 733535 733536 733537 733538 733539 733540 733541 733542 733543 733544 733545 733546 733547 733548 733549 733550 733551 733552 733553 733554 733555 733556 733557 733558 733559 733560 733561 733562 733563 733564 733565 733566 733567 733568 733569 733570 733571 733572 733573 733574 733575 733576 733577 733578 733579 733580 733581 733582 733583 733584 733585 733586 733587 733588 733589 733590 733591 733592 733593 733594 733595 733596 733597 733598 733599 733600 733601 733602 733603 733604 733605 733606 733607 733608 733609 733610 733611 733612 733613 733614 733615 733616 733617 733618 733619 733620 733621 733622 733623 733624 733625 733626 733627 733628 733629 733630 733631 733632 733633 733634 733635 733636 733637 733638 733639 733640 733641 733642 733643 733644 733645 733646 733647 733648 733649 733650 733651 733652 733653 733654 733655 733656 733657 733658 733659 733660 733661 733662 733663 733664 733665 733666 733667 733668 733669 733670 733671 733672 733673 733674 733675 733676 733677 733678 733679 733680 733681 733682 733683 733684 733685 733686 733687 733688 733689 733690 733691 733692 733693 733694 733695 733696 733697 733698 733699 733700 733701 733702 733703 733704 733705 733706 733707 733708 733709 733710 733711 733712 733713 733714 733715 733716 733717 733718 733719 733720 733721 733722 733723 733724 733725 733726 733727 733728 733729 733730 733731 733732 733733 733734 733735 733736 733737 733738 733739 733740 733741 733742 733743 733744 733745 733746 733747 733748 733749 733750 733751 733752 733753 733754 733755 733756 733757 733758 733759 733760 733761 733762 733763 733764 733765 733766 733767 733768 733769 733770 733771 733772 733773 733774 733775 733776 733777 733778 733779 733780 733781 733782 733783 733784 733785 733786 733787 733788 733789 733790 733791 733792 733793 733794 733795 733796 733797 733798 733799 733800 733801 733802 733803 733804 733805 733806 733807 733808 733809 733810 733811 733812 733813 733814 733815 733816 733817 733818 733819 733820 733821 733822 733823 733824 733825 733826 733827 733828 733829 733830 733831 733832 733833 733834 733835 733836 733837 733838 733839 733840 733841 733842 733843 733844 733845 733846 733847 733848 733849 733850 733851 733852 733853 733854 733855 733856 733857 733858 733859 733860 733861 733862 733863 733864 733865 733866 733867 733868 733869 733870 733871 733872 733873 733874 733875 733876 733877 733878 733879 733880 733881 733882 733883 733884 733885 733886 733887 733888 733889 733890 733891 733892 733893 733894 733895 733896 733897 733898 733899 733900 733901 733902 733903 733904 733905 733906 733907 733908 733909 733910 733911 733912 733913 733914 733915 733916 733917 733918 733919 733920 733921 733922 733923 733924 733925 733926 733927 733928 733929 733930 733931 733932 733933 733934 733935 733936 733937 733938 733939 733940 733941 733942 733943 733944 733945 733946 733947 733948 733949 733950 733951 733952 733953 733954 733955 733956 733957 733958 733959 733960 733961 733962 733963 733964 733965 733966 733967 733968 733969 733970 733971 733972 733973 733974 733975 733976 733977 733978 733979 733980 733981 733982 733983 733984 733985 733986 733987 733988 733989 733990 733991 733992 733993 733994 733995 733996 733997 733998 733999 734000 734001 734002 734003 734004 734005 734006 734007 734008 734009 734010 734011 734012 734013 734014 734015 734016 734017 734018 734019 734020 734021 734022 734023 734024 734025 734026 734027 734028 734029 734030 734031 734032 734033 734034 734035 734036 734037 734038 734039 734040 734041 734042 734043 734044 734045 734046 734047 734048 734049 734050 734051 734052 734053 734054 734055 734056 734057 734058 734059 734060 734061 734062 734063 734064 734065 734066 734067 734068 734069 734070 734071 734072 734073 734074 734075 734076 734077 734078 734079 734080 734081 734082 734083 734084 734085 734086 734087 734088 734089 734090 734091 734092 734093 734094 734095 734096 734097 734098 734099 734100 734101 734102 734103 734104 734105 734106 734107 734108 734109 734110 734111 734112 734113 734114 734115 734116 734117 734118 734119 734120 734121 734122 734123 734124 734125 734126 734127 734128 734129 734130 734131 734132 734133 734134 734135 734136 734137 734138 734139 734140 734141 734142 734143 734144 734145 734146 734147 734148 734149 734150 734151 734152 734153 734154 734155 734156 734157 734158 734159 734160 734161 734162 734163 734164 734165 734166 734167 734168 734169 734170 734171 734172 734173 734174 734175 734176 734177 734178 734179 734180 734181 734182 734183 734184 734185 734186 734187 734188 734189 734190 734191 734192 734193 734194 734195 734196 734197 734198 734199 734200 734201 734202 734203 734204 734205 734206 734207 734208 734209 734210 734211 734212 734213 734214 734215 734216 734217 734218 734219 734220 734221 734222 734223 734224 734225 734226 734227 734228 734229 734230 734231 734232 734233 734234 734235 734236 734237 734238 734239 734240 734241 734242 734243 734244 734245 734246 734247 734248 734249 734250 734251 734252 734253 734254 734255 734256 734257 734258 734259 734260 734261 734262 734263 734264 734265 734266 734267 734268 734269 734270 734271 734272 734273 734274 734275 734276 734277 734278 734279 734280 734281 734282 734283 734284 734285 734286 734287 734288 734289 734290 734291 734292 734293 734294 734295 734296 734297 734298 734299 734300 734301 734302 734303 734304 734305 734306 734307 734308 734309 734310 734311 734312 734313 734314 734315 734316 734317 734318 734319 734320 734321 734322 734323 734324 734325 734326 734327 734328 734329 734330 734331 734332 734333 734334 734335 734336 734337 734338 734339 734340 734341 734342 734343 734344 734345 734346 734347 734348 734349 734350 734351 734352 734353 734354 734355 734356 734357 734358 734359 734360 734361 734362 734363 734364 734365 734366 734367 734368 734369 734370 734371 734372 734373 734374 734375 734376 734377 734378 734379 734380 734381 734382 734383 734384 734385 734386 734387 734388 734389 734390 734391 734392 734393 734394 734395 734396 734397 734398 734399 734400 734401 734402 734403 734404 734405 734406 734407 734408 734409 734410 734411 734412 734413 734414 734415 734416 734417 734418 734419 734420 734421 734422 734423 734424 734425 734426 734427 734428 734429 734430 734431 734432 734433 734434 734435 734436 734437 734438 734439 734440 734441 734442 734443 734444 734445 734446 734447 734448 734449 734450 734451 734452 734453 734454 734455 734456 734457 734458 734459 734460 734461 734462 734463 734464 734465 734466 734467 734468 734469 734470 734471 734472 734473 734474 734475 734476 734477 734478 734479 734480 734481 734482 734483 734484 734485 734486 734487 734488 734489 734490 734491 734492 734493 734494 734495 734496 734497 734498 734499 734500 734501 734502 734503 734504 734505 734506 734507 734508 734509 734510 734511 734512 734513 734514 734515 734516 734517 734518 734519 734520 734521 734522 734523 734524 734525 734526 734527 734528 734529 734530 734531 734532 734533 734534 734535 734536 734537 734538 734539 734540 734541 734542 734543 734544 734545 734546 734547 734548 734549 734550 734551 734552 734553 734554 734555 734556 734557 734558 734559 734560 734561 734562 734563 734564 734565 734566 734567 734568 734569 734570 734571 734572 734573 734574 734575 734576 734577 734578 734579 734580 734581 734582 734583 734584 734585 734586 734587 734588 734589 734590 734591 734592 734593 734594 734595 734596 734597 734598 734599 734600 734601 734602 734603 734604 734605 734606 734607 734608 734609 734610 734611 734612 734613 734614 734615 734616 734617 734618 734619 734620 734621 734622 734623 734624 734625 734626 734627 734628 734629 734630 734631 734632 734633 734634 734635 734636 734637 734638 734639 734640 734641 734642 734643 734644 734645 734646 734647 734648 734649 734650 734651 734652 734653 734654 734655 734656 734657 734658 734659 734660 734661 734662 734663 734664 734665 734666 734667 734668 734669 734670 734671 734672 734673 734674 734675 734676 734677 734678 734679 734680 734681 734682 734683 734684 734685 734686 734687 734688 734689 734690 734691 734692 734693 734694 734695 734696 734697 734698 734699 734700 734701 734702 734703 734704 734705 734706 734707 734708 734709 734710 734711 734712 734713 734714 734715 734716 734717 734718 734719 734720 734721 734722 734723 734724 734725 734726 734727 734728 734729 734730 734731 734732 734733 734734 734735 734736 734737 734738 734739 734740 734741 734742 734743 734744 734745 734746 734747 734748 734749 734750 734751 734752 734753 734754 734755 734756 734757 734758 734759 734760 734761 734762 734763 734764 734765 734766 734767 734768 734769 734770 734771 734772 734773 734774 734775 734776 734777 734778 734779 734780 734781 734782 734783 734784 734785 734786 734787 734788 734789 734790 734791 734792 734793 734794 734795 734796 734797 734798 734799 734800 734801 734802 734803 734804 734805 734806 734807 734808 734809 734810 734811 734812 734813 734814 734815 734816 734817 734818 734819 734820 734821 734822 734823 734824 734825 734826 734827 734828 734829 734830 734831 734832 734833 734834 734835 734836 734837 734838 734839 734840 734841 734842 734843 734844 734845 734846 734847 734848 734849 734850 734851 734852 734853 734854 734855 734856 734857 734858 734859 734860 734861 734862 734863 734864 734865 734866 734867 734868 734869 734870 734871 734872 734873 734874 734875 734876 734877 734878 734879 734880 734881 734882 734883 734884 734885 734886 734887 734888 734889 734890 734891 734892 734893 734894 734895 734896 734897 734898 734899 734900 734901 734902 734903 734904 734905 734906 734907 734908 734909 734910 734911 734912 734913 734914 734915 734916 734917 734918 734919 734920 734921 734922 734923 734924 734925 734926 734927 734928 734929 734930 734931 734932 734933 734934 734935 734936 734937 734938 734939 734940 734941 734942 734943 734944 734945 734946 734947 734948 734949 734950 734951 734952 734953 734954 734955 734956 734957 734958 734959 734960 734961 734962 734963 734964 734965 734966 734967 734968 734969 734970 734971 734972 734973 734974 734975 734976 734977 734978 734979 734980 734981 734982 734983 734984 734985 734986 734987 734988 734989 734990 734991 734992 734993 734994 734995 734996 734997 734998 734999 735000 735001 735002 735003 735004 735005 735006 735007 735008 735009 735010 735011 735012 735013 735014 735015 735016 735017 735018 735019 735020 735021 735022 735023 735024 735025 735026 735027 735028 735029 735030 735031 735032 735033 735034 735035 735036 735037 735038 735039 735040 735041 735042 735043 735044 735045 735046 735047 735048 735049 735050 735051 735052 735053 735054 735055 735056 735057 735058 735059 735060 735061 735062 735063 735064 735065 735066 735067 735068 735069 735070 735071 735072 735073 735074 735075 735076 735077 735078 735079 735080 735081 735082 735083 735084 735085 735086 735087 735088 735089 735090 735091 735092 735093 735094 735095 735096 735097 735098 735099 735100 735101 735102 735103 735104 735105 735106 735107 735108 735109 735110 735111 735112 735113 735114 735115 735116 735117 735118 735119 735120 735121 735122 735123 735124 735125 735126 735127 735128 735129 735130 735131 735132 735133 735134 735135 735136 735137 735138 735139 735140 735141 735142 735143 735144 735145 735146 735147 735148 735149 735150 735151 735152 735153 735154 735155 735156 735157 735158 735159 735160 735161 735162 735163 735164 735165 735166 735167 735168 735169 735170 735171 735172 735173 735174 735175 735176 735177 735178 735179 735180 735181 735182 735183 735184 735185 735186 735187 735188 735189 735190 735191 735192 735193 735194 735195 735196 735197 735198 735199 735200 735201 735202 735203 735204 735205 735206 735207 735208 735209 735210 735211 735212 735213 735214 735215 735216 735217 735218 735219 735220 735221 735222 735223 735224 735225 735226 735227 735228 735229 735230 735231 735232 735233 735234 735235 735236 735237 735238 735239 735240 735241 735242 735243 735244 735245 735246 735247 735248 735249 735250 735251 735252 735253 735254 735255 735256 735257 735258 735259 735260 735261 735262 735263 735264 735265 735266 735267 735268 735269 735270 735271 735272 735273 735274 735275 735276 735277 735278 735279 735280 735281 735282 735283 735284 735285 735286 735287 735288 735289 735290 735291 735292 735293 735294 735295 735296 735297 735298 735299 735300 735301 735302 735303 735304 735305 735306 735307 735308 735309 735310 735311 735312 735313 735314 735315 735316 735317 735318 735319 735320 735321 735322 735323 735324 735325 735326 735327 735328 735329 735330 735331 735332 735333 735334 735335 735336 735337 735338 735339 735340 735341 735342 735343 735344 735345 735346 735347 735348 735349 735350 735351 735352 735353 735354 735355 735356 735357 735358 735359 735360 735361 735362 735363 735364 735365 735366 735367 735368 735369 735370 735371 735372 735373 735374 735375 735376 735377 735378 735379 735380 735381 735382 735383 735384 735385 735386 735387 735388 735389 735390 735391 735392 735393 735394 735395 735396 735397 735398 735399 735400 735401 735402 735403 735404 735405 735406 735407 735408 735409 735410 735411 735412 735413 735414 735415 735416 735417 735418 735419 735420 735421 735422 735423 735424 735425 735426 735427 735428 735429 735430 735431 735432 735433 735434 735435 735436 735437 735438 735439 735440 735441 735442 735443 735444 735445 735446 735447 735448 735449 735450 735451 735452 735453 735454 735455 735456 735457 735458 735459 735460 735461 735462 735463 735464 735465 735466 735467 735468 735469 735470 735471 735472 735473 735474 735475 735476 735477 735478 735479 735480 735481 735482 735483 735484 735485 735486 735487 735488 735489 735490 735491 735492 735493 735494 735495 735496 735497 735498 735499 735500 735501 735502 735503 735504 735505 735506 735507 735508 735509 735510 735511 735512 735513 735514 735515 735516 735517 735518 735519 735520 735521 735522 735523 735524 735525 735526 735527 735528 735529 735530 735531 735532 735533 735534 735535 735536 735537 735538 735539 735540 735541 735542 735543 735544 735545 735546 735547 735548 735549 735550 735551 735552 735553 735554 735555 735556 735557 735558 735559 735560 735561 735562 735563 735564 735565 735566 735567 735568 735569 735570 735571 735572 735573 735574 735575 735576 735577 735578 735579 735580 735581 735582 735583 735584 735585 735586 735587 735588 735589 735590 735591 735592 735593 735594 735595 735596 735597 735598 735599 735600 735601 735602 735603 735604 735605 735606 735607 735608 735609 735610 735611 735612 735613 735614 735615 735616 735617 735618 735619 735620 735621 735622 735623 735624 735625 735626 735627 735628 735629 735630 735631 735632 735633 735634 735635 735636 735637 735638 735639 735640 735641 735642 735643 735644 735645 735646 735647 735648 735649 735650 735651 735652 735653 735654 735655 735656 735657 735658 735659 735660 735661 735662 735663 735664 735665 735666 735667 735668 735669 735670 735671 735672 735673 735674 735675 735676 735677 735678 735679 735680 735681 735682 735683 735684 735685 735686 735687 735688 735689 735690 735691 735692 735693 735694 735695 735696 735697 735698 735699 735700 735701 735702 735703 735704 735705 735706 735707 735708 735709 735710 735711 735712 735713 735714 735715 735716 735717 735718 735719 735720 735721 735722 735723 735724 735725 735726 735727 735728 735729 735730 735731 735732 735733 735734 735735 735736 735737 735738 735739 735740 735741 735742 735743 735744 735745 735746 735747 735748 735749 735750 735751 735752 735753 735754 735755 735756 735757 735758 735759 735760 735761 735762 735763 735764 735765 735766 735767 735768 735769 735770 735771 735772 735773 735774 735775 735776 735777 735778 735779 735780 735781 735782 735783 735784 735785 735786 735787 735788 735789 735790 735791 735792 735793 735794 735795 735796 735797 735798 735799 735800 735801 735802 735803 735804 735805 735806 735807 735808 735809 735810 735811 735812 735813 735814 735815 735816 735817 735818 735819 735820 735821 735822 735823 735824 735825 735826 735827 735828 735829 735830 735831 735832 735833 735834 735835 735836 735837 735838 735839 735840 735841 735842 735843 735844 735845 735846 735847 735848 735849 735850 735851 735852 735853 735854 735855 735856 735857 735858 735859 735860 735861 735862 735863 735864 735865 735866 735867 735868 735869 735870 735871 735872 735873 735874 735875 735876 735877 735878 735879 735880 735881 735882 735883 735884 735885 735886 735887 735888 735889 735890 735891 735892 735893 735894 735895 735896 735897 735898 735899 735900 735901 735902 735903 735904 735905 735906 735907 735908 735909 735910 735911 735912 735913 735914 735915 735916 735917 735918 735919 735920 735921 735922 735923 735924 735925 735926 735927 735928 735929 735930 735931 735932 735933 735934 735935 735936 735937 735938 735939 735940 735941 735942 735943 735944 735945 735946 735947 735948 735949 735950 735951 735952 735953 735954 735955 735956 735957 735958 735959 735960 735961 735962 735963 735964 735965 735966 735967 735968 735969 735970 735971 735972 735973 735974 735975 735976 735977 735978 735979 735980 735981 735982 735983 735984 735985 735986 735987 735988 735989 735990 735991 735992 735993 735994 735995 735996 735997 735998 735999 736000 736001 736002 736003 736004 736005 736006 736007 736008 736009 736010 736011 736012 736013 736014 736015 736016 736017 736018 736019 736020 736021 736022 736023 736024 736025 736026 736027 736028 736029 736030 736031 736032 736033 736034 736035 736036 736037 736038 736039 736040 736041 736042 736043 736044 736045 736046 736047 736048 736049 736050 736051 736052 736053 736054 736055 736056 736057 736058 736059 736060 736061 736062 736063 736064 736065 736066 736067 736068 736069 736070 736071 736072 736073 736074 736075 736076 736077 736078 736079 736080 736081 736082 736083 736084 736085 736086 736087 736088 736089 736090 736091 736092 736093 736094 736095 736096 736097 736098 736099 736100 736101 736102 736103 736104 736105 736106 736107 736108 736109 736110 736111 736112 736113 736114 736115 736116 736117 736118 736119 736120 736121 736122 736123 736124 736125 736126 736127 736128 736129 736130 736131 736132 736133 736134 736135 736136 736137 736138 736139 736140 736141 736142 736143 736144 736145 736146 736147 736148 736149 736150 736151 736152 736153 736154 736155 736156 736157 736158 736159 736160 736161 736162 736163 736164 736165 736166 736167 736168 736169 736170 736171 736172 736173 736174 736175 736176 736177 736178 736179 736180 736181 736182 736183 736184 736185 736186 736187 736188 736189 736190 736191 736192 736193 736194 736195 736196 736197 736198 736199 736200 736201 736202 736203 736204 736205 736206 736207 736208 736209 736210 736211 736212 736213 736214 736215 736216 736217 736218 736219 736220 736221 736222 736223 736224 736225 736226 736227 736228 736229 736230 736231 736232 736233 736234 736235 736236 736237 736238 736239 736240 736241 736242 736243 736244 736245 736246 736247 736248 736249 736250 736251 736252 736253 736254 736255 736256 736257 736258 736259 736260 736261 736262 736263 736264 736265 736266 736267 736268 736269 736270 736271 736272 736273 736274 736275 736276 736277 736278 736279 736280 736281 736282 736283 736284 736285 736286 736287 736288 736289 736290 736291 736292 736293 736294 736295 736296 736297 736298 736299 736300 736301 736302 736303 736304 736305 736306 736307 736308 736309 736310 736311 736312 736313 736314 736315 736316 736317 736318 736319 736320 736321 736322 736323 736324 736325 736326 736327 736328 736329 736330 736331 736332 736333 736334 736335 736336 736337 736338 736339 736340 736341 736342 736343 736344 736345 736346 736347 736348 736349 736350 736351 736352 736353 736354 736355 736356 736357 736358 736359 736360 736361 736362 736363 736364 736365 736366 736367 736368 736369 736370 736371 736372 736373 736374 736375 736376 736377 736378 736379 736380 736381 736382 736383 736384 736385 736386 736387 736388 736389 736390 736391 736392 736393 736394 736395 736396 736397 736398 736399 736400 736401 736402 736403 736404 736405 736406 736407 736408 736409 736410 736411 736412 736413 736414 736415 736416 736417 736418 736419 736420 736421 736422 736423 736424 736425 736426 736427 736428 736429 736430 736431 736432 736433 736434 736435 736436 736437 736438 736439 736440 736441 736442 736443 736444 736445 736446 736447 736448 736449 736450 736451 736452 736453 736454 736455 736456 736457 736458 736459 736460 736461 736462 736463 736464 736465 736466 736467 736468 736469 736470 736471 736472 736473 736474 736475 736476 736477 736478 736479 736480 736481 736482 736483 736484 736485 736486 736487 736488 736489 736490 736491 736492 736493 736494 736495 736496 736497 736498 736499 736500 736501 736502 736503 736504 736505 736506 736507 736508 736509 736510 736511 736512 736513 736514 736515 736516 736517 736518 736519 736520 736521 736522 736523 736524 736525 736526 736527 736528 736529 736530 736531 736532 736533 736534 736535 736536 736537 736538 736539 736540 736541 736542 736543 736544 736545 736546 736547 736548 736549 736550 736551 736552 736553 736554 736555 736556 736557 736558 736559 736560 736561 736562 736563 736564 736565 736566 736567 736568 736569 736570 736571 736572 736573 736574 736575 736576 736577 736578 736579 736580 736581 736582 736583 736584 736585 736586 736587 736588 736589 736590 736591 736592 736593 736594 736595 736596 736597 736598 736599 736600 736601 736602 736603 736604 736605 736606 736607 736608 736609 736610 736611 736612 736613 736614 736615 736616 736617 736618 736619 736620 736621 736622 736623 736624 736625 736626 736627 736628 736629 736630 736631 736632 736633 736634 736635 736636 736637 736638 736639 736640 736641 736642 736643 736644 736645 736646 736647 736648 736649 736650 736651 736652 736653 736654 736655 736656 736657 736658 736659 736660 736661 736662 736663 736664 736665 736666 736667 736668 736669 736670 736671 736672 736673 736674 736675 736676 736677 736678 736679 736680 736681 736682 736683 736684 736685 736686 736687 736688 736689 736690 736691 736692 736693 736694 736695 736696 736697 736698 736699 736700 736701 736702 736703 736704 736705 736706 736707 736708 736709 736710 736711 736712 736713 736714 736715 736716 736717 736718 736719 736720 736721 736722 736723 736724 736725 736726 736727 736728 736729 736730 736731 736732 736733 736734 736735 736736 736737 736738 736739 736740 736741 736742 736743 736744 736745 736746 736747 736748 736749 736750 736751 736752 736753 736754 736755 736756 736757 736758 736759 736760 736761 736762 736763 736764 736765 736766 736767 736768 736769 736770 736771 736772 736773 736774 736775 736776 736777 736778 736779 736780 736781 736782 736783 736784 736785 736786 736787 736788 736789 736790 736791 736792 736793 736794 736795 736796 736797 736798 736799 736800 736801 736802 736803 736804 736805 736806 736807 736808 736809 736810 736811 736812 736813 736814 736815 736816 736817 736818 736819 736820 736821 736822 736823 736824 736825 736826 736827 736828 736829 736830 736831 736832 736833 736834 736835 736836 736837 736838 736839 736840 736841 736842 736843 736844 736845 736846 736847 736848 736849 736850 736851 736852 736853 736854 736855 736856 736857 736858 736859 736860 736861 736862 736863 736864 736865 736866 736867 736868 736869 736870 736871 736872 736873 736874 736875 736876 736877 736878 736879 736880 736881 736882 736883 736884 736885 736886 736887 736888 736889 736890 736891 736892 736893 736894 736895 736896 736897 736898 736899 736900 736901 736902 736903 736904 736905 736906 736907 736908 736909 736910 736911 736912 736913 736914 736915 736916 736917 736918 736919 736920 736921 736922 736923 736924 736925 736926 736927 736928 736929 736930 736931 736932 736933 736934 736935 736936 736937 736938 736939 736940 736941 736942 736943 736944 736945 736946 736947 736948 736949 736950 736951 736952 736953 736954 736955 736956 736957 736958 736959 736960 736961 736962 736963 736964 736965 736966 736967 736968 736969 736970 736971 736972 736973 736974 736975 736976 736977 736978 736979 736980 736981 736982 736983 736984 736985 736986 736987 736988 736989 736990 736991 736992 736993 736994 736995 736996 736997 736998 736999 737000 737001 737002 737003 737004 737005 737006 737007 737008 737009 737010 737011 737012 737013 737014 737015 737016 737017 737018 737019 737020 737021 737022 737023 737024 737025 737026 737027 737028 737029 737030 737031 737032 737033 737034 737035 737036 737037 737038 737039 737040 737041 737042 737043 737044 737045 737046 737047 737048 737049 737050 737051 737052 737053 737054 737055 737056 737057 737058 737059 737060 737061 737062 737063 737064 737065 737066 737067 737068 737069 737070 737071 737072 737073 737074 737075 737076 737077 737078 737079 737080 737081 737082 737083 737084 737085 737086 737087 737088 737089 737090 737091 737092 737093 737094 737095 737096 737097 737098 737099 737100 737101 737102 737103 737104 737105 737106 737107 737108 737109 737110 737111 737112 737113 737114 737115 737116 737117 737118 737119 737120 737121 737122 737123 737124 737125 737126 737127 737128 737129 737130 737131 737132 737133 737134 737135 737136 737137 737138 737139 737140 737141 737142 737143 737144 737145 737146 737147 737148 737149 737150 737151 737152 737153 737154 737155 737156 737157 737158 737159 737160 737161 737162 737163 737164 737165 737166 737167 737168 737169 737170 737171 737172 737173 737174 737175 737176 737177 737178 737179 737180 737181 737182 737183 737184 737185 737186 737187 737188 737189 737190 737191 737192 737193 737194 737195 737196 737197 737198 737199 737200 737201 737202 737203 737204 737205 737206 737207 737208 737209 737210 737211 737212 737213 737214 737215 737216 737217 737218 737219 737220 737221 737222 737223 737224 737225 737226 737227 737228 737229 737230 737231 737232 737233 737234 737235 737236 737237 737238 737239 737240 737241 737242 737243 737244 737245 737246 737247 737248 737249 737250 737251 737252 737253 737254 737255 737256 737257 737258 737259 737260 737261 737262 737263 737264 737265 737266 737267 737268 737269 737270 737271 737272 737273 737274 737275 737276 737277 737278 737279 737280 737281 737282 737283 737284 737285 737286 737287 737288 737289 737290 737291 737292 737293 737294 737295 737296 737297 737298 737299 737300 737301 737302 737303 737304 737305 737306 737307 737308 737309 737310 737311 737312 737313 737314 737315 737316 737317 737318 737319 737320 737321 737322 737323 737324 737325 737326 737327 737328 737329 737330 737331 737332 737333 737334 737335 737336 737337 737338 737339 737340 737341 737342 737343 737344 737345 737346 737347 737348 737349 737350 737351 737352 737353 737354 737355 737356 737357 737358 737359 737360 737361 737362 737363 737364 737365 737366 737367 737368 737369 737370 737371 737372 737373 737374 737375 737376 737377 737378 737379 737380 TooltipText=null 06:08:02.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") 06:08:02.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:02.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:02.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:02.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:02.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:08:02.151 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 06:08:02.151 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:08:02.151 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:02.152 INFO [WorkbenchTestable][AbstractView] Launch removed 06:08:02.170 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:02.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:02.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:02.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:08:02.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:02.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:02.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:08:02.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:02.172 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:02.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:02.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:02.172 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTerminateConsole no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 06:08:02.172 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:02.172 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsoleView no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 06:08:02.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:08:02.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:02.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:02.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:02.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:02.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:02.174 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:08:02.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:02.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:02.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:08:02.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:02.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:02.176 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:08:02.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 '\*?\QProblems\E') 06:08:02.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:02.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:02.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:02.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:02.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:02.178 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:08:02.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:08:02.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:02.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:02.199 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:08:02.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:08:02.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:02.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:02.199 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:08:02.199 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:08:02.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:08:02.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:02.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:02.200 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:08:02.201 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:08:02.201 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:08:02.201 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:08:02.201 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:08:02.201 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:08:02.201 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:08:02.201 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:08:02.201 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:08:02.201 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:08:02.201 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:08:02.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:08:03.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:08:03.202 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:08:03.202 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:08:03.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:08:03.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:03.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:03.203 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:08:03.204 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:08:03.204 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:08:03.204 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:08:03.204 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 06:08:03.204 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:08:03.204 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:08:03.204 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:08:03.204 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:08:03.204 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:08:03.204 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:08:03.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:08:03.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:08:03.204 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:08:03.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:08:03.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:03.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:03.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:08:03.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:03.205 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:08:03.205 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:08:03.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:03.205 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:08:03.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:03.205 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:08:03.205 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:08:03.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:03.205 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:08:03.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:03.205 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:08:03.205 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:08:03.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:08:03.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:03.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:03.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 06:08:03.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:03.206 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 06:08:03.206 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 06:08:03.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:03.206 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 06:08:03.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:03.206 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 06:08:03.206 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 06:08:03.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:03.206 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 06:08:03.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:03.206 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 06:08:03.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:08:03.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:03.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:03.208 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:08:03.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:08:03.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:03.210 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:08:03.210 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:08:03.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:03.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:03.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:03.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:03.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 06:08:03.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:03.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 06:08:03.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:03.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:08:03.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:03.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:03.224 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:08:03.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:08:03.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:03.227 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:08:03.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:08:03.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:03.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:03.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:03.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:03.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:08:03.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:03.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:08:03.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.238 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) 06:08:03.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:08:03.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:03.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:03.241 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:08:03.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:08:03.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:03.243 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:08:03.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:08:03.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:03.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:03.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:03.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:03.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:08:03.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:03.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:08:03.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:03.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:08:03.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:03.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:03.247 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:08:03.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') 06:08:03.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:03.248 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:08:03.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:08:03.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:03.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:03.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:03.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:03.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 06:08:03.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:03.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 06:08:03.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.250 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. 06:08:03.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:08:03.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:03.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:03.252 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:08:03.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:08:03.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:03.254 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:08:03.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:08:03.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:03.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:03.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:03.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:03.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 06:08:03.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:03.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 06:08:03.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:03.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:08:03.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:03.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:03.268 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:08:03.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:08:03.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:03.270 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:08:03.270 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:08:03.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:03.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:03.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:03.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:03.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:08:03.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:03.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 06:08:03.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.271 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. 06:08:03.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.274 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:08:03.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:03.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:03.274 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:08:03.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') 06:08:03.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:03.276 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:08:03.276 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:08:03.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:03.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:03.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:03.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:03.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 06:08:03.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:03.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:08:03.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:03.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.279 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:08:03.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:03.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:03.280 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:08:03.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:08:03.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:03.282 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:08:03.282 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:08:03.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:03.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:03.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:03.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:03.293 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:08:03.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:03.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 06:08:03.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.294 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 06:08:03.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:08:03.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:03.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:03.296 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:08:03.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') 06:08:03.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:03.298 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:08:03.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:08:03.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:03.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:03.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:03.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:03.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 06:08:03.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:03.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:08:03.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:03.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:08:03.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:03.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:03.313 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:08:03.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:08:03.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:03.315 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:08:03.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:08:03.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:03.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:03.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:03.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:03.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 06:08:03.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:03.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:08:03.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.327 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 06:08:03.327 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 06:08:03.382 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 06:08:03.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.393 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:08:03.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.394 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:08:03.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:03.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:03.394 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:08:03.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') 06:08:03.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:03.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:03.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:03.394 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:03.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:03.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:03.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:03.419 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:03.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:03.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:03.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:03.419 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:03.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:03.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:03.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:03.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:03.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:03.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:03.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:04.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:04.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:04.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:08:04.421 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:04.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:04.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:04.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:04.423 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:08:04.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:04.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:04.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:04.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:04.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:04.423 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:08:04.423 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:08:04.423 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 06:08:04.423 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:08:04.424 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 06:08:04.424 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 06:08:04.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:04.424 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 06:08:04.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:04.424 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 06:08:04.424 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:08:04.424 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:08:04.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:04.424 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:08:04.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:04.424 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:08:04.424 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 06:08:04.424 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:08:04.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:04.424 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:08:04.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:04.424 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:08:04.424 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:08:04.424 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:08:04.424 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:08:04.426 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:08:04.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:04.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:04.426 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:08:04.426 DEBUG [main][MenuItemLookup] Found menu:'File' 06:08:04.426 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:08:04.426 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:08:04.426 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:08:04.426 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:08:04.426 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:08:04.426 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:08:04.426 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:08:04.426 DEBUG [main][MenuItemLookup] Item match:Run 06:08:04.427 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 06:08:04.427 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 06:08:04.427 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:04.427 DEBUG [main][MenuItemLookup] Found menu:'Run History' 06:08:04.427 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:08:04.427 DEBUG [main][MenuItemLookup] Item match:Run As 06:08:04.427 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 06:08:04.427 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 06:08:04.427 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 06:08:04.427 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 06:08:04.427 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 06:08:04.427 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 06:08:04.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 06:08:04.454 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:08:04.454 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:04.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:04.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:04.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:08:04.485 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:04.485 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:04.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:04.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:08:04.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:04.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:04.986 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:08:04.986 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:04.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:04.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:04.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 06:08:04.988 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:04.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:04.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:04.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 06:08:04.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:04.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:04.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 06:08:04.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:08:04.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 06:08:04.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:08:04.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:08:04.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:08:04.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:08:04.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 06:08:04.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:04.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:04.990 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:08:04.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:04.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:04.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:08:04.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:04.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:04.993 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:08:04.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 '\*?\QConsole\E') 06:08:04.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:04.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:04.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:04.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:04.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:04.995 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:04.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:04.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:04.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:04.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:04.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:04.995 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:04.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:04.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:04.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:04.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:04.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:04.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:04.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:04.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 06:08:04.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:04.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:04.998 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:08:04.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:04.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:04.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:08:04.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:04.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:05.000 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:08:05.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 06:08:05.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:05.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:05.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:05.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:05.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:05.001 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:05.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:05.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:05.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:05.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:05.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:05.002 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:05.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:05.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:05.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:05.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:05.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:05.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:05.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:05.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:05.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:05.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:08:05.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:05.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:05.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 06:08:05.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 06:08:05.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:05.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:05.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:05.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:05.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:08:05.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:05.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:05.014 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:08:05.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:05.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:05.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:08:05.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:05.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:05.016 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:08:05.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 '\*?\QConsole\E') 06:08:05.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:05.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:05.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:05.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:05.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:05.018 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:05.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:05.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:05.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:05.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:05.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:05.019 INFO [WorkbenchTestable][AbstractView] Clearing console 06:08:05.019 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:05.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:05.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:05.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:05.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:05.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:05.029 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") 06:08:05.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:05.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:05.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:05.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:05.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:08:05.029 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Clear Console 06:08:05.029 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:08:05.029 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:05.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console text is ""... 06:08:05.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:05.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:05.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console text is "" finished successfully 06:08:05.030 INFO [WorkbenchTestable][AbstractView] Console cleared 06:08:05.030 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:05.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:05.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:05.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 06:08:05.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:05.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:05.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:05.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:05.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:05.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:05.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 06:08:05.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:05.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:05.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:05.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:06.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:06.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:06.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" failed, NO exception will be thrown 06:08:06.034 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 06:08:06.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:06.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:06.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:06.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:06.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:08:06.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:06.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:06.037 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 06:08:06.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:06.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:06.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:08:06.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:06.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:06.039 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:08:06.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 06:08:06.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:06.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:06.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:06.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:06.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:06.041 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:06.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:06.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:06.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:06.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:06.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:06.042 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:06.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:06.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:06.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:06.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:06.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:06.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:06.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:06.042 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:06.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:06.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:06.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 06:08:06.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:06.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:06.043 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") 06:08:06.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:06.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:06.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:06.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:06.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:08:06.043 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 06:08:06.043 INFO [WorkbenchTestable][AbstractView] Terminating console 06:08:06.043 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:06.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:06.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:06.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 06:08:06.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:06.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:06.044 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") 06:08:06.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:06.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:06.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:06.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:06.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:08:06.045 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 06:08:06.045 INFO [WorkbenchTestable][AbstractView] Removing launch from console 06:08:06.045 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:06.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:06.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:06.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 06:08:06.045 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") 06:08:06.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:06.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:06.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:06.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:06.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:08:06.046 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 06:08:06.046 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:08:06.046 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:06.046 INFO [WorkbenchTestable][AbstractView] Launch removed 06:08:06.068 INFO [WorkbenchTestable][AbstractView] Activate view Console 06:08:06.068 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 06:08:06.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:06.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:08:06.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:06.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:06.070 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:08:06.070 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:06.070 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:06.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:06.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:06.070 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsoleView no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 06:08:06.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:06.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:06.071 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:08:06.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:06.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:06.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 06:08:06.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:06.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:06.071 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 06:08:06.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 '\*?\QPackage Explorer\E') 06:08:06.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:06.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:06.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:06.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:06.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:06.072 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:06.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:06.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:06.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:06.080 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:06.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:06.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:06.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:06.081 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:06.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:06.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:06.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:06.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:06.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:06.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:06.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:06.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:07.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:07.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:07.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:08:07.084 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:07.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:07.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:07.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:07.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 06:08:07.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:07.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:07.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:07.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:07.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:07.085 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:08:07.085 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:08:07.085 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 06:08:07.085 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 06:08:07.085 DEBUG [main][TreeItemHandler] Selecting tree item: Project 06:08:07.086 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 06:08:07.087 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 06:08:07.087 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:08:07.087 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:07.113 DEBUG [main][MenuItemLookup] Found menu:'New' 06:08:07.113 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:08:07.113 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:07.113 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:08:07.113 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:08:07.113 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:08:07.113 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:07.113 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:08:07.113 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:08:07.113 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:08:07.113 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:08:07.113 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:07.113 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:08:07.113 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:08:07.113 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:08:07.113 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:08:07.113 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:07.113 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:08:07.113 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:08:07.113 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:07.113 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:08:07.113 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:08:07.113 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:08:07.113 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:08:07.113 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:08:07.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:08:07.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:08:07.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:08:07.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:08:07.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:08:07.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:08:07.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:08:07.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:08:07.116 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'Project' via Explorer 06:08:07.116 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 06:08:07.116 DEBUG [main][TreeItemHandler] Selecting tree item: Project 06:08:07.116 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 06:08:07.118 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 06:08:07.118 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:08:07.118 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:07.139 DEBUG [main][MenuItemLookup] Found menu:'New' 06:08:07.139 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:08:07.139 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:07.139 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:08:07.139 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:08:07.139 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:08:07.139 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:07.139 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:08:07.139 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:08:07.139 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:08:07.139 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:08:07.139 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:08:07.139 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:08:07.139 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:08:07.140 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:08:07.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 'Delete.*'] is available.... 06:08:07.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:08:07.725 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:08:07.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:07.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:07.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:07.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:07.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: 32) 06:08:07.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:07.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:07.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:07.728 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:08:07.728 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:07.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:07.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:07.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:07.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:07.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:07.728 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:08:07.728 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:08:07.728 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:08:07.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:07.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:07.728 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:07.728 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:07.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 "OK", Widget matcher matching widgets with style: 8) 06:08:07.728 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:07.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:07.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:07.728 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:08:07.728 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:07.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:07.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:07.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:07.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:07.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:07.729 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:08:07.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:07.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:07.729 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:07.729 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:07.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:08:07.732 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:08:08.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:08:08.232 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:08:08.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:08:08.232 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:08:08.232 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:08:08.232 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 06:08:08.232 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:08:08.232 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:08:08.232 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:08:08.232 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:08:08.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:08:08.232 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 06:08:08.232 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:08.232 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:08.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:08.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 76.011 s - in org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest testConsoleSwitching no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 7.588 s consoleHasNoChangeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 24.025 s testRemoveAllTerminatedLaunches no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 2.959 s toggleShowConsoleOnStandardOutChange no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 3.369 s testConsoleHasAnyText no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 10.054 s consoleHasTextTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 0.009 s getContextMenuTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 3.907 s testRemoveLaunch no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 3.411 s testTerminateConsole no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 7.339 s testConsoleView no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 3.898 s Running org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 06:08:08.238 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 06:08:08.240 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:08:08.240 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:08.240 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 06:08:08.240 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:08.240 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:08:08.240 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:08.240 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:08:08.240 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:08.241 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:08.241 INFO [WorkbenchTestable][RequirementsRunner] Started test: getInfoMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 06:08:08.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 06:08:08.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:08.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:08.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:08.244 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds 06:08:11.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:11.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:11.249 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 06:08:11.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:11.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:11.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:11.249 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:11.249 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:08:11.249 DEBUG [main][MenuItemLookup] Found menu:'File' 06:08:11.249 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:08:11.249 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:08:11.249 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:08:11.249 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:08:11.249 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:08:11.249 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:08:11.249 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:08:11.249 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:08:11.249 DEBUG [main][MenuItemLookup] Item match:Window 06:08:11.250 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:08:11.250 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:08:11.250 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:08:11.250 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:11.250 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:08:11.250 DEBUG [main][MenuItemLookup] Item match:Show View 06:08:11.254 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:08:11.254 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:08:11.254 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:08:11.254 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:08:11.254 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:08:11.254 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:08:11.254 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:08:11.254 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:08:11.254 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:08:11.254 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:08:11.254 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:08:11.254 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:08:11.254 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:08:11.254 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:08:11.254 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:11.254 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:08:11.254 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:08:11.254 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:08:11.254 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:08:11.254 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:08:11.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:08:11.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:08:11.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:08:11.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:11.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:11.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:08:11.297 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:11.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:11.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:11.297 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:08:11.297 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:11.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:11.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:11.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:11.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:11.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:11.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:08:11.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:08:11.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:08:11.298 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:08:11.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:11.298 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:08:11.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:11.298 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:08:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:08:11.299 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:08:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:11.299 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:08:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:11.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:08:11.299 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 06:08:11.299 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 06:08:11.299 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 06:08:11.299 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 06:08:11.299 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:11.299 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:08:11.299 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:11.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:11.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:11.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:08:11.300 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:11.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:11.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:11.300 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:08:11.300 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:11.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:11.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:11.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:11.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:11.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:11.300 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:08:11.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:11.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:11.300 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:11.300 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:11.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:08:11.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:08:11.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.log.LogView' view is open... 06:08:11.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:2139): Gtk-CRITICAL **: 06:08:11.389: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:08:11.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:11.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.log.LogView' view is open finished successfully 06:08:11.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:11.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:11.394 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:11.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:11.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:11.394 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:11.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 '\*?\QError Log\E') 06:08:11.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:11.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:11.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:11.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:11.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:11.395 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:11.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:11.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:11.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:11.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:11.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:11.397 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:11.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:11.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:11.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:11.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:11.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:11.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:11.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:11.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:11.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:11.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:11.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:11.403 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 06:08:11.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:2139): Gtk-CRITICAL **: 06:08:11.410: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:08:11.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:11.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:11.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:11.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:11.414 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:11.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 '\*?\QError Log\E') 06:08:11.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:11.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:11.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:11.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:11.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:11.416 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:11.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:11.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:11.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:11.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:11.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:11.416 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:11.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:11.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:11.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:11.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:11.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:11.417 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 06:08:11.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:11.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:11.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:11.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:11.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:11.419 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:08:11.419 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:2139): Gtk-CRITICAL **: 06:08:11.433: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:08:11.438 DEBUG [main][MenuItemLookup] Found menu:'Copy' 06:08:11.438 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:11.438 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 06:08:11.438 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 06:08:11.438 DEBUG [main][MenuItemLookup] Item match:Delete Log 06:08:11.438 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 06:08:11.438 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 06:08:11.438 INFO [main][MenuItemHandler] Select menu item: &Delete Log (Eclipse:2139): Gtk-CRITICAL **: 06:08:11.455: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:08:11.460: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:08:11.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 06:08:11.461 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 06:08:11.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 06:08:11.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:11.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:11.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:11.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:11.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:11.462 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 06:08:11.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:11.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:11.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:11.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 "Delete All Events") 06:08:11.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:11.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:11.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:11.462 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 06:08:11.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:11.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:11.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:11.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:11.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:11.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:11.467 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 06:08:11.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:11.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:11.467 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:11.467 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:2139): Gtk-CRITICAL **: 06:08:11.503: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:08:11.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:08:11.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:08:11.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 06:08:11.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:11.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:11.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:11.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:11.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:11.512 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:11.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 '\*?\QError Log\E') 06:08:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:11.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:11.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:11.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:11.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:11.513 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:11.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:11.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:11.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:11.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:11.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:11.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:11.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:11.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:11.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:11.515 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:11.515 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:11.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:11.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:11.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:11.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:11.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:11.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:11.526 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:11.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:11.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:11.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:11.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:11.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:11.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:11.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:11.528 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:11.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:11.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:11.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:11.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:11.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:11.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:11.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:11.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 06:08:11.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 06:08:11.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:11.530 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:11.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:11.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:11.531 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getInfoMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 06:08:11.531 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:11.531 INFO [WorkbenchTestable][RequirementsRunner] Started test: getErrorMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 06:08:11.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 06:08:11.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:11.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:11.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:11.536 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:2139): Gtk-CRITICAL **: 06:08:11.539: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:08:11.552: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:08:11.570: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:08:11.585: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:08:11.602: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:08:11.619: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:08:11.635: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:08:14.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:14.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:14.537 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 06:08:14.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:14.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:14.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:14.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:14.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:14.539 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:14.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 '\*?\QError Log\E') 06:08:14.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:14.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:14.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:14.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:14.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:14.540 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:14.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:14.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:14.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:14.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:14.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:14.541 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:14.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:14.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:14.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:14.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:14.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:14.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:14.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:14.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:14.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:14.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:14.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:14.545 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 06:08:14.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:14.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:14.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:14.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:14.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:14.547 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:14.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 '\*?\QError Log\E') 06:08:14.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:14.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:14.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:14.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:14.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:14.548 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:14.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:14.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:14.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:14.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:14.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:14.549 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:14.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:14.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:14.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:14.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:14.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:14.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.views.log.LogView, index 0 and no matchers specified 06:08:14.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:14.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:14.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:14.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:14.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:14.550 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:08:14.551 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:14.568 DEBUG [main][MenuItemLookup] Found menu:'Copy' 06:08:14.569 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:14.569 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 06:08:14.569 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 06:08:14.569 DEBUG [main][MenuItemLookup] Item match:Delete Log 06:08:14.569 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 06:08:14.569 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 06:08:14.569 INFO [main][MenuItemHandler] Select menu item: &Delete Log 06:08:14.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 06:08:14.589 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 06:08:14.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 06:08:14.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:14.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:14.589 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:14.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:14.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:14.589 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 06:08:14.590 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:14.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:14.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:14.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 "Delete All Events") 06:08:14.590 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:14.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:14.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:14.590 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 06:08:14.590 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:14.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:14.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:14.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:14.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:14.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:14.591 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 06:08:14.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:14.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:14.591 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:14.591 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:14.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:08:14.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:08:14.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 06:08:14.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:14.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:14.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:14.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:14.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:14.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:14.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:14.610 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:14.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 06:08:14.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:14.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:14.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:14.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:14.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:14.612 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:14.612 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:14.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:14.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:14.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:14.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:14.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:14.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:14.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:14.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:14.614 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:14.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:14.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:14.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:14.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:14.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:14.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:14.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:14.616 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:14.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:14.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:14.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:14.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:14.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:14.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:14.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:14.625 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:14.625 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:14.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:14.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:14.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:14.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:14.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:14.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:14.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 06:08:14.627 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 06:08:14.627 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:14.627 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:14.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:14.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:14.628 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getErrorMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 06:08:14.628 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:14.628 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSetActivateOnNewEvents no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 06:08:14.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 06:08:14.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:14.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:14.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:14.630 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:2139): Gtk-CRITICAL **: 06:08:14.635: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:08:17.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:17.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:17.633 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 06:08:17.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:17.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:17.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:17.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:17.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:17.635 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:17.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 '\*?\QError Log\E') 06:08:17.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:17.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:17.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:17.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:17.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:17.636 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:17.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:17.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:17.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:17.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:17.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:17.637 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:17.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:17.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:17.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:17.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:17.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:17.641 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:08:17.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:17.641 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:08:17.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:17.641 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 06:08:17.641 DEBUG [main][MenuItemLookup] Item match:Activate on new events 06:08:17.642 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:08:17.642 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:17.642 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:08:17.642 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:17.642 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 06:08:17.642 DEBUG [main][MenuItemLookup] Item match:Activate on new events 06:08:17.643 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:17.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:17.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:17.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:17.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:17.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:17.644 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:08:17.644 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:17.644 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:08:17.644 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:17.644 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 06:08:17.644 DEBUG [main][MenuItemLookup] Item match:Activate on new events 06:08:17.644 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Activate on new events" 06:08:17.644 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Activate on new events 06:08:17.644 INFO [main][MenuItemHandler] Select menu item: &Activate on new events 06:08:17.644 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:17.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:17.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:17.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:17.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:17.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:17.645 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:08:17.645 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:17.645 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:08:17.645 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:17.645 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 06:08:17.645 DEBUG [main][MenuItemLookup] Item match:Activate on new events 06:08:17.645 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Activate on new events" 06:08:17.645 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Activate on new events 06:08:17.645 INFO [main][MenuItemHandler] Select menu item: &Activate on new events 06:08:17.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:17.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:17.647 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 06:08:17.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:17.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:17.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:17.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:17.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:17.656 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:17.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 '\*?\QError Log\E') 06:08:17.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:17.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:17.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:17.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:17.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:17.658 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:17.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:17.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:17.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:17.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:17.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:17.659 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:17.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:17.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:17.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:17.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:17.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:17.659 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 06:08:17.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:17.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:17.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:17.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:17.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:17.661 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:08:17.661 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:17.686 DEBUG [main][MenuItemLookup] Found menu:'Copy' 06:08:17.686 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:17.686 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 06:08:17.686 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 06:08:17.686 DEBUG [main][MenuItemLookup] Item match:Delete Log 06:08:17.686 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 06:08:17.686 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 06:08:17.686 INFO [main][MenuItemHandler] Select menu item: &Delete Log 06:08:17.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 06:08:17.708 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 06:08:17.708 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 06:08:17.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:17.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:17.709 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:17.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:17.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:17.709 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 06:08:17.709 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:17.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:17.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:17.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete All Events") 06:08:17.709 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:17.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:17.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:17.709 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 06:08:17.709 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:17.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:17.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:17.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:17.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:17.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:17.710 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 06:08:17.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:17.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:17.710 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:17.710 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:17.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:08:17.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:08:17.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 06:08:17.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:17.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:17.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:17.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:17.729 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:17.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:17.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:17.730 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:17.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 '\*?\QError Log\E') 06:08:17.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:17.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:17.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:17.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:17.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:17.739 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:17.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:17.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:17.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:17.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:17.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:17.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:17.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:17.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:17.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:17.741 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:17.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:17.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:17.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:17.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:17.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:17.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:17.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:17.743 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:17.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:17.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:17.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:17.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:17.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:17.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:17.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:17.745 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:17.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:17.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:17.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:17.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:17.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:17.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:17.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:17.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 06:08:17.747 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 06:08:17.747 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:17.747 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:17.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:17.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:17.747 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSetActivateOnNewEvents no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 06:08:17.747 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:17.747 INFO [WorkbenchTestable][RequirementsRunner] Started test: getWarningMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 06:08:17.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 06:08:17.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:17.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:17.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:17.751 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:2139): Gtk-CRITICAL **: 06:08:17.765: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:08:20.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:20.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:20.753 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 06:08:20.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:20.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:20.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:20.755 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:20.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 '\*?\QError Log\E') 06:08:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:20.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:20.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:20.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:20.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:20.756 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:20.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:20.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:20.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:20.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:20.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:20.757 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:20.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:20.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:20.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:20.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:20.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:20.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:20.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:20.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:20.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:20.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:20.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:20.770 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 06:08:20.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:20.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:20.772 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:20.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:20.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:20.772 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:20.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 06:08:20.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:20.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:20.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:20.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:20.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:20.774 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:20.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:20.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:20.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:20.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:20.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:20.775 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:20.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:20.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:20.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:20.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:20.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:20.775 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 06:08:20.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:20.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:20.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:20.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:20.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:20.784 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:08:20.784 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:20.794 DEBUG [main][MenuItemLookup] Found menu:'Copy' 06:08:20.794 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:20.794 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 06:08:20.794 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 06:08:20.794 DEBUG [main][MenuItemLookup] Item match:Delete Log 06:08:20.794 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 06:08:20.794 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 06:08:20.794 INFO [main][MenuItemHandler] Select menu item: &Delete Log 06:08:20.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 06:08:20.815 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 06:08:20.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 06:08:20.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:20.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:20.815 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:20.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:20.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:20.815 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 06:08:20.815 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:20.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:20.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08: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 "Delete All Events") 06:08:20.815 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:20.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:20.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:20.815 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 06:08:20.815 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:20.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:20.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:20.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:20.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:20.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:20.816 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 06:08:20.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:20.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:20.816 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:20.816 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:20.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:08:20.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:08:20.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 06:08:20.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:20.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:20.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:20.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:20.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:20.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:20.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:20.838 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:20.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 06:08:20.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:20.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:20.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:20.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:20.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:20.839 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:20.839 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:20.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:20.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:20.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:20.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:20.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:20.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:20.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:20.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:20.841 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:20.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:20.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:20.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:20.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:20.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:20.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:20.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:20.851 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:20.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:20.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:20.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:20.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:20.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:20.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:20.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:20.853 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:20.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:20.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:20.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:20.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:20.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:20.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:20.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:20.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 06:08:20.855 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 06:08:20.855 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:20.855 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:20.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:20.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:20.856 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getWarningMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 06:08:20.856 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:20.856 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClearAndRestore no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 06:08:20.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 06:08:20.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:20.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:20.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:20.859 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:2139): Gtk-CRITICAL **: 06:08:20.862: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:08:23.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:23.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:23.860 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 06:08:23.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:23.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:23.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:23.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:23.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:23.862 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:23.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 '\*?\QError Log\E') 06:08:23.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:23.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:23.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:23.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:23.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:23.864 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:23.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:23.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:23.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:23.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:23.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:23.864 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:23.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:23.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:23.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:23.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:23.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:23.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:23.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:23.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:23.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:23.868 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:23.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:23.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:23.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:23.868 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 06:08:23.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:23.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:23.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:23.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:23.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:23.869 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:08:23.869 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:23.887 DEBUG [main][MenuItemLookup] Found menu:'Copy' 06:08:23.888 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:23.888 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 06:08:23.888 DEBUG [main][MenuItemLookup] Item match:Clear Log Viewer 06:08:23.888 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"C&lear Log Viewer" 06:08:23.888 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Clear Log Viewer 06:08:23.888 INFO [main][MenuItemHandler] Select menu item: C&lear Log Viewer 06:08:23.890 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:23.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:23.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:23.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:23.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:23.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:23.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:23.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:23.893 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:23.893 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:23.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:23.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:23.893 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 06:08:23.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:23.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:23.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:23.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:23.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:23.894 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:08:23.894 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:23.905 DEBUG [main][MenuItemLookup] Found menu:'Copy' 06:08:23.905 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:23.905 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 06:08:23.905 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 06:08:23.905 DEBUG [main][MenuItemLookup] Found menu:'Open Log' 06:08:23.905 DEBUG [main][MenuItemLookup] Found menu:'Restore Log' 06:08:23.905 DEBUG [main][MenuItemLookup] Item match:Restore Log 06:08:23.905 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restore Log" 06:08:23.905 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restore Log 06:08:23.906 INFO [main][MenuItemHandler] Select menu item: &Restore Log 06:08:23.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... (Eclipse:2139): Gtk-CRITICAL **: 06:08:23.946: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:08:24.943 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 06:08:24.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 06:08:24.944 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 06:08:24.944 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:24.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:24.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:24.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:24.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:24.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:24.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:24.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:24.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:24.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:24.948 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 06:08:24.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:24.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:24.949 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:24.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:24.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:24.950 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:24.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 '\*?\QError Log\E') 06:08:24.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:24.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:24.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:24.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:24.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:24.951 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:24.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:24.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:24.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:24.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:24.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:24.952 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:24.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:24.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:24.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:24.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:24.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:24.952 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 06:08:24.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:24.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:24.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:24.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:24.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:24.954 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:08:24.954 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:24.972 DEBUG [main][MenuItemLookup] Found menu:'Copy' 06:08:24.972 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:24.972 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 06:08:24.972 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 06:08:24.972 DEBUG [main][MenuItemLookup] Item match:Delete Log 06:08:24.972 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 06:08:24.972 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 06:08:24.972 INFO [main][MenuItemHandler] Select menu item: &Delete Log 06:08:24.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 06:08:24.994 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 06:08:24.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 06:08:24.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:24.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:24.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:24.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:24.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:24.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 06:08:24.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:24.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:24.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:24.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 "Delete All Events") 06:08:24.995 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:24.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:24.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:24.995 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 06:08:24.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:24.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:24.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:24.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:24.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:24.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:24.995 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 06:08:24.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:24.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:24.995 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:24.995 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:25.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:08:25.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:08:25.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 06:08:25.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:25.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:25.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:25.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:25.014 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:25.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:25.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:25.015 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:25.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 06:08:25.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:25.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:25.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:25.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:25.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:25.016 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:25.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:25.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:25.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:25.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:25.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:25.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:25.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:25.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:25.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:25.018 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:25.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:25.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:25.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:25.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:25.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:25.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:25.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:25.020 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:25.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:25.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:25.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:25.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:25.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:25.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:25.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:25.022 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:25.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:25.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:25.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:25.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:25.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:25.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:25.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:25.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 06:08:25.024 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 06:08:25.024 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:25.024 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:25.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:25.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:25.024 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClearAndRestore no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 06:08:25.024 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:25.024 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 06:08:25.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 06:08:25.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:25.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:25.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:25.027 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:2139): Gtk-CRITICAL **: 06:08:25.033: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:08:25.053: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:08:28.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:28.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:28.029 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 06:08:28.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:28.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:28.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:28.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:28.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:28.031 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:28.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 '\*?\QError Log\E') 06:08:28.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:28.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:28.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:28.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:28.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:28.041 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:28.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:28.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:28.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:28.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:28.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:28.041 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:28.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:28.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:28.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:28.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:28.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:28.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:28.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:28.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:28.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:28.045 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:28.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:28.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:28.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:28.045 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 06:08:28.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:28.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:28.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:28.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:28.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:28.046 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:08:28.046 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:28.070 DEBUG [main][MenuItemLookup] Found menu:'Copy' 06:08:28.071 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:28.071 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 06:08:28.071 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 06:08:28.071 DEBUG [main][MenuItemLookup] Item match:Delete Log 06:08:28.071 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 06:08:28.071 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 06:08:28.071 INFO [main][MenuItemHandler] Select menu item: &Delete Log 06:08:28.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 06:08:28.099 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 06:08:28.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 06:08:28.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:28.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:28.100 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:28.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:28.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:28.100 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 06:08:28.100 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:28.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:28.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:28.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete All Events") 06:08:28.100 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:28.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:28.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:28.101 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 06:08:28.101 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:28.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:28.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:28.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:28.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:28.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:28.101 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 06:08:28.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:28.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:28.101 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:28.101 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:28.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:08:28.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:08:28.115 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:28.115 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:28.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:28.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:28.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:28.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:28.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:28.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:28.120 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:28.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:28.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:28.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:28.120 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 06:08:28.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:28.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:28.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:28.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:28.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:28.121 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:08:28.121 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:28.130 DEBUG [main][MenuItemLookup] Found menu:'Copy' 06:08:28.130 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:28.130 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 06:08:28.130 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 06:08:28.130 DEBUG [main][MenuItemLookup] Item match:Delete Log 06:08:28.130 DEBUG [WorkbenchTestable][AbstractView] Unable to delete log. "Delete Log" menu item is not enabled. 06:08:28.130 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:28.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:28.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:28.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:28.131 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 06:08:28.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:28.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:28.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:28.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:28.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:28.131 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:08:28.131 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:28.143 DEBUG [main][MenuItemLookup] Found menu:'Copy' 06:08:28.143 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:28.143 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 06:08:28.143 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 06:08:28.143 DEBUG [main][MenuItemLookup] Found menu:'Open Log' 06:08:28.143 DEBUG [main][MenuItemLookup] Found menu:'Restore Log' 06:08:28.143 DEBUG [main][MenuItemLookup] Item match:Restore Log 06:08:28.143 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restore Log" 06:08:28.143 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restore Log 06:08:28.143 INFO [main][MenuItemHandler] Select menu item: &Restore Log 06:08:28.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 06:08:29.186 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 06:08:29.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 06:08:29.187 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 06:08:29.187 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:29.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:29.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:29.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:29.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:29.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:29.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:29.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:29.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:29.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:29.191 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 06:08:29.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:29.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:29.192 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:29.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:29.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:29.192 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:29.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 06:08:29.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:29.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:29.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:29.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:29.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:29.194 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:29.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:29.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:29.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:29.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:29.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:29.194 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:29.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:29.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:29.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:29.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:29.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:29.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.views.log.LogView, index 0 and no matchers specified 06:08:29.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:29.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:29.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:29.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:29.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:29.196 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:08:29.196 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:29.212 DEBUG [main][MenuItemLookup] Found menu:'Copy' 06:08:29.212 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:29.212 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 06:08:29.212 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 06:08:29.212 DEBUG [main][MenuItemLookup] Item match:Delete Log 06:08:29.212 DEBUG [WorkbenchTestable][AbstractView] Unable to delete log. "Delete Log" menu item is not enabled. 06:08:29.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 06:08:29.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:29.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:29.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:29.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:29.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:29.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:29.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:29.215 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:29.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 06:08:29.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:29.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:29.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:29.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:29.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:29.217 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:29.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:29.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:29.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:29.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:29.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:29.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:29.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:29.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:29.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:29.219 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:29.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:29.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:29.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:29.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:29.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:29.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:29.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:29.221 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:29.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:29.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:29.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:29.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:29.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:29.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:29.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:29.223 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:29.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:29.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:29.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:29.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:29.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:29.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:29.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:29.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 06:08:29.224 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 06:08:29.224 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:29.224 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:29.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:29.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:29.225 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 06:08:29.225 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:29.225 INFO [WorkbenchTestable][RequirementsRunner] Started test: getOKMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 06:08:29.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 06:08:29.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:29.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:29.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:29.228 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:2139): Gtk-CRITICAL **: 06:08:29.237: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:08:29.247: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:08:32.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:32.231 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 06:08:32.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:32.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:32.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:32.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:32.232 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:32.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 06:08:32.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:32.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:32.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:32.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:32.234 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:32.234 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:32.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:32.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:32.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:32.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:32.235 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:32.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:32.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:32.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:32.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:32.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:32.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:32.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:32.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:32.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:32.240 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 06:08:32.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:32.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:32.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:32.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:32.241 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:32.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 06:08:32.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:32.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:32.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:32.243 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:32.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:32.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:32.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:32.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:32.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:32.244 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:32.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:32.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:32.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:32.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:32.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:32.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.views.log.LogView, index 0 and no matchers specified 06:08:32.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:32.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:32.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:32.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:32.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:08:32.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:32.262 DEBUG [main][MenuItemLookup] Found menu:'Copy' 06:08:32.262 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:32.262 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 06:08:32.262 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 06:08:32.262 DEBUG [main][MenuItemLookup] Item match:Delete Log 06:08:32.262 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 06:08:32.262 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 06:08:32.262 INFO [main][MenuItemHandler] Select menu item: &Delete Log 06:08:32.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 06:08:32.283 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 06:08:32.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 06:08:32.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:32.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:32.283 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:32.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:32.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:32.284 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 06:08:32.284 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:32.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:32.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 "Delete All Events") 06:08:32.284 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:32.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:32.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:32.284 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 06:08:32.284 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:32.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:32.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:32.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:32.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:32.285 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 06:08:32.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:32.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:32.285 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:32.285 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:32.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:08:32.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:08:32.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 06:08:32.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:32.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:32.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:32.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:32.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:32.308 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:32.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 06:08:32.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:32.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:32.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:32.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:32.309 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:32.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:32.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:32.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:32.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:32.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:32.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:32.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:32.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:32.311 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:32.311 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:32.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:32.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:32.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:32.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:32.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:32.314 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:32.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:32.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:32.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:32.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:32.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:32.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:32.315 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:08:32.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:08:32.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:32.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 06:08:32.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:32.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:32.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:32.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 06:08:32.317 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 06:08:32.317 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:32.317 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:32.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:32.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:32.318 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getOKMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 06:08:32.318 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 06:08:32.318 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:32.318 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:32.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:32.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.08 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.29 s getErrorMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 3.097 s testSetActivateOnNewEvents no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 3.119 s getWarningMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 3.109 s testClearAndRestore no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 4.168 s testDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 4.201 s getOKMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 3.093 s Running org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 06:08:32.323 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 06:08:32.323 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:08:32.323 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:32.324 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 06:08:32.324 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:32.324 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:08:32.328 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:32.328 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:08:32.328 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:32.328 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:32.328 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) 06:08:32.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 06:08:32.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:32.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:32.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:32.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:32.330 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 06:08:32.331 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:32.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:32.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:32.331 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:32.331 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:08:32.331 DEBUG [main][MenuItemLookup] Found menu:'File' 06:08:32.331 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:08:32.331 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:08:32.331 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:08:32.331 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:08:32.331 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:08:32.331 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:08:32.331 DEBUG [main][MenuItemLookup] Item match:Window 06:08:32.332 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:08:32.332 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:08:32.332 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:08:32.332 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:32.332 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:08:32.332 DEBUG [main][MenuItemLookup] Item match:Show View 06:08:32.336 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:08:32.336 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:08:32.336 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:08:32.336 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:08:32.336 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:08:32.336 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:08:32.336 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:08:32.336 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:08:32.336 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:08:32.336 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:08:32.336 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:08:32.336 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:08:32.336 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:08:32.336 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:08:32.336 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:32.336 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:08:32.336 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:08:32.336 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:08:32.336 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:08:32.336 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:08:32.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:08:32.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:08:32.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:08:32.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:32.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:32.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:08:32.406 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:32.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:32.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:32.406 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:08:32.406 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:32.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:32.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:32.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:32.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:32.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:08:32.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:08:32.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:08:32.407 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:08:32.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:32.407 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:08:32.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:32.407 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:08:32.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:08:32.407 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:08:32.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:32.407 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:08:32.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:32.407 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:08:32.408 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 06:08:32.408 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 06:08:32.408 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 06:08:32.408 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 06:08:32.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:32.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:32.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:32.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:08:32.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:32.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08: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 "Open") 06:08:32.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:32.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:32.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:32.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:08:32.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:32.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:32.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:32.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:32.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:32.409 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:08:32.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:32.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:32.409 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:32.409 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:32.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:08:32.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:08:32.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 06:08:32.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:32.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 06:08:32.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:32.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:32.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:32.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:32.477 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:32.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E') 06:08:32.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:32.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:32.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:32.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:32.478 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:08:32.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:08:32.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:32.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:32.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:32.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:32.501 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:08:32.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:08:32.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:32.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:32.502 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:08:32.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:08:32.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:32.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:32.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:32.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:32.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:33.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:33.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:33.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:33.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:33.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:08:33.504 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:08:33.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:08:33.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:33.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:33.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 06:08:33.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:33.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:33.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:33.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:33.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:33.506 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:08:33.506 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:08:33.506 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 06:08:33.506 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:33.506 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:33.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:33.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:33.506 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) 06:08:33.506 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:33.506 INFO [WorkbenchTestable][RequirementsRunner] Started test: navigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) 06:08:33.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 06:08:33.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:33.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:33.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:33.507 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:08:33.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:33.507 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:08:33.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:33.507 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:08:33.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:33.507 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:08:33.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:33.507 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:08:33.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:33.507 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:08:33.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:33.507 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:08:33.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:33.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'] 06:08:33.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:33.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'] 06:08:33.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:33.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:33.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:33.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:33.508 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:33.508 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:08:33.508 DEBUG [main][MenuItemLookup] Found menu:'File' 06:08:33.509 DEBUG [main][MenuItemLookup] Item match:File 06:08:33.509 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:08:33.509 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:08:33.511 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:08:33.511 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:08:33.511 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:33.511 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:08:33.511 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:08:33.511 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:08:33.511 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:08:33.511 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:08:33.511 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:08:33.511 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:08:33.511 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:08:33.511 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:08:33.511 DEBUG [main][MenuItemLookup] Found menu:'File' 06:08:33.511 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:08:33.511 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:08:33.511 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:33.511 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:08:33.511 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:33.511 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:08:33.511 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:08:33.512 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:08:33.512 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:08:33.512 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:08:33.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:08:33.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:08:33.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:08:33.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:33.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:33.565 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:08:33.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:33.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:08:33.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:33.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:33.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:33.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:33.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:33.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:08:33.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:08:33.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:08:33.567 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:08:33.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:33.567 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:08:33.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:33.567 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:08:33.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:08:33.567 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:08:33.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:33.567 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:08:33.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:33.567 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:08:33.567 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:08:33.567 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:08:33.567 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:08:33.570 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:08:33.570 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:08:33.570 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:08:33.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:08:33.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:33.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:33.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:33.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:33.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:33.571 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:08:33.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:33.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:33.571 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:33.571 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:33.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:08:33.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:33.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:33.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:08:33.724 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 06:08:33.725 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:08:33.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:33.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:33.725 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:08:33.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:33.725 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ResourceNavigatorTestProject' 06:08:33.725 DEBUG [WorkbenchTestable][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:") 06:08:33.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:33.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:33.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:33.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:33.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:08:33.727 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:08:33.727 INFO [WorkbenchTestable][AbstractText] Text set to: ResourceNavigatorTestProject 06:08:33.748 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:08:33.748 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:08:33.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) 06:08:33.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:33.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:33.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:33.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:33.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:33.751 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:08:33.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:33.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:33.751 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:33.751 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:33.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:08:34.254 DEBUG [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 06:08:34.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:08:34.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:34.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:34.256 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:08:34.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:08:34.256 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:34.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:34.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:34.257 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:08:34.257 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:34.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:34.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:34.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:34.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:34.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:34.258 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:08:34.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:34.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:34.258 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:34.258 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:34.316 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.... 06:08:34.316 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 06:08:34.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:08:34.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:08:34.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:08:34.317 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/ResourceNavigatorTestProject)' is a system job, skipped 06:08:34.317 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:08:34.317 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:08:34.317 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:08:34.317 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:08:34.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:08:34.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'] 06:08:34.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:34.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'] 06:08:34.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:34.317 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:08:34.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:34.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'] 06:08:34.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:34.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'] 06:08:34.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:34.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'] 06:08:34.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:34.317 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:08:34.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:34.318 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:08:34.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:34.318 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:08:34.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:34.318 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:34.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:34.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:34.318 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:34.318 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:08:34.318 DEBUG [main][MenuItemLookup] Found menu:'File' 06:08:34.318 DEBUG [main][MenuItemLookup] Item match:File 06:08:34.319 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:08:34.319 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:08:34.321 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:08:34.321 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:08:34.321 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:34.321 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:08:34.321 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:08:34.321 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:08:34.321 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:08:34.321 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:08:34.321 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:08:34.321 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:08:34.321 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:08:34.321 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:08:34.321 DEBUG [main][MenuItemLookup] Found menu:'File' 06:08:34.321 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:08:34.321 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:08:34.321 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:34.321 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:08:34.321 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:34.321 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:08:34.321 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:08:34.321 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:08:34.321 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:08:34.321 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:08:34.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 'New|Select a wizard'] is available.... 06:08:34.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 'New|Select a wizard'] is available. finished successfully 06:08:34.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:08:34.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:34.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:34.379 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:08:34.379 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:34.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:08:34.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:34.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:34.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:34.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:34.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:34.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:08:34.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:08:34.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:08:34.380 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:08:34.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:34.380 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:08:34.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:34.380 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:08:34.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:08:34.380 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:08:34.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:34.380 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:08:34.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:34.380 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:08:34.381 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:08:34.381 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:08:34.381 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:08:34.383 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:08:34.383 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:08:34.383 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:08:34.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:08:34.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:34.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:34.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:34.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:34.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:34.384 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:08:34.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:34.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:34.384 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:34.384 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08: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'] 06:08:34.436 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:34.436 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08: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.... 06:08: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 06:08:34.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:08:34.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:34.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:34.437 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:08:34.437 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08: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:") 06:08:34.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:34.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:34.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:34.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:34.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:08:34.441 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:08:34.442 INFO [WorkbenchTestable][AbstractText] Text set to: Test 06:08:34.457 DEBUG [WorkbenchTestable][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:") 06:08:34.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:34.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:34.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:34.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:34.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:08:34.461 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:08:34.461 INFO [WorkbenchTestable][AbstractText] Text set to: org.eclipse.reddeer.eclipse.jdt.navigator 06:08:34.465 DEBUG [WorkbenchTestable][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:") 06:08:34.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:34.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:34.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:34.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:34.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:08:34.466 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:08:34.467 INFO [WorkbenchTestable][AbstractText] Text set to: ResourceNavigatorTestProject/src 06:08:34.467 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:08:34.467 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:08:34.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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) 06:08:34.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:34.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:34.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:34.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:34.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:34.469 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:08:34.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:34.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:34.469 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:34.469 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:34.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:08:34.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:08:34.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:08:34.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:08:34.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:08:34.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 06:08:34.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:08:34.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:08:34.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:08:34.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:08:34.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:08:34.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:08:34.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:08:34.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:34.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:34.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ResourceNavigatorTestProject/src/org/eclipse/reddeer/eclipse/jdt/navigator/Test.java - Eclipse Platform 06:08:34.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:34.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:34.975 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ResourceNavigatorTestProject/src/org/eclipse/reddeer/eclipse/jdt/navigator/Test.java - Eclipse Platform' 06:08:34.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E') 06:08:34.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:34.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:34.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:34.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:34.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:34.977 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:08:34.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:08:34.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:34.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:34.999 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:08:34.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:08:34.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:34.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:35.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:35.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:35.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:35.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:35.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:36.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:36.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:36.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:08:36.001 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:08:36.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:08:36.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:36.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:36.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 06:08:36.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:36.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:36.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:36.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:36.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:36.002 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:08:36.002 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:08:36.002 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ResourceNavigatorTestProject 06:08:36.003 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 06:08:36.003 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ResourceNavigatorTestProject 06:08:36.003 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ResourceNavigatorTestProject 06:08:36.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:36.003 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ResourceNavigatorTestProject is already expanded. No action performed 06:08:36.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:36.003 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ResourceNavigatorTestProject 06:08:36.003 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 06:08:36.004 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org of tree item src 06:08:36.004 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:08:36.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:36.004 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:08:36.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:36.004 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:08:36.004 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 06:08:36.005 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item eclipse of tree item org 06:08:36.005 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org 06:08:36.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:36.005 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item org is already expanded. No action performed 06:08:36.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:36.005 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org 06:08:36.005 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 06:08:36.005 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item reddeer of tree item eclipse 06:08:36.005 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item eclipse 06:08:36.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:36.006 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item eclipse is already expanded. No action performed 06:08:36.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:36.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: eclipse 06:08:36.006 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 06:08:36.006 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item eclipse of tree item reddeer 06:08:36.006 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item reddeer 06:08:36.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:36.006 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item reddeer is already expanded. No action performed 06:08:36.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:36.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: reddeer 06:08:36.006 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 06:08:36.007 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item jdt of tree item eclipse 06:08:36.007 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item eclipse 06:08:36.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:36.007 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item eclipse is already expanded. No action performed 06:08:36.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:36.007 INFO [WorkbenchTestable][TreeItemHandler] Expanded: eclipse 06:08:36.007 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 06:08:36.007 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item navigator of tree item jdt 06:08:36.007 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item jdt 06:08:36.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:36.007 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item jdt is already expanded. No action performed 06:08:36.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:36.007 INFO [WorkbenchTestable][TreeItemHandler] Expanded: jdt 06:08:36.007 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 06:08:36.008 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item Test.java of tree item navigator 06:08:36.008 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item navigator 06:08:36.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:36.008 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item navigator is already expanded. No action performed 06:08:36.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:36.008 INFO [WorkbenchTestable][TreeItemHandler] Expanded: navigator 06:08:36.008 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:08:36.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:08:36.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:36.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:36.008 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:08:36.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:08:36.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:36.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:36.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:36.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:36.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:36.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:36.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:37.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:37.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:37.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:08:37.010 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:08:37.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:08:37.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:37.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:37.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 06:08:37.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:37.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:37.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:37.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:37.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:37.012 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:08:37.013 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:08:37.013 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ResourceNavigatorTestProject 06:08:37.013 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:08:37.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:08:37.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:37.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:37.014 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:08:37.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:08:37.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:37.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:37.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:37.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:37.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:37.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:37.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:38.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:38.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:38.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:08:38.016 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:08:38.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:08:38.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:38.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:38.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 06:08:38.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:38.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:38.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:38.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:38.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:38.017 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:08:38.017 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:08:38.017 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ResourceNavigatorTestProject 06:08:38.017 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ResourceNavigatorTestProject 06:08:38.017 DEBUG [main][TreeItemHandler] Selecting tree item: ResourceNavigatorTestProject 06:08:38.017 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ResourceNavigatorTestProject about selection 06:08:38.018 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ResourceNavigatorTestProject 06:08:38.018 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:08:38.018 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:38.034 DEBUG [main][MenuItemLookup] Found menu:'New' 06:08:38.034 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:08:38.034 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:08:38.034 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:38.034 DEBUG [main][MenuItemLookup] Found menu:'Copy' 06:08:38.034 DEBUG [main][MenuItemLookup] Found menu:'Paste' 06:08:38.034 DEBUG [main][MenuItemLookup] Found menu:'Delete' 06:08:38.034 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:08:38.034 DEBUG [main][MenuItemLookup] Found menu:'Rename...' 06:08:38.034 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:38.034 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:08:38.034 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:08:38.034 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:38.034 DEBUG [main][MenuItemLookup] Found menu:'Refresh' 06:08:38.034 DEBUG [main][MenuItemLookup] Item match:Refresh 06:08:38.034 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh" 06:08:38.034 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh 06:08:38.034 INFO [main][MenuItemHandler] Select menu item: Re&fresh 06:08:38.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:08:38.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:08:38.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:08:38.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:08:38.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:08:38.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:08:38.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:08:38.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:08:38.535 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ResourceNavigatorTestProject' via Explorer 06:08:38.535 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ResourceNavigatorTestProject 06:08:38.535 DEBUG [main][TreeItemHandler] Selecting tree item: ResourceNavigatorTestProject 06:08:38.536 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ResourceNavigatorTestProject about selection 06:08:38.537 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ResourceNavigatorTestProject 06:08:38.537 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:08:38.537 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:38.552 DEBUG [main][MenuItemLookup] Found menu:'New' 06:08:38.552 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:08:38.552 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:08:38.552 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:38.552 DEBUG [main][MenuItemLookup] Found menu:'Copy' 06:08:38.552 DEBUG [main][MenuItemLookup] Found menu:'Paste' 06:08:38.552 DEBUG [main][MenuItemLookup] Found menu:'Delete' 06:08:38.552 DEBUG [main][MenuItemLookup] Item match:Delete 06:08:38.552 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 06:08:38.552 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 06:08:38.553 INFO [main][MenuItemHandler] Select menu item: &Delete 06:08:38.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:08:39.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:08:39.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:08:39.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:39.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:39.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:39.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:39.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) 06:08:39.114 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:39.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:39.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:39.114 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:08:39.114 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:39.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:39.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:39.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:39.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:39.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:39.115 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:08:39.115 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:08:39.115 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:08:39.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:39.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:39.115 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:39.115 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:39.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", Widget matcher matching widgets with style: 8) 06:08:39.115 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:39.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:39.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:39.115 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:08:39.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:39.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:39.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:39.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:39.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:39.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:39.116 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:08:39.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:39.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:39.116 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:39.116 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:39.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:08:39.118 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:08:39.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:08:39.619 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:08:39.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:08:39.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:08:39.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:08:39.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:08:39.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:08:39.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:08:39.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:08:39.619 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 06:08:39.619 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:39.619 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:39.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:39.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:39.620 INFO [WorkbenchTestable][RequirementsRunner] Finished test: navigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) 06:08:39.620 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 06:08:39.620 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:39.620 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:39.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:39.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.297 s - in org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) Time elapsed: 1.178 s navigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) Time elapsed: 6.114 s Running org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:39.625 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:39.625 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:08:39.626 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:39.626 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:39.626 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:39.626 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:08:39.626 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:39.626 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:08:39.626 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:39.626 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:08:39.626 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:39.626 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:08:39.626 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:39.627 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:08:39.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:39.627 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:08:39.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:39.627 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:08:39.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:39.627 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:08:39.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:39.627 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:08:39.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:39.627 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:08:39.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:39.627 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:08:39.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:39.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:39.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:39.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:39.628 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:39.628 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:08:39.628 DEBUG [main][MenuItemLookup] Found menu:'File' 06:08:39.628 DEBUG [main][MenuItemLookup] Item match:File 06:08:39.629 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:08:39.629 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:08:39.631 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:08:39.631 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:08:39.631 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:39.631 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:08:39.631 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:08:39.631 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:08:39.631 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:08:39.631 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:08:39.631 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:08:39.631 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:08:39.631 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:08:39.631 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:08:39.631 DEBUG [main][MenuItemLookup] Found menu:'File' 06:08:39.631 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:08:39.631 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:08:39.631 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:39.631 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:08:39.631 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:39.631 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:08:39.631 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:08:39.631 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:08:39.631 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:08:39.631 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:08:39.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:08:39.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:08:39.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:08:39.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:39.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:39.681 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:08:39.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:39.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:08:39.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:39.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:39.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:39.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:39.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:39.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:08:39.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:08:39.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:08:39.683 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:08:39.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:39.683 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:08:39.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:39.683 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:08:39.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:08:39.683 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:08:39.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:39.683 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:08:39.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:39.683 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:08:39.684 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:08:39.684 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:08:39.684 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:08:39.686 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:08:39.686 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:08:39.686 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:08:39.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:08:39.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:39.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:39.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:39.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:39.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:39.687 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:08:39.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:39.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:39.687 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:39.687 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:39.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'] 06:08:39.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:39.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:39.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:08:39.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 06:08:39.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:08:39.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:39.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:39.802 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:08:39.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:39.802 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'OutlineViewTestProject' 06:08:39.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 06:08:39.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:39.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:39.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:39.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:39.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:08:39.803 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:08:39.804 INFO [WorkbenchTestable][AbstractText] Text set to: OutlineViewTestProject 06:08:39.825 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:08:39.825 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:08:39.825 DEBUG [WorkbenchTestable][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) 06:08:39.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:39.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:39.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:39.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:39.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:39.826 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:08:39.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:39.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:39.826 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:39.826 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:39.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:08:40.330 DEBUG [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 06:08:40.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:08:40.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:40.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:40.332 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:08:40.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:08:40.332 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:08:40.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:40.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:40.333 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:08:40.333 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:08:40.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:40.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:40.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:40.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:40.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:40.333 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:08:40.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:40.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:40.333 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:40.333 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:40.392 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.... 06:08:40.392 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 06:08:40.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:08:40.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:08:40.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:08:40.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/OutlineViewTestProject)' is a system job, skipped 06:08:40.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:08:40.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:08:40.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:08:40.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:08:40.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:08:40.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:08:40.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:40.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:40.393 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:08:40.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:40.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:40.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:40.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:40.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:40.393 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:40.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') 06:08:40.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:40.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:40.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:40.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:40.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:40.394 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:40.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:40.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:40.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:40.413 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:40.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:40.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:40.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:40.414 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:40.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:40.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:40.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:40.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:40.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:40.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:40.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:40.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:41.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:41.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:41.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:08:41.417 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:41.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:41.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:41.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:41.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:08:41.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:41.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:41.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:41.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:41.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:41.418 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:08:41.418 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:08:41.418 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 06:08:41.418 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item OutlineViewTestProject 06:08:41.418 DEBUG [main][TreeItemHandler] Selecting tree item: OutlineViewTestProject 06:08:41.419 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item OutlineViewTestProject about selection 06:08:41.420 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: OutlineViewTestProject 06:08:41.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'] 06:08:41.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:41.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'] 06:08:41.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:41.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 Class"] 06:08:41.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:41.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'] 06:08:41.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:41.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'] 06:08:41.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:41.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'] 06:08:41.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:41.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 Class"] 06:08:41.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:41.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'] 06:08:41.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:41.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'] 06:08:41.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:41.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:41.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:41.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:41.421 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:41.421 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:08:41.421 DEBUG [main][MenuItemLookup] Found menu:'File' 06:08:41.421 DEBUG [main][MenuItemLookup] Item match:File 06:08:41.422 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:08:41.422 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:08:41.424 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:08:41.424 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:08:41.424 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:41.424 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:08:41.424 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:08:41.424 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:08:41.424 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:08:41.424 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:08:41.424 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:08:41.424 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:08:41.424 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:08:41.424 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:08:41.424 DEBUG [main][MenuItemLookup] Found menu:'File' 06:08:41.424 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:08:41.424 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:08:41.424 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:41.424 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:08:41.424 DEBUG [main][MenuItemLookup] Found menu:'' 06:08:41.424 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:08:41.424 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:08:41.425 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:08:41.425 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:08:41.425 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:08:41.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:08:41.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. finished successfully 06:08:41.474 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:08:41.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:41.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:41.475 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:08:41.475 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:41.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:08:41.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:41.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:41.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:41.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:41.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:41.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:08:41.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:08:41.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:08:41.476 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:08:41.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:41.476 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:08:41.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:41.477 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:08:41.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:08:41.477 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:08:41.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:41.477 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:08:41.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:41.477 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:08:41.481 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:08:41.481 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:08:41.481 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:08:41.483 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:08:41.483 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:08:41.483 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:08:41.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:08:41.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:41.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:41.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:41.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:41.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:41.484 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:08:41.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:41.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:41.484 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:41.484 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:41.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'] 06:08:41.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:41.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:41.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:08:41.535 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 06:08:41.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:08:41.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:41.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:41.535 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:08:41.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:08:41.536 DEBUG [WorkbenchTestable][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:") 06:08:41.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:41.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:41.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:41.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:41.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:08:41.541 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:08:41.542 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 06:08:41.555 DEBUG [WorkbenchTestable][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:") 06:08:41.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:41.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:41.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:41.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:41.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:08:41.558 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:08:41.559 INFO [WorkbenchTestable][AbstractText] Text set to: test 06:08:41.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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)") 06:08:41.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:41.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:41.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:41.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:41.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:41.567 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 06:08:41.568 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 06:08:41.568 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 06:08:41.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:41.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:41.568 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:41.568 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:41.568 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:08:41.568 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:08:41.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:08:41.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:41.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:41.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:41.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:41.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:08:41.570 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:08:41.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:08:41.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:08:41.570 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:08:41.570 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:41.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:08:42.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:08:42.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:08:42.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:08:42.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:08:42.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:08:42.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:08:42.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:08:42.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:08:42.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:08:42.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:08:42.094 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:42.094 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideNonPublicMembersInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:42.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:42.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:42.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:42.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:42.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:42.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:42.095 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:08:42.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:42.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:42.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 06:08:42.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:42.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:42.096 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 06:08:42.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 '\*?\QPackage Explorer\E') 06:08:42.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:42.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:42.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:42.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:42.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:42.096 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:42.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:42.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:42.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:42.123 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:42.123 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:42.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:42.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:42.124 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:42.124 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:42.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:42.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:42.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:42.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:42.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:42.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:42.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:43.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:43.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:43.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:08:43.126 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:43.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:43.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:43.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:43.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 06:08:43.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:43.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:43.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:43.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:43.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:43.127 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:08:43.127 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:08:43.128 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 06:08:43.128 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:08:43.128 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 06:08:43.128 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 06:08:43.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:43.128 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 06:08:43.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:43.128 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 06:08:43.129 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:08:43.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:08:43.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:43.129 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:08:43.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:43.129 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:08:43.129 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 06:08:43.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:08:43.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:43.129 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:08:43.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:43.129 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:08:43.129 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:08:43.129 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:08:43.129 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:08:43.131 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:08:43.131 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 06:08:43.131 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:08:43.131 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:08:43.131 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:08:43.133 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:08:43.133 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:08:43.133 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:08:43.159 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:08:43.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:08:43.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:08:43.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:08:43.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:08:43.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:08:43.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:08:43.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:08:43.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:08:43.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:43.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:43.161 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 06:08:43.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:43.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:43.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 06:08:43.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:43.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:43.163 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 06:08:43.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 06:08:43.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:43.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:43.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:43.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:43.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:43.164 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:43.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:43.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:43.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:43.175 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:43.175 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:43.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:43.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:43.187 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.*') 06:08:43.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:43.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:43.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:43.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:43.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:08:43.187 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 06:08:43.187 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:08:43.187 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:43.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:43.189 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:43.189 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:43.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:43.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:43.189 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideNonPublicMembersInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:43.189 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:43.189 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSortInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:43.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:43.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:43.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:43.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:43.190 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:08:43.190 DEBUG [main][EditorHandler] 1 editor(s) found 06:08:43.191 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 06:08:43.234 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 06:08:43.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:43.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:43.235 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 06:08:43.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:43.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:43.236 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:43.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:43.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:43.236 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:43.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 '\*?\QOutline\E') 06:08:43.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:43.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:43.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:43.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:43.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:43.237 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:43.237 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:43.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:43.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:43.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:43.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:43.237 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:43.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:43.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:43.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:08:43.238 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.*') 06:08:43.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:43.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:43.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:43.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:43.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:44.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:44.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:44.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:08:44.242 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 06:08:44.242 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:44.242 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:44.242 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:44.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:44.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:44.242 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSortInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:44.242 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:44.242 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCollapseInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:44.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:44.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:44.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:44.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:44.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:44.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:44.243 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:08:44.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:44.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:44.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:44.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:44.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:44.244 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:44.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 '\*?\QPackage Explorer\E') 06:08:44.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:44.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:44.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:44.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:44.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:44.244 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:44.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:44.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:44.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:44.262 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:44.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:44.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:44.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:44.263 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:44.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:44.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:44.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:44.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:44.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:44.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:44.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:44.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:45.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:45.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:45.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:08:45.265 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:45.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:45.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:45.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:45.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 06:08:45.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:45.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:45.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:45.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:45.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:45.266 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:08:45.266 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:08:45.266 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 06:08:45.266 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:08:45.267 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 06:08:45.267 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 06:08:45.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:45.267 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 06:08:45.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:45.267 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 06:08:45.267 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:08:45.267 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:08:45.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:45.267 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:08:45.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:45.267 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:08:45.267 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 06:08:45.268 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:08:45.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:45.268 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:08:45.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:45.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:08:45.268 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:08:45.268 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:08:45.268 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:08:45.269 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:08:45.269 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 06:08:45.269 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:08:45.269 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:08:45.270 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:08:45.271 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:08:45.271 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:08:45.271 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:08:45.368 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:08:45.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:08:45.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:08:45.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:08:45.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:08:45.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:08:45.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:08:45.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:08:45.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:08:45.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:08:45.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:45.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:45.375 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 06:08:45.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:45.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:45.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 06:08:45.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:45.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:45.376 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 06:08:45.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 '\*?\QOutline\E') 06:08:45.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:45.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:45.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:45.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:45.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:45.378 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:45.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:45.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:45.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:45.411 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:45.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:45.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:45.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:45.412 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.*') 06:08:45.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:45.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:45.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:45.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:45.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:08:45.412 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Collapse All (Shift+Ctrl+Numpad_Divide) 06:08:45.412 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:08:45.412 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:45.413 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:45.413 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:45.413 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:45.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:45.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:45.413 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCollapseInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:45.413 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:45.413 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSortInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:45.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:45.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:45.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:45.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:45.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:45.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:45.414 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:08:45.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:45.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:45.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 06:08:45.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:45.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:45.415 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 06:08:45.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') 06:08:45.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:45.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:45.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:45.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:45.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:45.424 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:45.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:45.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:45.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:45.431 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:45.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:45.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:45.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:45.431 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:45.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:45.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:45.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:45.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:45.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:45.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:45.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:45.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:46.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:46.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:46.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:08:46.446 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:46.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:46.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:46.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:46.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 06:08:46.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:46.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:46.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:46.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:46.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:46.447 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:08:46.447 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:08:46.447 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 06:08:46.447 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:08:46.448 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 06:08:46.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 06:08:46.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:46.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 06:08:46.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:46.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 06:08:46.449 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:08:46.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:08:46.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:46.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:08:46.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:46.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:08:46.449 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 06:08:46.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:08:46.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:46.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:08:46.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:46.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:08:46.449 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:08:46.449 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:08:46.450 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:08:46.451 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:08:46.451 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 06:08:46.451 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:08:46.451 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:08:46.451 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:08:46.452 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:08:46.452 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:08:46.452 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:08:46.477 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:08:46.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:08:46.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:08:46.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:08:46.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:08:46.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:08:46.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:08:46.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:08:46.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:08:46.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:46.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:46.479 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 06:08:46.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:46.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:46.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 06:08:46.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:46.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:46.480 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 06:08:46.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 06:08:46.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:46.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:46.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:46.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:46.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:46.482 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:46.482 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:46.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:46.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:46.492 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:46.492 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:46.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:46.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:46.492 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.*') 06:08:46.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:46.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:46.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:46.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:46.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:08:46.493 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 06:08:46.493 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:08:46.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:46.504 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:46.504 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:46.504 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:46.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:46.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:46.505 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSortInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:46.505 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:46.505 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideNonPublicMembersInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:46.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:46.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:46.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:46.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:46.505 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:08:46.505 DEBUG [main][EditorHandler] 1 editor(s) found 06:08:46.506 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 06:08:46.549 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 06:08:46.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:46.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:46.550 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 06:08:46.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:46.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:46.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:46.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:46.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:46.551 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:46.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 '\*?\QOutline\E') 06:08:46.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:46.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:46.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:46.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:46.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:46.552 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:46.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:46.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:46.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:46.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:46.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:46.553 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:46.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:46.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:46.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:08:46.554 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.*') 06:08:46.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:46.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:46.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:47.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:47.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:47.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:47.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:47.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:08:47.558 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 06:08:47.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:47.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:47.558 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:47.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:47.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:47.559 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideNonPublicMembersInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:47.559 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:47.559 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideFieldsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:47.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:47.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:47.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:47.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:47.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:47.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:47.559 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:08:47.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:47.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:47.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:47.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:47.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:47.560 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:47.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 '\*?\QPackage Explorer\E') 06:08:47.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:47.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:47.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:47.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:47.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:47.560 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:47.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:47.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:47.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:47.578 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:47.578 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:47.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:47.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:47.579 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:47.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:47.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:47.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:47.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:47.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:47.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:48.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:48.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:48.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:48.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:48.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:08:48.581 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:48.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:48.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:48.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:48.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:08:48.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:48.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:48.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:48.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:48.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:48.583 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:08:48.583 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:08:48.583 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 06:08:48.584 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:08:48.584 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 06:08:48.584 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 06:08:48.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:48.584 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 06:08:48.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:48.584 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 06:08:48.584 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:08:48.584 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:08:48.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:48.584 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:08:48.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:48.585 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:08:48.585 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 06:08:48.585 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:08:48.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:48.585 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:08:48.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:48.585 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:08:48.585 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:08:48.585 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:08:48.585 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:08:48.587 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:08:48.587 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 06:08:48.587 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:08:48.588 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:08:48.588 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:08:48.589 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:08:48.589 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:08:48.589 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:08:48.705 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:08:48.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:08:48.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:08:48.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:08:48.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:08:48.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:08:48.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:08:48.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:08:48.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:08:48.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:08:48.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:48.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:48.711 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 06:08:48.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:48.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:48.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 06:08:48.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:48.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:48.713 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 06:08:48.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 '\*?\QOutline\E') 06:08:48.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:48.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:48.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:48.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:48.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:48.714 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:48.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:48.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:48.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:48.737 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:48.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:48.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:48.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:48.738 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.*') 06:08:48.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:48.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:48.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:48.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:48.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:08:48.738 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 06:08:48.738 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:08:48.738 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:48.739 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:48.739 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:48.739 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:48.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:48.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:48.739 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideFieldsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:48.739 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:48.739 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideStaticFieldsAndMethodsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:48.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:48.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:48.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:48.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:48.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:48.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:48.740 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:08:48.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:48.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:48.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 06:08:48.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:48.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:48.741 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 06:08:48.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:08:48.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:48.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:48.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:48.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:48.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:48.741 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:48.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:48.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:48.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:48.748 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:48.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:48.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:48.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:48.749 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:48.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:48.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:48.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:48.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:48.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:48.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:49.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:49.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:49.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:49.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:49.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:08:49.751 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:49.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:49.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:49.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:49.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:08:49.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:49.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:49.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:49.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:49.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:49.753 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:08:49.753 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:08:49.753 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 06:08:49.753 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:08:49.753 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 06:08:49.753 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 06:08:49.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:49.753 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 06:08:49.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:49.754 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 06:08:49.754 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:08:49.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:08:49.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:49.754 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:08:49.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:49.754 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:08:49.754 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 06:08:49.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:08:49.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:49.754 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:08:49.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:49.754 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:08:49.754 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:08:49.754 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:08:49.754 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:08:49.756 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:08:49.756 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 06:08:49.756 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:08:49.756 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:08:49.756 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:08:49.757 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:08:49.757 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:08:49.757 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:08:49.780 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:08:49.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:08:49.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:08:49.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:08:49.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:08:49.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:08:49.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:08:49.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:08:49.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:08:49.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:49.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:49.783 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 06:08:49.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:49.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:49.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 06:08:49.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:49.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:49.784 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 06:08:49.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 06:08:49.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:49.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:49.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:49.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:49.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:49.786 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:49.786 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:49.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:49.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:49.796 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:49.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:49.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:49.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:49.808 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.*') 06:08:49.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:49.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:49.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:49.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:49.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:08:49.808 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 06:08:49.808 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:08:49.808 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:49.809 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:49.809 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:49.809 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:49.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:49.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:49.810 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideStaticFieldsAndMethodsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:49.810 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:49.810 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideStaticFieldsAndMethodsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:49.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:49.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:49.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:49.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:49.810 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:08:49.810 DEBUG [main][EditorHandler] 1 editor(s) found 06:08:49.810 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 06:08:49.852 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 06:08:49.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:49.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:49.853 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 06:08:49.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:49.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:49.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:49.854 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:49.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 '\*?\QOutline\E') 06:08:49.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:49.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:49.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:49.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:49.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:49.855 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:49.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:49.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:49.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:49.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:49.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:49.856 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:49.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:49.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:49.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:08:49.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.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 06:08:49.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:49.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:49.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:50.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:50.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:50.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:50.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:50.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:08:50.860 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 06:08:50.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:50.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:50.860 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:50.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:50.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:50.860 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideStaticFieldsAndMethodsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:50.860 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:50.860 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideFieldsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:50.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:50.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:50.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:50.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:50.860 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:08:50.860 DEBUG [main][EditorHandler] 0 editor(s) found 06:08:50.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:50.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:50.862 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 06:08:50.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:50.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:50.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:50.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:50.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:50.863 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:50.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 '\*?\QOutline\E') 06:08:50.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:50.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:50.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:50.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:50.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:50.863 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:50.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:50.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:50.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:50.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:50.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:50.864 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:50.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:50.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:50.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:08:50.871 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.*') 06:08:50.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:50.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:50.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:51.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:51.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:51.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:51.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:51.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:08:51.874 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 06:08:51.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:51.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:51.874 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:51.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:51.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:51.875 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideFieldsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:51.875 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:51.875 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideLocalTypesInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:51.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:51.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:51.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:51.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:51.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:51.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:51.875 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:08:51.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:51.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:51.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:51.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:51.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:51.876 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:51.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:08:51.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:51.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:51.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:51.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:51.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:51.877 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:51.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:51.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:51.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:51.906 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:51.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:51.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:51.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:51.906 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:51.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:51.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:51.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:51.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:51.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:51.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:52.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:52.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:52.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:52.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:52.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:08:52.908 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:52.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:52.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:52.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:52.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:08:52.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:52.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:52.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:52.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:52.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:52.909 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:08:52.909 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:08:52.909 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 06:08:52.910 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:08:52.910 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 06:08:52.910 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 06:08:52.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:52.910 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 06:08:52.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:52.910 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 06:08:52.911 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:08:52.911 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:08:52.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:52.911 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:08:52.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:52.911 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:08:52.911 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 06:08:52.911 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:08:52.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:52.911 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:08:52.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:52.911 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:08:52.911 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:08:52.911 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:08:52.911 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:08:52.913 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:08:52.913 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 06:08:52.913 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:08:52.913 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:08:52.913 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:08:52.914 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:08:52.914 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:08:52.914 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:08:53.008 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:08:53.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:08:53.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:08:53.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:08:53.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:08:53.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:08:53.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:08:53.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:08:53.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:08:53.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:08:53.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:53.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:53.021 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 06:08:53.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:53.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:53.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 06:08:53.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:53.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:53.022 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 06:08:53.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 '\*?\QOutline\E') 06:08:53.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:53.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:53.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:53.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:53.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:53.024 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:53.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:53.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:53.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:53.046 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:53.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:53.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:53.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:53.046 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.*') 06:08:53.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:53.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:53.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:53.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:53.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:08:53.046 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 06:08:53.046 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:08:53.046 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:08:53.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:53.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:53.047 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:53.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:53.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:53.047 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideLocalTypesInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:53.047 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:53.048 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideLocalTypesInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:53.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:53.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:53.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:53.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:53.048 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:08:53.048 DEBUG [main][EditorHandler] 1 editor(s) found 06:08:53.048 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 06:08:53.107 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 06:08:53.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:53.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:53.107 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 06:08:53.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:53.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:53.108 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:53.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:53.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:53.108 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:53.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 '\*?\QOutline\E') 06:08:53.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:53.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:53.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:53.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:53.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:53.109 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:53.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:53.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:53.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:53.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:53.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:53.110 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:53.110 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:53.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:53.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:08:53.111 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.*') 06:08:53.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:53.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:53.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:53.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:53.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:54.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:54.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:54.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:08:54.114 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 06:08:54.114 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:54.114 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:54.114 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:54.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:54.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:54.115 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideLocalTypesInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:54.115 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:54.115 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCollapseInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:54.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:54.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:54.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:54.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:54.115 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:08:54.115 DEBUG [main][EditorHandler] 0 editor(s) found 06:08:54.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:54.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:54.116 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 06:08:54.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:54.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:54.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:54.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:54.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:54.117 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:54.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 '\*?\QOutline\E') 06:08:54.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:54.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:54.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:54.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:54.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:54.118 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:54.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:54.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:54.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:54.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:54.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:54.118 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:54.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:54.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:54.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:08:54.119 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.*') 06:08:54.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:54.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:54.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:54.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:54.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:55.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:55.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:55.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:08:55.122 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 06:08:55.122 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:55.122 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:55.122 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:55.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:55.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:55.122 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCollapseInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:55.122 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:55.123 INFO [WorkbenchTestable][RequirementsRunner] Started test: testElementsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:55.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:55.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:55.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:55.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:55.123 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:08:55.123 DEBUG [main][EditorHandler] 0 editor(s) found 06:08:55.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:55.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:55.124 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 06:08:55.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:55.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:55.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:55.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:55.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:55.125 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:55.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 '\*?\QOutline\E') 06:08:55.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:55.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:55.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:55.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:55.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:55.126 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:55.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:55.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:55.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:55.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:55.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:55.127 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:55.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:55.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:55.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:08:55.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 06:08:55.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:55.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:55.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:55.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:55.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:56.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:56.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:56.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:08:56.129 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:08:56.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:56.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:56.129 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:56.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:56.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:56.129 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testElementsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:56.129 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:56.129 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLinkWithEditorInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:56.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:56.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:56.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:56.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:56.129 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:08:56.130 DEBUG [main][EditorHandler] 0 editor(s) found 06:08:56.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:56.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:56.131 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 06:08:56.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:56.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:56.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:56.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:56.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:56.132 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:56.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 06:08:56.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:56.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:56.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:56.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:56.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:56.133 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:56.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:56.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:56.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:08:56.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:08:56.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:08:56.134 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:56.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:56.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:56.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:08:56.135 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Link with Editor.*') 06:08:56.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:56.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:56.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:56.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:56.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:57.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:57.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:57.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:08:57.146 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 06:08:57.146 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:57.146 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:57.146 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:57.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:57.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:57.146 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLinkWithEditorInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:57.146 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:57.146 INFO [WorkbenchTestable][RequirementsRunner] Started test: testElementsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:57.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:57.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:57.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:57.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:57.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:57.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:57.147 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:08:57.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:57.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:57.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:08:57.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:57.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:57.148 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:08:57.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:08:57.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:57.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:57.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:57.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:57.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:57.148 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:57.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:57.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:57.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:57.156 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:57.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:57.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:57.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:57.157 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:57.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:57.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:57.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:57.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:57.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:57.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:57.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:57.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:58.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:58.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:58.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:08:58.159 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:58.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:58.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:58.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06: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 06:08:58.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:58.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:58.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:58.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:58.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:58.160 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:08:58.160 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:08:58.161 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 06:08:58.161 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:08:58.161 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 06:08:58.161 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 06:08:58.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:58.161 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 06:08:58.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:58.162 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 06:08:58.162 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:08:58.162 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:08:58.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:58.162 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:08:58.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:58.162 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:08:58.162 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 06:08:58.162 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:08:58.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:58.162 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:08:58.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:58.162 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:08:58.162 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:08:58.162 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:08:58.162 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:08:58.164 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:08:58.164 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 06:08:58.164 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:08:58.164 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:08:58.164 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:08:58.166 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:08:58.166 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:08:58.166 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:08:58.285 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:08:58.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:08:58.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:08:58.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:08:58.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:08:58.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:08:58.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:08:58.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:08:58.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:08:58.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:08:58.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:58.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:58.304 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 06:08:58.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:58.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:58.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 06:08:58.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:58.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:58.305 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 06:08:58.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 '\*?\QOutline\E') 06:08:58.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:58.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:58.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:58.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:58.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:58.307 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:58.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:58.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:58.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:58.317 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:58.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:58.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:58.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:58.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:08:58.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:58.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:58.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:58.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:58.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:58.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:08:58.337 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:2 06:08:58.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:08:58.337 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:58.337 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:08:58.337 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:08:58.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:08:58.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:08:58.338 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testElementsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:58.338 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:08:58.338 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLinkWithEditorInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:08:58.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:08:58.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:08:58.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:08:58.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:08:58.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:58.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:58.339 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:08:58.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:58.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:58.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 06:08:58.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:58.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:58.340 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 06:08:58.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 '\*?\QPackage Explorer\E') 06:08:58.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:58.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:58.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:58.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:58.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:58.340 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:58.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:58.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:58.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:58.350 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:58.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:58.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:58.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:58.370 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:58.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:58.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:58.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:58.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:58.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:58.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:58.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:58.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:59.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:59.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:59.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:08:59.373 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:08:59.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:08:59.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:59.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:59.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 06:08:59.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:59.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:59.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:59.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:59.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:08:59.375 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:08:59.375 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:08:59.375 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 06:08:59.375 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:08:59.375 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 06:08:59.376 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 06:08:59.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:59.376 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 06:08:59.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:59.376 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 06:08:59.376 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 06:08:59.376 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:08:59.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:59.376 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:08:59.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:59.376 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:08:59.376 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 06:08:59.376 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:08:59.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:08:59.376 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:08:59.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:08:59.376 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:08:59.376 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:08:59.376 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:08:59.376 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:08:59.378 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:08:59.378 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 06:08:59.378 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:08:59.378 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:08:59.378 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:08:59.379 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:08:59.379 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:08:59.379 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:08:59.403 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:08:59.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:08:59.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:08:59.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:08:59.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:08:59.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:08:59.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:08:59.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:08:59.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:08:59.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:59.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:59.405 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 06:08:59.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:59.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:59.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 06:08:59.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:08:59.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:08:59.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 06:08:59.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 '\*?\QOutline\E') 06:08:59.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:59.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:59.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:08:59.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:08:59.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:08:59.408 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:59.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:59.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:59.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:59.417 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:08:59.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:08:59.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:08:59.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:08:59.417 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.*') 06:08:59.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:08:59.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:59.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:08:59.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:08:59.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:00.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:00.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:00.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:09:00.420 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 06:09:00.420 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:09:00.420 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:09:00.420 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:09:00.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:00.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:00.421 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLinkWithEditorInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 06:09:00.421 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:00.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:00.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:00.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:00.427 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:00.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:00.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:00.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:00.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:00.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:00.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:00.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:00.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:01.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:01.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:01.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:01.429 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:01.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:01.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:01.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:01.430 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:09:01.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:01.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:01.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:01.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:01.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:01.430 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:01.430 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:01.430 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 06:09:01.431 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item OutlineViewTestProject 06:09:01.431 DEBUG [main][TreeItemHandler] Selecting tree item: OutlineViewTestProject 06:09:01.434 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item OutlineViewTestProject about selection 06:09:01.436 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: OutlineViewTestProject 06:09:01.436 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:09:01.436 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:01.458 DEBUG [main][MenuItemLookup] Found menu:'New' 06:09:01.458 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:09:01.458 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:01.458 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:09:01.458 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:09:01.458 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:09:01.458 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:01.458 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:09:01.458 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:09:01.458 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:09:01.458 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:09:01.458 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:01.458 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:09:01.458 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:09:01.458 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:09:01.458 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:09:01.458 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:01.458 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:09:01.458 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:09:01.458 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:01.458 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:09:01.458 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:09:01.458 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:09:01.458 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:09:01.458 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:09:01.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:01.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:09:01.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:09:01.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:09:01.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:09:01.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:01.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:01.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:01.461 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'OutlineViewTestProject' via Explorer 06:09:01.461 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item OutlineViewTestProject 06:09:01.461 DEBUG [main][TreeItemHandler] Selecting tree item: OutlineViewTestProject 06:09:01.462 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item OutlineViewTestProject about selection 06:09:01.463 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: OutlineViewTestProject 06:09:01.463 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:09:01.463 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:01.493 DEBUG [main][MenuItemLookup] Found menu:'New' 06:09:01.493 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:09:01.493 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:01.493 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:09:01.493 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:09:01.493 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:09:01.493 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:01.493 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:09:01.493 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:09:01.493 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:09:01.493 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:09:01.493 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:09:01.493 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:09:01.493 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:09:01.493 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:09:01.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.... 06:09:02.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:09:02.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:09:02.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:02.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:02.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:02.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:02.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) 06:09:02.066 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:02.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:02.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:02.066 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:09:02.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:02.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:02.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:02.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:02.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:02.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:02.067 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:09:02.067 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:09:02.067 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:09:02.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:02.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:02.067 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:02.067 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:02.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:09:02.067 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:02.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:02.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:02.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:09:02.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:02.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:02.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:02.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:02.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:02.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:02.068 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:09:02.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:02.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:02.068 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:02.068 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:02.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:09:02.070 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:09:02.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:09:02.571 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:09:02.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:02.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:09:02.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:09:02.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:09:02.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:09:02.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:02.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:02.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:02.571 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 06:09:02.571 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:09:02.571 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:09:02.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:02.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.948 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.095 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.171 s testSortInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.092 s testHideNonPublicMembersInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.054 s testHideFieldsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.18 s testHideStaticFieldsAndMethodsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.071 s testHideStaticFieldsAndMethodsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.05 s testHideFieldsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.015 s testHideLocalTypesInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.172 s testHideLocalTypesInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.067 s testCollapseInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.007 s testElementsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.006 s testLinkWithEditorInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.017 s testElementsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.192 s testLinkWithEditorInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 2.083 s Running org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 06:09:02.577 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 06:09:02.578 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:09:02.578 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:09:02.578 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 06:09:02.578 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:09:02.578 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:09:02.578 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:09:02.578 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:09:02.578 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:09:02.579 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:09:02.579 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 06:09:02.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:09:02.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:02.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:02.579 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:02.579 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:02.579 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:09:02.579 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:09:02.579 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:09:02.579 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:09:02.579 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:09:02.579 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:09:02.579 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:09:02.579 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:09:02.579 DEBUG [main][MenuItemLookup] Item match:Window 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:09:02.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:02.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:02.580 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:09:02.580 DEBUG [main][MenuItemLookup] Item match:Window 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:09:02.580 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:09:02.580 DEBUG [main][MenuItemLookup] Item match:Perspective 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:09:02.581 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:09:02.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:09:02.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:02.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:02.581 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:09:02.581 DEBUG [main][MenuItemLookup] Item match:Window 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:02.581 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:09:02.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:02.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:02.582 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:02.582 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:02.582 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:09:02.582 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:09:02.582 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:09:02.582 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:09:02.582 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:09:02.582 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:09:02.582 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:09:02.582 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:09:02.582 DEBUG [main][MenuItemLookup] Item match:Window 06:09:02.583 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:09:02.583 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:09:02.583 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:09:02.583 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:02.583 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:09:02.583 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:09:02.583 DEBUG [main][MenuItemLookup] Item match:Perspective 06:09:02.583 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:09:02.583 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:02.583 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:09:02.583 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:09:02.583 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:09:02.583 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:09:02.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:02.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:02.583 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:02.583 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:02.583 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:09:02.583 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:09:02.583 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:09:02.583 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:09:02.583 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:09:02.583 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:09:02.583 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:09:02.583 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:09:02.583 DEBUG [main][MenuItemLookup] Item match:Window 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:09:02.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:02.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:02.584 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:09:02.584 DEBUG [main][MenuItemLookup] Item match:Window 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:09:02.584 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:09:02.584 DEBUG [main][MenuItemLookup] Item match:Perspective 06:09:02.585 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:09:02.585 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:02.585 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:09:02.585 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:09:02.585 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:09:02.585 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:09:02.585 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:09:02.585 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:09:02.585 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:09:02.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:09:02.605 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 06:09:02.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:09:02.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:02.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:02.606 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:02.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:02.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:02.606 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:09:02.606 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:02.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:02.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:02.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 "Reset Perspective") 06:09:02.606 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:02.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:02.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:02.606 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:09:02.606 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:02.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:02.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:02.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:02.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:02.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:02.607 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:09:02.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:02.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:02.607 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:02.607 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:02.714 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:09:02.714 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProperties no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 06:09:02.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 06:09:02.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:09:02.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:09:02.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:09:02.714 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:02.714 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:02.714 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:02.714 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:02.714 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:09:02.714 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:02.714 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:02.715 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:02.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'] 06:09:02.715 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:02.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'] 06:09:02.715 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:02.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: "New Java Project"] 06:09:02.715 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:02.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'] 06:09:02.715 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:02.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'] 06:09:02.715 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:02.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:02.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:02.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:02.716 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:02.716 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:02.716 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:02.716 DEBUG [main][MenuItemLookup] Item match:File 06:09:02.716 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:09:02.716 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:09:02.719 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:09:02.719 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:09:02.719 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:02.719 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:09:02.719 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:09:02.719 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:09:02.719 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:09:02.719 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:09:02.719 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:09:02.719 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:09:02.719 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:09:02.719 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:09:02.719 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:02.719 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:09:02.719 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:09:02.719 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:02.719 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:09:02.719 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:02.719 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:09:02.719 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:09:02.719 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:09:02.719 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:09:02.719 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:09:02.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:09:02.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:09:02.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:09:02.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:02.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:02.801 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:09:02.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:02.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:09:02.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:02.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:02.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:02.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:02.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:02.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:09:02.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:09:02.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:09:02.803 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:09:02.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:02.803 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:09:02.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:02.803 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:09:02.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:09:02.803 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:09:02.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:02.803 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:09:02.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:02.803 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:09:02.806 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:09:02.806 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:09:02.806 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:09:02.808 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:09:02.808 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:09:02.808 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:09:02.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:09:02.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:02.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:02.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:02.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:02.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:02.809 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:09:02.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:02.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:02.809 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:02.809 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:02.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:02.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:02.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:02.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:09:02.928 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 06:09:02.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:09:02.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:02.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:02.928 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:09:02.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:02.929 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 06:09:02.929 DEBUG [WorkbenchTestable][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:") 06:09:02.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:02.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:02.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:02.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:02.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:09:02.930 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:09:02.930 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 06:09:02.952 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:09:02.952 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:09:02.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.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) 06:09:02.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:02.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:02.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:02.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:02.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:02.954 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:09:02.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:02.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:02.954 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:02.954 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:02.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:09:03.457 DEBUG [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 06:09:03.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:09:03.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:03.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:03.460 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:09:03.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:09:03.460 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:03.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:03.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:03.460 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:09:03.460 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:03.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:03.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:03.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:03.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:03.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:03.461 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:09:03.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:03.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:03.461 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:03.461 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:03.521 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.... 06:09:03.521 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 06:09:03.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:09:03.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:09:03.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:03.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/PropertiesViewTestProject)' is a system job, skipped 06:09:03.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:09:03.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:03.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:03.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:03.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:03.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:03.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:03.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:03.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:03.522 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:03.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 '\*?\QPackage Explorer\E') 06:09:03.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:03.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:03.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:03.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:03.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:03.523 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:03.523 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:03.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:03.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:09:03.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:09:03.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:09:03.524 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:03.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:03.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:03.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:03.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:03.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:03.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:04.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:04.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:04.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:04.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:04.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:04.526 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:04.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:04.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:04.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:04.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 06:09:04.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:04.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:04.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:04.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:04.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:04.527 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:04.528 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:04.528 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 06:09:04.528 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 06:09:04.528 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 06:09:04.528 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 06:09:04.529 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 06:09:04.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:04.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:04.532 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' view via menu. 06:09:04.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:04.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:04.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:04.532 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:04.532 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:04.532 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:04.532 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:09:04.532 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:09:04.532 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:09:04.532 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:09:04.532 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:09:04.532 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:09:04.532 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:09:04.532 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:09:04.532 DEBUG [main][MenuItemLookup] Item match:Window 06:09:04.533 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:09:04.533 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:09:04.533 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:09:04.533 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:04.533 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:09:04.533 DEBUG [main][MenuItemLookup] Item match:Show View 06:09:04.536 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:09:04.536 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:09:04.536 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:09:04.536 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:09:04.536 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:09:04.536 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:09:04.536 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:09:04.536 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:09:04.536 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:09:04.536 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:09:04.536 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:09:04.536 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:09:04.536 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:09:04.536 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:09:04.536 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:04.536 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:09:04.536 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:09:04.536 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:09:04.536 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:09:04.537 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:09:04.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:09:04.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:09:04.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:09:04.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:04.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:04.581 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:09:04.581 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:04.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:04.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:04.581 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:04.581 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:04.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:04.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:04.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:04.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:04.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:04.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:09:04.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:09:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:09:04.583 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:09:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:04.583 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:09:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:04.583 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:09:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:09:04.583 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:09:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:04.583 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:09:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:04.583 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:09:04.583 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Properties 06:09:04.583 DEBUG [main][TreeItemHandler] Selecting tree item: Properties 06:09:04.583 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Properties about selection 06:09:04.583 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Properties 06:09:04.583 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:04.583 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:04.583 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:04.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:04.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09: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 "Open") 06:09:04.584 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:04.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:04.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:04.584 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:04.584 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:04.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:04.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:04.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:04.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:04.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:04.585 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:09:04.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:04.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:04.585 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:04.585 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:04.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:09:04.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:09:04.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.properties.PropertySheet' view is open... 06:09:04.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:04.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:04.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.properties.PropertySheet' view is open finished successfully 06:09:04.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:04.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:04.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:04.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:04.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:04.659 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:04.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E') 06:09:04.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:04.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:04.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:04.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:04.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:04.660 INFO [WorkbenchTestable][AbstractView] Activate view Properties 06:09:04.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 06:09:04.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:04.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:09:04.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:09:04.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:09:04.662 INFO [WorkbenchTestable][AbstractView] Activate view Properties 06:09:04.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 06:09:04.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:04.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:04.662 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") 06:09:04.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:04.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:04.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:04.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:04.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:09:04.662 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 06:09:04.662 INFO [WorkbenchTestable][AbstractView] Activate view Properties 06:09:04.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 06:09:04.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:04.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:04.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:09:04.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:04.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:04.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:04.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:04.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:04.663 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Info and wait with time period 1 06:09:04.663 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 06:09:04.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:04.663 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 06:09:04.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:04.663 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 06:09:04.663 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 06:09:04.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:04.664 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 06:09:04.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:04.664 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 06:09:04.664 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item derived and wait with time period 1 06:09:04.664 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item derived 06:09:04.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:05.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:05.164 INFO [WorkbenchTestable][TreeItemHandler] Expanded: derived 06:09:05.164 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item derived 06:09:05.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:05.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:05.665 INFO [WorkbenchTestable][TreeItemHandler] Expanded: derived 06:09:05.665 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item editable and wait with time period 1 06:09:05.665 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item editable 06:09:05.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:06.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:06.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: editable 06:09:06.166 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item editable 06:09:06.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:06.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:06.667 INFO [WorkbenchTestable][TreeItemHandler] Expanded: editable 06:09:06.667 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item last modified and wait with time period 1 06:09:06.667 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item last modified 06:09:06.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:07.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:07.168 INFO [WorkbenchTestable][TreeItemHandler] Expanded: last modified 06:09:07.168 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item last modified 06:09:07.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:07.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:07.669 INFO [WorkbenchTestable][TreeItemHandler] Expanded: last modified 06:09:07.669 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item linked and wait with time period 1 06:09:07.669 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item linked 06:09:07.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:08.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:08.170 INFO [WorkbenchTestable][TreeItemHandler] Expanded: linked 06:09:08.170 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item linked 06:09:08.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:08.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:08.670 INFO [WorkbenchTestable][TreeItemHandler] Expanded: linked 06:09:08.670 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item location and wait with time period 1 06:09:08.670 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item location 06:09:08.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:09.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:09.171 INFO [WorkbenchTestable][TreeItemHandler] Expanded: location 06:09:09.171 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item location 06:09:09.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:09.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:09.672 INFO [WorkbenchTestable][TreeItemHandler] Expanded: location 06:09:09.672 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item name and wait with time period 1 06:09:09.672 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item name 06:09:09.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:10.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:10.173 INFO [WorkbenchTestable][TreeItemHandler] Expanded: name 06:09:10.173 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item name 06:09:10.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:10.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:10.674 INFO [WorkbenchTestable][TreeItemHandler] Expanded: name 06:09:10.675 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item path and wait with time period 1 06:09:10.675 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item path 06:09:10.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:11.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:11.176 INFO [WorkbenchTestable][TreeItemHandler] Expanded: path 06:09:11.176 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item path 06:09:11.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:11.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:11.676 INFO [WorkbenchTestable][TreeItemHandler] Expanded: path 06:09:11.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:11.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:11.678 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:09:11.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:11.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:11.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:11.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:11.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:11.679 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:11.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 '\*?\QPackage Explorer\E') 06:09:11.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:11.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:11.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:11.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:11.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:11.680 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:11.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:11.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:11.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:11.690 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:11.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:11.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:11.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:11.691 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:11.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:11.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:11.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:11.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:11.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:11.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:12.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:12.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:12.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:12.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:12.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:12.692 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:12.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:12.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:12.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:12.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 06:09:12.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:12.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:12.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:12.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:12.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:12.694 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:12.694 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:12.694 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 06:09:12.694 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:12.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:12.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:12.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:12.695 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:12.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:12.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:12.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:12.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:12.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:12.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:13.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:13.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:13.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:13.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:13.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:13.697 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:13.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:13.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:13.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:13.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:09:13.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:13.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:13.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:13.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:13.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:13.698 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:13.698 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:13.698 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 06:09:13.698 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 06:09:13.698 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 06:09:13.698 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 06:09:13.700 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 06:09:13.700 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:09:13.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:13.720 DEBUG [main][MenuItemLookup] Found menu:'New' 06:09:13.720 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:09:13.720 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:13.720 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:09:13.720 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:09:13.720 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:09:13.720 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:13.720 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:09:13.720 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:09:13.720 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:09:13.720 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:09:13.720 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:13.720 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:09:13.720 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:09:13.720 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:09:13.720 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:09:13.720 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:13.720 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:09:13.720 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:09:13.720 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:13.720 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:09:13.720 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:09:13.720 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:09:13.720 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:09:13.720 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:09:13.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:13.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:09:14.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:14.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:14.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:14.221 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 06:09:14.221 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 06:09:14.221 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 06:09:14.221 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 06:09:14.223 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 06:09:14.223 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:09:14.223 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:14.243 DEBUG [main][MenuItemLookup] Found menu:'New' 06:09:14.243 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:09:14.243 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:14.243 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:09:14.243 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:09:14.243 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:09:14.243 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:14.243 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:09:14.243 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:09:14.243 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:09:14.243 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:09:14.243 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:09:14.243 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:09:14.243 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:09:14.243 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:09:14.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 'Delete.*'] is available.... 06:09:14.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:09:14.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:09:14.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:14.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:14.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:14.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:14.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: 32) 06:09:14.799 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:14.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:14.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:14.799 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:09:14.799 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:14.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:14.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:14.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:14.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:14.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:14.800 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:09:14.800 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:09:14.800 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:09:14.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:14.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:14.800 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:14.800 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:14.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:09:14.800 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:14.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:14.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:14.800 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:09:14.800 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:14.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:14.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:14.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:14.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:14.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:14.801 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:09:14.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:14.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:14.801 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:14.801 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:14.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:09:14.803 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:09:15.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:09:15.303 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:09:15.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:15.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:09:15.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:09:15.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:15.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:15.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:15.303 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 06:09:15.303 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:09:15.304 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:09:15.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:15.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:15.304 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProperties no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 06:09:15.304 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:09:15.304 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleShowCategories no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 06:09:15.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 06:09:15.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:09:15.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:09:15.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:09:15.304 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:15.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:15.305 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:15.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:15.305 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:09:15.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:15.305 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:15.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:15.305 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:15.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:15.305 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:15.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:15.305 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:09:15.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:15.305 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:15.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:15.305 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:15.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:15.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:15.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:15.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:15.306 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:15.306 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:15.306 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:15.306 DEBUG [main][MenuItemLookup] Item match:File 06:09:15.307 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:09:15.307 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:09:15.309 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:09:15.309 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:09:15.309 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:15.309 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:09:15.309 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:09:15.309 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:09:15.309 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:09:15.309 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:09:15.309 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:09:15.309 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:09:15.309 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:09:15.309 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:09:15.309 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:15.309 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:09:15.309 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:09:15.309 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:15.309 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:09:15.309 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:15.309 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:09:15.309 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:09:15.309 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:09:15.309 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:09:15.309 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:09:15.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 'New|Select a wizard'] is available.... 06:09:15.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:09:15.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:09:15.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:15.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:15.366 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:09:15.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:15.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:09:15.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:15.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:15.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:15.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:15.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:15.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:09:15.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:09:15.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:09:15.368 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:09:15.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:15.368 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:09:15.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:15.368 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:09:15.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:09:15.368 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:09:15.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:15.368 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:09:15.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:15.368 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:09:15.368 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:09:15.368 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:09:15.368 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:09:15.368 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:09:15.368 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:09:15.368 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:09:15.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:09:15.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:15.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:15.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:15.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:15.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:15.369 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:09:15.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:15.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:15.370 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:15.370 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:15.504 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:15.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:15.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:15.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:09:15.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 06:09:15.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:09:15.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:15.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:15.505 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:09:15.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:15.505 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 06:09:15.505 DEBUG [WorkbenchTestable][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:") 06:09:15.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:15.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:15.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:15.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:15.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:09:15.507 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:09:15.507 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 06:09:15.528 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:09:15.528 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:09:15.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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) 06:09:15.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:15.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:15.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:15.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:15.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:15.530 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:09:15.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:15.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:15.530 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:15.530 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:15.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:09:16.033 DEBUG [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 06:09:16.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:09:16.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:16.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:16.036 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:09:16.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 "Don't Create") 06:09:16.036 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:16.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:16.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:16.036 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:09:16.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:16.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:16.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:16.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:16.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:16.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:16.037 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:09:16.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:16.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:16.037 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:16.037 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:16.100 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.... 06:09:16.100 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 06:09:16.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:09:16.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:09:16.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:16.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/PropertiesViewTestProject)' is a system job, skipped 06:09:16.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:09:16.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:09:16.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:09:16.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:09:16.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:16.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:16.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:16.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:16.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:16.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:16.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:16.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:16.101 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:16.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') 06:09:16.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:16.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:16.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:16.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:16.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:16.102 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:16.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:16.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:16.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:09:16.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:09:16.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:09:16.103 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:16.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:16.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:16.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:16.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:16.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:16.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:16.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:16.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:17.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:17.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:17.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:17.105 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:17.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:17.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:17.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:17.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 06:09:17.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:17.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:17.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:17.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:17.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:17.107 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:17.107 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:17.107 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 06:09:17.107 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 06:09:17.107 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 06:09:17.107 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 06:09:17.108 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 06:09:17.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:17.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:17.110 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 06:09:17.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:17.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:17.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:17.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:17.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:17.112 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:17.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 '\*?\QProperties\E') 06:09:17.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:17.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:17.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:17.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:17.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:17.113 INFO [WorkbenchTestable][AbstractView] Activate view Properties 06:09:17.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 06:09:17.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:17.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:17.130 INFO [WorkbenchTestable][AbstractView] Activate view Properties 06:09:17.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 06:09:17.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:17.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:17.130 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") 06:09:17.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:17.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:17.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:17.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:17.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:09:17.131 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 06:09:17.131 INFO [WorkbenchTestable][AbstractView] Activate view Properties 06:09:17.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 06:09:17.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:17.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:17.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 06:09:17.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:17.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:17.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:17.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:17.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:17.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:09:17.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:09:17.145 INFO [WorkbenchTestable][AbstractView] Activate view Properties 06:09:17.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 06:09:17.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:17.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:17.146 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") 06:09:17.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:17.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:17.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:17.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:17.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:09:17.146 INFO [WorkbenchTestable][AbstractToolItem] Unclick tool item Show Categories 06:09:17.146 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 06:09:17.146 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:09:17.146 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:17.148 INFO [WorkbenchTestable][AbstractView] Activate view Properties 06:09:17.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 06:09:17.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:17.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:17.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 06:09:17.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:17.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:17.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:17.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:17.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:17.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:09:17.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:09:17.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:17.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:17.150 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:09:17.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:17.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:17.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:17.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:17.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:17.151 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:17.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 '\*?\QPackage Explorer\E') 06:09:17.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:17.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:17.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:17.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:17.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:17.151 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:17.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:17.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:17.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:17.171 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:17.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:17.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:17.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:17.172 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:17.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:17.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:17.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:17.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:17.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:17.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:17.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:17.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:18.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:18.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:18.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:18.174 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:18.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:18.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:18.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:18.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:09:18.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:18.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:18.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:18.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:18.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:18.175 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:18.176 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:18.176 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 06:09:18.176 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:18.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:18.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:18.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:18.176 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:18.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:18.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:18.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:18.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:18.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:18.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:18.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:18.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:19.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:19.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:19.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:19.178 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:19.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:19.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:19.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:19.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 06:09:19.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:19.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:19.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:19.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:19.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:19.179 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:19.179 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:19.180 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 06:09:19.180 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 06:09:19.180 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 06:09:19.180 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 06:09:19.181 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 06:09:19.181 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:09:19.181 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:19.202 DEBUG [main][MenuItemLookup] Found menu:'New' 06:09:19.202 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:09:19.202 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:19.202 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:09:19.202 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:09:19.202 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:09:19.202 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:19.202 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:09:19.202 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:09:19.202 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:09:19.202 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:09:19.202 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:19.202 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:09:19.202 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:09:19.202 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:09:19.202 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:09:19.202 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:19.202 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:09:19.202 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:09:19.202 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:19.202 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:09:19.202 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:09:19.202 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:09:19.202 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:09:19.202 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:09:19.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:19.202 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:09:19.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:19.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:19.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:19.703 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 06:09:19.703 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 06:09:19.703 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 06:09:19.703 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 06:09:19.705 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 06:09:19.705 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:09:19.705 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:19.725 DEBUG [main][MenuItemLookup] Found menu:'New' 06:09:19.725 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:09:19.725 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:19.725 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:09:19.725 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:09:19.725 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:09:19.725 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:19.725 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:09:19.725 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:09:19.725 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:09:19.725 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:09:19.725 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:09:19.725 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:09:19.725 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:09:19.726 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:09:19.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:09:20.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:09:20.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:09:20.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:20.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:20.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:20.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:20.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) 06:09:20.293 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:20.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:20.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:20.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:09:20.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:20.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:20.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:20.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:20.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:20.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:20.293 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:09:20.293 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:09:20.293 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:09:20.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:20.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:20.293 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:20.293 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:20.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", Widget matcher matching widgets with style: 8) 06:09:20.293 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:20.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:20.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:20.294 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:09:20.294 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:20.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:20.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:20.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:20.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:20.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:20.294 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:09:20.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:20.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:20.294 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:20.294 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:20.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:09:20.296 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:09:20.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:09:20.797 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:09:20.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:20.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:09:20.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:09:20.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:20.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:20.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:20.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 06:09:20.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:09:20.797 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:09:20.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:20.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:20.798 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleShowCategories no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 06:09:20.798 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:09:20.798 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 06:09:20.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 06:09:20.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:09:20.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:09:20.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:09:20.798 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:20.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:20.798 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:20.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:20.798 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:09:20.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:20.798 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:20.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:20.798 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:20.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:20.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'] 06:09:20.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:20.799 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:09:20.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:20.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'] 06:09:20.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:20.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'] 06:09:20.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:20.799 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:20.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:20.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:20.799 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:20.799 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:20.799 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:20.800 DEBUG [main][MenuItemLookup] Item match:File 06:09:20.800 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:09:20.800 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:09:20.802 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:09:20.802 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:09:20.802 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:20.802 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:09:20.802 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:09:20.802 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:09:20.802 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:09:20.802 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:09:20.802 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:09:20.802 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:09:20.802 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:09:20.802 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:09:20.802 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:20.802 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:09:20.802 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:09:20.802 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:20.802 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:09:20.802 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:20.802 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:09:20.802 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:09:20.811 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:09:20.811 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:09:20.811 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:09:20.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 'New|Select a wizard'] is available.... 06:09:20.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:09:20.860 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:09:20.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:20.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:20.861 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:09:20.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:20.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:09:20.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:20.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:20.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:20.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:20.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:20.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:09:20.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:09:20.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:09:20.862 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:09:20.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:20.862 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:09:20.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:20.862 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:09:20.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:09:20.862 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:09:20.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:20.863 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:09:20.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:20.863 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:09:20.863 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:09:20.863 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:09:20.863 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:09:20.863 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:09:20.863 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:09:20.863 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:09:20.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) 06:09:20.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:20.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:20.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:20.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:20.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:20.869 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:09:20.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:20.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:20.869 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:20.869 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:20.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'] 06:09:20.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:20.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:20.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:09:20.989 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 06:09:20.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:09:20.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:20.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:20.990 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:09:20.990 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:20.990 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 06:09:20.990 DEBUG [WorkbenchTestable][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:") 06:09:20.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:20.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:20.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:20.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:20.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:09:20.991 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:09:20.991 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 06:09:21.013 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:09:21.013 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:09:21.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:09:21.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:21.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:21.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:21.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:21.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:21.014 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:09:21.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:21.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:21.014 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:21.014 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:21.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:09:21.518 DEBUG [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 06:09:21.518 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:09:21.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:21.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:21.520 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:09:21.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:09:21.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:21.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:21.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:21.520 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:09:21.520 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:21.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:21.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:21.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:21.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:21.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:21.521 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:09:21.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:21.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:21.521 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:21.521 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:21.582 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.... 06:09:21.582 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 06:09:21.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:09:21.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:09:21.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:21.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/PropertiesViewTestProject)' is a system job, skipped 06:09:21.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:09:21.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:09:21.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:09:21.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:21.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:21.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:21.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:21.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:21.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:21.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:21.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:21.583 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:21.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:09:21.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:21.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:21.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:21.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:21.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:21.583 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:21.583 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:21.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:21.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:09:21.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:09:21.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:09:21.585 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:21.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:21.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:21.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:21.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:21.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:21.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:22.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:22.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:22.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:22.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:22.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:22.588 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:22.588 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:22.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:22.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:22.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 06:09:22.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:22.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:22.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:22.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:22.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:22.589 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:22.589 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:22.589 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 06:09:22.589 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 06:09:22.589 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 06:09:22.589 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 06:09:22.591 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 06:09:22.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:22.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:22.592 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 06:09:22.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:22.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:22.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:22.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:22.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:22.594 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:22.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 '\*?\QProperties\E') 06:09:22.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:22.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:22.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:22.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:22.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:22.595 INFO [WorkbenchTestable][AbstractView] Activate view Properties 06:09:22.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 06:09:22.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:22.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:22.612 INFO [WorkbenchTestable][AbstractView] Activate view Properties 06:09:22.612 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 06:09:22.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:22.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:22.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Categories") 06:09:22.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:22.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:22.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:22.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:22.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:09:22.613 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 06:09:22.614 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 06:09:22.614 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:09:22.614 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:22.616 INFO [WorkbenchTestable][AbstractView] Activate view Properties 06:09:22.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 06:09:22.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:22.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:22.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 06:09:22.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:22.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:22.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:22.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:22.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:22.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:09:22.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:09:22.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Info has children... 06:09:22.617 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 06:09:22.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:22.617 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 06:09:22.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:22.617 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 06:09:22.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Info has children finished successfully 06:09:22.617 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 06:09:22.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:22.617 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 06:09:22.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:22.617 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 06:09:22.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:22.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:22.618 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:09:22.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:22.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:22.618 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:22.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:22.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:22.626 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:22.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 '\*?\QPackage Explorer\E') 06:09:22.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:22.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:22.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:22.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:22.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:22.627 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:22.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:22.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:22.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:22.646 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:22.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:22.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:22.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:22.647 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:22.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:22.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:22.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:22.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:22.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:22.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:23.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:23.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:23.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:23.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:23.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:23.650 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:23.650 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:23.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:23.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:23.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 06:09:23.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:23.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:23.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:23.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:23.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:23.651 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:23.651 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:23.651 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 06:09:23.651 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:23.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:23.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:23.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:23.652 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:23.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:23.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:23.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:23.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:23.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:23.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:24.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:24.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:24.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:24.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:24.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:24.653 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:24.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:24.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:24.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:24.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 06:09:24.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:24.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:24.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:24.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:24.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:24.654 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:24.655 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:24.655 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 06:09:24.655 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 06:09:24.655 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 06:09:24.655 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 06:09:24.656 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 06:09:24.656 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:09:24.656 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:24.677 DEBUG [main][MenuItemLookup] Found menu:'New' 06:09:24.677 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:09:24.677 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:24.677 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:09:24.677 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:09:24.677 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:09:24.677 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:24.677 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:09:24.677 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:09:24.677 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:09:24.677 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:09:24.677 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:24.677 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:09:24.677 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:09:24.677 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:09:24.677 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:09:24.677 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:24.677 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:09:24.677 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:09:24.677 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:24.677 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:09:24.677 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:09:24.677 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:09:24.677 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:09:24.677 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:09:24.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:24.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:09:25.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:25.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:25.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:25.178 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 06:09:25.178 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 06:09:25.178 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 06:09:25.178 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 06:09:25.180 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 06:09:25.180 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:09:25.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:25.199 DEBUG [main][MenuItemLookup] Found menu:'New' 06:09:25.199 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:09:25.199 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:25.199 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:09:25.199 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:09:25.199 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:09:25.199 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:25.199 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:09:25.199 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:09:25.199 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:09:25.199 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:09:25.199 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:09:25.200 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:09:25.200 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:09:25.200 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:09:25.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:09:25.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:09:25.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:09:25.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:25.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:25.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:25.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:25.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: 32) 06:09:25.758 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:25.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:25.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:25.758 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:09:25.758 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:25.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:25.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:25.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:25.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:25.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:25.759 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:09:25.759 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:09:25.759 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:09:25.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:25.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:25.759 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:25.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:25.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 "OK", Widget matcher matching widgets with style: 8) 06:09:25.759 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:25.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:25.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:25.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:09:25.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:25.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:25.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:25.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:25.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:25.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:25.759 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:09:25.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:25.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:25.760 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:25.760 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:25.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:09:25.762 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:09:26.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:09:26.262 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:09:26.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:26.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:09:26.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:09:26.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:26.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:26.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:26.262 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 06:09:26.262 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:09:26.262 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:09:26.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:26.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:26.263 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 06:09:26.263 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:09:26.263 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 06:09:26.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 06:09:26.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:09:26.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:09:26.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:09:26.263 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:26.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:26.263 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:26.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:26.263 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:09:26.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:26.263 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:26.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:26.263 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:26.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:26.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:26.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:26.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:09:26.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:26.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:26.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:26.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:26.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:26.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:26.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:26.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:26.264 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:26.264 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:26.264 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:26.265 DEBUG [main][MenuItemLookup] Item match:File 06:09:26.265 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:09:26.265 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:09:26.268 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:09:26.268 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:09:26.268 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:26.268 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:09:26.268 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:09:26.268 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:09:26.268 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:09:26.268 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:09:26.268 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:09:26.268 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:09:26.268 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:09:26.268 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:09:26.268 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:26.268 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:09:26.268 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:09:26.268 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:26.268 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:09:26.268 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:26.268 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:09:26.268 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:09:26.268 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:09:26.268 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:09:26.268 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:09:26.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.... 06:09:26.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 06:09:26.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:09:26.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:26.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:26.324 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:09:26.324 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:26.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:09:26.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:26.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:26.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:26.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:26.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:26.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:09:26.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:09:26.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:09:26.326 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:09:26.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:26.326 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:09:26.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:26.326 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:09:26.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:09:26.327 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:09:26.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:26.327 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:09:26.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:26.327 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:09:26.327 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:09:26.327 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:09:26.327 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:09:26.327 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:09:26.327 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:09:26.327 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:09:26.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:09:26.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:26.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:26.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:26.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:26.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:26.328 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:09:26.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:26.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:26.328 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:26.328 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:26.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'] 06:09:26.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:26.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:26.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:09:26.443 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 06:09:26.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:09:26.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:26.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:26.444 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:09:26.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:26.444 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 06:09:26.444 DEBUG [WorkbenchTestable][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:") 06:09:26.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:26.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:26.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:26.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:26.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:09:26.445 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:09:26.446 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 06:09:26.467 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:09:26.467 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:09:26.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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) 06:09:26.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:26.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:26.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:26.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:26.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:26.468 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:09:26.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:26.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:26.468 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:26.468 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:26.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:09:26.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 06:09:26.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:09:26.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:26.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:26.974 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:09:26.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 "Don't Create") 06:09:26.974 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:26.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:26.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:26.974 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:09:26.974 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:26.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:26.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:26.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:26.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:26.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:26.975 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:09:26.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:26.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:26.975 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:26.975 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:27.034 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.... 06:09:27.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 06:09:27.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:09:27.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:09:27.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:27.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/PropertiesViewTestProject)' is a system job, skipped 06:09:27.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:09:27.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:09:27.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:09:27.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:27.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:27.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:27.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:27.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:27.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:27.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:27.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:27.035 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:27.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') 06:09:27.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:27.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:27.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:27.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:27.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:27.036 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:27.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:27.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:27.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:09:27.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:09:27.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:09:27.037 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:27.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:27.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:27.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:27.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:27.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:27.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:27.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:27.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:28.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:28.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:28.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:28.040 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:28.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:28.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:28.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:28.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:09:28.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:28.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:28.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:28.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:28.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:28.041 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:28.041 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:28.041 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 06:09:28.042 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 06:09:28.042 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 06:09:28.042 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 06:09:28.043 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 06:09:28.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:28.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:28.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:28.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:28.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:28.045 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:28.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 '\*?\QProperties\E') 06:09:28.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:28.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:28.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:28.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:28.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:28.046 INFO [WorkbenchTestable][AbstractView] Activate view Properties 06:09:28.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 06:09:28.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:28.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:28.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 06:09:28.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:28.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:28.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:28.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:28.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:28.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:09:28.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:09:28.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:28.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:28.054 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:09:28.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:28.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:28.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:28.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:28.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:28.054 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:28.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 '\*?\QPackage Explorer\E') 06:09:28.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:28.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:28.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:28.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:28.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:28.055 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:28.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:28.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:28.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:28.083 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:28.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:28.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:28.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:28.084 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:28.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:28.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:28.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:28.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:28.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:28.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:28.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:28.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:29.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:29.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:29.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:29.085 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:29.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:29.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:29.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:29.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 06:09:29.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:29.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:29.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:29.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:29.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:29.086 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:29.086 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:29.086 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 06:09:29.086 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:29.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:29.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:29.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:29.087 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:29.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:29.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:29.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:29.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:29.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:29.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:29.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:29.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:30.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:30.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:30.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:30.090 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:09:30.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:09:30.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:30.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:30.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 06:09:30.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:30.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:30.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:30.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:30.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:30.091 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:30.092 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:30.092 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 06:09:30.092 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 06:09:30.092 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 06:09:30.092 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 06:09:30.093 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 06:09:30.093 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:09:30.093 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:30.114 DEBUG [main][MenuItemLookup] Found menu:'New' 06:09:30.114 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:09:30.114 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:30.114 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:09:30.114 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:09:30.114 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:09:30.114 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:30.114 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:09:30.114 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:09:30.114 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:09:30.114 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:09:30.114 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:30.114 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:09:30.114 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:09:30.114 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:09:30.114 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:09:30.114 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:30.114 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:09:30.114 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:09:30.114 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:30.114 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:09:30.114 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:09:30.114 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:09:30.114 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:09:30.114 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:09:30.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:30.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:09:30.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:30.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:30.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:30.615 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 06:09:30.615 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 06:09:30.615 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 06:09:30.615 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 06:09:30.617 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 06:09:30.617 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:09:30.617 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:30.641 DEBUG [main][MenuItemLookup] Found menu:'New' 06:09:30.641 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:09:30.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:30.641 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:09:30.641 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:09:30.641 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:09:30.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:30.641 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:09:30.641 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:09:30.641 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:09:30.641 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:09:30.641 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:09:30.642 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:09:30.642 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:09:30.642 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:09:30.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 'Delete.*'] is available.... 06:09:31.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:09:31.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:09:31.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:31.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:31.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:31.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:31.210 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:09:31.210 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:31.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:31.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:31.210 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:09:31.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:31.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:31.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:31.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:31.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:31.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:31.211 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:09:31.211 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:09:31.211 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:09:31.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:31.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:31.211 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:31.211 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:31.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 "OK", Widget matcher matching widgets with style: 8) 06:09:31.211 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:31.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:31.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:31.211 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:09:31.211 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:31.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:31.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:31.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:31.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:31.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:31.212 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:09:31.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:31.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:31.212 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:31.212 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:31.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:09:31.215 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:09:31.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:09:31.716 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:09:31.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:31.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:09:31.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:09:31.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:31.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:31.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:31.716 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 06:09:31.716 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:09:31.716 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:09:31.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:31.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:31.717 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 06:09:31.717 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 06:09:31.717 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:09:31.717 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:09:31.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:31.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.141 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.59 s toggleShowCategories no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) Time elapsed: 5.494 s getProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) Time elapsed: 5.465 s getNonExistingProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) Time elapsed: 5.454 s Running org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 06:09:31.721 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 06:09:31.722 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:09:31.722 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:09:31.722 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 06:09:31.722 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:09:31.722 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:09:31.722 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:09:31.722 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:09:31.722 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:09:31.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:31.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:31.724 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:09:31.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:31.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:31.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:31.725 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:31.725 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:31.725 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:31.725 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:09:31.725 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:09:31.725 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:09:31.725 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:09:31.725 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:09:31.725 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:09:31.725 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:09:31.725 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:09:31.725 DEBUG [main][MenuItemLookup] Item match:Window 06:09:31.726 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:09:31.726 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:09:31.726 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:09:31.726 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:31.726 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:09:31.726 DEBUG [main][MenuItemLookup] Item match:Show View 06:09:31.729 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:09:31.729 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:09:31.729 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:09:31.729 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:09:31.729 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:09:31.729 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:09:31.729 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:09:31.729 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:09:31.729 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:09:31.729 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:09:31.729 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:09:31.729 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:09:31.729 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:09:31.729 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:09:31.729 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:31.729 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:09:31.729 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:09:31.729 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:09:31.729 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:09:31.729 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:09:31.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:09:31.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:09:31.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:09:31.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:31.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:31.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:09:31.772 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:31.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:31.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:31.772 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:31.772 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:31.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:31.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:31.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:31.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:31.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:31.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:09:31.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:09:31.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:09:31.773 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:09:31.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:31.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:09:31.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:31.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:09:31.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:09:31.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:09:31.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:31.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:09:31.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:31.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:09:31.774 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:09:31.774 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:09:31.774 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:09:31.774 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:09:31.774 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:31.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:31.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:31.774 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:31.774 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:31.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:31.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:31.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:09:31.775 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:31.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:31.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:31.775 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:31.775 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:31.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:31.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:31.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:31.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:31.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:31.775 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:09:31.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:31.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:31.775 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:31.775 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:31.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:09:31.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:09:31.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:09:31.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:31.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:31.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:09:31.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:31.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:31.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:31.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:31.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:31.828 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:31.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 '\*?\QProject Explorer\E') 06:09:31.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:31.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:31.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:31.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:31.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:31.829 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:09:31.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:09:31.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:31.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:09:31.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:09:31.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:09:31.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:31.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:31.831 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 06:09:31.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:31.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:31.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:31.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:31.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:31.833 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:31.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E') 06:09:31.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:31.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:31.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:31.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:31.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:31.834 INFO [WorkbenchTestable][AbstractView] Activate view Properties 06:09:31.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 06:09:31.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:31.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.ScrolledComposite Text= TooltipText=null 06:09:31.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:31.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:31.839 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:31.839 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:31.839 DEBUG [main][MenuItemLookup] Item match:File 06:09:31.840 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:09:31.840 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:09:31.842 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:09:31.842 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:09:31.842 DEBUG [main][MenuItemLookup] Item match:Project... 06:09:31.851 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roject..." 06:09:31.851 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Project... 06:09:31.851 INFO [main][MenuItemHandler] Select menu item: P&roject... 06:09:31.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 06:09:31.891 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 06:09:31.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 06:09:31.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:31.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:31.892 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:09:31.892 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:31.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:31.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:31.892 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 06:09:31.892 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:31.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:31.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:31.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:31.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:31.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:31.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:09:31.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:09:31.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:09:31.894 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:09:31.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:32.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:32.395 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:09:32.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:09:32.396 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:09:32.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:32.396 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:09:32.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:32.396 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:09:32.396 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 06:09:32.396 DEBUG [main][TreeItemHandler] Selecting tree item: Project 06:09:32.396 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 06:09:32.399 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 06:09:32.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >") 06:09:32.399 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:32.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:32.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:32.399 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 06:09:32.399 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:32.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:32.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:32.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:32.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:32.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:32.400 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:09:32.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:32.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:32.400 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:32.400 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:32.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 06:09:32.427 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:32.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:32.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:32.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 06:09:32.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:32.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:32.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:32.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:32.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:32.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:09:32.428 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:09:32.428 INFO [WorkbenchTestable][AbstractText] Text set to: test 06:09:32.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 "Finish") 06:09:32.429 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:32.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:32.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:32.429 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 06:09:32.429 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:32.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:32.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:32.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:32.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:32.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:32.430 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:09:32.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:32.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:32.430 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:32.430 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:32.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 06:09:32.933 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 06:09:32.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:32.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:09:32.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:09:32.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:32.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:32.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:32.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:32.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:32.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:32.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:32.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:32.934 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:32.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') 06:09:32.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:32.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:32.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:32.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:32.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:32.935 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:09:32.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:09:32.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:32.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:32.972 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:09:32.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:09:32.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:32.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:32.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:32.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:32.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:33.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:33.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:33.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:33.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:33.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:33.974 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:09:33.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:09:33.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:33.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:33.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:09:33.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:33.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:33.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:33.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:33.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:33.976 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:33.976 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:33.976 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:09:33.976 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 06:09:33.976 DEBUG [main][TreeItemHandler] Selecting tree item: test 06:09:33.976 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 06:09:33.981 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 06:09:33.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:33.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:33.981 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:33.981 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:33.981 DEBUG [main][MenuItemLookup] Item match:File 06:09:33.982 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:09:33.982 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:09:33.984 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:09:33.984 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:09:33.984 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:33.984 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:09:33.984 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:09:33.984 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:09:33.984 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:09:33.984 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:09:33.984 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:09:33.984 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:09:33.984 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:09:33.984 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:09:33.984 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:33.984 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:09:33.984 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:09:33.984 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:33.984 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:09:33.984 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:33.984 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:09:33.984 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:09:33.984 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:09:33.984 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:09:33.984 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:09:34.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 06:09:34.029 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 06:09:34.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:09:34.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:34.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:34.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 06:09:34.030 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:34.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:34.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:34.030 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 06:09:34.030 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:34.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:34.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:34.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:34.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:34.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:34.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:09:34.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:09:34.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem XML has children... 06:09:34.031 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item XML 06:09:34.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:34.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:34.532 INFO [WorkbenchTestable][TreeItemHandler] Expanded: XML 06:09:34.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem XML has children finished successfully 06:09:34.533 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item XML 06:09:34.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:34.533 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item XML is already expanded. No action performed 06:09:34.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:34.533 INFO [WorkbenchTestable][TreeItemHandler] Expanded: XML 06:09:34.533 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item XML Schema File 06:09:34.533 DEBUG [main][TreeItemHandler] Selecting tree item: XML Schema File 06:09:34.534 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item XML Schema File about selection 06:09:34.537 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: XML Schema File 06:09:34.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 "Next >") 06:09:34.537 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:34.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:34.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:34.538 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 06:09:34.538 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:34.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:34.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:34.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:34.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:34.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:34.539 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:09:34.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:34.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:34.539 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:34.539 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:34.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 06:09:34.574 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:34.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:34.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:34.574 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create XML Schema" as the parent 06:09:34.574 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:34.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:34.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:34.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:34.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:34.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:34.575 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:09:34.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:34.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:34.576 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:34.576 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:34.578 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:2139): Gtk-WARNING **: 06:09:35.069: Negative content height -5 (allocation 1, extents 3x3) while allocating gadget (node button, owner GtkToggleButton) 06:09:35.252 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 06:09:35.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:35.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:09:35.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:09:35.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 06:09:35.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:35.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:09:35.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:35.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:35.252 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:09:35.252 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 06:09:35.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 06:09:35.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:09:35.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:09:35.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:09:35.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:35.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:35.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 06:09:35.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:35.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:35.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 06:09:35.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') 06:09:35.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:35.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:35.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:35.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:35.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:35.254 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:09:35.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:09:35.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:35.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:35.304 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:09:35.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:09:35.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:35.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:35.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:35.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:35.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:35.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:35.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:36.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:36.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:36.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:36.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:36.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:36.807 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:09:36.807 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:09:36.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:36.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:36.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:09:36.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:36.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:36.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:36.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:36.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:36.808 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:36.808 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:36.808 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:09:36.808 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:09:36.808 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item NewXMLSchema.xsd of tree item test 06:09:36.808 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:09:36.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:36.809 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:09:36.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:36.809 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:09:36.809 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 06:09:36.809 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 06:09:36.809 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 06:09:36.814 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 06:09:36.814 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item NewXMLSchema.xsd 06:09:36.814 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 06:09:36.814 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 06:09:36.814 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 06:09:36.819 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 06:09:36.819 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:09:36.819 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:09:36.853 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:09:36.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:36.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:09:36.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:36.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:09:36.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:36.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:36.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5c5e8062 is found... 06:09:36.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5c5e8062 is found finished successfully 06:09:36.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNewXMLSchema.xsd\E') 06:09:36.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:36.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:36.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:36.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:36.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:36.857 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:36.857 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:09:36.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNewXMLSchema.xsd\E') 06:09:36.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:36.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:36.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:36.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:36.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:36.863 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:36.863 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:09:36.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:36.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:36.876 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 06:09:36.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:36.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:36.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 06:09:36.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:36.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:36.878 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 06:09:36.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 '\*?\QProperties\E') 06:09:36.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:36.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:36.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:36.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:36.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:36.880 INFO [WorkbenchTestable][AbstractView] Activate view Properties 06:09:36.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 06:09:36.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:36.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=tns TooltipText=null 06:09:36.919 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') 06:09:36.919 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:36.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:36.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:36.919 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 06:09:36.919 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:36.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:36.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:36.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:36.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:36.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 06:09:36.920 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 06:09:36.920 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:36.920 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 06:09:36.920 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:36.953 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') 06:09:36.953 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:36.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:36.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:36.954 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 06:09:36.954 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:36.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:36.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:36.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:36.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:36.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 06:09:36.954 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 06:09:36.954 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:36.954 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 06:09:36.954 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:36.960 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') 06:09:36.960 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:36.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:36.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:36.960 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 06:09:36.960 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:36.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:36.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:36.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:36.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:36.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 06:09:36.960 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 06:09:36.960 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:36.960 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 06:09:36.960 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:36.968 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') 06:09:36.968 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:36.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:36.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:36.969 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 06:09:36.969 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:36.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:36.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:36.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:36.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:36.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 06:09:36.969 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 06:09:36.969 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:36.969 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 06:09:36.969 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:37.001 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") 06:09:37.001 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:37.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:37.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:37.001 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 06:09:37.001 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:37.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:37.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:37.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:37.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:37.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 06:09:37.002 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") 06:09:37.002 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:37.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:37.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:37.002 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 06:09:37.002 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:37.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:37.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:37.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:37.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:37.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 06:09:37.003 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 06:09:37.003 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:09:37.003 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:09:37.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:37.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:37.003 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 06:09:37.003 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:09:37.004 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 06:09:37.004 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 06:09:37.004 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:09:37.004 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:09:37.004 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:09:37.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:37.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:37.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 06:09:37.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:37.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:37.005 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 06:09:37.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 '\*?\QProject Explorer\E') 06:09:37.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:37.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:37.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:37.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:37.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:37.005 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:09:37.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:09:37.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:37.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:37.015 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:09:37.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:09:37.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:37.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:37.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:37.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:37.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:37.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:37.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:38.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:38.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:38.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:38.018 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:09:38.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:09:38.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:38.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:38.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 06:09:38.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:38.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:38.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:38.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:38.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:38.020 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:38.020 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:38.020 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:09:38.020 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:09:38.021 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item NewXMLSchema.xsd of tree item test 06:09:38.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 06:09:38.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:38.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 06:09:38.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:38.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 06:09:38.021 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 06:09:38.021 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 06:09:38.021 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 06:09:38.026 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 06:09:38.026 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item NewXMLSchema.xsd 06:09:38.026 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 06:09:38.027 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 06:09:38.027 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 06:09:38.031 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 06:09:38.031 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:09:38.032 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:09:38.067 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:09:38.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:38.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:09:38.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:38.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:09:38.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:38.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:38.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@fcef2d5 is found... 06:09:38.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@fcef2d5 is found finished successfully 06:09:38.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNewXMLSchema.xsd\E') 06:09:38.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:38.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:38.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:38.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:38.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:38.070 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:38.070 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:09:38.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNewXMLSchema.xsd\E') 06:09:38.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:38.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:38.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:38.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:38.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:38.077 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:38.077 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:09:38.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:38.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:38.079 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 06:09:38.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:38.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:38.081 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 06:09:38.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:38.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:38.082 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 06:09:38.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 '\*?\QProperties\E') 06:09:38.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:38.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:38.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:38.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:38.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:38.084 INFO [WorkbenchTestable][AbstractView] Activate view Properties 06:09:38.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 06:09:38.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:38.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:38.109 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') 06:09:38.109 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:38.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:38.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:38.109 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 06:09:38.109 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:38.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:38.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:38.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:38.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:38.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 06:09:38.110 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 06:09:38.110 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:09:38.110 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:09:38.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:38.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:38.111 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 06:09:38.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:38.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:38.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 06:09:38.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:38.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:38.112 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 06:09:38.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 '\*?\QProject Explorer\E') 06:09:38.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:38.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:38.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:38.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:38.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:38.113 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:09:38.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:09:38.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:38.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:38.136 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:09:38.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:09:38.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:38.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:38.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:38.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:38.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:38.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:38.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:39.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:39.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:39.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:39.139 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:09:39.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:09:39.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:39.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:39.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 06:09:39.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:39.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:39.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:39.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:39.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:39.140 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:39.140 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:39.140 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:09:39.140 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 06:09:39.140 DEBUG [main][TreeItemHandler] Selecting tree item: test 06:09:39.141 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 06:09:39.145 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 06:09:39.151 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:09:39.151 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:39.179 DEBUG [main][MenuItemLookup] Found menu:'New' 06:09:39.179 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:09:39.179 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:39.179 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:09:39.179 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:39.179 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:09:39.179 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:09:39.179 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:09:39.179 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:09:39.179 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:09:39.179 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:09:39.179 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:39.179 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:09:39.179 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:09:39.179 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:39.179 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:09:39.179 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:09:39.179 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:09:39.179 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:09:39.179 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:09:39.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:39.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:09:39.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:09:39.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:09:39.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:39.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:09:39.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:39.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:39.680 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test' via Explorer 06:09:39.680 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 06:09:39.680 DEBUG [main][TreeItemHandler] Selecting tree item: test 06:09:39.680 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 06:09:39.684 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 06:09:39.685 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:09:39.685 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:39.703 DEBUG [main][MenuItemLookup] Found menu:'New' 06:09:39.703 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:09:39.703 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:39.703 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:09:39.703 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:39.703 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:09:39.703 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:09:39.703 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:09:39.703 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:09:39.703 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:09:39.703 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:09:39.703 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:09:39.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:09:40.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:09:40.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:09:40.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:40.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:40.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:40.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:40.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:09:40.300 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:40.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:40.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:40.300 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:09:40.300 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:40.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:40.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:40.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:40.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:40.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:40.301 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:09:40.301 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:09:40.301 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:09:40.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:40.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:40.301 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:40.301 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:40.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:09:40.301 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:40.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:40.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:40.301 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:09:40.301 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:40.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:40.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:40.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:40.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:40.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:40.302 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:09:40.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:40.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:40.302 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:40.302 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:40.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:09:40.304 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:09:40.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:09:40.804 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:09:40.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:40.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:09:40.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:09:40.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:40.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:40.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:40.804 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 06:09:40.804 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:09:40.805 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:09:40.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:40.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.084 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.751 s getTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) Time elapsed: 1.107 s Running org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 06:09:40.809 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 06:09:40.810 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:09:40.810 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:09:40.810 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 06:09:40.810 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:09:40.810 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:09:40.810 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:09:40.810 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:09:40.810 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:09:40.811 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:09:40.811 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 06:09:40.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:09:40.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:40.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:40.811 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:40.811 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:40.811 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:09:40.811 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:09:40.811 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:09:40.811 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:09:40.811 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:09:40.811 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:09:40.811 DEBUG [main][MenuItemLookup] Item match:Window 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:09:40.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:40.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:40.812 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:09:40.812 DEBUG [main][MenuItemLookup] Item match:Window 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:09:40.812 DEBUG [main][MenuItemLookup] Item match:Perspective 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:09:40.812 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:09:40.812 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:09:40.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:09:40.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:40.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:40.812 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:09:40.813 DEBUG [main][MenuItemLookup] Item match:Window 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:09:40.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:40.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:40.813 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:09:40.813 DEBUG [main][MenuItemLookup] Item match:Window 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:09:40.813 DEBUG [main][MenuItemLookup] Item match:Perspective 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:09:40.813 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:09:40.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:40.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:40.813 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:09:40.813 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:09:40.814 DEBUG [main][MenuItemLookup] Item match:Window 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:09:40.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:40.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:40.814 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:09:40.814 DEBUG [main][MenuItemLookup] Item match:Window 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:09:40.814 DEBUG [main][MenuItemLookup] Item match:Perspective 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:09:40.814 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:09:40.814 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:09:40.815 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:09:40.815 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:09:40.815 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:09:40.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:09:40.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 06:09:40.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:09:40.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:40.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:40.835 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:40.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:40.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:40.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:09:40.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:40.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:40.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:40.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 06:09:40.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:40.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:40.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:40.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:09:40.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:40.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:40.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:40.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:40.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:40.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:40.837 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:09:40.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:40.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:40.837 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:40.837 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:40.929 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:40.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:40.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'] 06:09:40.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:40.930 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:09:40.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:40.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'] 06:09:40.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:40.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'] 06:09:40.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:40.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'] 06:09:40.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:40.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 Project"] 06:09:40.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:40.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'] 06:09:40.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:40.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'] 06:09:40.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:40.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:40.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:40.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:40.931 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:40.931 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:40.931 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:40.931 DEBUG [main][MenuItemLookup] Item match:File 06:09:40.932 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:09:40.932 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:09:40.934 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:09:40.934 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:09:40.934 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:40.934 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:09:40.934 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:09:40.934 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:09:40.934 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:09:40.934 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:09:40.934 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:09:40.934 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:09:40.934 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:09:40.934 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:09:40.934 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:40.934 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:09:40.934 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:09:40.934 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:40.934 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:09:40.934 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:40.934 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:09:40.934 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:09:40.935 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:09:40.935 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:09:40.935 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:09:41.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:09:41.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 'New|Select a wizard'] is available. finished successfully 06:09:41.005 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:09:41.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:41.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:41.010 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:09:41.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:41.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 06:09:41.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:41.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:41.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:41.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:41.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:41.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:09:41.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:09:41.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:09:41.013 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:09:41.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:41.013 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:09:41.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:41.013 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:09:41.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:09:41.013 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:09:41.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:41.013 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:09:41.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:41.013 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:09:41.013 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:09:41.013 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:09:41.013 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:09:41.016 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:09:41.016 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:09:41.016 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:09:41.016 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:09:41.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:41.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:41.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:41.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:41.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:41.017 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:09:41.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:41.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:41.017 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:41.017 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:41.139 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:41.139 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:41.139 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:41.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:09:41.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 06:09:41.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:09:41.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:41.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:41.141 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:09:41.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:41.141 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectItemTestProject' 06:09:41.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 06:09:41.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:41.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:41.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:41.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:41.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:09:41.142 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:09:41.143 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject 06:09:41.164 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:09:41.164 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:09:41.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 06:09:41.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:41.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:41.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:41.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:41.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:41.166 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:09:41.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:41.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:41.166 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:41.166 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:41.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:09:41.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 06:09:41.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:09:41.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:41.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:41.672 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:09:41.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:09:41.672 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:41.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:41.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:41.672 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:09:41.672 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:41.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:41.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:41.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:41.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:41.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:41.673 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:09:41.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:41.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:41.673 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:41.673 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:41.729 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.... 06:09:41.730 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 06:09:41.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:09:41.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:09:41.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:41.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/ProjectItemTestProject)' is a system job, skipped 06:09:41.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:09:41.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:09:41.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:41.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:41.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:41.730 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:41.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:41.730 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:41.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:41.730 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:09:41.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:41.730 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:41.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:41.730 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:41.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:41.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'] 06:09:41.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:41.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: "New Java Class"] 06:09:41.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:41.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'] 06:09:41.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:41.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'] 06:09:41.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:41.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:41.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:41.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:41.731 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:41.731 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:41.731 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:41.731 DEBUG [main][MenuItemLookup] Item match:File 06:09:41.732 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:09:41.732 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:09:41.734 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:09:41.734 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:09:41.734 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:41.734 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:09:41.734 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:09:41.734 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:09:41.734 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:09:41.734 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:09:41.734 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:09:41.734 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:09:41.734 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:09:41.734 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:09:41.734 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:41.734 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:09:41.734 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:09:41.734 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:41.734 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:09:41.734 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:41.734 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:09:41.734 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:09:41.734 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:09:41.734 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:09:41.734 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:09:41.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:09:41.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:09:41.788 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:09:41.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:41.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:41.789 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:09:41.789 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:41.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:09:41.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:41.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:41.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:41.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:41.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:41.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:09:41.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:09:41.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:09:41.790 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:09:41.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:41.790 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:09:41.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:41.790 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:09:41.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:09:41.790 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:09:41.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:41.791 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:09:41.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:41.791 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:09:41.791 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:09:41.791 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:09:41.791 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:09:41.793 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:09:41.793 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:09:41.793 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:09:41.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:09:41.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:41.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:41.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:41.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:41.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:41.794 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:09:41.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:41.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:41.794 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:41.794 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:41.847 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:41.847 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:41.847 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:41.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:09:41.848 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 06:09:41.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:09:41.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:41.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:41.848 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:09:41.848 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:41.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.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 06:09:41.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:41.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:41.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:41.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:41.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:09:41.853 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:09:41.853 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 06:09:41.858 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:09:41.858 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:09:41.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:09:41.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:41.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:41.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:41.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:41.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:41.860 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:09:41.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:41.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:41.860 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:41.860 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:41.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:09:42.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:09:42.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:42.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:09:42.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:09:42.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:09:42.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:42.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:09:42.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:42.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:42.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:42.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:09:42.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:09:42.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:09:42.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:42.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:09:42.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:42.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:42.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'] 06:09:42.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:42.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'] 06:09:42.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:42.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 Class"] 06:09:42.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:42.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'] 06:09:42.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:42.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'] 06:09:42.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:42.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'] 06:09:42.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:42.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 Class"] 06:09:42.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:42.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'] 06:09:42.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:42.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'] 06:09:42.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:42.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:09:42.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:42.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:42.366 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:09:42.366 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:09:42.366 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:42.366 DEBUG [main][MenuItemLookup] Item match:File 06:09:42.367 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:09:42.367 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:09:42.369 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:09:42.369 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:09:42.369 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:42.369 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:09:42.369 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:09:42.369 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:09:42.369 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:09:42.369 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:09:42.369 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:09:42.369 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:09:42.369 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:09:42.369 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:09:42.369 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:42.369 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:09:42.369 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:09:42.369 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:42.369 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:09:42.369 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:42.369 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:09:42.369 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:09:42.379 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:09:42.379 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:09:42.379 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:09:42.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:09:42.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 'New|Select a wizard'] is available. finished successfully 06:09:42.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:09:42.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:42.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:42.437 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:09:42.437 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:42.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 06:09:42.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:42.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:42.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:42.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:42.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:42.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:09:42.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:09:42.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:09:42.439 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:09:42.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:42.439 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:09:42.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:42.440 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:09:42.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:09:42.440 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:09:42.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:42.440 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:09:42.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:42.440 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:09:42.440 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:09:42.440 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:09:42.440 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:09:42.440 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:09:42.440 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:09:42.440 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:09:42.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:09:42.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:42.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:42.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:42.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:42.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:42.441 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:09:42.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:42.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:42.441 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:42.441 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:42.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'] 06:09:42.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:42.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:42.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:09:42.551 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 06:09:42.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:09:42.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:42.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:42.552 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:09:42.552 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:42.552 DEBUG [WorkbenchTestable][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:") 06:09:42.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:42.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:42.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:42.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:42.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:09:42.559 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:09:42.594 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 06:09:42.606 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:09:42.606 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:09:42.606 DEBUG [WorkbenchTestable][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) 06:09:42.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:42.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:42.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:42.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:42.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:42.608 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:09:42.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:42.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:42.608 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:42.608 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:42.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:09:43.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:09:43.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:43.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:09:43.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:09:43.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:09:43.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:43.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:09:43.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:43.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:43.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:43.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:09:43.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:09:43.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:09:43.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:43.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:09:43.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:43.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:43.124 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:09:43.124 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 06:09:43.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 06:09:43.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:09:43.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:09:43.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:09:43.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:43.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:43.127 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 06:09:43.127 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 06:09:43.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:43.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:43.128 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 06:09:43.128 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 06:09:43.128 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:43.128 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:09:43.128 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:09:43.128 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:09:43.128 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:09:43.128 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:09:43.128 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:09:43.128 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:09:43.128 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:09:43.128 DEBUG [main][MenuItemLookup] Item match:Window 06:09:43.130 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:09:43.130 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:09:43.130 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:09:43.130 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:43.130 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:09:43.130 DEBUG [main][MenuItemLookup] Item match:Show View 06:09:43.133 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:09:43.133 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:09:43.133 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:09:43.133 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:09:43.133 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:09:43.133 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:09:43.133 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:09:43.133 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:09:43.133 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:09:43.133 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:09:43.133 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:09:43.133 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:09:43.133 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:09:43.133 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:09:43.133 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:43.133 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:09:43.133 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:09:43.142 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:09:43.142 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:09:43.142 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:09:43.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:09:43.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:09:43.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:09:43.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:43.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:43.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:09:43.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:43.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:43.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:43.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:43.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:43.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:43.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:43.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:43.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:09:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:09:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:09:43.190 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:09:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:43.190 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:09:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:43.190 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:09:43.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:09:43.191 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:09:43.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:43.191 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:09:43.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:43.191 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:09:43.191 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 06:09:43.191 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 06:09:43.191 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 06:09:43.191 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 06:09:43.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:43.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:43.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:43.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:43.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:43.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:43.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:43.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:09:43.192 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:43.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:43.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:43.192 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:43.192 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:43.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:43.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:43.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:43.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:43.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:43.192 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:09:43.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:43.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:43.192 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:43.192 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:43.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:09:43.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:09:43.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 06:09:43.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:43.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:43.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 06:09:43.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:43.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:43.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 06:09:43.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:43.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:43.255 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 06:09:43.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 '\*?\QNavigator (Deprecated)\E') 06:09:43.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:43.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:43.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:43.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:43.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:43.257 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:43.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:43.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:43.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform TooltipText=null 06:09:43.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:09:43.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:09:43.258 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:43.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:43.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:43.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:43.259 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:43.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:43.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:43.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:43.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:43.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:43.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:43.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:43.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:44.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:44.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:44.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:44.261 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:44.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:44.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:44.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:44.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 06:09:44.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:44.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:44.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:44.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:44.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:44.262 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:44.263 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:44.263 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:09:44.263 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 06:09:44.263 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:09:44.263 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:09:44.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:44.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:44.763 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:09:44.764 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:44.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:44.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:44.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:44.765 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:44.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:44.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:44.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:44.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:44.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:44.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:45.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:45.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:45.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:45.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:45.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:45.768 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:45.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:45.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:45.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:45.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 06:09:45.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:45.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:45.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:45.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:45.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:45.769 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:45.769 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:45.769 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:09:45.769 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 06:09:45.770 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:09:45.770 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:09:45.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:45.770 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:09:45.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:45.770 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:09:45.770 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:09:45.770 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:09:45.770 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:09:45.772 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:09:45.772 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:09:45.772 DEBUG [main][EditorHandler] 2 editor(s) found 06:09:45.773 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 06:09:45.807 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 06:09:45.807 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass1.java 06:09:45.853 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass1.java is closed 06:09:45.854 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:45.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:45.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:45.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:45.854 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:45.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:45.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:45.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:45.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:45.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:45.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:46.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:46.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:46.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:46.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:46.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:46.856 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:46.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:46.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:46.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:46.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 06:09:46.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:46.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:46.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:46.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:46.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:46.857 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:46.857 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:46.858 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:09:46.858 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 06:09:46.858 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:09:46.858 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:09:46.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:46.858 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:09:46.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:46.858 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:09:46.858 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item src 06:09:46.858 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:09:46.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:47.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:47.359 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:09:47.359 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:09:47.359 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:09:47.360 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:09:47.361 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:09:47.361 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 06:09:47.361 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:09:47.361 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:09:47.361 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:09:47.362 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:09:47.362 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:09:47.362 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:09:47.451 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:09:47.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:47.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:09:47.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:09:47.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:09:47.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:09:47.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:47.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:09:47.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:47.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:47.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClass.java\E') 06:09:47.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:47.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:47.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:47.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:47.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:47.456 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:47.456 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class TestClass { } TooltipText=null 06:09:47.457 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:47.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:47.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:47.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:47.465 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 06:09:47.465 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 06:09:47.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:47.466 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:09:47.496 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 06:09:47.496 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:09:47.496 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:09:47.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:47.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:47.515 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 06:09:47.516 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:09:47.516 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectCollapsedResourceNavigatorItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 06:09:47.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 06:09:47.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:09:47.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:09:47.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:09:47.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:47.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:47.519 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 06:09:47.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:09:47.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:47.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:47.520 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:09:47.520 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:09:47.520 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:47.520 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:09:47.520 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:09:47.520 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:09:47.520 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:09:47.520 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:09:47.520 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:09:47.520 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:09:47.520 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:09:47.520 DEBUG [main][MenuItemLookup] Item match:Window 06:09:47.521 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:09:47.521 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:09:47.521 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:09:47.521 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:47.521 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:09:47.521 DEBUG [main][MenuItemLookup] Item match:Show View 06:09:47.524 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:09:47.524 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:09:47.524 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:09:47.524 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:09:47.524 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:09:47.524 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:09:47.524 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:09:47.524 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:09:47.524 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:09:47.524 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:09:47.524 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:09:47.524 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:09:47.524 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:09:47.524 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:09:47.524 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:47.524 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:09:47.524 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:09:47.534 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:09:47.534 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:09:47.534 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:09:47.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:09:47.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:09:47.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:09:47.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:47.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:47.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:09:47.578 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:47.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:47.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:47.578 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:47.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:47.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:47.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:47.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:47.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:47.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:47.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:09:47.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:09:47.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:09:47.579 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:09:47.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:47.579 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:09:47.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:47.579 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:09:47.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:09:47.579 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:09:47.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:47.579 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:09:47.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:47.579 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:09:47.579 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 06:09:47.579 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 06:09:47.580 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 06:09:47.580 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 06:09:47.580 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:47.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:47.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:47.598 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:47.598 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:47.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:47.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:47.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:09:47.599 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:47.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:47.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:47.599 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:47.599 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:47.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:47.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:47.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:47.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:47.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:47.600 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:09:47.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:47.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:47.600 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:47.600 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:47.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:09:47.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:09:47.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 06:09:47.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:47.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:47.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 06:09:47.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:47.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:47.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:09:47.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:47.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:47.668 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:09:47.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E') 06:09:47.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:47.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:47.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:47.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:47.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:47.669 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:47.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:47.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:47.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 06:09:47.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:09:47.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:09:47.671 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:47.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:47.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:47.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:47.671 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:47.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:47.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:47.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:47.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:47.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:47.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:48.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:48.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:48.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:48.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:48.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:48.675 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:48.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:48.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:48.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:48.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:09:48.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:48.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:48.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:48.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:48.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:48.676 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:48.676 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:48.676 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:09:48.677 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 06:09:48.677 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:09:48.677 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:09:48.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:48.677 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:09:48.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:48.677 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:09:48.677 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:48.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:48.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:48.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:48.678 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:48.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:48.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:48.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:48.678 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:48.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:48.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:48.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:48.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:48.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:48.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:49.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:49.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:49.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:49.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:49.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:49.681 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:49.682 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:49.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:49.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:49.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 06:09:49.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:49.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:49.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:49.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:49.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:49.683 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:49.683 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:49.683 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:09:49.683 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 06:09:49.683 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:09:49.683 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:09:49.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:49.684 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:09:49.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:49.684 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:09:49.684 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:09:49.684 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:09:49.684 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:09:49.685 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:09:49.685 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:09:49.685 DEBUG [main][EditorHandler] 1 editor(s) found 06:09:49.685 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 06:09:49.724 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 06:09:49.724 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:49.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:49.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:49.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:49.724 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 06:09:49.725 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:09:49.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:09:49.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:49.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:09:49.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:49.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:09:49.725 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item src 06:09:49.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:09:49.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:49.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:09:49.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:49.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:09:49.725 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item ProjectItemTestProject 06:09:49.725 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item ProjectItemTestProject 06:09:49.726 DEBUG [main][TreeItemHandler] Setting tree item ProjectItemTestProject collapsed 06:09:49.726 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 06:09:49.726 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: ProjectItemTestProject 06:09:49.726 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 06:09:49.726 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 06:09:49.728 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 06:09:49.729 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 06:09:49.729 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:09:49.729 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:09:49.730 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:09:49.731 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:09:49.731 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:49.731 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:49.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:49.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:49.732 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 06:09:49.732 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 06:09:49.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:49.732 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:09:49.746 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 06:09:49.746 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:09:49.746 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:09:49.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:49.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:49.758 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectCollapsedResourceNavigatorItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 06:09:49.758 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:09:49.758 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 06:09:49.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 06:09:49.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:09:49.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:09:49.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:09:49.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:49.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:49.760 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 06:09:49.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:49.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:49.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:49.761 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:49.761 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:49.761 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:49.762 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:09:49.762 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:09:49.762 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:09:49.762 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:09:49.762 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:09:49.762 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:09:49.762 DEBUG [main][MenuItemLookup] Item match:Window 06:09:49.762 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:09:49.762 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:09:49.762 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:09:49.762 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:49.762 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:09:49.762 DEBUG [main][MenuItemLookup] Item match:Show View 06:09:49.766 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:09:49.766 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:09:49.766 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:09:49.766 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:09:49.766 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:09:49.766 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:09:49.766 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:09:49.766 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:09:49.766 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:09:49.766 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:09:49.766 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:09:49.766 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:09:49.766 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:09:49.766 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:09:49.766 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:49.766 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:09:49.766 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:09:49.766 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:09:49.766 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:09:49.766 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:09:49.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:09:49.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 06:09:49.810 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:09:49.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:49.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:49.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 06:09:49.810 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:49.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:49.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:49.810 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:49.810 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:49.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:49.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:49.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:49.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:49.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:49.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:09:49.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:09:49.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:09:49.812 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:09:49.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:49.812 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:09:49.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:49.812 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:09:49.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:09:49.812 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:09:49.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:49.812 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:09:49.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:49.812 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:09:49.812 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 06:09:49.812 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 06:09:49.812 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 06:09:49.813 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 06:09:49.813 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:49.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:49.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:49.813 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:49.813 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:49.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:49.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:49.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:09:49.813 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:49.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:49.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:49.813 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:49.813 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:49.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:49.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:49.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:49.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:49.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:49.814 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:09:49.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:49.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:49.814 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:49.814 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:49.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:09:49.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:09:49.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 06:09:49.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:49.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:49.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 06:09:49.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:49.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:49.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:49.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:49.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:49.871 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:49.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 '\*?\QNavigator (Deprecated)\E') 06:09:49.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:49.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:49.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:49.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:49.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:49.872 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:49.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:49.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:49.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:09:49.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:09:49.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:09:49.874 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:49.874 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:49.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:49.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:49.874 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:49.874 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:49.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:49.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:49.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:49.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:49.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:50.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:50.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:50.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:50.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:50.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:50.877 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:50.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:50.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:50.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:50.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 06:09:50.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:50.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:50.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:50.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:50.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:50.878 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:50.878 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:50.878 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:09:50.878 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 06:09:50.878 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:09:50.878 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:09:50.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:50.878 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:09:50.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:50.878 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:09:50.878 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:09:50.878 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:09:50.879 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:09:50.880 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:09:50.880 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 06:09:50.880 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 06:09:50.880 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 06:09:50.880 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 06:09:50.880 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 06:09:50.880 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:50.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:50.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:50.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:50.881 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 06:09:50.881 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 06:09:50.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:50.881 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:09:50.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 06:09:50.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:09:50.895 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:09:50.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:50.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:50.906 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 06:09:50.906 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:09:50.906 INFO [WorkbenchTestable][RequirementsRunner] Started test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 06:09:50.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 06:09:50.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:09:50.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:09:50.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:09:50.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:50.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:50.908 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 06:09:50.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:50.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:50.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:50.909 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:50.909 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:50.909 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:50.909 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:09:50.909 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:09:50.909 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:09:50.909 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:09:50.909 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:09:50.909 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:09:50.909 DEBUG [main][MenuItemLookup] Item match:Window 06:09:50.910 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:09:50.910 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:09:50.910 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:09:50.910 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:50.910 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:09:50.910 DEBUG [main][MenuItemLookup] Item match:Show View 06:09:50.913 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:09:50.913 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:09:50.913 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:09:50.913 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:09:50.913 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:09:50.913 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:09:50.913 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:09:50.913 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:09:50.913 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:09:50.913 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:09:50.913 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:09:50.913 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:09:50.913 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:09:50.913 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:09:50.913 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:50.913 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:09:50.913 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:09:50.923 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:09:50.923 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:09:50.923 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:09:50.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:09:50.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:09:50.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:09:50.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:50.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:50.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:09:50.966 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:50.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:50.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:50.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:50.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:50.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:50.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:50.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:50.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:50.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:50.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:09:50.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:09:50.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:09:50.968 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:09:50.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:50.968 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:09:50.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:50.968 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:09:50.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:09:50.968 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:09:50.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:50.968 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:09:50.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:50.968 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:09:50.968 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 06:09:50.968 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 06:09:50.968 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 06:09:50.968 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 06:09:50.968 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:50.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:50.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:50.969 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:50.969 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:50.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:50.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:50.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:09:50.969 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:50.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:50.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:50.969 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:50.969 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:50.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:50.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:50.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:50.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:50.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:50.970 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:09:50.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:50.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:50.970 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:50.970 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:51.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:09:51.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:09:51.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 06:09:51.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:51.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:51.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 06:09:51.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:51.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:51.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:51.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:51.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:51.029 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:51.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 '\*?\QNavigator (Deprecated)\E') 06:09:51.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:51.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:51.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:51.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:51.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:51.031 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:51.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:51.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:51.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:09:51.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:09:51.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:09:51.032 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:51.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:51.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:51.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:51.033 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:51.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:51.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:51.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:51.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:51.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:51.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:51.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:51.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:52.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:52.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:52.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:52.035 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:52.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:52.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:52.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:52.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 06:09:52.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:52.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:52.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:52.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:52.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:52.036 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:52.036 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:52.037 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:09:52.037 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 06:09:52.037 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:09:52.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:09:52.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:52.037 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:09:52.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:52.037 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:09:52.037 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:09:52.037 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:09:52.037 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:09:52.038 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:09:52.039 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:52.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:52.039 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:52.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:52.039 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 06:09:52.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:52.039 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:52.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:52.039 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:52.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:52.039 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:52.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:52.040 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 06:09:52.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:52.040 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:52.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:52.040 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:09:52.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:52.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:52.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:52.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:52.040 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:52.040 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:52.040 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:52.040 DEBUG [main][MenuItemLookup] Item match:File 06:09:52.041 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:09:52.041 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:09:52.043 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:09:52.043 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:09:52.043 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:52.043 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:09:52.043 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:09:52.043 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:09:52.043 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:09:52.043 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:09:52.043 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:09:52.043 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:09:52.043 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:09:52.043 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:09:52.043 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:52.043 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:09:52.043 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:09:52.043 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:52.043 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:09:52.043 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:52.043 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:09:52.043 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:09:52.043 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:09:52.043 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:09:52.043 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:09:52.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:09:52.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:09:52.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:09:52.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:52.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:52.100 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:09:52.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:52.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:09:52.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:52.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:52.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:52.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:52.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:52.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:09:52.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:09:52.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:09:52.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:09:52.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:52.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:09:52.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:52.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:09:52.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:09:52.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:09:52.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:52.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:09:52.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:52.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:09:52.104 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 06:09:52.104 DEBUG [main][TreeItemHandler] Selecting tree item: File 06:09:52.104 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 06:09:52.107 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 06:09:52.107 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:09:52.107 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:09:52.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) 06:09:52.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:52.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:52.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:52.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:52.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:52.108 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:09:52.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:52.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:52.108 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:52.108 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:52.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'] 06:09:52.133 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:52.133 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:52.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 06:09:52.134 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 06:09:52.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 06:09:52.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:52.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:52.134 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 06:09:52.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:09:52.135 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:") 06:09:52.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:52.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:52.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:52.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:52.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:09:52.137 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:09:52.138 INFO [WorkbenchTestable][AbstractText] Text set to: text.txt 06:09:52.138 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:") 06:09:52.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:52.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:52.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:52.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:52.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:09:52.140 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:09:52.140 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject/src/files/ 06:09:52.141 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 06:09:52.141 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 06:09:52.141 DEBUG [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) 06:09:52.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:52.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:52.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:52.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:52.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:52.142 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:09:52.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:52.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:52.142 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:52.142 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:52.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:09:52.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:09:52.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:52.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:09:52.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:09:52.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:09:52.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:52.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:09:52.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:52.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:52.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7a85d2bd is found... 06:09:52.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7a85d2bd is found finished successfully 06:09:52.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 '\*?\Qtext.txt\E') 06:09:52.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:52.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:52.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:52.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:52.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:52.647 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:52.647 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 06:09:52.647 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:52.647 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 06:09:52.647 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 06:09:52.648 DEBUG [WorkbenchTestable][EditorHandler] Closing editor text.txt 06:09:52.685 DEBUG [WorkbenchTestable][EditorHandler] Editor text.txt is closed 06:09:52.686 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:52.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:52.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:52.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:52.687 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:52.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:52.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:52.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:52.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:52.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:52.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:53.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:53.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:53.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:53.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:53.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:53.688 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:53.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:53.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:53.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:53.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:09:53.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:53.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:53.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:53.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:53.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:53.689 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:53.689 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:53.690 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:09:53.690 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 06:09:53.690 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:09:53.690 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:09:53.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:53.690 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:09:53.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:53.690 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:09:53.690 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 06:09:53.690 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:09:53.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:53.690 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:09:53.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:53.690 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:09:53.690 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 06:09:53.690 DEBUG [main][TreeItemHandler] Selecting tree item: files 06:09:53.691 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 06:09:53.692 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 06:09:53.692 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:09:53.692 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:53.709 DEBUG [main][MenuItemLookup] Found menu:'New' 06:09:53.709 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:09:53.709 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:09:53.709 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:53.709 DEBUG [main][MenuItemLookup] Found menu:'Copy' 06:09:53.709 DEBUG [main][MenuItemLookup] Found menu:'Paste' 06:09:53.709 DEBUG [main][MenuItemLookup] Found menu:'Delete' 06:09:53.709 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:09:53.709 DEBUG [main][MenuItemLookup] Found menu:'Rename...' 06:09:53.709 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:53.709 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:09:53.709 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:09:53.709 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:53.709 DEBUG [main][MenuItemLookup] Found menu:'Refresh' 06:09:53.709 DEBUG [main][MenuItemLookup] Item match:Refresh 06:09:53.709 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh" 06:09:53.709 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh 06:09:53.709 INFO [main][MenuItemHandler] Select menu item: Re&fresh 06:09:53.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:53.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:09:54.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:54.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:09:54.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:54.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:54.209 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'files' via Explorer 06:09:54.209 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 06:09:54.210 DEBUG [main][TreeItemHandler] Selecting tree item: files 06:09:54.210 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 06:09:54.211 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 06:09:54.211 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:09:54.211 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:54.225 DEBUG [main][MenuItemLookup] Found menu:'New' 06:09:54.225 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:09:54.225 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:09:54.225 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:54.225 DEBUG [main][MenuItemLookup] Found menu:'Copy' 06:09:54.225 DEBUG [main][MenuItemLookup] Found menu:'Paste' 06:09:54.225 DEBUG [main][MenuItemLookup] Found menu:'Delete' 06:09:54.225 DEBUG [main][MenuItemLookup] Item match:Delete 06:09:54.225 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 06:09:54.225 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 06:09:54.225 INFO [main][MenuItemHandler] Select menu item: &Delete 06:09:54.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 'Delete.*'] is available.... 06:09:54.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 'Delete.*'] is available. finished successfully 06:09:54.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:09:54.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:54.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:54.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:54.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:54.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:09:54.793 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:54.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:54.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:54.793 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:09:54.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:54.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:54.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:54.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:54.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:54.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:54.794 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:09:54.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:54.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:54.794 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:54.794 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:54.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:09:54.796 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:09:55.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:09:55.297 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:09:55.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:55.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:09:55.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:09:55.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:09:55.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:09:55.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:09:55.298 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:55.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:55.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:55.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:55.299 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:55.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:55.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:55.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:55.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:55.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:55.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:55.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:55.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:56.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:56.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:56.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:56.302 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:56.302 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:56.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:56.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:56.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 06:09:56.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:56.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:56.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:56.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:56.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:56.303 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:56.303 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:56.303 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:09:56.303 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 06:09:56.303 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:09:56.303 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:09:56.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:56.303 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:09:56.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:56.304 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:09:56.304 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 06:09:56.304 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 06:09:56.304 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 06:09:56.304 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:09:56.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:56.304 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:09:56.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:56.304 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:09:56.305 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 06:09:56.305 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:09:56.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:56.305 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:09:56.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:56.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:09:56.305 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:09:56.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:56.305 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:09:56.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:56.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:09:56.305 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 06:09:56.305 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 06:09:56.305 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:09:56.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:56.305 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:09:56.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:56.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:09:56.305 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:09:56.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:56.305 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:09:56.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:56.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:09:56.305 DEBUG [WorkbenchTestable][AbstractResource] Item "files" was not found. Available items on the current level: 06:09:56.305 DEBUG [WorkbenchTestable][AbstractResource] "TestClass.java" 06:09:56.305 DEBUG [WorkbenchTestable][AbstractResource] "TestClass1.java" 06:09:56.306 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:56.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:56.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:56.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:56.306 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 06:09:56.306 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 06:09:56.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:56.306 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:09:56.324 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 06:09:56.324 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:09:56.324 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:09:56.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:56.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:56.335 INFO [WorkbenchTestable][RequirementsRunner] Finished test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 06:09:56.335 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:09:56.335 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 06:09:56.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 06:09:56.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:09:56.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:09:56.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:09:56.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:56.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:56.337 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 06:09:56.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:56.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:56.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:56.338 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:56.338 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:56.338 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:56.338 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:09:56.338 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:09:56.338 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:09:56.338 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:09:56.338 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:09:56.338 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:09:56.338 DEBUG [main][MenuItemLookup] Item match:Window 06:09:56.339 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:09:56.339 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:09:56.339 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:09:56.339 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:56.339 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:09:56.339 DEBUG [main][MenuItemLookup] Item match:Show View 06:09:56.342 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:09:56.342 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:09:56.342 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:09:56.342 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:09:56.342 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:09:56.342 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:09:56.342 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:09:56.342 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:09:56.342 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:09:56.342 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:09:56.342 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:09:56.342 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:09:56.342 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:09:56.342 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:09:56.342 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:56.342 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:09:56.342 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:09:56.342 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:09:56.342 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:09:56.342 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:09:56.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:09:56.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:09:56.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:09:56.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:56.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:56.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:09:56.389 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:56.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:56.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:56.389 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:56.389 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:56.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:56.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:56.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:56.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:56.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:56.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:09:56.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:09:56.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:09:56.390 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:09:56.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:56.391 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:09:56.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:56.391 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:09:56.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:09:56.391 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:09:56.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:56.391 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:09:56.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:56.391 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:09:56.391 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 06:09:56.391 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 06:09:56.391 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 06:09:56.391 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 06:09:56.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:56.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:56.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:56.392 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:56.392 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:56.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:56.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:56.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 "Open") 06:09:56.392 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:56.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:56.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:56.392 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:56.392 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:56.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:56.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:56.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:56.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:56.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:56.398 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:09:56.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:56.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:56.398 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:56.398 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:56.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:09:56.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:09:56.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 06:09:56.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:56.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:56.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 06:09:56.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:56.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:56.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:56.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:56.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:56.458 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:56.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 '\*?\QNavigator (Deprecated)\E') 06:09:56.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:56.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:56.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:56.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:56.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:56.459 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:56.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:56.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:56.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:09:56.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:09:56.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:09:56.461 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:56.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:56.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:56.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:56.461 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:56.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:56.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:56.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:56.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:56.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:56.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:56.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:56.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:57.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:57.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:57.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:57.464 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:57.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:57.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:57.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:57.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 06:09:57.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:57.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:57.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:57.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:57.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:57.465 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:57.465 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:57.465 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:09:57.466 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 06:09:57.466 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:09:57.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:09:57.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:57.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:09:57.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:57.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:09:57.466 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 06:09:57.466 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 06:09:57.466 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 06:09:57.466 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 06:09:57.467 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 06:09:57.467 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 06:09:57.467 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:09:57.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:57.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:57.967 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:09:57.968 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:57.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:57.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:57.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:57.969 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 06:09:57.969 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 06:09:57.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:57.969 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:09:57.983 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 06:09:57.983 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:09:57.983 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:09:57.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:57.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:57.994 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 06:09:57.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:57.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:57.996 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 06:09:57.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:57.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:57.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:57.997 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:57.997 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:09:57.997 DEBUG [main][MenuItemLookup] Found menu:'File' 06:09:57.997 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:09:57.997 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:09:57.997 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:09:57.997 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:09:57.997 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:09:57.997 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:09:57.997 DEBUG [main][MenuItemLookup] Item match:Window 06:09:57.997 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:09:57.997 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:09:57.997 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:09:57.997 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:57.997 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:09:57.997 DEBUG [main][MenuItemLookup] Item match:Show View 06:09:58.000 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:09:58.000 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:09:58.000 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:09:58.000 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:09:58.000 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:09:58.000 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:09:58.000 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:09:58.000 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:09:58.000 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:09:58.000 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:09:58.000 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:09:58.000 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:09:58.000 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:09:58.000 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:09:58.000 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:58.000 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:09:58.000 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:09:58.001 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:09:58.001 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:09:58.001 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:09:58.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:09:58.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:09:58.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:09:58.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:58.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:58.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 06:09:58.043 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:58.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:58.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:58.043 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:58.043 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:58.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:58.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:58.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:58.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:58.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:58.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:09:58.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:09:58.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:09:58.044 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:09:58.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:58.044 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:09:58.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:58.045 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:09:58.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:09:58.045 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:09:58.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:09:58.045 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:09:58.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:09:58.045 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:09:58.045 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 06:09:58.045 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 06:09:58.045 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 06:09:58.045 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 06:09:58.045 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:58.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:58.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:58.045 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:58.045 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:58.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:58.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:58.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:09:58.046 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:09:58.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:09:58.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:09:58.046 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:09:58.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:09:58.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:58.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:58.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:58.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:58.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:09:58.046 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:09:58.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:09:58.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:09:58.046 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:09:58.046 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:58.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:09:58.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:09:58.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 06:09:58.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:58.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:58.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 06:09:58.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:58.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:58.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:09:58.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:09:58.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:09:58.103 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:09:58.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 '\*?\QNavigator (Deprecated)\E') 06:09:58.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:58.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:58.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:58.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:58.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:09:58.105 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:58.105 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:58.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:58.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:09:58.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:09:58.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:09:58.106 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:58.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:58.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:58.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:58.107 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:58.107 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:58.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:58.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:58.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:58.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:58.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:58.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:58.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:59.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:59.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:59.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:59.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:09:59.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:09:59.609 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 06:09:59.609 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 06:09:59.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:09:59.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:09:59.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 06:09:59.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:09:59.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:09:59.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:09:59.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:09:59.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:09:59.610 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:09:59.610 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:09:59.610 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:09:59.610 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 06:09:59.610 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 06:09:59.610 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 06:09:59.612 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 06:09:59.612 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:09:59.612 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:09:59.626 DEBUG [main][MenuItemLookup] Found menu:'New' 06:09:59.626 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:09:59.626 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:09:59.626 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:59.626 DEBUG [main][MenuItemLookup] Found menu:'Copy' 06:09:59.626 DEBUG [main][MenuItemLookup] Found menu:'Paste' 06:09:59.626 DEBUG [main][MenuItemLookup] Found menu:'Delete' 06:09:59.626 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:09:59.626 DEBUG [main][MenuItemLookup] Found menu:'Rename...' 06:09:59.626 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:59.626 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:09:59.626 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:09:59.626 DEBUG [main][MenuItemLookup] Found menu:'' 06:09:59.626 DEBUG [main][MenuItemLookup] Found menu:'Refresh' 06:09:59.626 DEBUG [main][MenuItemLookup] Item match:Refresh 06:09:59.626 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh" 06:09:59.626 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh 06:09:59.626 INFO [main][MenuItemHandler] Select menu item: Re&fresh 06:09:59.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:09:59.628 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:10:00.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:10:00.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:10:00.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:10:00.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:10:00.128 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectItemTestProject' via Explorer 06:10:00.128 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 06:10:00.128 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 06:10:00.129 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 06:10:00.130 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 06:10:00.130 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:10:00.130 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:00.144 DEBUG [main][MenuItemLookup] Found menu:'New' 06:10:00.144 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:10:00.144 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:10:00.144 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:00.144 DEBUG [main][MenuItemLookup] Found menu:'Copy' 06:10:00.144 DEBUG [main][MenuItemLookup] Found menu:'Paste' 06:10:00.144 DEBUG [main][MenuItemLookup] Found menu:'Delete' 06:10:00.144 DEBUG [main][MenuItemLookup] Item match:Delete 06:10:00.144 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 06:10:00.144 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 06:10:00.145 INFO [main][MenuItemHandler] Select menu item: &Delete 06:10:00.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.... 06:10:00.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:10:00.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:10:00.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:00.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:00.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:00.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:00.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:10:00.699 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:10:00.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:00.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:00.700 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:10:00.700 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:10:00.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:00.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:00.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:00.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:00.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:00.700 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:10:00.700 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:10:00.700 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:10:00.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:00.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:00.700 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:00.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:00.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 "OK", Widget matcher matching widgets with style: 8) 06:10:00.700 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:10:00.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:00.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:00.700 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:10:00.700 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:10:00.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:00.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:00.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:00.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:00.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:00.701 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:10:00.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:00.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:00.701 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:00.701 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:00.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:10:00.703 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:10:01.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:10:01.204 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:10:01.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:10:01.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:10:01.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:10:01.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:10:01.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:10:01.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:10:01.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:10:01.204 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 06:10:01.204 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:10:01.204 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:10:01.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:01.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.396 s - in org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 4.391 s selectCollapsedResourceNavigatorItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 2.242 s select no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 1.148 s asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 5.429 s testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 1.659 s Running org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 06:10:01.210 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 06:10:01.210 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:10:01.211 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:10:01.211 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 06:10:01.211 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:10:01.211 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:10:01.212 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:10:01.212 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:10:01.212 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:10:01.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'] 06:10:01.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:01.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'] 06:10:01.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:01.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"] 06:10:01.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:01.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'] 06:10:01.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:01.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'] 06:10:01.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:01.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'] 06:10:01.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:01.213 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:10:01.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:01.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'] 06:10:01.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:01.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'] 06:10:01.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:01.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:10:01.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:01.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:01.213 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:10:01.214 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:10:01.214 DEBUG [main][MenuItemLookup] Found menu:'File' 06:10:01.214 DEBUG [main][MenuItemLookup] Item match:File 06:10:01.214 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:10:01.214 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:10:01.216 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:10:01.216 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:10:01.216 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:01.216 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:10:01.216 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:10:01.216 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:10:01.216 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:10:01.216 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:10:01.216 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:10:01.216 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:10:01.216 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:10:01.216 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:10:01.216 DEBUG [main][MenuItemLookup] Found menu:'File' 06:10:01.216 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:10:01.216 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:10:01.216 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:01.216 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:10:01.216 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:01.216 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:10:01.216 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:10:01.217 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:10:01.217 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:10:01.217 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:10:01.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:10:01.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:10:01.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:10:01.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:01.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:01.266 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:10:01.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:01.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:10:01.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:01.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:01.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:01.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:01.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:10:01.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:10:01.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:10:01.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:10:01.268 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:10:01.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:10:01.268 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:10:01.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:10:01.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:10:01.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:10:01.268 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:10:01.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:10:01.268 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:10:01.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:10:01.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:10:01.268 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:10:01.268 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:10:01.269 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:10:01.274 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:10:01.275 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:10:01.275 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:10:01.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:10:01.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:01.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:01.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:01.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:01.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:01.276 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:10:01.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:01.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:01.276 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:01.276 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:01.390 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:10:01.390 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:01.391 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:10:01.391 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 06:10:01.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:10:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:01.392 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:10:01.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:01.392 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'Property test project' 06:10:01.392 DEBUG [WorkbenchTestable][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:") 06:10:01.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:01.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:01.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:01.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:01.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:10:01.405 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:10:01.406 INFO [WorkbenchTestable][AbstractText] Text set to: Property test project 06:10:01.426 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:10:01.426 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:10:01.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 06:10:01.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:01.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:01.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:01.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:01.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:01.428 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:10:01.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:01.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:01.428 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:01.428 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:01.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:10:01.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 06:10:01.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:10:01.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:01.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:01.933 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:10:01.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 "Don't Create") 06:10:01.933 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:10:01.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:01.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:01.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:10:01.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:10:01.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:01.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:01.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:01.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:01.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:01.934 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:10:01.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:01.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:01.934 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:01.934 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:01.991 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.... 06:10:01.992 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 06:10:01.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:10:01.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:10:01.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:10:01.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/Property test project)' is a system job, skipped 06:10:01.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:10:01.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:10:01.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:10:01.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:10:01.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:10:01.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:10:01.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:01.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:01.993 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:10:01.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:01.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:01.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:10:01.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:01.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:01.993 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:10:01.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:10:01.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:01.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:01.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:01.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:01.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:10:01.994 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:10:01.994 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:10:02.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:02.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:10:02.012 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:10:02.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:10:02.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:02.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:10:02.012 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:10:02.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:10:02.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:02.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:10:02.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:02.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:02.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:10:02.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:02.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:10:03.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:10:03.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:10:03.016 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:10:03.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:10:03.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:03.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:10:03.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 06:10:03.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:10:03.017 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:10:03.017 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:10:03.017 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Property test project 06:10:03.017 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:10:03.017 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 06:10:03.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 06:10:03.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:10:03.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:10:03.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:10:03.017 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 06:10:03.017 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 06:10:03.017 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 06:10:03.019 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 06:10:03.019 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:10:03.019 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:03.042 DEBUG [main][MenuItemLookup] Found menu:'New' 06:10:03.042 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:10:03.042 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.042 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:10:03.042 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:10:03.042 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:10:03.042 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.042 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:10:03.042 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:10:03.042 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Projects' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'Team' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'Configure' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'Validate' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.043 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:10:03.043 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 06:10:03.043 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 06:10:03.043 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 06:10:03.043 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 06:10:03.115 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"] 06:10:03.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:03.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:03.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 06:10:03.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.116 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 06:10:03.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:03.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 06:10:03.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.117 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 06:10:03.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:10:03.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:10:03.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:10:03.117 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 06:10:03.118 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 06:10:03.118 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 06:10:03.118 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 06:10:03.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 06:10:03.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:03.124 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:10:03.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:03.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:03.124 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:03.124 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:03.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:10:03.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:10:03.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:10:03.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:03.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:03.146 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:10:03.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.146 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 06:10:03.146 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:10:03.146 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:10:03.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:03.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:03.146 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 06:10:03.146 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:10:03.147 INFO [WorkbenchTestable][RequirementsRunner] Started test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 06:10:03.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 06:10:03.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:10:03.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:10:03.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:10:03.147 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 06:10:03.147 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 06:10:03.148 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 06:10:03.150 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 06:10:03.150 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:10:03.150 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'New' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Projects' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Team' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Configure' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Validate' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.178 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:10:03.178 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 06:10:03.178 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 06:10:03.178 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 06:10:03.178 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 06:10:03.219 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"] 06:10:03.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:03.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:03.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 06:10:03.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.220 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 06:10:03.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:03.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 06:10:03.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 06:10:03.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:10:03.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:10:03.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:10:03.221 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 06:10:03.221 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 06:10:03.221 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 06:10:03.221 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 06:10:03.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.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 "Restore Defaults") 06:10:03.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:03.223 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 06:10:03.223 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:10:03.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:03.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:03.223 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:03.223 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:03.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:03.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:03.223 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 06:10:03.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.224 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 06:10:03.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 06:10:03.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 06:10:03.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.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) 06:10:03.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:03.226 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:10:03.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:03.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:03.226 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:03.226 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:03.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:10:03.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:10:03.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:10:03.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.242 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 06:10:03.242 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:10:03.242 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:10:03.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:03.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:03.242 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 06:10:03.242 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:10:03.242 INFO [WorkbenchTestable][RequirementsRunner] Started test: ok no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 06:10:03.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 06:10:03.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:10:03.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:10:03.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:10:03.242 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 06:10:03.242 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 06:10:03.244 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 06:10:03.245 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 06:10:03.245 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:10:03.245 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'New' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Projects' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Team' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Configure' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Validate' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.272 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:10:03.272 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 06:10:03.272 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 06:10:03.272 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 06:10:03.272 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 06:10:03.318 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"] 06:10:03.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:03.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:03.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 06:10:03.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.319 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 06:10:03.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:03.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 06:10:03.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.320 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 06:10:03.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:10:03.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:10:03.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:10:03.321 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 06:10:03.321 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 06:10:03.321 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 06:10:03.321 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 06:10:03.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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") 06:10:03.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:03.323 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:10:03.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:03.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:03.323 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:03.323 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:03.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:10:03.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:10:03.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:10:03.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:03.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:03.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:10:03.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 06:10:03.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:10:03.340 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:10:03.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:03.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:03.341 INFO [WorkbenchTestable][RequirementsRunner] Finished test: ok no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 06:10:03.341 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:10:03.341 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 06:10:03.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 06:10:03.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:10:03.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:10:03.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:10:03.341 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 06:10:03.341 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 06:10:03.342 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 06:10:03.343 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 06:10:03.343 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:10:03.343 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:03.371 DEBUG [main][MenuItemLookup] Found menu:'New' 06:10:03.371 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:10:03.371 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Projects' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Team' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Configure' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Validate' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.372 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:10:03.372 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 06:10:03.372 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 06:10:03.372 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 06:10:03.372 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 06:10:03.428 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"] 06:10:03.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:03.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:03.429 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 06:10:03.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.430 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 06:10:03.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:03.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 06:10:03.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:03.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:03.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 06:10:03.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.430 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 06:10:03.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:10:03.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:10:03.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:10:03.431 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 06:10:03.431 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 06:10:03.431 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 06:10:03.431 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 06:10:03.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.432 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 06:10:03.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 06:10:03.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 06:10:03.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.433 DEBUG [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) 06:10:03.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:03.433 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:10:03.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:03.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:03.434 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:03.434 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:03.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:10:03.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:10:03.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:10:03.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 06:10:03.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:10:03.449 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:10:03.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:03.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:03.450 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 06:10:03.450 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:10:03.450 INFO [WorkbenchTestable][RequirementsRunner] Started test: apply no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 06:10:03.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 06:10:03.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:10:03.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:10:03.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:10:03.450 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 06:10:03.450 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 06:10:03.451 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 06:10:03.452 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 06:10:03.452 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:10:03.452 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'New' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Projects' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 06:10:03.479 DEBUG [main][MenuItemLookup] Found menu:'Team' 06:10:03.480 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 06:10:03.480 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 06:10:03.480 DEBUG [main][MenuItemLookup] Found menu:'Configure' 06:10:03.480 DEBUG [main][MenuItemLookup] Found menu:'Validate' 06:10:03.480 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.480 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:10:03.480 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 06:10:03.480 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 06:10:03.480 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 06:10:03.480 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 06:10:03.519 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"] 06:10:03.519 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:03.519 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:03.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 06:10:03.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.520 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 06:10:03.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:03.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 06:10:03.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.520 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 06:10:03.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:10:03.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:10:03.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:10:03.521 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 06:10:03.521 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 06:10:03.521 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 06:10:03.521 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 06:10:03.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 06:10:03.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:03.522 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 06:10:03.522 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:10:03.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:03.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:03.522 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:03.522 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:03.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:03.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:03.523 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 06:10:03.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.523 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 06:10:03.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 06:10:03.523 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 06:10:03.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.523 DEBUG [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) 06:10:03.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:03.524 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:10:03.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:03.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:03.524 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:03.524 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:03.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:10:03.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:10:03.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:10:03.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 06:10:03.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:10:03.540 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:10:03.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:03.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:03.541 INFO [WorkbenchTestable][RequirementsRunner] Finished test: apply no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 06:10:03.541 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:10:03.541 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 06:10:03.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 06:10:03.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:10:03.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:10:03.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:10:03.541 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 06:10:03.541 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 06:10:03.542 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 06:10:03.543 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 06:10:03.543 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:10:03.543 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:03.571 DEBUG [main][MenuItemLookup] Found menu:'New' 06:10:03.571 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:10:03.571 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.571 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:10:03.571 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:10:03.571 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:10:03.571 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.571 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Projects' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'Team' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'Configure' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'Validate' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.572 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:10:03.572 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 06:10:03.572 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 06:10:03.572 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 06:10:03.572 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 06:10:03.614 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"] 06:10:03.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:03.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:03.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 06:10:03.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.615 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 06:10:03.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:03.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 06:10:03.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:03.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:03.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 06:10:03.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.616 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 06:10:03.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:10:03.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:10:03.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:10:03.617 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 06:10:03.617 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 06:10:03.617 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 06:10:03.617 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 06:10:03.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.618 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 06:10:03.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 06:10:03.618 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 06:10:03.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.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.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) 06:10:03.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:03.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:03.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:03.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:03.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:03.619 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:10:03.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:03.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:03.619 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:03.619 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:03.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:10:03.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:10:03.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:10:03.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:03.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:03.635 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 06:10:03.635 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:10:03.635 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:10:03.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:03.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:03.636 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 06:10:03.636 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 06:10:03.636 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 06:10:03.637 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 06:10:03.638 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 06:10:03.638 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:10:03.638 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:03.666 DEBUG [main][MenuItemLookup] Found menu:'New' 06:10:03.666 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:10:03.666 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.666 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:10:03.666 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:10:03.666 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:10:03.666 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.666 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:10:03.666 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:10:03.666 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:10:03.666 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:10:03.666 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.666 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:10:03.666 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:10:03.666 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:10:03.666 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:10:03.666 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.666 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:10:03.666 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:10:03.666 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:03.666 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:10:03.666 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:10:03.666 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:10:03.666 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:10:03.666 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:10:03.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:10:03.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:10:04.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:10:04.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:10:04.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:10:04.167 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'Property test project' via Explorer 06:10:04.167 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 06:10:04.168 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 06:10:04.168 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 06:10:04.170 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 06:10:04.170 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:10:04.170 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:04.189 DEBUG [main][MenuItemLookup] Found menu:'New' 06:10:04.189 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:10:04.189 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:04.189 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:10:04.189 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:10:04.189 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:10:04.189 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:04.189 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:10:04.189 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:10:04.189 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:10:04.189 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:10:04.189 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:10:04.190 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:10:04.190 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:10:04.190 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:10:04.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:10:04.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:10:04.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:10:04.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:04.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:04.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:04.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:04.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) 06:10:04.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:10:04.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:04.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:04.745 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:10:04.745 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:10:04.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:04.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:04.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:04.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:04.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:04.745 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:10:04.745 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:10:04.745 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:10:04.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:04.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:04.745 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:04.745 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:04.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:10:04.745 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:10:04.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:04.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:04.746 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:10:04.746 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:10:04.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:04.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:04.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:04.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:04.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:04.746 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:10:04.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:04.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:04.746 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:04.746 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:04.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:10:04.748 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:10:05.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:10:05.249 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:10:05.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:10:05.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:10:05.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:10:05.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:10:05.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:10:05.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:10:05.249 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 06:10:05.249 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:10:05.249 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:10:05.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:05.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.041 s - in org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest cancel no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.129 s restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.095 s ok no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.099 s openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.109 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.095 s Running org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 06:10:05.254 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 06:10:05.254 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:10:05.254 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:10:05.254 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 06:10:05.254 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:10:05.254 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:10:05.255 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:10:05.255 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:10:05.255 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:10:05.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.*'] 06:10:05.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:05.255 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:10:05.255 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest) 06:10:05.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 06:10:05.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:10:05.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:10:05.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:10:05.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.*'] 06:10:05.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:05.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.*'] 06:10:05.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:05.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:10:05.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:05.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:05.256 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:10:05.256 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:10:05.256 DEBUG [main][MenuItemLookup] Found menu:'File' 06:10:05.257 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:10:05.257 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:10:05.257 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:10:05.257 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:10:05.257 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:10:05.257 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:10:05.257 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:10:05.257 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:10:05.257 DEBUG [main][MenuItemLookup] Item match:Window 06:10:05.257 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:10:05.257 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:10:05.257 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:10:05.257 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:05.257 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:10:05.257 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:10:05.257 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:05.257 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:10:05.257 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:05.257 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:10:05.257 DEBUG [main][MenuItemLookup] Item match:Preferences 06:10:05.257 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:10:05.257 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:10:05.257 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:10:05.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 'Preferences.*'] is available.... 06:10:05.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:10:05.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:10:05.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:05.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:05.925 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:10:05.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:10:05.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:10:05.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:10:05.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:10:05.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:10:05.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:10:05.926 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:10:05.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:10:05.926 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:10:05.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:10:05.926 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:10:05.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:10:05.927 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:10:05.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:10:05.927 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:10:05.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:10:05.927 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:10:05.927 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 06:10:05.927 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 06:10:05.927 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 06:10:05.927 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 06:10:05.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.968 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") 06:10:05.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 06:10:05.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.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") 06:10:05.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:05.970 INFO [WorkbenchTestable][RadioButton] Select radio button Alwa&ys open 06:10:05.970 INFO [WorkbenchTestable][AbstractButton] Click button Alwa&ys open 06:10:05.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:05.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:05.970 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:05.970 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:05.970 TRACE [main][WidgetHandler] Notify Button with event 27 06:10:05.970 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.970 TRACE [main][WidgetHandler] Notify Button with event 13 06:10:05.970 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.970 TRACE [main][WidgetHandler] Notify Button with event 26 06:10:05.970 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.970 TRACE [main][WidgetHandler] Notify Button with event 3 06:10:05.970 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.970 TRACE [main][WidgetHandler] Notify Button with event 4 06:10:05.970 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.970 TRACE [main][WidgetHandler] Notify Button with event 13 06:10:05.970 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.970 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") 06:10:05.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 06:10:05.971 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") 06:10:05.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:05.971 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") 06:10:05.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 06:10:05.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.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") 06:10:05.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:05.972 INFO [WorkbenchTestable][RadioButton] Select radio button Ne&ver open 06:10:05.972 INFO [WorkbenchTestable][AbstractButton] Click button Ne&ver open 06:10:05.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:05.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:05.972 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:05.972 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:05.973 TRACE [main][WidgetHandler] Notify Button with event 27 06:10:05.973 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.973 TRACE [main][WidgetHandler] Notify Button with event 13 06:10:05.973 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.973 TRACE [main][WidgetHandler] Notify Button with event 26 06:10:05.973 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.973 TRACE [main][WidgetHandler] Notify Button with event 3 06:10:05.973 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.973 TRACE [main][WidgetHandler] Notify Button with event 4 06:10:05.973 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.973 TRACE [main][WidgetHandler] Notify Button with event 13 06:10:05.973 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.973 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") 06:10:05.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 06:10:05.974 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") 06:10:05.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:05.974 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") 06:10:05.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 06:10:05.975 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") 06:10:05.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:05.975 INFO [WorkbenchTestable][RadioButton] Select radio button In a &new window 06:10:05.975 INFO [WorkbenchTestable][AbstractButton] Click button In a &new window 06:10:05.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:05.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:05.975 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:05.975 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:05.975 TRACE [main][WidgetHandler] Notify Button with event 27 06:10:05.975 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.975 TRACE [main][WidgetHandler] Notify Button with event 13 06:10:05.975 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.975 TRACE [main][WidgetHandler] Notify Button with event 26 06:10:05.975 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.975 TRACE [main][WidgetHandler] Notify Button with event 3 06:10:05.975 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.975 TRACE [main][WidgetHandler] Notify Button with event 4 06:10:05.975 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.975 TRACE [main][WidgetHandler] Notify Button with event 13 06:10:05.975 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.975 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") 06:10:05.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 06:10:05.976 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") 06:10:05.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:05.976 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") 06:10:05.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 06:10:05.977 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") 06:10:05.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:05.977 INFO [WorkbenchTestable][RadioButton] Select radio button In the &same window 06:10:05.977 INFO [WorkbenchTestable][AbstractButton] Click button In the &same window 06:10:05.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:05.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:05.977 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:05.977 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:05.977 TRACE [main][WidgetHandler] Notify Button with event 27 06:10:05.977 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.977 TRACE [main][WidgetHandler] Notify Button with event 13 06:10:05.977 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.977 TRACE [main][WidgetHandler] Notify Button with event 26 06:10:05.977 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.977 TRACE [main][WidgetHandler] Notify Button with event 3 06:10:05.977 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.977 TRACE [main][WidgetHandler] Notify Button with event 4 06:10:05.977 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.977 TRACE [main][WidgetHandler] Notify Button with event 13 06:10:05.977 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.977 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") 06:10:05.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 06:10:05.987 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") 06:10:05.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:05.987 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") 06:10:05.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 06:10:05.988 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") 06:10:05.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:05.988 INFO [WorkbenchTestable][RadioButton] Select radio button Promp&t 06:10:05.988 INFO [WorkbenchTestable][AbstractButton] Click button Promp&t 06:10:05.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:05.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:05.988 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:05.988 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:05.988 TRACE [main][WidgetHandler] Notify Button with event 27 06:10:05.988 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.988 TRACE [main][WidgetHandler] Notify Button with event 13 06:10:05.988 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.988 TRACE [main][WidgetHandler] Notify Button with event 26 06:10:05.988 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.988 TRACE [main][WidgetHandler] Notify Button with event 3 06:10:05.988 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.988 TRACE [main][WidgetHandler] Notify Button with event 4 06:10:05.988 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.988 TRACE [main][WidgetHandler] Notify Button with event 13 06:10:05.988 TRACE [main][WidgetHandler] Wait for synchronization 06:10:05.988 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") 06:10:05.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 06:10:05.989 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") 06:10:05.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:05.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:10:05.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:05.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:05.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:05.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:05.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:05.991 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:10:05.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:05.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:05.991 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:05.991 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:06.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:10:06.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:10:06.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:10:06.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:06.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:06.023 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 06:10:06.023 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:10:06.023 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:10:06.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:06.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:06.024 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest) 06:10:06.024 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 06:10:06.024 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:10:06.024 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:10:06.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:06.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.77 s - in org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest) Time elapsed: 0.769 s Running org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 06:10:06.029 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 06:10:06.029 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:10:06.029 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:10:06.029 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 06:10:06.029 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:10:06.029 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:10:06.030 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:10:06.030 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:10:06.030 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:10:06.030 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:10:06.030 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest) 06:10:06.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 06:10:06.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:10:06.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:10:06.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:10:06.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2b12796e is found... 06:10:06.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2b12796e is found finished successfully 06:10:06.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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') 06:10:06.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:06.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:06.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:06.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:06.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:10:06.334 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:06.334 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 06:10:06.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@69c9e61f is found... 06:10:06.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@69c9e61f is found finished successfully 06:10:06.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.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') 06:10:06.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:06.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:06.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:06.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:06.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:10:06.341 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:06.341 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 06:10:06.343 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 06:10:06.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:10:06.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:06.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:06.343 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "[test-new] Test Title:.+"as the parent 06:10:06.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:10:06.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:06.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:06.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:06.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:06.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 06:10:06.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 06:10:06.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:10:06.345 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:10:06.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:06.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:06.345 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest) 06:10:06.345 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 06:10:06.345 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:10:06.345 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:10:06.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:06.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 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 06:10:06.351 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 06:10:06.352 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:10:06.352 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:10:06.352 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 06:10:06.352 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:10:06.352 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:10:06.354 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:10:06.354 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:10:06.354 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:10:06.354 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:10:06.354 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRefreshPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 06:10:06.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 06:10:06.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:10:06.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:10:06.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:10:06.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:06.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:10:06.400 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInternal Web Browser\E'' view via menu. 06:10:06.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 06:10:06.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:06.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:06.401 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 06:10:06.401 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 06:10:06.401 DEBUG [main][MenuItemLookup] Found menu:'File' 06:10:06.402 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:10:06.402 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:10:06.402 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:10:06.402 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:10:06.402 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:10:06.402 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:10:06.402 DEBUG [main][MenuItemLookup] Item match:Window 06:10:06.403 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:10:06.403 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:10:06.403 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:10:06.403 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:06.403 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:10:06.403 DEBUG [main][MenuItemLookup] Item match:Show View 06:10:06.407 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:10:06.407 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:10:06.407 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:10:06.407 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:10:06.407 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:10:06.407 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:10:06.407 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:10:06.407 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:10:06.407 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:10:06.407 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:10:06.407 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:10:06.407 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:10:06.407 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:10:06.407 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:10:06.407 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:06.407 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:10:06.407 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:10:06.407 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:10:06.407 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:10:06.407 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:10:06.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:10:06.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 06:10:06.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:10:06.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:06.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:06.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 06:10:06.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:10:06.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:06.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:06.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:10:06.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:10:06.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:06.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:06.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:06.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:06.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:10:06.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:10:06.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:10:06.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:10:06.502 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:10:06.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:10:06.502 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:10:06.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:10:06.502 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:10:06.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:10:06.503 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:10:06.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:10:06.503 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:10:06.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:10:06.503 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:10:06.503 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Internal Web Browser 06:10:06.503 DEBUG [main][TreeItemHandler] Selecting tree item: Internal Web Browser 06:10:06.503 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Internal Web Browser about selection 06:10:06.503 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Internal Web Browser 06:10:06.503 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:10:06.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:06.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:06.503 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:10:06.503 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:10:06.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:06.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:06.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") 06:10:06.504 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:10:06.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:06.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:06.504 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:10:06.504 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:10:06.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:06.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:06.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:06.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:06.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:06.505 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:10:06.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:06.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:06.505 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:06.505 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:06.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:10:06.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:10:06.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open... 06:10:06.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:06.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:06.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open finished successfully 06:10:06.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:06.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:06.552 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 06:10:06.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:06.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:06.553 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 06:10:06.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 '\*?\QInternal Web Browser\E') 06:10:06.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:06.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:06.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:06.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:06.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:10:06.555 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 06:10:06.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:10:06.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:06.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 06:10:06.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:10:06.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:10:06.605 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 06:10:06.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:06.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:06.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:06.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:06.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 06:10:06.607 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 06:10:06.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:10:06.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:06.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 06:10:06.608 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'https://www.google.cz/?q=redhat' 06:10:06.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:10:06.644 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:06.647 DEBUG [main][BrowserProgressListener] Calling chanded() 06:10:07.129 DEBUG [main][BrowserProgressListener] Calling chanded() 06:10:07.144 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() failed to create drawable failed to create drawable 06:10:07.339 DEBUG [main][BrowserProgressListener] Calling chanded() failed to create drawable 06:10:07.644 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:07.662 DEBUG [main][BrowserProgressListener] Calling chanded() 06:10:07.922 DEBUG [main][BrowserProgressListener] Calling chanded() 06:10:08.145 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:08.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:10:08.145 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 06:10:18.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:10:18.145 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:18.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:10:18.146 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 06:10:18.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:10:18.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:18.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
Google offered in: čeština Français
TooltipText=null 06:10:18.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:10:18.185 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:18.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:10:18.186 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'https://www.google.cz/?q=redhat' 06:10:18.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:10:18.186 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:18.187 DEBUG [main][BrowserProgressListener] Calling chanded() 06:10:18.333 DEBUG [main][BrowserProgressListener] Calling chanded() 06:10:18.595 DEBUG [main][BrowserProgressListener] Calling chanded() 06:10:18.686 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:18.701 DEBUG [main][BrowserProgressListener] Calling chanded() 06:10:19.187 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:19.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:10:19.187 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 06:10:29.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:10:29.187 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:29.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:10:29.187 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 06:10:29.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:10:29.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:29.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
Google offered in: čeština Français
TooltipText=null 06:10:29.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:10:29.201 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:29.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:10:29.201 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 06:10:29.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:10:29.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:29.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
Google offered in: čeština Français
TooltipText=null 06:10:29.222 INFO [WorkbenchTestable][AbstractView] Close view 'Internal Web Browser' 06:10:29.222 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Internal Web Browser 06:10:29.222 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:10:29.223 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:10:29.251 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 06:10:29.251 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:10:29.251 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:10:29.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:29.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:29.299 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRefreshPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 06:10:29.299 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:10:29.299 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNavigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 06:10:29.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 06:10:29.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:10:29.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:10:29.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:10:29.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:29.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:10:29.302 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInternal Web Browser\E'' view via menu. 06:10:29.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 06:10:29.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:29.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:29.303 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 06:10:29.303 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 06:10:29.303 DEBUG [main][MenuItemLookup] Found menu:'File' 06:10:29.303 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:10:29.303 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:10:29.303 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:10:29.303 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:10:29.303 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:10:29.303 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:10:29.303 DEBUG [main][MenuItemLookup] Item match:Window 06:10:29.304 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:10:29.304 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:10:29.304 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:10:29.304 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:29.304 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:10:29.304 DEBUG [main][MenuItemLookup] Item match:Show View 06:10:29.308 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:10:29.308 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:10:29.308 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:10:29.308 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:10:29.308 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:10:29.308 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:10:29.308 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:10:29.308 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:10:29.308 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:10:29.308 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:10:29.308 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:10:29.308 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:10:29.308 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:10:29.308 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:10:29.308 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:29.308 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:10:29.308 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:10:29.308 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:10:29.308 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:10:29.308 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:10:29.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:10:29.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 06:10:29.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:10:29.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:29.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:29.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:10:29.402 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:10:29.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:29.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:29.403 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:10:29.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:10:29.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:29.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:29.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:29.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:29.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:10:29.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:10:29.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:10:29.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:10:29.404 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:10:29.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:10:29.404 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:10:29.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:10:29.404 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:10:29.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:10:29.404 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:10:29.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:10:29.404 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:10:29.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:10:29.404 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:10:29.404 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Internal Web Browser 06:10:29.405 DEBUG [main][TreeItemHandler] Selecting tree item: Internal Web Browser 06:10:29.405 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Internal Web Browser about selection 06:10:29.405 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Internal Web Browser 06:10:29.405 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:10:29.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:29.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:29.405 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:10:29.405 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:10:29.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:29.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:29.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 "Open") 06:10:29.405 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:10:29.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:29.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:29.405 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:10:29.405 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:10:29.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:29.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:29.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:29.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:29.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:29.406 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:10:29.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:29.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:29.406 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:29.406 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:29.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:10:29.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:10:29.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open... 06:10:29.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:29.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:29.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open finished successfully 06:10:29.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:29.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:29.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 06:10:29.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:29.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:29.455 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 06:10:29.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInternal Web Browser\E') 06:10:29.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:29.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:29.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:29.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:29.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:10:29.457 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 06:10:29.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:10:29.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:29.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 06:10:29.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:10:29.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:10:29.459 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 06:10:29.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:29.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:29.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:29.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:29.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 06:10:29.460 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 06:10:29.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:10:29.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:29.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 06:10:29.460 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'https://www.google.cz/?q=redhat' 06:10:29.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:10:29.498 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:29.509 DEBUG [main][BrowserProgressListener] Calling chanded() 06:10:29.669 DEBUG [main][BrowserProgressListener] Calling chanded() failed to create drawable 06:10:29.926 DEBUG [main][BrowserProgressListener] Calling chanded() 06:10:29.998 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:30.233 DEBUG [main][BrowserProgressListener] Calling chanded() 06:10:30.498 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:30.559 DEBUG [main][BrowserProgressListener] Calling chanded() 06:10:30.998 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:30.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:10:30.998 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 06:10:40.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:10:40.999 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:40.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:10:40.999 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 06:10:40.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:10:41.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:41.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
Google offered in: čeština Français
TooltipText=null 06:10:41.013 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'https://www.google.cz/?q=jboss' 06:10:41.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:10:41.014 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:41.015 DEBUG [main][BrowserProgressListener] Calling chanded() 06:10:41.177 DEBUG [main][BrowserProgressListener] Calling chanded() 06:10:41.221 DEBUG [main][BrowserProgressListener] Calling chanded() 06:10:41.514 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:41.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:10:41.514 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 06:10:51.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:10:51.514 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:51.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:10:51.514 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 06:10:51.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:10:51.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:51.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
Google offered in: čeština Français
TooltipText=null 06:10:51.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:10:51.527 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:51.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:10:51.528 INFO [WorkbenchTestable][AbstractBrowser] Browser back 06:10:51.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:10:51.529 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:51.530 DEBUG [main][BrowserProgressListener] Calling chanded() 06:10:51.569 DEBUG [main][BrowserProgressListener] Calling chanded() 06:10:52.029 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:52.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:10:52.029 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:10:53.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while browser is pointed to URL: https://www.google.cz/?q=jboss... 06:10:53.031 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 06:10:53.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:10:53.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:53.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
Google offered in: čeština Français
TooltipText=null 06:10:53.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:10:53.044 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:53.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:10:53.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting while browser is pointed to URL: https://www.google.cz/?q=jboss finished successfully 06:10:53.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:10:53.044 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:53.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:10:53.044 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 06:10:53.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:10:53.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:53.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
Google offered in: čeština Français
TooltipText=null 06:10:53.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:10:53.059 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:53.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:10:53.059 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 06:10:53.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:10:53.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:53.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
Google offered in: čeština Français
TooltipText=null 06:10:53.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:10:53.072 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:53.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:10:53.072 INFO [WorkbenchTestable][AbstractBrowser] Browser forward 06:10:53.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:10:53.073 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:53.095 DEBUG [main][BrowserProgressListener] Calling chanded() 06:10:53.131 DEBUG [main][BrowserProgressListener] Calling chanded() 06:10:53.573 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:53.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:10:53.573 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:10:54.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while browser is pointed to URL: https://www.google.cz/?q=redhat... 06:10:54.574 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 06:10:54.574 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:10:54.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:54.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
Google offered in: čeština Français
TooltipText=null 06:10:54.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:10:54.586 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:54.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:10:54.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while browser is pointed to URL: https://www.google.cz/?q=redhat finished successfully 06:10:54.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:10:54.586 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:54.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:10:54.586 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 06:10:54.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:10:54.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:54.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
Google offered in: čeština Français
TooltipText=null 06:10:54.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:10:54.601 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:10:54.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:10:54.601 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 06:10:54.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:10:54.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:54.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google
Google offered in: čeština Français
TooltipText=null 06:10:54.617 INFO [WorkbenchTestable][AbstractView] Close view 'Internal Web Browser' 06:10:54.617 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Internal Web Browser 06:10:54.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:10:54.618 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:10:54.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 06:10:54.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:10:54.646 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:10:54.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:54.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:54.649 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNavigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 06:10:54.649 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 06:10:54.649 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:10:54.649 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:10:54.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:54.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.299 s - in org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest testRefreshPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) Time elapsed: 22.945 s testNavigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) Time elapsed: 25.35 s Running org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 06:10:54.695 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 06:10:54.695 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:10:54.696 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:10:54.696 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 06:10:54.696 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:10:54.696 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:10:54.696 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:10:54.696 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:10:54.696 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:10:54.696 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:10:54.696 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest) 06:10:54.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 06:10:54.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:10:54.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:10:54.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:10:54.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1b97a5cd is found... 06:10:54.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1b97a5cd is found finished successfully 06:10:54.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qa\E') 06:10:54.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:54.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:54.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:54.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:54.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:10:54.757 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:54.758 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 06:10:54.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a65323f is found... 06:10:54.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a65323f is found finished successfully 06:10:54.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qa\E') 06:10:54.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:54.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:54.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:54.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:54.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:10:54.760 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:54.760 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 06:10:54.760 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 06:10:54.760 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:10:54.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:54.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:54.761 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "a"as the parent 06:10:54.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:10:54.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:54.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:54.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:54.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:54.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 06:10:54.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 06:10:54.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:10:54.762 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:10:54.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:54.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:54.762 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest) 06:10:54.762 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 06:10:54.762 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:10:54.762 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:10:54.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:54.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest) Time elapsed: 0.066 s Running org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 06:10:54.802 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 06:10:54.803 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:10:54.803 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:10:54.803 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 06:10:54.803 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:10:54.803 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:10:54.803 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:10:54.803 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:10:54.804 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:10:54.804 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:10:54.804 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeleteAllEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 06:10:54.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 06:10:54.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:10:54.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:10:54.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:10:54.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:54.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:10:54.807 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:10:54.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 06:10:54.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:54.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:54.807 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 06:10:54.807 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 06:10:54.808 DEBUG [main][MenuItemLookup] Found menu:'File' 06:10:54.808 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:10:54.808 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:10:54.808 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:10:54.808 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:10:54.808 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:10:54.808 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:10:54.808 DEBUG [main][MenuItemLookup] Item match:Window 06:10:54.808 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:10:54.808 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:10:54.808 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:10:54.808 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:54.808 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:10:54.809 DEBUG [main][MenuItemLookup] Item match:Show View 06:10:54.813 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:10:54.813 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:10:54.813 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:10:54.813 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:10:54.813 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:10:54.813 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:10:54.813 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:10:54.813 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:10:54.813 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:10:54.813 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:10:54.813 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:10:54.813 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:10:54.813 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:10:54.813 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:10:54.813 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:54.813 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:10:54.813 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:10:54.822 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:10:54.822 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:10:54.822 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:10:54.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:10:54.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:10:54.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:10:54.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:54.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:54.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 06:10:54.911 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:10:54.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:54.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:54.912 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:10:54.912 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:10:54.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:54.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:54.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:54.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:54.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:10:54.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:10:54.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:10:54.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:10:54.913 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:10:54.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:10:54.913 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:10:54.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:10:54.913 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:10:54.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:10:54.913 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:10:54.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:10:54.913 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:10:54.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:10:54.913 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:10:54.914 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:10:54.914 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:10:54.914 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:10:54.914 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:10:54.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:10:54.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:54.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:54.914 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:10:54.914 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:10:54.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:54.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:54.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:10:54.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:10:54.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:54.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:54.914 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:10:54.914 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:10:54.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:54.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:54.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:54.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:54.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:54.915 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:10:54.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:54.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:54.915 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:54.915 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:54.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:10:54.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:10:54.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:10:54.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:54.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:54.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:10:54.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:54.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:54.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 06:10:54.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:54.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:54.953 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 06:10:54.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:10:54.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:54.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:54.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:54.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:54.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:10:54.954 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:10:54.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:10:54.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:54.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 06:10:54.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:10:54.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:10:54.956 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:10:54.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:10:54.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:54.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:10:54.957 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:10:54.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:10:54.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:54.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:10:54.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:54.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:54.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found failed to create drawable failed to create drawable 06:10:55.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:55.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:10:55.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:55.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:10:55.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:10:55.997 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:10:55.997 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:10:55.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:55.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:10:55.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:10:55.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:55.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:55.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:55.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:55.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:10:55.998 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:10:55.998 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:10:55.998 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:10:55.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:10:55.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:55.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:10:55.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:55.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:55.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:10:56.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:56.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:10:57.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:57.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:10:57.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:10:57.000 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:10:57.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:10:57.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:57.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:10:57.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:10:57.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:57.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:57.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:57.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:57.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:10:57.002 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 06:10:57.002 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 06:10:57.002 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:10:57.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:10:57.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:57.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:10:57.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 06:10:57.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:57.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:57.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:57.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:57.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:10:57.003 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:10:57.003 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:10:57.003 DEBUG [main][TreeItemHandler] Set Tree selection 06:10:57.003 DEBUG [main][TreeHandler] Notify Tree about selection event 06:10:57.008 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:10:57.009 DEBUG [WorkbenchTestable][TreeItemHandler] maven-test-project 06:10:57.009 DEBUG [WorkbenchTestable][TreeItemHandler] maven-wrong-project 06:10:57.009 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:10:57.009 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:57.037 DEBUG [main][MenuItemLookup] Found menu:'New' 06:10:57.037 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:10:57.037 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:57.037 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:10:57.037 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:57.037 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:10:57.037 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:10:57.037 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:10:57.037 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:10:57.037 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:10:57.037 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:10:57.037 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:57.037 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:10:57.037 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:10:57.037 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:57.037 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:10:57.037 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:10:57.037 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:10:57.037 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:10:57.037 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:10:57.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:10:57.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:10:57.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:10:57.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:10:57.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:10:57.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:10:57.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:10:57.537 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:10:57.538 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:57.559 DEBUG [main][MenuItemLookup] Found menu:'New' 06:10:57.559 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:10:57.559 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:57.559 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:10:57.559 DEBUG [main][MenuItemLookup] Found menu:'' 06:10:57.559 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:10:57.559 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:10:57.559 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:10:57.559 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:10:57.559 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:10:57.560 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:10:57.560 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:10:57.560 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:10:57.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:2139): Gtk-CRITICAL **: 06:10:57.602: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:10:57.605: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:10:57.622: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:10:57.635: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:10:57.655: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:10:57.671: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:10:57.689: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:10:57.704: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:10:57.721: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:10:57.738: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:10:57.754: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:10:57.770: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:10:57.788: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:10:57.804: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:10:57.821: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:10:57.838: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:10:57.854: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:10:57.870: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:10:57.887: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:10:58.138 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 06:10:58.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:10:58.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:10:58.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:10:58.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:10:58.140 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:10:58.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:58.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:58.140 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:10:58.140 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:10:58.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:58.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:58.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:58.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:58.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:58.141 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:10:58.141 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:10:58.141 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:10:58.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:58.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:58.141 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:58.141 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:58.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:10:58.141 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:10:58.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:10:58.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:10:58.141 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:10:58.141 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:10:58.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:58.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:58.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:58.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:58.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:10:58.142 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:10:58.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:10:58.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:10:58.142 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:10:58.142 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:10:58.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:10:58.145 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:2139): Gtk-CRITICAL **: 06:10:58.161: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:10:58.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:10:58.645 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:10:58.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:10:58.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:10:58.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 06:10:58.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 06:10:58.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:10:58.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:10:58.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:10:58.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:10:58.645 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:10:58.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:10:58.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:58.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:10:58.646 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:10:58.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:10:58.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:58.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:10:58.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:58.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:58.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:10:59.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:59.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:10:59.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:59.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:10:59.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:10:59.648 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:10:59.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:10:59.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:59.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:10:59.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:10:59.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:59.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:59.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:10:59.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:10:59.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:10:59.650 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:10:59.650 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:10:59.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:59.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:10:59.650 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:10:59.650 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:10:59.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:10:59.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:10:59.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:10:59.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:10:59.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:00.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:00.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:00.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:00.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:00.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:00.696 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:00.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:00.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:00.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:00.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:00.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:00.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:00.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:00.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:00.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:00.698 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:00.699 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:00.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:00.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:00.700 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 06:11:00.700 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 06:11:00.700 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:00.700 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:11:00.719 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 06:11:00.719 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:11:00.719 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:11:00.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:00.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:00.728 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeleteAllEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 06:11:00.728 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:11:00.728 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetProjectsItemsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 06:11:00.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 06:11:00.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:11:00.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:11:00.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:11:00.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:00.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:00.734 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:11:00.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 06:11:00.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:00.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:00.805 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 06:11:00.805 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 06:11:00.805 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:00.805 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:11:00.805 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:11:00.805 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:11:00.805 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:11:00.805 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:11:00.805 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:11:00.805 DEBUG [main][MenuItemLookup] Item match:Window 06:11:00.806 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:11:00.806 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:11:00.806 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:11:00.806 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:00.806 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:11:00.806 DEBUG [main][MenuItemLookup] Item match:Show View 06:11:00.811 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:11:00.811 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:11:00.811 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:11:00.811 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:11:00.811 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:11:00.811 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:11:00.811 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:11:00.811 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:11:00.811 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:11:00.811 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:11:00.811 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:11:00.811 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:11:00.811 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:11:00.811 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:11:00.811 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:00.811 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:11:00.811 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:11:00.815 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:11:00.815 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:11:00.816 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:11:00.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:11:00.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:11:00.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:11:00.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:00.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:00.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:11:00.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:00.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:00.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:00.928 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:00.928 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:00.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:00.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:00.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:00.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:00.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:00.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:11:00.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:11:00.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:11:00.932 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:00.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:00.932 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:00.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:00.932 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:00.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:11:00.932 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:00.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:00.932 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:00.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:00.932 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:00.932 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:11:00.932 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:11:00.933 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:11:00.933 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:11:00.933 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:00.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:00.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:00.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:00.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:00.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:00.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:00.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") 06:11:00.933 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:00.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:00.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:00.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:00.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:00.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:00.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:00.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:00.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:00.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:00.934 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:11:00.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:00.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:00.934 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:00.934 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:00.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:11:00.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:11:00.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:11:00.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:00.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:00.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:11:00.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:00.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:00.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 06:11:00.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:00.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:00.963 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 06:11:00.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 '\*?\QProject Explorer\E') 06:11:00.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:00.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:00.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:00.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:00.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:00.964 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:00.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:00.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:00.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 06:11:00.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:00.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:00.965 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:00.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:00.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:00.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:00.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:00.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:00.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:01.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:01.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:01.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:01.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:01.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:01.966 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:01.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:01.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:01.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:01.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:01.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:01.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:01.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:01.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:01.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:01.968 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:01.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:01.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:01.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:01.968 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 06:11:01.968 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 06:11:01.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:01.968 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:11:01.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 06:11:01.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:11:01.982 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:11:01.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:01.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:01.990 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetProjectsItemsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 06:11:01.990 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:11:01.990 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 06:11:01.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 06:11:01.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:11:01.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:11:01.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:11:01.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:01.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:01.993 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:11:01.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 06:11:01.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:01.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:01.993 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 06:11:01.993 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 06:11:01.994 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:01.994 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:11:01.994 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:11:01.994 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:11:01.994 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:11:01.994 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:11:01.994 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:11:01.994 DEBUG [main][MenuItemLookup] Item match:Window 06:11:01.994 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:11:01.994 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:11:01.994 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:11:01.994 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:01.994 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:11:01.994 DEBUG [main][MenuItemLookup] Item match:Show View 06:11:01.998 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:11:01.998 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:11:01.998 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:11:01.998 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:11:01.998 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:11:01.998 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:11:01.998 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:11:01.998 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:11:01.998 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:11:01.998 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:11:01.998 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:11:01.998 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:11:01.998 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:11:01.998 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:11:01.998 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:01.998 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:11:01.998 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:11:01.998 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:11:01.998 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:11:01.998 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:11:02.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:11:02.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:11:02.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:11:02.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:02.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:02.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:11:02.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:02.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:02.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:02.042 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:02.042 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:02.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:02.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:02.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:02.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:02.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:02.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:11:02.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:11:02.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:11:02.043 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:02.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:02.043 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:02.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:02.043 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:02.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:11:02.043 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:02.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:02.043 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:02.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:02.043 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:02.044 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:11:02.044 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:11:02.044 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:11:02.044 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:11:02.044 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:02.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:02.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:02.044 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:02.044 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:02.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:02.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:02.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:11:02.044 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:02.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:02.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:02.044 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:02.044 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:02.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:02.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:02.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:02.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:02.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:02.045 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:11:02.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:02.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:02.045 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:02.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:02.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:11:02.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:11:02.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:11:02.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:02.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:02.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:11:02.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:02.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:02.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 06:11:02.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:02.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:02.074 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 06:11:02.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 '\*?\QProject Explorer\E') 06:11:02.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:02.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:02.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:02.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:02.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:02.075 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:02.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:02.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:02.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 06:11:02.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:02.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:02.076 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:02.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:02.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:02.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:02.076 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 06:11:02.076 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 06:11:02.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:02.076 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:11:02.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 06:11:02.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:11:02.091 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:11:02.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:02.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:02.103 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 06:11:02.103 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:11:02.104 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProjectsWhenExplorerIsClosed no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 06:11:02.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 06:11:02.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:11:02.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:11:02.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:11:02.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:02.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:02.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:02.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:02.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:02.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:02.112 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 06:11:02.112 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:11:02.112 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:11:02.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:02.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:02.112 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProjectsWhenExplorerIsClosed no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 06:11:02.112 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:11:02.112 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjectWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 06:11:02.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 06:11:02.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:11:02.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:11:02.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:11:02.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:02.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:02.116 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:11:02.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 06:11:02.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:02.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:02.116 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 06:11:02.116 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 06:11:02.116 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:02.117 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:11:02.117 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:11:02.117 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:11:02.117 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:11:02.117 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:11:02.117 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:11:02.117 DEBUG [main][MenuItemLookup] Item match:Window 06:11:02.117 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:11:02.117 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:11:02.117 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:11:02.117 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:02.117 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:11:02.117 DEBUG [main][MenuItemLookup] Item match:Show View 06:11:02.120 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:11:02.120 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:11:02.120 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:11:02.120 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:11:02.120 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:11:02.120 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:11:02.120 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:11:02.120 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:11:02.120 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:11:02.120 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:11:02.120 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:11:02.120 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:11:02.120 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:11:02.120 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:11:02.120 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:02.120 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:11:02.120 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:11:02.128 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:11:02.128 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:11:02.128 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:11:02.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:11:02.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:11:02.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:11:02.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:02.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:02.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:11:02.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:02.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:02.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:02.170 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:02.170 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:02.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:02.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:02.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:02.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:02.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:02.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:11:02.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:11:02.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:11:02.171 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:02.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:02.171 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:02.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:02.171 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:02.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:11:02.171 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:02.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:02.171 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:02.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:02.171 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:02.172 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:11:02.172 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:11:02.172 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:11:02.172 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:11:02.172 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:02.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:02.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:02.172 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:02.172 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:02.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:02.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:02.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:11:02.172 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:02.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:02.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:02.172 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:02.172 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:02.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:02.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:02.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:02.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:02.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:02.173 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:11:02.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:02.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:02.173 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:02.173 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:02.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:11:02.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:11:02.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:11:02.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:02.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:02.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:11:02.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:02.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:02.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 06:11:02.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:02.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:02.202 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 06:11:02.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:11:02.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:02.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:02.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:02.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:02.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:02.203 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:02.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:02.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:02.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 06:11:02.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:02.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:02.204 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:02.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:02.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:02.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:02.204 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:02.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:02.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:02.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:02.205 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:02.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:02.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:02.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:02.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:02.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:02.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:02.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:02.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:03.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:03.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:03.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:03.208 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:03.208 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:03.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:03.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:03.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:03.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:03.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:03.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:03.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:03.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:03.228 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:03.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:03.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:03.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:03.228 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 06:11:03.228 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 06:11:03.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:03.229 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:11:03.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 06:11:03.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:11:03.243 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:11:03.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:03.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:03.250 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjectWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 06:11:03.250 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:11:03.250 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEmptyListOfProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 06:11:03.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 06:11:03.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:11:03.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:11:03.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:11:03.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:03.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:03.253 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:11:03.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 06:11:03.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:03.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:03.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 06:11:03.253 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 06:11:03.253 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:03.253 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:11:03.253 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:11:03.253 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:11:03.253 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:11:03.253 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:11:03.253 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:11:03.253 DEBUG [main][MenuItemLookup] Item match:Window 06:11:03.254 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:11:03.254 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:11:03.254 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:11:03.254 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:03.254 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:11:03.254 DEBUG [main][MenuItemLookup] Item match:Show View 06:11:03.257 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:11:03.257 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:11:03.257 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:11:03.257 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:11:03.257 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:11:03.257 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:11:03.257 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:11:03.257 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:11:03.257 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:11:03.257 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:11:03.257 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:11:03.257 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:11:03.257 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:11:03.257 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:11:03.257 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:03.257 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:11:03.257 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:11:03.257 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:11:03.257 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:11:03.257 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:11:03.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:11:03.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:11:03.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:11:03.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:03.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:03.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:11:03.300 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:03.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:03.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:03.300 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:03.300 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:03.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:03.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:03.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:03.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:03.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:03.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:11:03.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:11:03.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:11:03.301 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:03.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:03.301 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:03.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:03.301 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:03.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:11:03.301 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:03.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:03.301 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:03.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:03.301 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:03.301 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:11:03.301 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:11:03.301 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:11:03.302 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:11:03.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:03.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:03.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:03.302 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:03.302 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:03.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:03.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:03.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:11:03.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:03.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:03.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:03.302 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:03.302 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:03.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:03.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:03.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:03.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:03.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:03.303 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:11:03.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:03.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:03.303 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:03.303 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:03.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:11:03.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:11:03.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:11:03.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:03.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:03.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:11:03.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:03.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:03.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 06:11:03.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:03.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:03.330 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 06:11:03.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 '\*?\QProject Explorer\E') 06:11:03.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:03.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:03.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:03.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:03.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:03.331 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:03.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:03.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:03.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 06:11:03.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:03.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:03.332 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:03.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:03.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:03.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:03.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:03.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:03.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:03.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:03.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:04.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:04.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:04.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:04.334 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:04.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:04.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:04.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:04.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 06:11:04.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:04.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:04.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:04.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:04.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:04.335 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:04.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:04.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:04.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:04.335 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 06:11:04.335 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 06:11:04.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:04.336 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:11:04.354 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 06:11:04.354 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:11:04.354 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:11:04.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:04.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:04.362 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEmptyListOfProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 06:11:04.362 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:11:04.362 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectAllWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 06:11:04.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 06:11:04.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:11:04.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:11:04.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:11:04.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:04.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:04.365 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:11:04.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 06:11:04.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:04.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:04.366 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 06:11:04.366 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 06:11:04.366 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:04.366 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:11:04.366 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:11:04.366 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:11:04.366 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:11:04.366 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:11:04.366 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:11:04.366 DEBUG [main][MenuItemLookup] Item match:Window 06:11:04.366 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:11:04.367 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:11:04.367 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:11:04.367 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:04.367 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:11:04.367 DEBUG [main][MenuItemLookup] Item match:Show View 06:11:04.371 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:11:04.371 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:11:04.371 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:11:04.371 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:11:04.371 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:11:04.371 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:11:04.371 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:11:04.371 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:11:04.371 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:11:04.371 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:11:04.371 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:11:04.371 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:11:04.371 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:11:04.371 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:11:04.371 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:04.371 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:11:04.371 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:11:04.371 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:11:04.371 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:11:04.371 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:11:04.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:11:04.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:11:04.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:11:04.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:04.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:04.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 06:11:04.418 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:04.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:04.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:04.418 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:04.418 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:04.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:04.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:04.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:04.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:04.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:04.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:11:04.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:11:04.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:11:04.419 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:04.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:04.419 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:04.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:04.419 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:04.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:11:04.420 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:04.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:04.420 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:04.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:04.420 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:04.420 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:11:04.420 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:11:04.420 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:11:04.420 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:11:04.420 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:04.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:04.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:04.420 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:04.420 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:04.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:04.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:04.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:11:04.421 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:04.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:04.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:04.421 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:04.421 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:04.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:04.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:04.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:04.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:04.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:04.421 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:11:04.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:04.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:04.421 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:04.421 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:04.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:11:04.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:11:04.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:11:04.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:04.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:04.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:11:04.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:04.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:04.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 06:11:04.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:04.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:04.458 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 06:11:04.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:11:04.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:04.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:04.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:04.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:04.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:04.458 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:04.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:04.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:04.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 06:11:04.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:04.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:04.459 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:04.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:04.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:04.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:04.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:04.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:04.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:04.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:04.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:05.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:05.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:05.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:05.461 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:05.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:05.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:05.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:05.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:05.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:05.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:05.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:05.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:05.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:05.463 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:05.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:05.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:05.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:05.464 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 06:11:05.464 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 06:11:05.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:05.464 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:11:05.478 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 06:11:05.478 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:11:05.478 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:11:05.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:05.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:05.485 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectAllWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 06:11:05.485 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 06:11:05.485 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:11:05.485 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:11:05.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:05.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.684 s - in org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest testDeleteAllEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 5.924 s testGetProjectsItemsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 1.262 s open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 0.113 s getProjectsWhenExplorerIsClosed no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 0.008 s selectProjectWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 1.138 s getEmptyListOfProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 1.112 s selectAllWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 1.123 s Running org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 06:11:05.492 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 06:11:05.492 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:11:05.492 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:11:05.492 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 06:11:05.492 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:11:05.492 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:11:05.493 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:11:05.493 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:11:05.493 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:11:05.493 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:11:05.493 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 06:11:05.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:11:05.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:05.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:05.493 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 06:11:05.493 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:11:05.494 DEBUG [main][MenuItemLookup] Item match:Window 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:11:05.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:05.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:05.494 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:11:05.494 DEBUG [main][MenuItemLookup] Item match:Window 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:11:05.494 DEBUG [main][MenuItemLookup] Item match:Perspective 06:11:05.494 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:11:05.495 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:11:05.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:11:05.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:05.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:05.495 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:11:05.495 DEBUG [main][MenuItemLookup] Item match:Window 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:11:05.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:05.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:05.495 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:11:05.495 DEBUG [main][MenuItemLookup] Item match:Window 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:11:05.495 DEBUG [main][MenuItemLookup] Item match:Perspective 06:11:05.495 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:11:05.496 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:11:05.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:05.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:05.496 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:11:05.496 DEBUG [main][MenuItemLookup] Item match:Window 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:11:05.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:05.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:05.496 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:11:05.496 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:11:05.496 DEBUG [main][MenuItemLookup] Item match:Window 06:11:05.497 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:11:05.497 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:11:05.497 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:11:05.497 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:05.497 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:11:05.497 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:11:05.497 DEBUG [main][MenuItemLookup] Item match:Perspective 06:11:05.497 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:11:05.497 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:05.497 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:11:05.497 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:11:05.497 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:11:05.497 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:11:05.497 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:11:05.497 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:11:05.497 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:11:05.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:11:05.518 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 06:11:05.518 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:11:05.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:05.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:05.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:05.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:05.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:05.519 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:11:05.519 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:05.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:05.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:05.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 06:11:05.519 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:05.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:05.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:05.519 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:11:05.519 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:05.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:05.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:05.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:05.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:05.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:05.519 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:11:05.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:05.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:05.519 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:05.519 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:05.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'] 06:11:05.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:05.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'] 06:11:05.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:05.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 Java Project"] 06:11:05.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:05.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'] 06:11:05.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:05.606 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:05.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:05.607 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:05.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:05.607 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:11:05.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:05.607 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:05.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:05.607 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:05.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:05.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 06:11:05.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:05.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:05.607 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 06:11:05.607 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 06:11:05.608 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:05.608 DEBUG [main][MenuItemLookup] Item match:File 06:11:05.608 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:11:05.608 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:11:05.610 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:11:05.610 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:11:05.610 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:05.610 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:11:05.610 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:11:05.610 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:11:05.610 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:11:05.610 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:11:05.610 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:11:05.610 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:11:05.610 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:11:05.610 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:11:05.610 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:05.610 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:11:05.610 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:11:05.610 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:05.610 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:11:05.610 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:05.610 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:11:05.610 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:11:05.611 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:11:05.611 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:11:05.611 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:11:05.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.... 06:11:05.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:11:05.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:11:05.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:05.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:05.667 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:11:05.667 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:05.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:11:05.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:05.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:05.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:05.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:05.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:05.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:11:05.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:11:05.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:11:05.668 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:11:05.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:05.668 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:11:05.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:05.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:11:05.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:11:05.668 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:11:05.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:05.668 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:11:05.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:05.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:11:05.669 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:11:05.669 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:11:05.669 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:11:05.669 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:11:05.669 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:11:05.669 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:11:05.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:11:05.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:05.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:05.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:05.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:05.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:05.670 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:11:05.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:05.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:05.670 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:05.670 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:05.791 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:05.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:05.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:05.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:11:05.791 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 06:11:05.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:11:05.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:05.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:05.792 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:11:05.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:05.792 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectItemTestProject' 06:11:05.792 DEBUG [WorkbenchTestable][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:") 06:11:05.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:05.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:05.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:05.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:05.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:11:05.793 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:11:05.794 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject 06:11:05.816 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:11:05.816 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:11:05.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 06:11:05.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:05.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:05.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:05.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:05.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:05.818 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:11:05.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:05.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:05.818 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:05.818 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:05.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:11:06.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 06:11:06.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:11:06.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:06.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:06.324 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:11:06.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 "Don't Create") 06:11:06.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:06.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:06.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:06.324 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:11:06.324 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:06.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:06.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:06.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:06.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:06.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:06.325 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:11:06.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:06.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:06.325 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:06.325 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:06.383 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.... 06:11:06.383 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 06:11:06.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:11:06.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:11:06.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:06.383 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/ProjectItemTestProject)' is a system job, skipped 06:11:06.383 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:11:06.383 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:11:06.383 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:06.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:06.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:06.384 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:06.384 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:06.384 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:06.384 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:06.384 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 06:11:06.384 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:06.384 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:06.384 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:06.384 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:06.384 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:06.384 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:06.384 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:06.384 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 06:11:06.384 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:06.385 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:06.385 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:06.385 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:06.385 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:06.385 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 06:11:06.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:06.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:06.385 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 06:11:06.385 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 06:11:06.385 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:06.385 DEBUG [main][MenuItemLookup] Item match:File 06:11:06.386 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:11:06.386 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:11:06.389 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:11:06.389 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:11:06.389 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:06.389 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:11:06.389 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:11:06.389 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:11:06.389 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:11:06.389 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:11:06.389 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:11:06.389 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:11:06.389 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:11:06.389 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:11:06.389 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:06.389 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:11:06.389 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:11:06.389 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:06.389 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:11:06.389 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:06.389 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:11:06.389 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:11:06.389 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:11:06.389 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:11:06.389 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:11:06.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:11:06.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:11:06.447 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:11:06.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:06.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:06.448 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:11:06.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:06.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:11:06.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:06.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:06.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:06.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:06.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:06.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:11:06.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:11:06.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:11:06.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:11:06.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:06.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:11:06.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:06.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:11:06.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:11:06.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:11:06.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:06.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:11:06.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:06.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:11:06.450 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:11:06.450 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:11:06.450 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:11:06.452 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:11:06.452 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:11:06.452 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:11:06.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:11:06.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:06.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:06.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:06.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:06.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:06.453 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:11:06.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:06.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:06.453 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:06.453 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:06.507 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:06.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:06.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:06.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:11:06.507 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 06:11:06.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:11:06.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:06.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:06.508 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:11:06.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:06.508 DEBUG [WorkbenchTestable][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:") 06:11:06.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:06.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:06.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:06.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:06.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:11:06.522 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:11:06.522 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 06:11:06.528 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:11:06.528 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:11:06.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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) 06:11:06.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:06.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:06.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:06.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:06.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:06.539 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:11:06.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:06.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:06.539 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:06.539 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:06.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:11:07.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:11:07.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:07.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:11:07.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:11:07.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 06:11:07.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:11:07.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:11:07.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:11:07.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:07.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:11:07.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:07.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:07.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:07.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:11:07.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:11:07.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 06:11:07.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:11:07.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:11:07.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:11:07.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:07.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:11:07.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:07.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:07.044 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:07.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:07.044 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:07.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:07.044 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:11:07.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:07.044 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:07.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:07.044 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:07.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:07.044 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:07.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:07.044 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:11:07.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:07.045 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:07.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:07.045 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:07.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:07.045 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:11:07.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:07.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:07.045 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:11:07.045 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:11:07.045 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:07.045 DEBUG [main][MenuItemLookup] Item match:File 06:11:07.046 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:11:07.046 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:11:07.048 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:11:07.048 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:11:07.048 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:07.048 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:11:07.048 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:11:07.048 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:11:07.048 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:11:07.048 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:11:07.048 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:11:07.048 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:11:07.048 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:11:07.048 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:11:07.048 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:07.048 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:11:07.048 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:11:07.048 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:07.048 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:11:07.048 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:07.048 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:11:07.048 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:11:07.048 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:11:07.048 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:11:07.048 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:11:07.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 'New|Select a wizard'] is available.... 06:11:07.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 'New|Select a wizard'] is available. finished successfully 06:11:07.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:11:07.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:07.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:07.106 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:11:07.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:07.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:11:07.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:07.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:07.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:07.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:07.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:07.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:11:07.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:11:07.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:11:07.107 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:11:07.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:07.107 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:11:07.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:07.107 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:11:07.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:11:07.108 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:11:07.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:07.108 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:11:07.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:07.108 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:11:07.108 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:11:07.108 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:11:07.108 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:11:07.108 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:11:07.108 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:11:07.108 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:11:07.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:11:07.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:07.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:07.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:07.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:07.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:07.109 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:11:07.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:07.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:07.109 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:07.109 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:07.185 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:07.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:07.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:07.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:11:07.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 06:11:07.186 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:11:07.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:07.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:07.187 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:11:07.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:07.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 06:11:07.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:07.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:07.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:07.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:07.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:11:07.191 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:11:07.192 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 06:11:07.198 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:11:07.198 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:11:07.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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) 06:11:07.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:07.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:07.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:07.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:07.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:07.210 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:11:07.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:07.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:07.210 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:07.210 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:07.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:11:07.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:11:07.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:07.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:11:07.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:11:07.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:11:07.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:07.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:11:07.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:07.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:07.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:07.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:11:07.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:11:07.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:11:07.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:07.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:11:07.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:07.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:07.715 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:11:07.715 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectCollapsedProjectExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 06:11:07.715 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 06:11:07.715 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:11:07.715 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:11:07.715 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:11:07.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:07.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:07.718 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:11:07.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 06:11:07.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:07.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:07.719 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 06:11:07.719 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 06:11:07.719 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:07.719 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:11:07.719 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:11:07.719 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:11:07.719 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:11:07.719 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:11:07.719 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:11:07.719 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:11:07.719 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:11:07.719 DEBUG [main][MenuItemLookup] Item match:Window 06:11:07.721 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:11:07.721 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:11:07.721 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:11:07.721 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:07.721 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:11:07.721 DEBUG [main][MenuItemLookup] Item match:Show View 06:11:07.725 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:11:07.725 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:11:07.725 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:11:07.725 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:11:07.725 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:11:07.725 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:11:07.725 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:11:07.725 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:11:07.725 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:11:07.725 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:11:07.725 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:11:07.725 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:11:07.725 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:11:07.725 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:11:07.725 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:07.725 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:11:07.725 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:11:07.725 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:11:07.725 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:11:07.725 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:11:07.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:11:07.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:11:07.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:11:07.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:07.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:07.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:11:07.776 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:07.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:07.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:07.776 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:07.776 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:07.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:07.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:07.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:07.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:07.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:07.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:11:07.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:11:07.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:11:07.777 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:07.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:07.781 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:07.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:07.781 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:07.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:11:07.781 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:07.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:07.781 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:07.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:07.781 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:07.781 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:11:07.781 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:11:07.781 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:11:07.782 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:11:07.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:07.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:07.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:07.782 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:07.782 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:07.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:07.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:07.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:11:07.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:07.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:07.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:07.782 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:07.782 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:07.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:07.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:07.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:07.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:07.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:07.783 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:11:07.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:07.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:07.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:07.783 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:07.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:11:07.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:11:07.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:11:07.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:07.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:07.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:11:07.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:07.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:07.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 06:11:07.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:07.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:07.819 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 06:11:07.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:11:07.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:07.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:07.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:07.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:07.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:07.820 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:07.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:07.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:07.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform TooltipText=null 06:11:07.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:07.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:07.821 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:07.821 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:07.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:07.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:07.822 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:07.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:07.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:07.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:07.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:07.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:07.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:08.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:08.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:08.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:08.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:08.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:08.825 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:08.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:08.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:08.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:08.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:08.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:08.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:08.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:08.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:08.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:08.826 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:11:08.826 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:11:08.826 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:11:08.826 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:11:08.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:09.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:09.327 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:11:09.328 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:09.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:09.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:09.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:09.329 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:09.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:09.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:09.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:09.329 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:09.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:09.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:09.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:09.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:09.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:09.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:09.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:09.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:10.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:10.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:10.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:10.333 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:10.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:10.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:10.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:10.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 06:11:10.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:10.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:10.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:10.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:10.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:10.334 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:11:10.334 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:11:10.334 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:11:10.334 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:11:10.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:10.335 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:11:10.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:10.335 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:11:10.335 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:11:10.335 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:11:10.335 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:11:10.350 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:11:10.350 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:11:10.351 DEBUG [main][EditorHandler] 4 editor(s) found 06:11:10.351 DEBUG [WorkbenchTestable][EditorHandler] Closing editor [test-new] Test Title:.+ 06:11:10.365 DEBUG [WorkbenchTestable][EditorHandler] Editor [test-new] Test Title:.+ is closed 06:11:10.365 DEBUG [WorkbenchTestable][EditorHandler] Closing editor a 06:11:10.380 DEBUG [WorkbenchTestable][EditorHandler] Editor a is closed 06:11:10.380 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 06:11:10.412 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 06:11:10.412 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass1.java 06:11:10.451 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass1.java is closed 06:11:10.451 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:10.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:10.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:10.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:10.452 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:11:10.452 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:11:10.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:11:10.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:10.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:11:10.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:10.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:11:10.452 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 06:11:10.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:11:10.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:10.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:10.953 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:11:10.954 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 06:11:10.954 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 06:11:10.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:11.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:11.455 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 06:11:11.455 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item ProjectItemTestProject 06:11:11.455 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item ProjectItemTestProject 06:11:11.456 DEBUG [main][TreeItemHandler] Setting tree item ProjectItemTestProject collapsed 06:11:11.456 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 06:11:11.456 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: ProjectItemTestProject 06:11:11.456 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 06:11:11.456 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 06:11:11.456 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 06:11:11.469 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 06:11:11.470 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:11:11.470 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:11:11.471 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:11:11.480 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:11:11.480 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:11.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:11.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:11.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:11.481 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 06:11:11.481 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 06:11:11.481 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:11.481 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:11:11.491 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 06:11:11.491 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:11:11.491 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:11:11.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:11.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:11.500 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectCollapsedProjectExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 06:11:11.500 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:11:11.500 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 06:11:11.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 06:11:11.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:11:11.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:11:11.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:11:11.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:11.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:11.502 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:11:11.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:11:11.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:11.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:11.503 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:11:11.503 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:11:11.503 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:11.503 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:11:11.503 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:11:11.503 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:11:11.503 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:11:11.503 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:11:11.503 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:11:11.503 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:11:11.503 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:11:11.503 DEBUG [main][MenuItemLookup] Item match:Window 06:11:11.504 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:11:11.504 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:11:11.504 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:11:11.504 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:11.504 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:11:11.504 DEBUG [main][MenuItemLookup] Item match:Show View 06:11:11.507 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:11:11.507 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:11:11.507 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:11:11.507 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:11:11.507 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:11:11.507 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:11:11.507 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:11:11.507 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:11:11.507 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:11:11.507 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:11:11.507 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:11:11.507 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:11:11.507 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:11:11.507 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:11:11.507 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:11.507 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:11:11.507 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:11:11.507 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:11:11.507 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:11:11.507 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:11:11.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:11:11.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:11:11.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:11:11.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:11.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:11.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:11:11.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:11.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:11.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:11.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:11.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:11.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:11.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:11.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:11.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:11.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:11.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:11:11.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:11:11.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:11:11.552 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:11.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:11.552 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:11.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:11.552 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:11.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:11:11.552 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:11.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:11.552 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:11.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:11.552 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:11.553 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:11:11.553 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:11:11.553 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:11:11.553 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:11:11.553 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:11.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:11.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:11.553 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:11.553 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:11.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:11.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:11.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 "Open") 06:11:11.553 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:11.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:11.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:11.553 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:11.553 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:11.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:11.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:11.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:11.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:11.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:11.554 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:11:11.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:11.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:11.554 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:11.554 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:11.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:11:11.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:11:11.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:11:11.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:11.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:11.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:11:11.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:11.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:11.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:11:11.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:11.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:11.586 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:11:11.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:11:11.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:11.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:11.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:11.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:11.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:11.587 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:11.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:11.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:11.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:11:11.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:11.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:11.588 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:11.588 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:11.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:11.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:11.589 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:11.589 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:11.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:11.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:11.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:11.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:11.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:12.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:12.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:12.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:12.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:12.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:12.591 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:12.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:12.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:12.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:12.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 06:11:12.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:12.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:12.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:12.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:12.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:12.592 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:11:12.592 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:11:12.592 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:11:12.592 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:11:12.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:12.592 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:11:12.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:12.592 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:11:12.592 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:12.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:12.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:12.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:12.593 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:12.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:12.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:12.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:12.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:12.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:12.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:13.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:13.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:13.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:13.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:13.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:13.596 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:13.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:13.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:13.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:13.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:13.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:13.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:13.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:13.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:13.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:13.597 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:11:13.597 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:11:13.597 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:11:13.598 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:11:13.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:13.598 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:11:13.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:13.598 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:11:13.598 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:11:13.598 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:11:13.598 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:11:13.603 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:11:13.603 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:11:13.603 DEBUG [main][EditorHandler] 0 editor(s) found 06:11:13.604 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:13.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:13.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:13.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:13.604 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:13.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:13.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:13.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:13.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:13.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:13.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:14.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:14.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:14.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:14.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:14.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:14.606 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:14.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:14.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:14.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:14.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:14.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:14.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:14.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:14.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:14.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:14.608 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:11:14.608 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:11:14.608 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:11:14.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:11:14.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:14.608 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:11:14.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:14.608 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:11:14.608 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 06:11:14.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:11:14.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:14.608 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:11:14.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:14.608 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:11:14.608 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 06:11:14.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 06:11:14.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:14.608 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item (default package) is already expanded. No action performed 06:11:14.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:14.608 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 06:11:14.609 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:11:14.609 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:11:14.609 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:11:14.616 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:11:14.616 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 06:11:14.616 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:11:14.616 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:11:14.616 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:11:14.620 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:11:14.621 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:11:14.621 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:11:14.709 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:11:14.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:14.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:11:14.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:11:14.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:11:14.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:11:14.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:14.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:11:14.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:14.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:14.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClass.java\E') 06:11:14.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:14.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:14.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:14.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:14.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:14.715 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:14.715 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class TestClass { } TooltipText=null 06:11:14.716 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:14.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:14.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:14.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:14.734 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 06:11:14.734 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 06:11:14.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:14.735 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:11:14.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 06:11:14.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:11:14.758 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:11:14.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:14.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:14.768 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 06:11:14.768 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:11:14.769 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 06:11:14.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 06:11:14.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:11:14.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:11:14.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:11:14.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:14.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:14.771 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:11:14.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:11:14.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:14.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:14.772 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:11:14.772 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:11:14.772 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:14.772 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:11:14.772 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:11:14.772 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:11:14.772 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:11:14.772 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:11:14.772 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:11:14.772 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:11:14.772 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:11:14.772 DEBUG [main][MenuItemLookup] Item match:Window 06:11:14.774 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:11:14.774 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:11:14.774 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:11:14.774 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:14.774 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:11:14.774 DEBUG [main][MenuItemLookup] Item match:Show View 06:11:14.777 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:11:14.777 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:11:14.777 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:11:14.777 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:11:14.777 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:11:14.777 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:11:14.777 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:11:14.777 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:11:14.778 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:11:14.778 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:11:14.778 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:11:14.778 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:11:14.778 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:11:14.778 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:11:14.778 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:14.778 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:11:14.778 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:11:14.778 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:11:14.778 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:11:14.778 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:11:14.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:11:14.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:11:14.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:11:14.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:14.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:14.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:11:14.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:14.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:14.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:14.823 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:14.823 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:14.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:14.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:14.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:14.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:14.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:14.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:11:14.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:11:14.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:11:14.824 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:14.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:14.824 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:14.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:14.824 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:14.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:11:14.824 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:14.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:14.825 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:14.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:14.825 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:14.825 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:11:14.825 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:11:14.825 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:11:14.825 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:11:14.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:14.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:14.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:14.825 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:14.825 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:14.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:14.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:14.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:11:14.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:14.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:14.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:14.825 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:14.825 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:14.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:14.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:14.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:14.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:14.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:14.826 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:11:14.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:14.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:14.826 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:14.826 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:14.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:11:14.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:11:14.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:11:14.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:14.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:14.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:11:14.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:14.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:14.866 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:11:14.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:14.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:14.866 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:11:14.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 '\*?\QProject Explorer\E') 06:11:14.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:14.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:14.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:14.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:14.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:14.867 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:14.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:14.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:14.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 06:11:14.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:14.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:14.868 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:14.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:14.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:14.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:14.869 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:14.869 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:14.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:14.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:14.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:14.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:14.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:15.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:15.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:15.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:15.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:15.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:15.870 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:15.870 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:15.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:15.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:15.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 06:11:15.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:15.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:15.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:15.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:15.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:15.871 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:11:15.871 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:11:15.871 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:11:15.872 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:11:15.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:15.872 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:11:15.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:15.872 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:11:15.872 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:11:15.872 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:11:15.874 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:11:15.878 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:11:15.878 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 06:11:15.878 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 06:11:15.879 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 06:11:15.879 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 06:11:15.879 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 06:11:15.879 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:15.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:15.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:15.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:15.880 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 06:11:15.880 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 06:11:15.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:15.880 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:11:15.902 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 06:11:15.902 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:11:15.902 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:11:15.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:15.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:15.913 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 06:11:15.913 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:11:15.913 INFO [WorkbenchTestable][RequirementsRunner] Started test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 06:11:15.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 06:11:15.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:11:15.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:11:15.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:11:15.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:15.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:15.917 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:11:15.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:11:15.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:15.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:15.917 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:11:15.917 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:11:15.917 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:15.918 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:11:15.918 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:11:15.918 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:11:15.918 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:11:15.918 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:11:15.918 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:11:15.918 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:11:15.918 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:11:15.918 DEBUG [main][MenuItemLookup] Item match:Window 06:11:15.918 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:11:15.918 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:11:15.918 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:11:15.918 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:15.918 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:11:15.918 DEBUG [main][MenuItemLookup] Item match:Show View 06:11:15.921 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:11:15.921 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:11:15.921 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:11:15.921 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:11:15.921 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:11:15.921 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:11:15.921 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:11:15.921 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:11:15.921 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:11:15.921 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:11:15.921 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:11:15.921 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:11:15.921 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:11:15.921 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:11:15.921 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:15.921 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:11:15.921 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:11:15.921 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:11:15.921 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:11:15.921 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:11:15.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:11:15.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:11:15.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:11:15.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:15.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:15.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:11:15.965 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:15.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:15.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:15.965 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:15.965 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:15.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:15.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:15.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:15.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:15.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:15.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:11:15.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:11:15.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:11:15.966 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:15.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:15.966 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:15.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:15.966 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:15.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:11:15.966 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:15.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:15.966 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:15.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:15.966 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:15.966 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:11:15.966 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:11:15.967 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:11:15.967 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:11:15.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:15.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:15.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:15.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:15.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:15.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:15.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:15.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 "Open") 06:11:15.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:15.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:15.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:15.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:15.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:15.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:15.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:15.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:15.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:15.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:15.968 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:11:15.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:15.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:15.968 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:15.968 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:15.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:11:15.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:11:15.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:11:15.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:16.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:16.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:11:16.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:16.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:16.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:11:16.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:16.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:16.001 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:11:16.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:11:16.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:16.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:16.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:16.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:16.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:16.001 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:16.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:16.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:16.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 06:11:16.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:16.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:16.003 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:16.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:16.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:16.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:16.003 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:16.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:16.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:16.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:16.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:16.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:16.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:16.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:16.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:17.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:17.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:17.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:17.005 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:17.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:17.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:17.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:17.006 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:17.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:17.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:17.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:17.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:17.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:17.007 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:11:17.008 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:11:17.008 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:11:17.008 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:11:17.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:17.008 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:11:17.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:17.008 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:11:17.008 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:11:17.008 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:11:17.008 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:11:17.014 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:11:17.014 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:17.014 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:17.014 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:17.014 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:17.015 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 06:11:17.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:17.015 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:17.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:17.015 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:17.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:17.015 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:17.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:17.015 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 06:11:17.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:17.015 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:17.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:17.015 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:17.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:17.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:11:17.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:17.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:17.016 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:11:17.016 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:11:17.016 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:17.016 DEBUG [main][MenuItemLookup] Item match:File 06:11:17.017 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:11:17.017 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:11:17.019 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:11:17.019 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:11:17.019 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:17.019 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:11:17.019 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:11:17.019 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:11:17.019 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:11:17.019 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:11:17.019 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:11:17.019 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:11:17.019 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:11:17.019 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:11:17.019 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:17.019 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:11:17.019 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:11:17.019 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:17.019 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:11:17.019 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:17.019 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:11:17.019 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:11:17.019 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:11:17.019 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:11:17.019 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:11:17.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:11:17.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:11:17.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:11:17.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:17.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:17.077 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:11:17.077 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:17.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:11:17.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:17.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:17.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:17.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:17.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:17.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:11:17.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:11:17.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:11:17.079 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:17.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:17.079 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:17.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:17.079 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:17.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:11:17.079 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:17.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:17.079 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:17.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:17.079 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:17.080 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 06:11:17.080 DEBUG [main][TreeItemHandler] Selecting tree item: File 06:11:17.080 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 06:11:17.082 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 06:11:17.082 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:11:17.082 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:11:17.082 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:11:17.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:17.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:17.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:17.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:17.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:17.083 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:11:17.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:17.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:17.083 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:17.083 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:17.105 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:17.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:17.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:17.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 06:11:17.106 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 06:11:17.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 06:11:17.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:17.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:17.106 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 06:11:17.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:17.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 06:11:17.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:17.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:17.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:17.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:17.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:11:17.108 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:11:17.109 INFO [WorkbenchTestable][AbstractText] Text set to: text.txt 06:11:17.109 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:") 06:11:17.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:17.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:17.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:17.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:17.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:11:17.110 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:11:17.110 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject/src/files/ 06:11:17.111 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 06:11:17.111 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 06:11:17.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 06:11:17.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:17.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:17.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:17.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:17.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:17.112 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:11:17.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:17.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:17.112 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:17.112 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:17.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:11:17.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:11:17.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:17.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:11:17.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:17.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:11:17.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:17.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:17.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4f3d6a19 is found... 06:11:17.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4f3d6a19 is found finished successfully 06:11:17.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtext.txt\E') 06:11:17.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:17.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:17.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:17.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:17.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:17.618 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:17.618 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 06:11:17.618 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:17.618 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 06:11:17.618 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 06:11:17.618 DEBUG [WorkbenchTestable][EditorHandler] Closing editor text.txt 06:11:17.671 DEBUG [WorkbenchTestable][EditorHandler] Editor text.txt is closed 06:11:17.671 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:17.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:17.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:17.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:17.680 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:17.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:17.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:17.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:17.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:17.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:17.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:18.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:18.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:18.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:18.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:18.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:18.682 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:18.683 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:18.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:18.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:18.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:18.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:18.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:18.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:18.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:18.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:18.684 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:11:18.684 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:11:18.684 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:11:18.684 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:11:18.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:18.684 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:11:18.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:18.684 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:11:18.684 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 06:11:18.684 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:11:18.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:18.684 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:11:18.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:18.684 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:11:18.685 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 06:11:18.685 DEBUG [main][TreeItemHandler] Selecting tree item: files 06:11:18.685 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 06:11:18.692 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 06:11:18.693 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:11:18.693 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:18.713 DEBUG [main][MenuItemLookup] Found menu:'New' 06:11:18.713 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:11:18.713 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:18.713 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:11:18.713 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:11:18.713 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:18.713 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:11:18.713 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:11:18.713 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:11:18.713 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:11:18.713 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:11:18.713 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:11:18.713 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:11:18.713 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:11:18.713 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:18.713 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:11:18.713 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:11:18.713 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:18.713 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:11:18.713 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:11:18.713 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:11:18.713 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:11:18.713 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:11:18.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:18.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:11:19.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:11:19.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:11:19.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:19.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:11:19.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:19.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:19.214 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'files' via Explorer 06:11:19.214 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 06:11:19.214 DEBUG [main][TreeItemHandler] Selecting tree item: files 06:11:19.214 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 06:11:19.220 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 06:11:19.220 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:11:19.220 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:19.238 DEBUG [main][MenuItemLookup] Found menu:'New' 06:11:19.238 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:11:19.238 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:19.238 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:11:19.238 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:11:19.238 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:19.238 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:11:19.238 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:11:19.238 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:11:19.238 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:11:19.238 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:11:19.238 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:11:19.238 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:11:19.238 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:11:19.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 'Delete.*'] is available.... 06:11:19.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:11:19.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete 06:11:19.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:19.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:19.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:19.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:19.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:11:19.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:19.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:19.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:19.823 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete" as the parent 06:11:19.823 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:19.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:19.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:19.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:19.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:19.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:19.823 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:11:19.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:19.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:19.823 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:19.823 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:19.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:11:19.826 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:11:20.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:11:20.327 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:11:20.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:20.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:11:20.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:20.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:11:20.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:20.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:20.327 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:20.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:20.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:20.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:20.328 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:20.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:20.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:20.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:20.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:20.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:20.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:20.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:20.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:21.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:21.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:21.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:21.330 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:21.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:21.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:21.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:21.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:21.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:21.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:21.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:21.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:21.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:21.332 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:11:21.332 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:11:21.333 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:11:21.333 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:11:21.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:21.333 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:11:21.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:21.333 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:11:21.333 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:11:21.333 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:11:21.333 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 06:11:21.333 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:11:21.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:21.334 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:11:21.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:21.334 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:11:21.334 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 06:11:21.334 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:11:21.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:21.334 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:11:21.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:21.334 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:11:21.334 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:11:21.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:21.334 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:11:21.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:21.334 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:11:21.334 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 06:11:21.334 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 06:11:21.334 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:11:21.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:21.334 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:11:21.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:21.334 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:11:21.334 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:11:21.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:21.334 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:11:21.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:21.334 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:11:21.334 DEBUG [WorkbenchTestable][AbstractResource] Item "files" was not found. Available items on the current level: 06:11:21.334 DEBUG [WorkbenchTestable][AbstractResource] "(default package)" 06:11:21.335 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:21.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:21.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:21.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:21.335 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 06:11:21.335 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 06:11:21.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:21.336 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:11:21.357 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 06:11:21.357 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:11:21.357 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:11:21.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:21.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:21.367 INFO [WorkbenchTestable][RequirementsRunner] Finished test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 06:11:21.367 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:11:21.367 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 06:11:21.367 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 06:11:21.367 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:11:21.367 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:11:21.367 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:11:21.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:21.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:21.370 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:11:21.371 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:11:21.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:21.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:21.371 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:11:21.371 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:11:21.371 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:21.371 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:11:21.371 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:11:21.371 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:11:21.371 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:11:21.371 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:11:21.371 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:11:21.371 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:11:21.371 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:11:21.371 DEBUG [main][MenuItemLookup] Item match:Window 06:11:21.372 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:11:21.372 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:11:21.372 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:11:21.372 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:21.372 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:11:21.372 DEBUG [main][MenuItemLookup] Item match:Show View 06:11:21.375 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:11:21.375 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:11:21.375 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:11:21.375 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:11:21.375 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:11:21.375 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:11:21.375 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:11:21.375 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:11:21.375 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:11:21.375 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:11:21.375 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:11:21.375 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:11:21.375 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:11:21.375 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:11:21.375 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:21.375 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:11:21.375 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:11:21.375 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:11:21.375 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:11:21.375 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:11:21.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:11:21.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:11:21.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:11:21.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:21.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:21.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:11:21.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:21.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:21.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:21.425 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:21.425 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:21.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:21.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:21.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:21.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:21.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:21.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:11:21.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:11:21.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:11:21.429 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:21.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:21.430 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:21.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:21.430 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:21.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:11:21.430 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:21.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:21.430 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:21.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:21.430 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:21.430 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:11:21.430 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:11:21.430 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:11:21.430 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:11:21.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:21.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:21.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:21.430 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:21.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:21.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:21.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:21.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:11:21.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:21.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:21.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:21.431 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:21.431 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:21.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:21.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:21.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:21.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:21.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:21.431 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:11:21.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:21.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:21.432 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:21.432 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:21.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:11:21.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:11:21.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:11:21.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:21.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:21.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:11:21.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:21.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:21.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:11:21.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:21.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:21.466 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:11:21.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 '\*?\QProject Explorer\E') 06:11:21.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:21.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:21.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:21.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:21.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:21.467 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:21.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:21.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:21.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 06:11:21.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:21.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:21.469 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:21.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:21.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:21.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:21.469 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:21.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:21.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:21.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:21.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:21.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:21.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:21.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:21.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:22.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:22.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:22.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:22.471 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:22.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:22.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:22.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:22.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:22.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:22.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:22.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:22.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:22.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:22.472 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:11:22.472 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:11:22.473 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:11:22.473 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:11:22.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:22.473 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:11:22.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:22.473 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:11:22.473 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 06:11:22.473 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 06:11:22.473 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 06:11:22.473 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 06:11:22.473 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 06:11:22.473 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 06:11:22.473 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:11:22.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:22.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:22.974 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:11:22.974 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:22.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:22.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:22.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:22.975 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 06:11:22.975 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 06:11:22.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:22.975 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:11:22.998 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 06:11:22.998 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:11:22.998 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:11:23.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:23.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:23.009 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 06:11:23.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:23.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:23.011 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:11:23.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:11:23.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:23.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:23.012 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:11:23.012 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:11:23.012 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:23.012 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:11:23.012 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:11:23.012 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:11:23.012 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:11:23.012 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:11:23.012 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:11:23.012 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:11:23.012 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:11:23.012 DEBUG [main][MenuItemLookup] Item match:Window 06:11:23.012 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:11:23.012 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:11:23.012 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:11:23.012 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:23.012 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:11:23.012 DEBUG [main][MenuItemLookup] Item match:Show View 06:11:23.015 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:11:23.015 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:11:23.015 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:11:23.015 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:11:23.015 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:11:23.015 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:11:23.015 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:11:23.015 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:11:23.015 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:11:23.015 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:11:23.015 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:11:23.015 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:11:23.015 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:11:23.016 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:11:23.016 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:23.016 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:11:23.016 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:11:23.016 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:11:23.016 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:11:23.016 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:11:23.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:11:23.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:11:23.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:11:23.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:23.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:23.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 06:11:23.059 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:23.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:23.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:23.060 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:23.060 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:23.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:23.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:23.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:23.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:23.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:23.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:11:23.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:11:23.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:11:23.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:23.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:23.061 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:23.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:23.061 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:23.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:11:23.061 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:11:23.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:23.061 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:11:23.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:23.061 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:11:23.061 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:11:23.061 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:11:23.061 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:11:23.062 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:11:23.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:23.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:23.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:23.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:23.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:23.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:23.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:23.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:11:23.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:23.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:23.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:23.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:11:23.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:23.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:23.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:23.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:23.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:23.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:23.063 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:11:23.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:23.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:23.063 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:23.063 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:23.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:11:23.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:11:23.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:11:23.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:23.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:23.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:11:23.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:23.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:23.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:11:23.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:23.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:23.098 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:11:23.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:11:23.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:23.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:23.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:23.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:23.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:23.099 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:23.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:23.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:23.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 06:11:23.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:23.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:23.100 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:23.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:23.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:23.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:23.101 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:23.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:23.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:23.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:23.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:23.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:23.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:23.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:23.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:24.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:24.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:24.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:24.104 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:24.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:24.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:24.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:24.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 06:11:24.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:24.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:24.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:24.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:24.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:24.105 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:11:24.105 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 06:11:24.105 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 06:11:24.105 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 06:11:24.112 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 06:11:24.112 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:11:24.112 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:24.132 DEBUG [main][MenuItemLookup] Found menu:'New' 06:11:24.132 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:11:24.132 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:24.132 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:11:24.132 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:24.132 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:11:24.132 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:11:24.132 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:11:24.132 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:11:24.132 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:11:24.132 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:11:24.132 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:11:24.132 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:24.132 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:11:24.132 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:11:24.132 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:24.132 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:11:24.132 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:11:24.132 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:11:24.132 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:11:24.132 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:11:24.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:24.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:11:24.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:24.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:11:24.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:24.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:24.633 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectItemTestProject' via Explorer 06:11:24.633 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 06:11:24.633 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 06:11:24.633 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 06:11:24.637 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 06:11:24.638 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:11:24.638 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:24.657 DEBUG [main][MenuItemLookup] Found menu:'New' 06:11:24.657 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:11:24.657 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:24.657 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:11:24.657 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:24.657 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:11:24.657 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:11:24.657 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:11:24.657 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:11:24.657 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:11:24.657 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:11:24.657 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:11:24.658 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:11:24.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 'Delete.*'] is available.... 06:11:25.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 'Delete.*'] is available. finished successfully 06:11:25.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:11:25.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:25.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:25.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:25.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:25.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: 32) 06:11:25.236 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:25.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:25.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:25.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:11:25.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:25.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:25.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:25.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:25.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:25.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:25.237 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:11:25.237 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:11:25.237 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:11:25.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:25.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:25.237 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:25.237 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:25.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:11:25.237 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:25.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:25.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:25.237 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:11:25.238 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:25.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:25.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:25.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:25.238 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:11:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:25.238 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:25.238 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:25.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:11:25.240 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:11:25.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:11:25.740 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:11:25.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:25.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:11:25.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:11:25.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:11:25.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:25.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:25.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:25.741 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 06:11:25.741 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:11:25.741 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:11:25.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:25.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.25 s - in org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest selectCollapsedProjectExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 3.785 s open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 3.268 s select no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 1.144 s asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 5.454 s testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 1.642 s Running org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:11:25.749 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:11:25.750 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:11:25.750 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:11:25.750 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:11:25.750 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:11:25.750 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:11:25.750 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:11:25.750 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:11:25.750 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:11:25.750 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:11:25.751 DEBUG [main][EditorHandler] 0 editor(s) found 06:11:25.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:25.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:25.752 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:11:25.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:25.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:25.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:11:25.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:25.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:25.753 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:11:25.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') 06:11:25.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:25.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:25.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:25.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:25.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:25.753 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:25.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:25.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:25.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:11:25.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:25.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:25.754 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:25.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:25.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:25.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:25.755 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:25.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:25.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:25.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:25.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:25.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:25.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:26.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:26.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:26.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:26.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:26.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:26.756 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:26.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:26.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:26.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:26.757 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:26.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:26.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:26.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:26.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:26.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:26.758 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:11:26.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:11:26.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:26.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:26.758 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:11:26.758 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:11:26.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:11:26.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:11:26.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:11:26.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:11:26.758 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:26.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:26.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'] 06:11:26.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:26.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 Project"] 06:11:26.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:26.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'] 06:11:26.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:26.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'] 06:11:26.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:26.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'] 06:11:26.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:26.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 Project"] 06:11:26.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:26.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'] 06:11:26.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:26.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'] 06:11:26.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:26.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:11:26.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:26.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:26.760 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:11:26.760 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:11:26.760 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:26.760 DEBUG [main][MenuItemLookup] Item match:File 06:11:26.761 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:11:26.761 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:11:26.763 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:11:26.763 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:11:26.763 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:26.763 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:11:26.763 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:11:26.763 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:11:26.763 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:11:26.763 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:11:26.763 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:11:26.763 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:11:26.763 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:11:26.763 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:11:26.763 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:26.763 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:11:26.763 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:11:26.763 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:26.763 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:11:26.763 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:26.763 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:11:26.763 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:11:26.763 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:11:26.763 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:11:26.763 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:11:26.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:11:26.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:11:26.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:11:26.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:26.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:26.816 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:11:26.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:26.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:11:26.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:26.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:26.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:26.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:26.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:26.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:11:26.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:11:26.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:11:26.821 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:11:26.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:26.821 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:11:26.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:26.821 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:11:26.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:11:26.821 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:11:26.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:26.821 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:11:26.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:26.821 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:11:26.821 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:11:26.821 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:11:26.821 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:11:26.823 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:11:26.824 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:11:26.824 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:11:26.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.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:11:26.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:26.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:26.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:26.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:26.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:26.825 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:11:26.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:26.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:26.825 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:26.825 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:26.948 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:26.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:26.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:26.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:11:26.948 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 06:11:26.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:11:26.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:26.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:26.949 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:11:26.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:26.949 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 06:11:26.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 06:11:26.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:26.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:26.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:26.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:26.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:11:26.950 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:11:26.951 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 06:11:26.964 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:11:26.964 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:11:26.964 DEBUG [WorkbenchTestable][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) 06:11:26.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:26.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:26.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:26.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:26.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:26.973 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:11:26.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:26.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:26.973 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:26.973 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:26.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:11:27.476 DEBUG [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 06:11:27.476 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:11:27.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:27.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:27.479 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:11:27.479 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:11:27.479 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:27.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:27.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:27.479 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:11:27.479 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:27.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:27.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:27.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:27.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:27.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:27.480 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:11:27.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:27.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:27.480 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:27.480 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:27.555 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.... 06:11:27.556 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 06:11:27.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:11:27.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:11:27.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:27.556 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 06:11:27.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:11:27.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:11:27.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:11:27.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:11:27.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:27.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:27.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:27.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:27.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:27.557 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:27.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:27.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:27.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:11:27.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:27.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:27.598 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:11:27.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:11:27.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:27.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:27.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:27.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:27.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:27.601 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:27.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:27.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:27.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:27.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:27.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:27.609 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:11:27.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:27.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:27.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:11:27.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:27.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:27.610 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:11:27.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:11:27.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:27.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:27.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:27.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:27.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:27.611 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:27.611 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:27.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:27.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:27.641 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:11:27.641 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:27.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:27.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:27.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:27.642 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:27.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:27.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:27.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:27.642 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:27.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:27.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:27.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:27.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:27.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:27.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:28.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:28.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:28.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:28.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:28.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:28.645 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:28.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:28.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:28.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:28.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 06:11:28.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:28.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:28.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:28.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:28.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:28.646 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:11:28.646 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:11:28.647 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 06:11:28.647 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 06:11:28.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:29.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:29.147 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 06:11:29.148 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:11:29.148 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:11:29.148 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:11:29.150 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:11:29.150 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:29.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:29.150 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:29.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:29.150 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 06:11:29.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:29.150 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:29.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:29.150 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:29.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:29.151 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:29.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:29.151 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:11:29.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:29.151 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:29.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:29.151 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:29.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:29.151 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:11:29.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:29.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:29.152 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:11:29.152 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:11:29.152 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:29.152 DEBUG [main][MenuItemLookup] Item match:File 06:11:29.152 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:11:29.152 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:11:29.154 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:11:29.154 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:11:29.154 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:29.154 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:11:29.154 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:11:29.154 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:11:29.154 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:11:29.154 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:11:29.154 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:11:29.154 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:11:29.154 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:11:29.154 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:11:29.154 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:29.154 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:11:29.154 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:11:29.154 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:29.154 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:11:29.154 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:29.154 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:11:29.154 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:11:29.164 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:11:29.164 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:11:29.164 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:11:29.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.... 06:11:29.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:11:29.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:11:29.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:29.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:29.227 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:11:29.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:29.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:11:29.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:29.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:29.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:29.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:29.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:29.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:11:29.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:11:29.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:11:29.232 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:11:29.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:29.232 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:11:29.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:29.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:11:29.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:11:29.233 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:11:29.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:29.233 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:11:29.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:29.233 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:11:29.233 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:11:29.234 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:11:29.234 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:11:29.235 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:11:29.236 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:11:29.236 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:11:29.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) 06:11:29.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:29.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:29.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:29.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:29.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:29.237 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:11:29.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:29.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:29.237 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:29.237 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:29.358 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:29.358 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:29.358 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:29.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:11:29.399 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 06:11:29.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:11:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:29.400 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:11:29.400 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:29.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.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 06:11:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:29.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:29.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:29.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:29.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:11:29.406 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:11:29.407 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 06:11:29.428 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:11:29.428 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:11:29.428 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:11:29.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:29.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:29.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:29.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:29.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:29.430 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:11:29.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:29.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:29.430 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:29.430 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:29.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:11:29.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:11:29.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:29.942 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 06:11:29.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:11:29.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:11:29.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:11:29.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:11:29.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:29.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:11:29.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:29.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:29.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:29.942 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 06:11:29.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:11:29.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:11:29.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:11:29.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:11:29.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:29.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:11:29.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:29.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:29.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6293de5b is found... 06:11:29.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6293de5b is found finished successfully 06:11:29.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 '\*?\QErrorTestClass.java\E') 06:11:29.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:29.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:29.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:29.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:29.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:29.947 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:29.947 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 06:11:29.947 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:11:29.955 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:29.955 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 06:11:29.955 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:11:29.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:11:29.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:29.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:29.956 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:29.956 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:29.956 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:29.956 DEBUG [main][MenuItemLookup] Item match:File 06:11:30.008 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:11:30.008 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:11:30.008 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:11:30.008 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:11:30.008 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:30.008 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:11:30.008 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:11:30.008 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:30.008 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:11:30.008 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:11:30.019 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:11:30.019 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:11:30.020 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:11:30.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:11:30.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:11:30.051 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:30.051 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 06:11:30.051 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:30.051 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:30.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:30.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:30.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:30.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:30.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:30.116 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:30.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:30.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:30.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:11:30.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:30.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:30.118 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:30.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:11:30.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:30.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:30.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:30.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:30.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:30.120 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:30.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:30.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:30.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:30.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:30.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:30.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 06:11:30.121 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:30.121 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:30.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:30.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:30.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:30.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:30.122 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:30.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:30.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:30.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:30.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:30.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:30.122 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:30.122 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:30.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:30.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:30.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:30.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:30.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:30.123 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:30.123 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:30.123 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:30.123 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:30.123 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:30.123 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:11:30.123 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:30.124 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:30.124 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:30.124 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:30.124 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:30.124 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:30.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:11:31.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:11:31.625 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:31.625 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:31.625 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:31.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:31.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:31.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:31.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:31.626 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:31.627 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:31.627 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:31.627 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:31.627 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:31.627 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:11:31.627 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:31.627 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:31.627 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:31.627 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:31.627 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:31.627 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:31.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:11:31.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:11:31.627 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:31.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:31.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:31.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:31.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:31.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:31.628 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:31.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:31.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:31.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:31.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:31.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:31.629 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:11:31.629 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:11:31.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:31.629 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:11:31.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:31.629 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:11:31.629 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:11:31.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:31.629 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:11:31.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:31.629 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:11:31.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 06:11:31.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:31.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:31.631 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:31.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:31.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:31.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:11:31.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:31.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:31.633 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:31.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 '\*?\QProblems\E') 06:11:31.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:31.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:31.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:31.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:31.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:31.634 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:31.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:31.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:31.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:31.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:31.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:31.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 06:11:31.635 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:31.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:31.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:31.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:31.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:31.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:31.636 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:31.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:31.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:31.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:31.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:31.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:31.636 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:31.636 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:31.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:31.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:31.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:31.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:31.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:31.637 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:31.637 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:31.637 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:31.637 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:31.637 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:31.637 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:11:31.637 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:31.637 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:31.637 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:31.637 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:31.637 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:31.637 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:31.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:11:32.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:11:32.638 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:32.639 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:32.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:32.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:32.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:32.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:32.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:32.640 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:32.640 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:32.640 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:32.640 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:32.641 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:32.641 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:11:32.641 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:32.641 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:32.641 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:32.641 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:32.641 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:32.641 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:32.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:11:32.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:11:32.641 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:32.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:32.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:32.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:32.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:32.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:32.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:32.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:32.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:32.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:32.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:32.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:32.643 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:11:32.643 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:11:32.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:32.643 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:11:32.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:32.643 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:11:32.643 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:11:32.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:32.643 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:11:32.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:32.643 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:11:32.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 06:11:32.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:32.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:32.645 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:32.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:32.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:32.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:11:32.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:32.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:32.646 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:32.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 '\*?\QProblems\E') 06:11:32.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:32.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:32.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:32.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:32.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:32.648 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:32.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:32.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:32.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:32.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:32.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:32.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Warnings exists in Problems view.... 06:11:32.648 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:32.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:32.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:32.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:32.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:32.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:32.649 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:32.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:32.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:32.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:32.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:32.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:32.650 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:32.650 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:32.650 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:32.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:32.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:32.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:32.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:32.650 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:32.651 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:32.651 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:32.651 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:32.651 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:32.651 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:11:32.651 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:32.651 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:32.651 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:32.651 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:32.651 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:32.651 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:32.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:11:33.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:11:33.652 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:33.653 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:33.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:33.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:33.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:33.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:33.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:33.654 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:33.654 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:33.654 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:33.654 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:33.654 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:33.654 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:11:33.654 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:33.654 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:33.654 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:33.654 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:33.654 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:33.654 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:33.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:11:33.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:11:33.654 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:33.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:33.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:33.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:33.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:33.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:33.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 06:11:33.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:33.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:33.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:33.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:33.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:33.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Warnings exists in Problems view. finished successfully 06:11:33.656 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:33.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:33.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:33.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:33.657 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:33.657 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:33.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:33.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:33.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:33.657 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:33.658 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:33.658 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:33.658 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:33.658 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:33.658 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:11:33.658 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:33.658 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:33.658 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:33.658 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:33.658 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:33.658 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:33.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:11:34.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:11:34.659 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:34.659 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:34.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:34.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:34.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:34.660 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:34.661 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:34.661 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:34.661 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:34.661 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:34.661 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:11:34.661 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:34.661 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:34.661 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:34.661 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:34.661 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:34.661 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:34.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:11:34.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:11:34.661 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:34.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:34.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:34.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:34.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 06:11:34.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:34.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:34.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:34.662 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:11:34.662 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:11:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:34.662 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:11:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:34.662 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:11:34.662 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:11:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:34.662 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:11:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:34.662 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:11:34.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.664 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:11:34.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:34.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:34.664 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:34.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:11:34.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:34.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:34.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:34.666 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:34.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:34.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:34.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:34.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:34.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:34.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:34.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:34.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:34.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:34.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 06:11:34.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:34.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:34.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:34.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:11:34.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:34.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:34.678 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:34.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') 06:11:34.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:34.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:34.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:34.680 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:34.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:34.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:34.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:34.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:34.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:34.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:34.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:34.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:34.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:34.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:34.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:34.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:34.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:34.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:11:34.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:34.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:34.683 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:34.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:11:34.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:34.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:34.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:34.694 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:34.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:34.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:34.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:34.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:34.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:34.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 06:11:34.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:34.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:34.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:34.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 06:11:34.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:34.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:34.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:34.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:11:34.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:34.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:34.697 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:34.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 '\*?\QProblems\E') 06:11:34.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:34.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:34.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:34.699 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:34.699 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:34.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:34.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:34.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:34.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:34.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 06:11:34.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:34.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:34.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:34.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:11:34.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:34.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:34.711 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:34.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 '\*?\QProblems\E') 06:11:34.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:34.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:34.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:34.712 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:34.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:34.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:34.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:34.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:34.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:34.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:34.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:34.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:34.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:34.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:34.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:34.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:34.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:34.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:11:34.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:34.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:34.716 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:34.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:11:34.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:34.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:34.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:34.717 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:34.717 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:34.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:34.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:34.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:34.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:34.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 06:11:34.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:34.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:34.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:34.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 06:11:34.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:34.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:34.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:34.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:11:34.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:34.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:34.731 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:34.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 '\*?\QProblems\E') 06:11:34.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:34.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:34.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:34.732 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:34.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:34.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:34.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:34.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:34.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:34.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:34.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:34.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:34.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:34.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:34.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:34.734 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:34.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:34.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:34.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:34.734 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:34.734 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:34.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:34.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:34.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:34.735 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:34.735 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:34.735 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:34.735 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:34.735 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:34.735 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:11:34.735 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:34.735 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:34.735 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:34.735 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:34.735 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:34.735 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:34.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:11:35.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:11:35.745 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:35.745 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:35.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:35.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:35.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:35.746 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:35.747 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:35.747 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:35.747 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:35.747 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:35.747 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:11:35.747 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:35.747 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:35.747 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:35.747 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:35.747 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:35.747 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:35.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:11:35.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:11:35.747 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:35.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:35.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:35.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:35.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:35.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:35.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:35.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:35.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:35.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:35.748 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:35.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:35.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:35.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:35.748 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:35.748 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:35.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:35.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:35.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:35.749 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:35.749 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:35.749 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:35.749 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:35.749 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:35.749 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:11:35.749 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:35.749 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:35.749 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:35.749 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:35.749 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:35.749 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:35.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:11:36.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:11:36.750 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:36.750 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:36.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:36.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:36.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:36.751 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:36.751 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:36.751 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:36.751 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:36.751 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:36.751 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:11:36.751 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:36.751 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:36.751 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:36.751 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:36.751 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:36.751 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:36.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:11:36.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:11:36.752 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:36.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:36.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:36.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:36.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:36.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:36.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:36.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:36.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:36.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:36.753 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:11:36.753 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:11:36.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:36.753 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:11:36.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:36.753 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:11:36.753 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:11:36.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:36.753 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:11:36.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:36.753 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:11:36.753 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:36.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:36.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:36.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:36.754 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:36.754 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:36.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:36.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:36.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:36.754 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:36.755 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:36.755 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:36.755 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:36.755 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:36.755 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:11:36.755 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:36.755 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:36.755 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:36.755 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:36.755 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:36.755 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:36.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:11:37.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:11:37.756 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:37.756 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:37.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:37.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:37.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:37.757 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:37.758 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:37.758 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:37.758 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:37.758 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:37.758 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:11:37.758 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:37.758 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:37.758 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:37.758 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:37.758 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:37.758 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:37.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:11:37.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:11:37.758 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:37.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:37.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:37.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:37.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:37.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:37.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:37.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:37.759 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:11:37.759 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:11:37.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:37.759 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:11:37.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:37.759 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:11:37.759 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:11:37.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:37.759 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:11:37.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:37.759 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:11:37.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:11:37.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:37.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:37.761 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:37.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 '\*?\QProblems\E') 06:11:37.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:37.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:37.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:37.763 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:37.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:37.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:37.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:37.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:37.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:37.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:37.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:37.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:37.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:37.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:37.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:37.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:37.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:37.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:11:37.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:37.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:37.776 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:37.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:11:37.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:37.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:37.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:37.778 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:37.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:37.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:37.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:37.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:37.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:37.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:37.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:37.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:37.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:37.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:37.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:37.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:37.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:37.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:11:37.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:37.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:37.790 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:37.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:11:37.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:37.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:37.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:37.791 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:37.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:37.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:37.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:37.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:37.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:37.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:37.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:37.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:37.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:37.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 06:11:37.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:37.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:37.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:37.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:11:37.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:37.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:37.795 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:37.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 '\*?\QProblems\E') 06:11:37.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:37.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:37.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:37.796 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:37.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:37.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:37.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:37.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:37.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:37.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:37.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:37.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:37.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:37.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:11:37.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:37.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:37.809 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:37.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 '\*?\QProblems\E') 06:11:37.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:37.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:37.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:37.811 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:37.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:37.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:37.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:37.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:37.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:37.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 06:11:37.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:37.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:37.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:37.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:37.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:37.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:37.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:37.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:11:37.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:37.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:37.828 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:37.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:11:37.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:37.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:37.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:37.844 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:37.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:37.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:37.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:37.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:37.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:37.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 06:11:37.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:37.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:37.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:37.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:37.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:37.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:37.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:37.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:11:37.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:37.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:37.863 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:37.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') 06:11:37.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:37.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:37.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:37.865 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:37.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:37.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:37.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:37.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:37.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:37.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 06:11:37.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:37.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:37.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:37.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:37.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:37.867 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:37.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:37.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:37.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:37.867 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:37.867 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:37.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:37.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:37.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:37.868 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:37.869 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:37.869 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:37.869 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:37.869 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:37.869 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:11:37.869 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:37.869 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:37.869 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:37.869 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:37.869 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:37.869 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:37.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:11:38.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:11:38.870 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:38.870 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:38.870 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:38.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:38.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:38.871 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:38.872 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:38.872 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:38.872 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:38.872 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:38.872 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:11:38.872 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:38.872 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:38.872 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:38.872 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:38.872 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:38.872 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:38.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:11:38.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:11:38.872 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:38.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:38.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:38.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:38.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:38.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:38.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:38.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:38.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:38.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:38.873 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:38.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:38.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:38.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:38.874 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:38.874 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:38.874 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:38.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:38.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:38.874 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:38.875 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:38.875 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:38.875 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:38.875 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:38.875 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:11:38.875 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:38.875 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:38.875 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:38.875 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:38.875 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:38.875 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:38.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:11:39.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:11:39.876 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:39.876 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:39.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:39.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:39.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:39.877 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:39.878 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:39.878 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:39.878 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:39.878 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:39.878 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:11:39.878 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:39.878 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:39.878 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:39.878 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:39.878 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:39.878 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:39.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:11:39.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:11:39.878 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:39.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:39.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:39.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:39.879 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:39.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:39.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:39.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:39.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:39.879 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:39.879 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:39.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:39.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:39.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:39.881 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:11:39.881 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:11:39.881 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:11:39.881 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:11:39.881 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:11:39.881 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:11:39.881 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:11:39.881 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:11:39.881 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:11:39.881 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:11:39.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:11:39.925 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 06:11:39.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:11:39.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:39.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:39.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 06:11:39.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:39.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:39.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:39.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:11:39.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:39.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:39.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:39.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:39.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:39.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:39.927 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:11:39.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:39.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:39.927 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:39.927 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:39.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 "OK", Widget matcher matching widgets with style: 8) 06:11:39.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:39.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:39.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:39.928 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:11:39.928 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:39.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:39.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:39.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:39.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:39.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:39.929 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:11:39.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:39.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:39.929 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:39.929 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:39.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:11:39.956 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 06:11:39.957 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:11:39.957 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:39.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:39.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:39.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:39.984 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:39.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:39.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:39.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:39.984 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:39.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:39.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:39.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:39.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:39.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:39.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:40.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:40.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:40.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:40.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:40.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:40.987 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:40.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:40.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:40.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:40.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:40.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:40.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:40.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:40.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:40.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:40.988 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:11:40.988 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:11:40.988 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:11:40.988 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:11:40.990 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:11:40.990 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:11:40.990 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:41.012 DEBUG [main][MenuItemLookup] Found menu:'New' 06:11:41.013 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:11:41.013 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:41.013 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:11:41.013 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:11:41.013 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:11:41.013 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:41.013 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:11:41.013 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:11:41.013 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:11:41.013 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:11:41.013 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:41.013 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:11:41.013 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:11:41.013 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:11:41.013 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:11:41.013 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:41.013 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:11:41.013 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:11:41.013 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:41.013 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:11:41.013 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:11:41.013 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:11:41.013 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:11:41.013 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:11:41.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:41.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:11:41.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:41.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:11:41.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:41.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:41.516 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 06:11:41.516 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:11:41.516 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:11:41.517 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:11:41.518 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:11:41.518 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:11:41.518 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:41.537 DEBUG [main][MenuItemLookup] Found menu:'New' 06:11:41.537 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:11:41.537 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:41.537 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:11:41.537 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:11:41.537 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:11:41.537 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:41.537 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:11:41.537 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:11:41.537 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:11:41.537 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:11:41.537 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:11:41.537 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:11:41.537 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:11:41.537 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:11:41.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:11:42.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:11:42.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:11:42.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:42.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:42.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:42.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:42.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:11:42.100 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:42.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:42.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:42.100 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:11:42.100 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:42.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:42.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:42.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:42.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:42.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:42.101 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:11:42.101 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:11:42.101 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:11:42.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:42.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:42.101 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:42.101 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:42.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: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:11:42.101 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:42.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:42.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:42.101 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:11:42.101 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:42.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:42.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:42.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:42.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:42.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:42.102 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:11:42.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:42.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:42.102 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:42.102 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:42.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:11:42.104 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:11:42.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:11:42.605 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:11:42.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:42.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:11:42.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:11:42.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:11:42.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:42.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:42.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:42.605 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:11:42.605 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:11:42.605 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:11:42.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:42.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:42.605 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:11:42.605 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:11:42.605 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTwoProblemsExist no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:11:42.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:11:42.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:11:42.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:11:42.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:11:42.606 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:42.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:42.606 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:42.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:42.606 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:11:42.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:42.606 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:42.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:42.606 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:42.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:42.606 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:42.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:42.606 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:11:42.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:42.606 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:42.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:42.606 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:42.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:42.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:11:42.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:42.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:42.607 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:11:42.607 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:11:42.607 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:42.607 DEBUG [main][MenuItemLookup] Item match:File 06:11:42.608 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:11:42.608 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:11:42.610 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:11:42.610 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:11:42.611 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:42.611 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:11:42.611 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:11:42.611 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:11:42.611 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:11:42.611 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:11:42.611 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:11:42.611 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:11:42.611 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:11:42.611 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:11:42.611 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:42.611 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:11:42.611 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:11:42.611 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:42.611 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:11:42.611 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:42.611 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:11:42.611 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:11:42.611 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:11:42.611 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:11:42.611 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:11:42.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.... 06:11:42.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:11:42.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:11:42.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:42.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:42.661 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:11:42.661 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:42.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:11:42.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:42.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:42.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:42.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:42.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:42.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:11:42.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:11:42.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:11:42.663 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:11:42.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:42.663 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:11:42.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:42.663 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:11:42.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:11:42.663 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:11:42.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:42.663 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:11:42.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:42.663 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:11:42.663 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:11:42.663 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:11:42.663 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:11:42.669 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:11:42.669 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:11:42.669 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:11:42.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:11:42.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:42.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:42.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:42.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:42.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:42.670 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:11:42.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:42.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:42.670 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:42.670 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:42.815 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:42.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:42.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:42.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:11:42.815 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 06:11:42.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:11:42.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:42.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:42.816 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:11:42.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:42.816 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 06:11:42.816 DEBUG [WorkbenchTestable][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:") 06:11:42.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:42.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:42.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:42.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:42.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:11:42.817 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:11:42.817 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 06:11:42.838 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:11:42.838 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:11:42.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 06:11:42.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:42.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:42.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:42.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:42.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:42.840 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:11:42.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:42.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:42.840 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:42.840 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:42.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:11:43.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 06:11:43.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:11:43.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:43.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:43.506 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:11:43.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:11:43.506 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:43.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:43.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:43.507 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:11:43.507 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:43.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:43.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:43.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:43.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:43.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:43.508 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:11:43.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:43.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:43.508 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:43.508 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:43.613 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.... 06:11:43.613 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 06:11:43.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:11:43.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:11:43.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:43.613 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 06:11:43.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:11:43.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:43.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:43.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:43.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:43.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:43.615 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:43.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:43.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:43.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:11:43.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:43.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:43.616 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:11:43.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 '\*?\QProblems\E') 06:11:43.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:43.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:43.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:43.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:43.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:43.617 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:43.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:43.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:43.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:43.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:43.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:43.634 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:11:43.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:43.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:43.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:11:43.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:43.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:43.635 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:11:43.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:11:43.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:43.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:43.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:43.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:43.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:43.636 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:43.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:43.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:43.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:43.695 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:11:43.695 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:43.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:43.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:43.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:43.697 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:43.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:43.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:43.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:43.697 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:43.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:43.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:43.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:43.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:43.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:43.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:44.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:44.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:44.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:44.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:44.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:44.699 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:44.699 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:44.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:44.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:44.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 06:11:44.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:44.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:44.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:44.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:44.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:44.700 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:11:44.700 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:11:44.701 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 06:11:44.701 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 06:11:44.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:45.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:45.201 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 06:11:45.202 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:11:45.202 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:11:45.204 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:11:45.206 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:11:45.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'] 06:11:45.207 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:45.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'] 06:11:45.207 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:45.207 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:11:45.207 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:45.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'] 06:11:45.207 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:45.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'] 06:11:45.207 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:45.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'] 06:11:45.207 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:45.208 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:11:45.208 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:45.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:45.208 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:45.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:45.208 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:45.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:11:45.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:45.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:45.208 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:11:45.208 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:11:45.209 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:45.209 DEBUG [main][MenuItemLookup] Item match:File 06:11:45.209 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:11:45.209 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:11:45.211 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:11:45.211 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:11:45.211 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:45.211 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:11:45.211 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:11:45.211 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:11:45.211 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:11:45.211 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:11:45.211 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:11:45.211 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:11:45.211 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:11:45.211 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:11:45.211 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:45.211 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:11:45.211 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:11:45.211 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:45.211 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:11:45.211 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:45.211 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:11:45.211 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:11:45.211 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:11:45.211 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:11:45.212 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:11:45.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.... 06:11:45.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. finished successfully 06:11:45.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:11:45.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:45.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:45.304 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:11:45.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:45.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:11:45.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:45.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:45.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:45.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:45.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:45.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:11:45.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:11:45.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:11:45.306 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:11:45.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:45.306 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:11:45.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:45.306 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:11:45.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:11:45.307 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:11:45.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:45.307 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:11:45.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:45.307 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:11:45.307 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:11:45.307 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:11:45.307 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:11:45.310 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:11:45.310 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:11:45.310 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:11:45.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:11:45.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:45.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:45.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:45.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:45.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:45.311 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:11:45.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:45.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:45.311 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:45.311 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:45.404 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:45.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:45.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:45.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:11:45.405 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 06:11:45.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:11:45.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:45.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:45.406 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:11:45.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:45.406 DEBUG [WorkbenchTestable][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:") 06:11:45.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:45.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:45.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:45.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:45.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:11:45.410 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:11:45.411 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 06:11:45.427 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:11:45.427 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:11:45.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.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) 06:11:45.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:45.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:45.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:45.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:45.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:45.430 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:11:45.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:45.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:45.430 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:45.430 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:45.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:11:45.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:11:45.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:45.935 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 06:11:45.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:11:45.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:11:45.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:11:45.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:11:45.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:45.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:11:45.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:45.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:45.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:45.935 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 06:11:45.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:11:45.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:11:45.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:11:45.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:11:45.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:45.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:11:45.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:45.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:45.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72644f7c is found... 06:11:45.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72644f7c is found finished successfully 06:11:45.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 06:11:45.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:45.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:45.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:45.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:45.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:45.937 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:45.937 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 06:11:45.937 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:11:45.940 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:45.941 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 06:11:45.941 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:11:45.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:11:45.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:45.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:45.941 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:11:45.941 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:11:45.941 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:45.941 DEBUG [main][MenuItemLookup] Item match:File 06:11:45.942 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:11:45.942 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:11:45.942 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:11:45.942 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:11:45.942 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:45.942 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:11:45.942 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:11:45.942 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:45.942 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:11:45.942 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:11:45.942 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:11:45.942 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:11:45.942 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:11:45.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:11:45.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:11:45.965 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:45.965 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 06:11:45.965 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:45.965 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:45.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:45.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:45.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:45.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:45.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:45.976 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:45.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:45.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:45.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:11:45.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:45.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:45.978 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:11:45.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 '\*?\QProblems\E') 06:11:45.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:45.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:45.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:45.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:45.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:45.980 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:45.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:45.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:45.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:11:45.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:45.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:45.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 06:11:45.993 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:45.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:45.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:45.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:11:45.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:45.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:45.995 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:45.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:45.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:45.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:11:45.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:45.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:45.995 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:45.995 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:45.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:45.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:45.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:11:45.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:45.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:45.996 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:45.996 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:45.996 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:45.996 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:45.997 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:45.997 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:11:45.997 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:45.997 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:45.997 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:45.997 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:45.997 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:45.997 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:45.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:11:47.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:11:47.498 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:47.498 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:47.498 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:47.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:47.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:11:47.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:47.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:47.499 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:47.500 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:47.500 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:47.500 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:47.500 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:47.500 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:11:47.500 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:47.500 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:47.500 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:47.500 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:47.500 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:47.500 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:47.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:11:47.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:11:47.500 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:47.500 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:47.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:47.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:11:47.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:47.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:47.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:47.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:47.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:47.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:47.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:47.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:47.502 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 06:11:47.502 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:11:47.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:47.502 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:11:47.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:47.502 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:11:47.502 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:11:47.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:47.502 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:11:47.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:47.502 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:11:47.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 06:11:47.502 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:11:47.502 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:47.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:47.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:47.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:47.523 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:47.523 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:47.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:47.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:47.524 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:47.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:47.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:47.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:47.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:47.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:47.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:48.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:48.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:48.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:48.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:48.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:48.526 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:48.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:48.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:48.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:48.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 06:11:48.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:48.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:48.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:48.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:48.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:48.528 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:11:48.528 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:11:48.528 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 06:11:48.528 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 06:11:48.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:48.528 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 06:11:48.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:48.528 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 06:11:48.528 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:11:48.528 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:11:48.528 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:11:48.530 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:11:48.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'] 06:11:48.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:48.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'] 06:11:48.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:48.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"] 06:11:48.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:48.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'] 06:11:48.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:48.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'] 06:11:48.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:48.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'] 06:11:48.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:48.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: "New Java Class"] 06:11:48.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:48.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'] 06:11:48.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:48.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'] 06:11:48.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:48.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:11:48.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:48.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:48.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:11:48.531 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:11:48.531 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:48.531 DEBUG [main][MenuItemLookup] Item match:File 06:11:48.532 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:11:48.532 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:11:48.534 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:11:48.534 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:11:48.534 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:48.534 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:11:48.534 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:11:48.534 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:11:48.534 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:11:48.534 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:11:48.534 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:11:48.534 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:11:48.534 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:11:48.534 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:11:48.534 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:48.534 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:11:48.534 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:11:48.534 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:48.534 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:11:48.534 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:48.534 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:11:48.534 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:11:48.535 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:11:48.535 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:11:48.535 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:11:48.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:11:48.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:11:48.601 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:11:48.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:48.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:48.602 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:11:48.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:48.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:11:48.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:48.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:48.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:48.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:48.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:48.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:11:48.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:11:48.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:11:48.604 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:11:48.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:48.604 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:11:48.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:48.604 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:11:48.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:11:48.604 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:11:48.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:48.604 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:11:48.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:48.604 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:11:48.604 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:11:48.604 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:11:48.604 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:11:48.604 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:11:48.604 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:11:48.604 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:11:48.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:11:48.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:48.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:48.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:48.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:48.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:48.605 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:11:48.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:48.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:48.605 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:48.605 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:48.659 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:48.659 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:48.659 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:48.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:11:48.659 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 06:11:48.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:11:48.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:48.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:48.660 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:11:48.660 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:48.660 DEBUG [WorkbenchTestable][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:") 06:11:48.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:48.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:48.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:48.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:48.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:11:48.664 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:11:48.665 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 06:11:48.670 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:11:48.670 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:11:48.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) 06:11:48.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:48.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:48.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:48.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:48.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:48.672 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:11:48.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:48.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:48.672 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:48.672 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:48.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:11:49.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:11:49.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:49.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:11:49.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:11:49.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:49.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:11:49.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:49.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:49.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:49.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:11:49.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:11:49.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:49.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:11:49.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:49.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:49.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6169dd05 is found... 06:11:49.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6169dd05 is found finished successfully 06:11:49.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 06:11:49.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:49.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:49.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:49.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:49.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:49.177 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:49.177 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 06:11:49.177 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:11:49.180 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:49.180 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 06:11:49.180 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:11:49.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:11:49.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:49.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:49.181 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:49.181 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:49.181 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:49.181 DEBUG [main][MenuItemLookup] Item match:File 06:11:49.182 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:11:49.182 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:11:49.182 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:11:49.182 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:11:49.182 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:49.182 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:11:49.182 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:11:49.182 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:49.182 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:11:49.182 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:11:49.182 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:11:49.182 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:11:49.182 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:11:49.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:11:49.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:11:49.201 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:49.201 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 06:11:49.201 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:49.202 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:49.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:49.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:49.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:49.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:49.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:49.213 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:49.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:49.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:49.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:11:49.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:49.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:49.215 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:49.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:11:49.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:49.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:49.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:49.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:49.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:49.217 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:49.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:49.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:49.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:49.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:49.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:49.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 06:11:49.229 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:49.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:49.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:49.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:49.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:49.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:49.230 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:49.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:49.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:49.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:49.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:49.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:49.230 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:49.231 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:49.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:49.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:49.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:49.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:49.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:49.231 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:49.232 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:49.232 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:49.232 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:49.232 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:49.232 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:11:49.232 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:49.232 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:49.232 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:49.232 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:49.232 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:49.232 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:49.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:11:50.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:11:50.233 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:50.233 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:50.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:50.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:50.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:50.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:50.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:50.234 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:50.235 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:50.235 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:50.235 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:50.235 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:50.235 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:11:50.235 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:50.235 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:50.235 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:50.235 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:50.235 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:50.235 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:50.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:11:50.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:11:50.235 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:50.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:50.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:50.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:50.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:50.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:50.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 06:11:50.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:50.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:50.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:50.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:50.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:50.737 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:50.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:50.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:50.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:50.737 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:50.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:50.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:50.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:50.738 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:50.738 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:50.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:50.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:50.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:50.738 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:50.739 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:50.739 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:50.739 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:50.739 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:50.739 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 06:11:50.739 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:50.739 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:50.739 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:50.739 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:50.739 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:50.739 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:50.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:11:51.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:11:51.740 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:51.740 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:51.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:51.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:51.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:51.741 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:51.742 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:51.742 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:51.742 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:51.742 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:51.742 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 06:11:51.742 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:51.742 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:51.742 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:51.742 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:51.742 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:51.742 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:51.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:11:51.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:11:51.743 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:51.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:51.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:51.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:51.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:51.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:51.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:51.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:51.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:51.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:51.744 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:11:51.744 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:11:51.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:51.744 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:11:51.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:51.744 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:11:51.744 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:11:51.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:51.744 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:11:51.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:51.744 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:11:51.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 06:11:51.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:51.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:51.747 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:51.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:51.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:51.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:11:51.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:51.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:51.760 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:11:51.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 '\*?\QProblems\E') 06:11:51.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:51.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:51.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:51.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:51.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:51.762 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:51.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:51.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:51.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:51.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:51.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:51.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 0. Expected number of problems is: 2... 06:11:51.762 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:51.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:51.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:51.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:51.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:51.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:51.763 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:51.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:51.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:51.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:51.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:51.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:51.763 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:51.763 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:51.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:51.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:51.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:51.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:51.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:51.764 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:51.764 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:51.764 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:51.764 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:51.764 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:51.764 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 06:11:51.764 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:51.764 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:51.764 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:51.764 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:51.764 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:51.764 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:51.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:11:52.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:11:52.765 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:52.765 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:52.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:52.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:52.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:52.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:52.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:52.766 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:11:52.767 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:52.767 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:52.767 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:52.767 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:11:52.767 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 06:11:52.767 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:11:52.767 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:11:52.767 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:11:52.767 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:11:52.767 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:11:52.767 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:11:52.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:11:52.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:11:52.767 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:52.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:52.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:52.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:11:52.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:11:52.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:11:52.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 06:11:52.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:52.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:52.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:52.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:52.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:52.769 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:11:52.769 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:11:52.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:52.769 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:11:52.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:52.769 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:11:52.769 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:11:52.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:52.769 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:11:52.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:52.769 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:11:52.769 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:52.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:52.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:52.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:52.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:52.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:52.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:52.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:52.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:52.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:52.770 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 06:11:52.770 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:11:52.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:52.770 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:11:52.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:52.770 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:11:52.770 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:11:52.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:52.770 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:11:52.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:52.770 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:11:52.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 2. Expected number of problems is: 2 finished successfully 06:11:52.770 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:52.770 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:52.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:52.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:52.771 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:11:52.771 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:11:52.771 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:11:52.771 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:11:52.771 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:11:52.771 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:11:52.771 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:11:52.771 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:11:52.771 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:11:52.772 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:11:52.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:11:52.815 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 06:11:52.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:11:52.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:52.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:52.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 "Restore Defaults") 06:11:52.815 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:52.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:52.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:52.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:11:52.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:52.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:52.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:52.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:52.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:52.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:52.816 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:11:52.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:52.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:52.816 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:52.816 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:52.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 "OK", Widget matcher matching widgets with style: 8) 06:11:52.817 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:52.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:52.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:52.818 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:11:52.818 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:52.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:52.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:52.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:52.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:52.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:52.818 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:11:52.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:52.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:52.819 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:52.819 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:52.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:11:52.846 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 06:11:52.847 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:11:52.847 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:52.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:52.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:52.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:52.861 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:52.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:52.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:52.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:52.861 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:52.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:52.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:52.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:52.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:52.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:52.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:53.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:53.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:53.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:53.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:53.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:53.863 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:53.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:53.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:53.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:53.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 06:11:53.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:53.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:53.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:53.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:53.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:53.865 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:11:53.865 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:11:53.865 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:11:53.865 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:11:53.870 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:11:53.870 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:11:53.870 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:53.889 DEBUG [main][MenuItemLookup] Found menu:'New' 06:11:53.889 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:11:53.889 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:53.889 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:11:53.889 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:11:53.889 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:11:53.890 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:53.890 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:11:53.890 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:11:53.890 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:11:53.890 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:11:53.890 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:53.890 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:11:53.890 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:11:53.890 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:11:53.890 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:11:53.890 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:53.890 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:11:53.890 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:11:53.890 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:53.890 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:11:53.890 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:11:53.890 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:11:53.890 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:11:53.890 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:11:53.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:53.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:11:53.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:11:53.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:11:53.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:53.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:11:53.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:53.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:53.892 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 06:11:53.892 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:11:53.892 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:11:53.893 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:11:53.894 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:11:53.894 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:11:53.894 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:53.913 DEBUG [main][MenuItemLookup] Found menu:'New' 06:11:53.913 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:11:53.913 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:53.913 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:11:53.913 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:11:53.913 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:11:53.913 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:53.913 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:11:53.913 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:11:53.913 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:11:53.913 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:11:53.913 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:11:53.913 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:11:53.913 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:11:53.913 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:11:53.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.... 06:11:54.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:11:54.490 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:11:54.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:54.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:54.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:54.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:54.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:11:54.492 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:54.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:54.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:54.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:11:54.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:54.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:54.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:54.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:54.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:54.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:54.493 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:11:54.493 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:11:54.493 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:11:54.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:54.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:54.493 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:54.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:54.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:11:54.493 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:54.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:54.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:54.493 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:11:54.493 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:54.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:54.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:54.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:54.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:54.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:54.494 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:11:54.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:54.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:54.494 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:54.494 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:54.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:11:54.496 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:11:54.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:11:54.997 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:11:54.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:54.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:11:54.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:11:54.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:11:54.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:54.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:54.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:54.997 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:11:54.997 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:11:54.997 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:11:54.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:54.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:54.998 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTwoProblemsExist no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:11:54.998 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:11:54.998 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideProblemColumnsNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:11:54.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:11:54.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:11:54.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:11:54.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:11:54.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'] 06:11:54.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:54.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'] 06:11:54.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:54.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"] 06:11:54.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:54.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'] 06:11:54.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:54.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'] 06:11:54.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:54.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'] 06:11:54.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:54.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"] 06:11:54.999 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:54.999 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:54.999 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:54.999 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:54.999 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:54.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:11:54.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:54.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:54.999 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:11:54.999 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:11:54.999 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:55.000 DEBUG [main][MenuItemLookup] Item match:File 06:11:55.000 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:11:55.000 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:11:55.002 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:11:55.002 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:11:55.002 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:55.002 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:11:55.002 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:11:55.002 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:11:55.002 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:11:55.002 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:11:55.002 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:11:55.002 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:11:55.002 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:11:55.002 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:11:55.002 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:55.002 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:11:55.002 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:11:55.002 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:55.002 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:11:55.002 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:55.002 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:11:55.002 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:11:55.003 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:11:55.003 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:11:55.003 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:11:55.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 'New|Select a wizard'] is available.... 06:11:55.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:11:55.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:11:55.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:55.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:55.054 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:11:55.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:55.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:11:55.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:55.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:55.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:55.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:55.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:55.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:11:55.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:11:55.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:11:55.055 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:11:55.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:55.056 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:11:55.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:55.056 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:11:55.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:11:55.056 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:11:55.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:55.056 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:11:55.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:55.056 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:11:55.061 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:11:55.061 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:11:55.061 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:11:55.063 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:11:55.063 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:11:55.063 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:11:55.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:11:55.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:55.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:55.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:55.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:55.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:55.064 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:11:55.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:55.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:55.064 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:55.064 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:55.182 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:55.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:55.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:55.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:11:55.183 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 06:11:55.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:11:55.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:55.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:55.183 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:11:55.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:55.183 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 06:11:55.184 DEBUG [WorkbenchTestable][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:") 06:11:55.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:55.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:55.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:55.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:55.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:11:55.185 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:11:55.185 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 06:11:55.206 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:11:55.206 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:11:55.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:11:55.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:55.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:55.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:55.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:55.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:55.208 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:11:55.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:55.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:55.208 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:55.208 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:55.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:11:55.711 DEBUG [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 06:11:55.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:11:55.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:55.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:55.714 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:11:55.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:11:55.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:55.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:55.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:55.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:11:55.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:55.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:55.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:55.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:55.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:55.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:55.715 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:11:55.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:55.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:55.715 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:55.715 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:55.812 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.... 06:11:55.812 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 06:11:55.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:11:55.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:11:55.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:55.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 06:11:55.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:11:55.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:55.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:55.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:55.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:55.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:55.814 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:55.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:55.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:55.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:11:55.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:55.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:55.815 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:11:55.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') 06:11:55.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:55.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:55.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:55.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:55.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:55.816 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:55.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:55.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:55.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:55.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:55.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:55.825 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:11:55.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:55.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:55.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:11:55.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:55.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:55.825 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:11:55.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:11:55.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:55.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:55.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:55.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:55.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:55.826 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:55.826 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:55.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:55.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:55.844 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:55.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:55.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:55.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:55.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 06:11:55.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:55.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:55.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:55.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:55.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:55.902 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:55.902 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:55.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:55.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:55.904 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:11:55.904 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:11:55.904 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:11:55.904 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:11:55.904 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:11:55.904 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:11:55.904 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:11:55.904 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:11:55.904 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:11:55.904 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:11:56.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:11:56.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 06:11:56.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:11:56.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:56.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:56.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 "Restore Defaults") 06:11:56.037 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:56.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:56.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:56.037 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:11:56.038 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:56.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:56.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:56.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:56.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:56.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:56.039 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:11:56.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:56.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:56.039 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:56.039 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:56.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:11:56.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:56.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:56.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:56.040 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:11:56.040 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:56.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:56.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:56.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:56.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:56.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:56.041 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:11:56.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:56.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:56.041 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:56.041 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:56.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:11:56.112 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 06:11:56.113 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:11:56.113 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:56.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:56.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:56.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:56.198 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:56.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:56.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:56.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:56.198 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:56.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:56.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:56.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:56.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:56.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:56.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:56.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:56.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:57.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:57.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:11:57.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:11:57.201 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:57.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:57.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:57.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:57.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 06:11:57.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:57.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:57.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:57.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:57.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:57.202 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:11:57.202 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:11:57.202 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:11:57.202 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:11:57.203 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:11:57.204 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:11:57.204 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:57.241 DEBUG [main][MenuItemLookup] Found menu:'New' 06:11:57.241 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:11:57.241 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:57.241 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:11:57.241 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:11:57.241 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:11:57.241 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:57.241 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:11:57.241 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:11:57.241 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:11:57.242 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:11:57.242 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:57.242 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:11:57.242 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:11:57.242 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:11:57.242 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:11:57.242 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:57.242 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:11:57.242 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:11:57.242 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:57.242 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:11:57.242 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:11:57.242 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:11:57.242 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:11:57.242 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:11:57.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:57.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:11:57.742 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 06:11:57.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:57.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:57.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:57.742 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 06:11:57.742 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:11:57.742 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:11:57.743 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:11:57.744 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:11:57.744 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:11:57.744 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:57.764 DEBUG [main][MenuItemLookup] Found menu:'New' 06:11:57.765 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:11:57.765 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:57.765 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:11:57.765 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:11:57.765 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:11:57.765 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:57.765 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:11:57.765 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:11:57.765 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:11:57.765 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:11:57.765 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:11:57.765 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:11:57.765 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:11:57.765 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:11:57.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:11:58.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:11:58.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:11:58.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:58.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:58.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:58.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:58.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:11:58.335 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:58.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:58.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:58.335 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:11:58.335 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:58.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:58.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:58.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:58.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:58.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:58.335 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:11:58.336 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:11:58.336 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:11:58.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:58.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:58.336 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:58.336 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:58.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:11:58.336 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:58.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:58.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:58.336 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:11:58.336 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:58.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:58.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:58.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:58.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:58.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:58.336 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:11:58.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:58.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:58.337 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:58.337 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:58.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:11:58.339 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:11:58.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:11:58.840 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:11:58.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:58.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:11:58.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:58.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:58.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:58.840 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:11:58.840 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:11:58.840 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:11:58.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:58.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:58.840 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideProblemColumnsNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:11:58.841 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:11:58.841 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:11:58.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:11:58.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:11:58.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:11:58.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:11:58.841 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:58.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:58.841 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:58.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:58.841 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:11:58.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:58.841 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:58.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:58.841 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:58.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:58.841 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:11:58.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:58.841 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:11:58.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:58.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'] 06:11:58.842 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:58.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'] 06:11:58.842 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:58.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:11:58.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:58.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:58.842 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:11:58.842 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:11:58.842 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:58.842 DEBUG [main][MenuItemLookup] Item match:File 06:11:58.843 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:11:58.843 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:11:58.845 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:11:58.845 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:11:58.845 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:58.845 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:11:58.845 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:11:58.845 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:11:58.845 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:11:58.845 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:11:58.845 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:11:58.845 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:11:58.845 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:11:58.845 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:11:58.845 DEBUG [main][MenuItemLookup] Found menu:'File' 06:11:58.845 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:11:58.845 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:11:58.845 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:58.845 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:11:58.845 DEBUG [main][MenuItemLookup] Found menu:'' 06:11:58.845 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:11:58.845 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:11:58.845 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:11:58.845 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:11:58.845 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:11:58.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:11:58.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 'New|Select a wizard'] is available. finished successfully 06:11:58.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:11:58.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:58.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:58.897 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:11:58.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:58.897 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:11:58.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:58.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:58.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:58.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:58.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:58.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:11:58.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:11:58.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:11:58.903 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:11:58.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:58.903 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:11:58.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:58.903 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:11:58.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:11:58.903 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:11:58.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:11:58.903 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:11:58.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:11:58.903 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:11:58.903 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:11:58.903 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:11:58.903 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:11:58.904 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:11:58.904 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:11:58.904 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:11:58.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) 06:11:58.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:58.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:58.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:58.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:58.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:58.905 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:11:58.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:58.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:58.905 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:58.905 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:59.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'] 06:11:59.041 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:59.041 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:59.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:11:59.041 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 06:11:59.041 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:11:59.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:59.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:59.042 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:11:59.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:11:59.042 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 06:11:59.042 DEBUG [WorkbenchTestable][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:") 06:11:59.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:59.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:59.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:59.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:59.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:11:59.043 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:11:59.044 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 06:11:59.065 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:11:59.065 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:11:59.065 DEBUG [WorkbenchTestable][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) 06:11:59.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:59.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:59.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:59.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:59.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:59.067 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:11:59.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:59.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:59.067 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:59.067 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:59.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:11:59.570 DEBUG [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 06:11:59.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:11:59.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:59.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:59.572 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:11:59.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 "Don't Create") 06:11:59.572 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:59.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:59.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:59.573 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:11:59.573 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:59.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:59.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:59.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:59.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:59.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:59.574 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:11:59.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:59.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:59.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:59.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:59.658 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.... 06:11:59.659 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 06:11:59.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:11:59.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:11:59.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:11:59.659 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 06:11:59.659 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:11:59.659 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:11:59.659 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:11:59.659 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:11:59.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:11:59.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:59.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:59.705 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:11:59.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:59.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:59.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:11:59.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:59.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:59.707 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:11: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 '\*?\QProblems\E') 06:11:59.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:59.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:59.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:59.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:59.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:59.709 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:59.709 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:59.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:59.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:59.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:59.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:59.717 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:11:59.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:59.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:59.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:11:59.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:59.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:59.718 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:11:59.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:11:59.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:59.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:59.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:59.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:59.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:11:59.718 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:11:59.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:11:59.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:59.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:59.736 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:59.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:59.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:59.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:59.743 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:11:59.743 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:11:59.743 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:11:59.743 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:11:59.743 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:11:59.743 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:11:59.743 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:11:59.743 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:11:59.743 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:11:59.743 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:11:59.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:11:59.819 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 06:11:59.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:11:59.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:59.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:59.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:11:59.819 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:59.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:59.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:59.819 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:11:59.819 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:59.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:59.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:59.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:59.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:59.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:59.820 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:11:59.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:59.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:59.820 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:59.820 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:59.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:11:59.821 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:59.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:59.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:59.821 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:11:59.821 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:59.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:59.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:59.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:59.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:59.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:59.822 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:11:59.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:59.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:59.822 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:59.822 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:59.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:11:59.858 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 06:11:59.858 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:59.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:59.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:59.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:59.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:11:59.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:59.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:59.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:59.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:59.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:59.860 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:59.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:59.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:59.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:59.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 06:11:59.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:59.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:59.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:59.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:59.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:11:59.862 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:11:59.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:11:59.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:11:59.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:11:59.863 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:11:59.863 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:11:59.863 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:11:59.863 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:11:59.864 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:11:59.864 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:11:59.864 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:11:59.864 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:11:59.864 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:11:59.864 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:11:59.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:11:59.924 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 06:11:59.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:11:59.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:11:59.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:11:59.924 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 06:11:59.924 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:59.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:59.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:59.924 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:11:59.924 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:59.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:59.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:11:59.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:11:59.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:59.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 06:11:59.926 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 2] 'Resource', 'Location') 06:11:59.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:11:59.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:11:59.926 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 3) 06:11:59.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:11:59.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:11:59.927 TRACE [main][WidgetHandler] Notify Table with event 13 06:11:59.927 TRACE [main][WidgetHandler] Wait for synchronization 06:11:59.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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 ") 06:11:59.927 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:59.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:59.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:59.927 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:11:59.927 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:59.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:59.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:59.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:59.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:59.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:59.928 INFO [WorkbenchTestable][AbstractButton] Click button <- &Hide 06:11:59.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:59.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:59.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:59.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:11:59.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:11:59.935 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:11:59.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:11:59.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:11:59.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:11:59.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:11:59.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:11:59.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:11:59.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:11:59.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:11:59.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:11:59.937 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:11:59.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:11:59.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:11:59.937 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:11:59.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:00.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:12:00.007 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 06:12:00.007 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:00.007 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:00.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:00.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:00.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 06:12:00.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:00.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:00.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:00.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:00.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:00.008 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:00.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:00.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:00.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:00.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 06:12:00.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:00.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:00.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:00.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:00.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:00.010 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:00.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:00.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:00.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:00.011 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:12:00.011 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:12:00.011 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:12:00.011 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:12:00.011 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:12:00.011 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:12:00.011 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:12:00.011 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:12:00.011 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:12:00.011 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:12:00.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:12:00.136 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 06:12:00.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:12:00.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:00.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:00.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 "Restore Defaults") 06:12:00.136 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:00.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:00.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:00.137 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:12:00.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:00.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:00.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:00.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:00.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:00.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:00.138 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:12:00.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:00.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:00.138 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:00.138 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:00.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:12:00.140 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:00.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:00.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:00.140 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:12:00.140 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:00.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:00.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:00.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:00.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:00.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:00.142 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:12:00.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:00.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:00.142 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:00.142 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:00.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:12:00.204 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 06:12:00.204 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:12:00.204 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:00.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:00.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:00.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:00.247 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:00.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:00.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:00.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:00.248 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:00.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:00.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:00.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:00.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:00.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:00.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:00.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:00.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:01.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:01.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:01.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:12:01.250 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:01.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:01.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:01.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:01.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:01.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:01.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:01.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:01.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:01.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:01.251 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:12:01.251 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:12:01.251 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:12:01.252 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:12:01.253 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:12:01.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:12:01.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:01.274 DEBUG [main][MenuItemLookup] Found menu:'New' 06:12:01.274 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:12:01.274 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:01.274 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:12:01.274 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:12:01.274 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:12:01.274 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:01.274 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:12:01.274 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:12:01.274 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:12:01.274 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:12:01.274 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:01.274 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:12:01.274 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:12:01.274 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:12:01.274 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:12:01.274 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:01.274 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:12:01.274 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:12:01.274 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:01.274 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:12:01.274 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:12:01.274 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:12:01.274 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:12:01.274 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:12:01.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:01.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:12:01.775 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 06:12:01.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:01.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:01.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:01.775 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 06:12:01.775 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:12:01.775 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:12:01.775 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:12:01.776 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:12:01.776 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:12:01.776 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:01.797 DEBUG [main][MenuItemLookup] Found menu:'New' 06:12:01.797 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:12:01.797 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:01.797 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:12:01.797 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:12:01.797 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:12:01.797 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:01.797 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:12:01.797 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:12:01.797 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:12:01.797 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:12:01.797 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:12:01.797 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:12:01.797 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:12:01.797 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:12:01.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:12:02.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:12:02.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:12:02.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:02.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:02.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:02.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12: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: 32) 06:12:02.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:02.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:02.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:02.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:12:02.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:02.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:02.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:02.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:02.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:02.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:02.366 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:12:02.366 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:12:02.366 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:12:02.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:02.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:02.366 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:02.366 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:02.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 "OK", Widget matcher matching widgets with style: 8) 06:12:02.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:02.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:02.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:02.366 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:12:02.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:02.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:02.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:02.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:02.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:02.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:02.367 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:12:02.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:02.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:02.367 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:02.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:02.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:12:02.370 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:12:02.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:12:02.870 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:12:02.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:02.870 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:12:02.870 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:02.870 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:02.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:02.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:12:02.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:12:02.870 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:12:02.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:02.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:02.871 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:12:02.871 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:12:02.871 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFilterErrors no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:12:02.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:12:02.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:12:02.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:12:02.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:12:02.871 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:02.871 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:02.871 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:02.871 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:02.871 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:12:02.871 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:02.872 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:02.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:02.872 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:02.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:02.872 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:02.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:02.872 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:12:02.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:02.872 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:02.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:02.872 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:02.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:02.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:12:02.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:02.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:02.873 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:12:02.873 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:12:02.873 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:02.873 DEBUG [main][MenuItemLookup] Item match:File 06:12:02.874 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:12:02.874 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:12:02.876 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:12:02.876 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:12:02.876 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:02.876 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:12:02.876 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:12:02.876 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:12:02.876 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:12:02.876 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:12:02.876 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:12:02.876 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:12:02.876 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:12:02.876 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:12:02.876 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:02.876 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:12:02.876 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:12:02.876 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:02.876 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:12:02.876 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:02.876 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:12:02.876 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:12:02.876 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:12:02.876 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:12:02.876 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:12:02.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:12:02.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:12:02.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:12:02.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:02.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:02.933 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:02.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:02.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:12:02.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:02.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:02.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:02.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:02.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:02.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:12:02.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:12:02.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:12:02.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:02.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:02.935 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:02.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:02.935 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:02.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:12:02.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:02.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:02.935 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:02.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:02.935 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:02.935 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:12:02.935 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:12:02.935 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:12:02.935 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:12:02.935 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:02.935 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:12:02.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:12:02.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:02.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:02.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:02.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:02.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:02.936 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:12:02.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:02.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:02.936 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:02.936 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:03.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'] 06:12:03.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:03.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:03.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:12:03.053 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 06:12:03.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:12:03.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:03.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:03.053 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:12:03.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:03.053 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 06:12:03.053 DEBUG [WorkbenchTestable][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:") 06:12:03.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:03.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:03.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:03.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:03.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:12:03.055 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:12:03.055 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 06:12:03.076 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:12:03.076 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:12:03.077 DEBUG [WorkbenchTestable][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) 06:12:03.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:03.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:03.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:03.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:03.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:03.078 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:12:03.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:03.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:03.078 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:03.078 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:03.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:12:03.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 06:12:03.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:12:03.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:03.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:03.584 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:12:03.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 "Don't Create") 06:12:03.584 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:03.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:03.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:03.584 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:12:03.584 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:03.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:03.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:03.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:03.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:03.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:03.585 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:12:03.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:03.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:03.585 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:03.585 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:03.717 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.... 06:12:03.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 06:12:03.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:12:03.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:12:03.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:03.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 06:12:03.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:12:03.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:12:03.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:03.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:03.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:03.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:03.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:03.719 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:03.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:03.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:03.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:12:03.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:03.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:03.721 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:12:03.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:12:03.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:03.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:03.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:03.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:03.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:03.722 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:03.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:03.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:03.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:03.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:03.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:03.729 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:12:03.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:03.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:03.738 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:12:03.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:03.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:03.738 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:12:03.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:12:03.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:03.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:03.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:03.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:03.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:03.738 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:03.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:03.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:03.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:03.755 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:12:03.755 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:03.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:03.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:03.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:03.756 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:03.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:03.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:03.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:03.756 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:03.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:03.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:03.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:03.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:03.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:03.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:04.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:04.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:04.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:04.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:04.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:12:04.780 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:04.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:04.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:04.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:04.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 06:12:04.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:04.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:04.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:04.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:04.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:04.781 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:12:04.781 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:12:04.782 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 06:12:04.782 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 06:12:04.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:05.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:05.282 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 06:12:05.285 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:12:05.285 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:12:05.285 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:12:05.287 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:12:05.287 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:05.287 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:05.287 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:05.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:05.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:12:05.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:05.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:05.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:05.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:05.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:05.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:05.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:05.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:12:05.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:05.296 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:05.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:05.296 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:05.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:05.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:12:05.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:05.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:05.296 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:12:05.297 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:12:05.297 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:05.297 DEBUG [main][MenuItemLookup] Item match:File 06:12:05.297 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:12:05.297 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:12:05.299 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:12:05.299 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:12:05.299 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:05.299 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:12:05.299 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:12:05.299 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:12:05.299 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:12:05.299 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:12:05.299 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:12:05.299 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:12:05.299 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:12:05.299 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:12:05.299 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:05.299 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:12:05.299 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:12:05.299 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:05.299 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:12:05.299 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:05.299 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:12:05.299 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:12:05.300 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:12:05.300 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:12:05.301 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:12:05.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:12:05.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 'New|Select a wizard'] is available. finished successfully 06:12:05.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:12:05.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:05.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:05.446 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:05.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:05.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:12:05.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:05.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:05.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:05.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:05.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:05.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:12:05.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:12:05.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:12:05.448 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:05.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:05.448 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:05.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:05.448 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:05.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:12:05.448 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:05.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:05.448 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:05.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:05.448 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:05.449 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:12:05.449 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:12:05.449 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:12:05.451 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:12:05.451 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:05.451 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:12:05.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:12:05.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:05.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:05.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:05.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:05.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:05.456 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:12:05.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:05.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:05.456 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:05.456 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:05.610 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:05.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:05.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:05.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:12:05.611 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 06:12:05.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:12:05.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:05.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:05.612 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:12:05.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:05.612 DEBUG [WorkbenchTestable][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:") 06:12:05.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:05.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:05.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:05.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:05.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:12:05.616 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:12:05.617 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 06:12:05.622 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:12:05.622 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:12:05.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.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) 06:12:05.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:05.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:05.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:05.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:05.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:05.624 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:12:05.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:05.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:05.625 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:05.625 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:05.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:12:06.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:12:06.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:06.142 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 06:12:06.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:12:06.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:12:06.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:12:06.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:06.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:12:06.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:06.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:06.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:06.142 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 06:12:06.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:12:06.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:12:06.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:12:06.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:06.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:12:06.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:06.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:06.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5fbd0d76 is found... 06:12:06.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5fbd0d76 is found finished successfully 06:12:06.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 06:12:06.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:06.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:06.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:06.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:06.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:06.144 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:06.144 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 06:12:06.144 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:12:06.148 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:06.148 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 06:12:06.148 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:12:06.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:12:06.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:06.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:06.148 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:12:06.148 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:12:06.148 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:06.148 DEBUG [main][MenuItemLookup] Item match:File 06:12:06.149 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:12:06.149 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:12:06.149 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:12:06.149 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:12:06.149 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:06.149 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:12:06.149 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:12:06.149 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:06.149 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:12:06.149 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:12:06.149 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:12:06.149 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:12:06.149 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:12:06.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:12:06.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:12:06.235 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:06.235 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 06:12:06.235 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:06.235 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:06.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:06.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:06.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:06.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:06.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:06.247 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:06.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:06.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:06.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:12:06.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:06.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:06.262 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:12:06.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') 06:12:06.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:06.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:06.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:06.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:06.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:06.264 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:06.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:06.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:06.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:06.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:06.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:06.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 06:12:06.264 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:06.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:06.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:06.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:06.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:06.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:06.274 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:06.274 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:06.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:06.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:06.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:06.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:06.274 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:06.275 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:06.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:06.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:06.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:06.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:06.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:06.275 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:06.275 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:06.275 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:06.275 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:06.276 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:06.276 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:12:06.276 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:06.276 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:06.276 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:06.276 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:06.276 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:06.276 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:06.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:12:07.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:12:07.777 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:07.777 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:07.777 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:07.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:07.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:07.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:07.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:07.778 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:07.779 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:07.779 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:07.779 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:07.779 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:07.779 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:12:07.779 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:07.779 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:07.779 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:07.779 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:07.779 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:07.779 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:07.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:12:07.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:12:07.779 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:07.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:07.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:07.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:07.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:07.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:07.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:07.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:07.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:07.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:07.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:07.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:07.781 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:12:07.781 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:12:07.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:07.781 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:12:07.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:07.781 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:12:07.781 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:12:07.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:07.781 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:12:07.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:07.781 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:12:07.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 06:12:07.781 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:12:07.781 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:07.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:07.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:07.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:07.800 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:07.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:07.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:07.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:07.801 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:07.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:07.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:07.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:07.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:07.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:07.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:08.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:08.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:08.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:08.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:08.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:12:08.804 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:08.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:08.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:08.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:08.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 06:12:08.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:08.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:08.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:08.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:08.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:08.805 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:12:08.805 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:12:08.806 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 06:12:08.806 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 06:12:08.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:08.806 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 06:12:08.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:08.806 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 06:12:08.806 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:12:08.806 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:12:08.806 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:12:08.807 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:12:08.807 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:08.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:08.808 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:08.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:08.808 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:12:08.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:08.808 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:08.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:08.808 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:08.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:08.808 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:08.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:08.808 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:12:08.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:08.808 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:08.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:08.808 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:08.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:08.808 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:12:08.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:08.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:08.809 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:12:08.809 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:12:08.809 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:08.809 DEBUG [main][MenuItemLookup] Item match:File 06:12:08.809 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:12:08.809 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:12:08.811 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:12:08.811 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:12:08.811 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:08.811 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:12:08.811 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:12:08.811 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:12:08.811 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:12:08.811 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:12:08.811 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:12:08.811 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:12:08.811 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:12:08.811 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:12:08.811 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:08.811 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:12:08.811 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:12:08.811 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:08.811 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:12:08.811 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:08.811 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:12:08.811 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:12:08.811 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:12:08.811 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:12:08.811 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:12:08.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.... 06:12:08.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 'New|Select a wizard'] is available. finished successfully 06:12:08.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:12:08.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:08.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:08.876 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:08.876 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:08.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:12:08.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:08.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:08.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:08.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:08.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:08.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:12:08.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:12:08.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:12:08.877 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:08.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:08.878 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:08.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:08.878 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:08.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:12:08.878 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:08.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:08.878 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:08.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:08.878 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:08.878 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:12:08.878 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:12:08.878 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:12:08.878 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:12:08.878 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:08.878 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:12:08.878 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:12:08.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:08.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:08.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:08.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:08.879 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:08.879 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:12:08.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:08.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:08.879 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:08.879 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:08.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'] 06:12:08.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:08.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:08.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:12:08.934 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 06:12:08.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:12:08.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:08.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:08.935 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:12:08.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:08.935 DEBUG [WorkbenchTestable][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:") 06:12:08.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:08.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:08.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:08.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:08.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:12:08.939 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:12:08.940 INFO [WorkbenchTestable][AbstractText] Text set to: NextErrorTestClass 06:12:08.954 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:12:08.954 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:12:08.954 DEBUG [WorkbenchTestable][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) 06:12:08.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:08.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:08.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:08.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:08.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:08.956 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:12:08.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:08.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:08.956 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:08.956 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:08.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:12:09.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:12:09.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:09.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:12:09.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:12:09.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:12:09.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:09.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:12:09.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:09.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:09.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:09.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:12:09.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:12:09.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:12:09.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:09.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:12:09.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:09.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:09.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@68d224e is found... 06:12:09.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@68d224e is found finished successfully 06:12:09.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 '\*?\QNextErrorTestClass.java\E') 06:12:09.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:09.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:09.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:09.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:09.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:09.462 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:09.462 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class NextErrorTestClass { } TooltipText=null 06:12:09.462 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:12:09.467 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:09.467 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class NextErrorTestClass{ } TooltipText=null 06:12:09.467 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:12:09.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform 06:12:09.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:09.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:09.467 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 06:12:09.467 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 06:12:09.467 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:09.467 DEBUG [main][MenuItemLookup] Item match:File 06:12:09.468 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:12:09.468 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:12:09.468 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:12:09.468 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:12:09.468 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:09.468 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:12:09.468 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:12:09.468 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:09.468 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:12:09.468 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:12:09.468 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:12:09.468 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:12:09.468 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:12:09.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:12:09.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:12:09.475 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:09.475 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class NextErrorTestClass{ } TooltipText=null 06:12:09.476 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:09.476 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:09.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:09.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:09.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:09.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:09.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:09.518 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:09.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:09.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:09.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform 06:12:09.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:09.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:09.520 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 06:12:09.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:12:09.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:09.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:09.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:09.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:09.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:09.522 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:09.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:09.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:09.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:09.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:09.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:09.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 06:12:09.523 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:09.523 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:09.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:09.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:09.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:09.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:09.523 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:09.523 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:09.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:09.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:09.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:09.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:09.524 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:09.524 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:09.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:09.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:09.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:09.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:09.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:09.524 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:09.525 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:09.525 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:09.525 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:09.525 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:09.525 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:12:09.525 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:09.525 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:09.525 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:09.525 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:09.525 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:09.525 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:09.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:12:10.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:12:10.526 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:10.526 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:10.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:10.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:10.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:10.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:10.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:10.527 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:10.528 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:10.528 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:10.528 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:10.528 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:10.528 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:12:10.528 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:10.528 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:10.528 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:10.528 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:10.528 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:10.528 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:10.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:12:10.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:12:10.528 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:10.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:10.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:10.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:10.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:10.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:10.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 06:12:10.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:10.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:10.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:10.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:10.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:10.530 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:12:10.530 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:12:10.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:10.530 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:12:10.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:10.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:12:10.530 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:12:10.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:10.530 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:12:10.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:10.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:12:10.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 06:12:10.530 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:12:10.530 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:10.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:10.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:10.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:10.540 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:10.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:10.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:10.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:10.540 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:10.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:10.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:10.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:10.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:10.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:10.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:11.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:11.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:11.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:11.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:11.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:12:11.543 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:11.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:11.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:11.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:11.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 06:12:11.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:11.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:11.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:11.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:11.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:11.544 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:12:11.545 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:12:11.545 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 06:12:11.545 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 06:12:11.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:11.545 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 06:12:11.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:11.545 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 06:12:11.545 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:12:11.545 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:12:11.545 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:12:11.546 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:12:11.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'] 06:12:11.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:11.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'] 06:12:11.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:11.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: "New Java Class"] 06:12:11.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:11.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'] 06:12:11.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:11.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'] 06:12:11.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:11.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'] 06:12:11.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:11.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: "New Java Class"] 06:12:11.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:11.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'] 06:12:11.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:11.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'] 06:12:11.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:11.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform 06:12:11.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:11.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:11.548 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 06:12:11.548 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 06:12:11.548 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:11.548 DEBUG [main][MenuItemLookup] Item match:File 06:12:11.548 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:12:11.548 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:12:11.550 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:12:11.550 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:12:11.550 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:11.550 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:12:11.550 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:12:11.550 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:12:11.550 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:12:11.550 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:12:11.550 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:12:11.550 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:12:11.550 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:12:11.550 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:12:11.550 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:11.550 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:12:11.550 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:12:11.550 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:11.550 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:12:11.550 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:11.550 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:12:11.550 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:12:11.551 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:12:11.551 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:12:11.551 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:12:11.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.... 06:12:11.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:12:11.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:12:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:11.608 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:11.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:11.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:12:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:11.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:11.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:11.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:11.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:12:11.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:12:11.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:12:11.609 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:11.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:11.609 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:11.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:11.609 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:11.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:12:11.609 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:11.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:11.609 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:11.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:11.609 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:11.610 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:12:11.610 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:12:11.610 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:12:11.610 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:12:11.610 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:11.610 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:12:11.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:12:11.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:11.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:11.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:11.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:11.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:11.611 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:12:11.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:11.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:11.611 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:11.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:11.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:11.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:11.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:11.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:12:11.666 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 06:12:11.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:12:11.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:11.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:11.667 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:12:11.667 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:11.667 DEBUG [WorkbenchTestable][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:") 06:12:11.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:11.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:11.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:11.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:11.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:12:11.671 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:12:11.672 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 06:12:11.677 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:12:11.677 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:12:11.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:12:11.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:11.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:11.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:11.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:11.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:11.678 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:12:11.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:11.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:11.679 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:11.679 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:11.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:12:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:12:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:12:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:12:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:12:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:12:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:12:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:12:12.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@79ebce6c is found... 06:12:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@79ebce6c is found finished successfully 06:12:12.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 06:12:12.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:12.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:12.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:12.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:12.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:12.215 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:12.215 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 06:12:12.215 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:12:12.218 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:12.219 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 06:12:12.219 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:12:12.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:12.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:12.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:12.219 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:12.219 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:12.219 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:12.219 DEBUG [main][MenuItemLookup] Item match:File 06:12:12.220 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:12:12.220 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:12:12.220 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:12:12.220 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:12:12.220 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:12.220 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:12:12.220 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:12:12.220 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:12.220 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:12:12.220 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:12:12.220 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:12:12.220 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:12:12.220 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:12:12.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:12:12.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:12:12.240 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:12.240 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 06:12:12.240 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:12.240 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:12.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:12.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:12.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:12.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:12.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:12.251 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:12.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:12.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:12.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:12.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:12.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:12.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:12.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') 06:12:12.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:12.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:12.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:12.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:12.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:12.255 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:12.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:12.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:12.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:12.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:12.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:12.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 06:12:12.268 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:12.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:12.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:12.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:12.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:12.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:12.269 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:12.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:12.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:12.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:12.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:12.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:12.269 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:12.269 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:12.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:12.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:12.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:12.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:12.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:12.270 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:12.270 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:12.270 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:12.270 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:12.270 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:12.270 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 06:12:12.270 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:12.271 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:12.271 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:12.271 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:12.271 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:12.271 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:12.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:12:13.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:12:13.772 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:13.772 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:13.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:13.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:13.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:13.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:13.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:13.773 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:13.773 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:13.773 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:13.773 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:13.773 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:13.773 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 06:12:13.773 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:13.774 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:13.774 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:13.774 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:13.774 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:13.774 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:13.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:12:13.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:12:13.774 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:13.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:13.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:13.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:13.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:13.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:13.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 06:12:13.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:13.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:13.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:13.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:13.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:13.776 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 06:12:13.776 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:12:13.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:13.776 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:12:13.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:13.776 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:12:13.776 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:12:13.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:13.776 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:12:13.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:13.776 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:12:13.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 06:12:13.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:13.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:13.778 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:13.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:13.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:13.779 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:13.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:13.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:13.779 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:13.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') 06:12:13.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:13.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:13.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:13.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:13.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:13.781 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:13.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:13.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:13.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:13.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:13.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:13.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:13.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:13.783 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:13.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:13.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:13.785 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:13.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:13.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:13.785 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:13.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:12:13.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:13.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:13.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:13.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:13.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:13.786 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:13.786 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:13.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:13.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:13.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:13.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:13.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 06:12:13.787 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:13.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:13.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:13.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:13.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:13.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:13.787 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:13.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:13.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:13.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:13.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:13.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:13.788 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:13.788 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:13.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:13.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:13.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:13.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:13.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:13.798 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:13.799 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:13.799 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:13.799 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:13.799 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:13.799 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 06:12:13.799 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:13.799 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:13.799 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:13.799 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:13.799 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:13.799 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:13.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:12:14.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:12:14.800 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:14.800 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:14.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:14.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:14.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:14.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:14.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:14.801 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:14.801 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:14.801 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:14.801 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:14.801 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:14.802 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 06:12:14.802 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:14.802 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:14.802 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:14.802 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:14.802 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:14.802 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:14.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:12:14.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:12:14.802 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:14.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:14.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:14.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:14.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:14.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:14.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:14.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:14.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:14.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:14.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:14.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:14.813 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 06:12:14.813 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:12:14.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:14.813 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:12:14.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:14.813 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:12:14.813 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:12:14.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:14.813 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:12:14.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:14.813 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:12:14.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 06:12:14.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 06:12:14.814 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:14.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:14.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:14.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:14.814 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:14.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:14.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:14.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:14.815 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:14.815 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:14.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:14.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:14.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:14.815 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:14.816 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:14.816 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:14.816 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:14.816 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:14.816 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 06:12:14.816 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:14.816 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:14.816 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:14.816 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:14.816 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:14.816 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:14.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:12:15.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:12:15.817 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:15.817 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:15.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:15.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:15.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:15.819 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:15.819 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:15.819 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:15.819 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:15.819 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:15.819 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 06:12:15.819 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:15.819 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:15.819 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:15.819 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:15.819 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:15.819 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:15.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:12:15.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:12:15.819 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:15.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:15.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:15.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:15.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 06:12:15.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:15.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:15.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:15.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:15.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:15.820 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 06:12:15.820 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 06:12:15.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:15.820 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 06:12:15.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:15.820 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 06:12:15.820 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 06:12:15.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:15.820 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 06:12:15.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:15.820 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 06:12:15.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 06:12:15.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:15.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:15.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:15.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:15.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:15.825 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:15.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 '\*?\QProblems\E') 06:12:15.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:15.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:15.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:15.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:15.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:15.828 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:15.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:15.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:15.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:15.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:15.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:15.828 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:15.829 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:15.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:15.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:15.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:15.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:15.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:15.829 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:15.829 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:15.829 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:15.829 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:15.830 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:15.830 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 06:12:15.830 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:15.830 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:15.830 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:15.830 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:15.830 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:15.830 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:15.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:12:16.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:12:16.840 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:16.841 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:16.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:16.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:16.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:16.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:16.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:16.842 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:16.842 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:16.842 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:16.842 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:16.842 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:16.842 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 06:12:16.842 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:16.842 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:16.842 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:16.842 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:16.842 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:16.842 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:16.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:12:16.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:12:16.843 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:16.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:16.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:16.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:16.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:16.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:16.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:16.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:16.844 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 06:12:16.844 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 06:12:16.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:16.844 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 06:12:16.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:16.844 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 06:12:16.844 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 06:12:16.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:16.844 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 06:12:16.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:16.844 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 06:12:16.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:16.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:16.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 06:12:16.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:16.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 06:12:16.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:16.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 06:12:16.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:16.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 06:12:16.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:16.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:16.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:16.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:16.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:16.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:16.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:16.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:16.866 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:16.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') 06:12:16.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:16.867 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:16.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:16.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:16.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:16.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:16.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:16.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:16.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:16.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 06:12:16.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:16.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:16.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:16.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:16.871 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:16.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 '\*?\QProblems\E') 06:12:16.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:16.873 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:16.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:16.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:16.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:16.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:16.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:16.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:16.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:16.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:16.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:16.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:16.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:16.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:16.877 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:16.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 '\*?\QProblems\E') 06:12:16.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:16.888 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:16.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:16.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:16.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:16.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:16.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:16.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 06:12:16.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:16.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 06:12:16.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:16.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:16.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:16.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:16.892 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:16.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 '\*?\QProblems\E') 06:12:16.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:16.894 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:16.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:16.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:16.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:16.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:16.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:16.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:16.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:16.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 06:12:16.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:16.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:16.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:16.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:16.909 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:16.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 '\*?\QProblems\E') 06:12:16.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:16.910 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:16.910 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:16.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:16.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:16.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:16.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:16.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:16.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:16.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:16.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:16.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:16.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:16.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:16.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:16.922 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:16.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:16.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:16.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:16.923 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:16.923 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:16.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:16.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:16.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:16.923 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:16.924 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:16.924 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:16.924 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:16.924 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:16.924 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 06:12:16.924 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:16.924 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:16.924 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:16.924 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:16.924 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:16.924 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:16.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:12:18.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:12:18.425 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:18.425 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:18.425 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:18.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:18.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:18.426 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:18.426 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:18.426 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:18.426 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:18.426 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:18.426 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 06:12:18.426 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:18.427 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:18.427 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:18.427 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:18.427 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:18.427 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:18.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:12:18.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:12:18.427 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:18.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:18.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:18.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:18.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:18.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:18.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:18.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:18.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:18.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:18.428 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 06:12:18.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 06:12:18.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:18.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 06:12:18.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:18.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 06:12:18.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 06:12:18.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:18.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 06:12:18.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:18.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 06:12:18.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 06:12:18.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:18.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:18.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:18.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:18.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:18.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 06:12:18.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:18.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:18.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:18.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:18.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:18.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:18.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:18.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:18.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:18.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:18.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:18.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:18.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:18.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:18.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:18.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:18.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:18.429 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:18.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:18.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:18.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:18.429 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:18.429 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:18.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:18.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:18.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:18.430 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:18.430 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:18.430 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:18.430 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:18.430 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:18.430 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 06:12:18.430 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:18.430 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:18.430 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:18.430 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:18.430 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:18.430 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:18.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:12:19.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:12:19.432 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:19.432 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:19.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:19.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:19.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:19.433 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:19.434 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:19.434 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:19.434 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:19.434 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:19.434 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 06:12:19.434 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:19.434 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:19.434 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:19.434 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:19.434 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:19.434 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:19.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:12:19.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:12:19.434 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:19.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:19.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:19.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:19.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 06:12:19.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.435 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 06:12:19.435 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 06:12:19.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:19.435 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 06:12:19.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:19.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 06:12:19.435 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 06:12:19.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:19.435 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 06:12:19.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:19.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 06:12:19.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.437 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:19.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:19.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:19.437 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:19.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:12:19.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:19.439 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:19.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:19.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:19.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:19.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:19.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:19.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:19.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:19.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.452 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:19.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:19.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:19.452 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:19.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 '\*?\QProblems\E') 06:12:19.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:19.454 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:19.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:19.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:19.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:19.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:19.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:19.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:19.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:19.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.466 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:19.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:19.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:19.467 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:19.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 '\*?\QProblems\E') 06:12:19.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:19.468 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:19.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:19.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:19.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:19.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:19.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:19.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:19.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12: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 06:12:19.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.472 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:19.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:19.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:19.472 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:19.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 '\*?\QProblems\E') 06:12:19.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:19.474 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:19.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:19.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:19.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:19.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:19.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:19.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:19.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:19.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:19.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:19.487 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:19.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') 06:12:19.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:19.489 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:19.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:19.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:19.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:19.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:19.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:19.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:19.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.490 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:19.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:19.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:19.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:19.502 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:19.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 '\*?\QProblems\E') 06:12:19.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:19.504 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:19.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:19.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:19.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:19.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:19.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:19.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:19.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.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 06:12:19.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:19.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:19.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:19.517 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:19.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:12:19.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:19.519 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:19.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:19.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:19.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:19.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:19.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:19.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:19.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.523 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:19.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:19.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:19.523 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:19.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:12:19.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:19.535 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:19.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:19.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:19.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:19.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:19.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:19.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 06:12:19.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.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 06:12:19.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:19.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:19.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:19.539 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:19.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 '\*?\QProblems\E') 06:12:19.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:19.551 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:19.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:19.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:19.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:19.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:19.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:19.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 06:12:19.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.553 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:19.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:19.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:19.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:19.555 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:19.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:12:19.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:19.567 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:19.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:19.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:19.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:19.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:19.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:19.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 06:12:19.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.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 06:12:19.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:19.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:19.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:19.571 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:19.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:12:19.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:19.573 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:19.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:19.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:19.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:19.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:19.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:19.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:19.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.586 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:19.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:19.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:19.586 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:19.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:12:19.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:19.588 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:19.588 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:19.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:19.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:19.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:19.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:19.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:19.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.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 06:12:19.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.601 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:19.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:19.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:19.601 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:19.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') 06:12:19.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:19.603 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:19.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:19.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:19.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:19.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:19.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:19.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:19.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.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 06:12:19.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:19.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:19.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:19.616 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:19.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 '\*?\QProblems\E') 06:12:19.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:19.618 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:19.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:19.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:19.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:19.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:19.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:19.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 06:12:19.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:19.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:19.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:19.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:19.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:19.620 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:19.620 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:19.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:19.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:19.621 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:19.621 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:19.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:19.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:19.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:19.621 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:19.622 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:19.622 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:19.622 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:19.622 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:19.622 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 06:12:19.622 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:19.622 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:19.622 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:19.622 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:19.622 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:19.622 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:19.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:12:20.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:12:20.623 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:20.623 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:20.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:20.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:20.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:20.624 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:20.625 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:20.625 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:20.625 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:20.625 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:20.625 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 06:12:20.625 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:20.625 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:20.625 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:20.625 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:20.625 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:20.625 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:20.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:12:20.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:12:20.625 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:20.625 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:20.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:20.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:20.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:20.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:20.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:20.626 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 06:12:20.626 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:12:20.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:20.626 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:12:20.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:20.626 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:12:20.626 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:12:20.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:20.626 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:12:20.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:20.626 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:12:20.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:20.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:20.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:20.628 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:20.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') 06:12:20.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:20.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:20.630 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:20.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:20.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:20.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:20.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:20.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:20.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 06:12:20.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:20.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:20.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:20.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:20.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:20.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:20.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:20.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:20.633 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:20.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 '\*?\QProblems\E') 06:12:20.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:20.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:20.635 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:20.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:20.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:20.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:20.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:20.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:20.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 06:12:20.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:20.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:20.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 06:12:20.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:20.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:20.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:20.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:20.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:20.649 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:20.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:12:20.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:20.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:20.651 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:20.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:20.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:20.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:20.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:20.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:20.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 06:12:20.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:20.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:20.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 06:12:20.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:20.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:20.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:20.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:20.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:20.654 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:20.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 '\*?\QProblems\E') 06:12:20.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:20.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:20.666 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:20.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:20.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:20.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:20.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:20.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:20.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:20.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:20.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:20.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:20.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:20.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:20.669 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:20.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:12:20.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:20.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:20.671 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:20.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:20.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:20.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:20.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:20.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:20.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:20.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:20.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:20.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 06:12:20.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:20.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:20.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.684 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:20.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:20.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:20.684 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:20.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 '\*?\QProblems\E') 06:12:20.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:20.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:20.687 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:20.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:20.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:20.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:20.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:20.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:20.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 06:12:20.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:20.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:20.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:20.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:20.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:20.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:20.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:20.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:20.700 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:20.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:12:20.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:20.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:20.703 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:20.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:20.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:20.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:20.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:20.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:20.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 06:12:20.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:20.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:20.705 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:20.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:20.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:20.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:20.706 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:12:20.706 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:12:20.706 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:12:20.706 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:12:20.706 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:12:20.706 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:12:20.706 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:12:20.706 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:12:20.706 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:12:20.706 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:12:20.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:12:20.751 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 06:12:20.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:12:20.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:20.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:20.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:12:20.751 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:20.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:20.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:20.752 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:12:20.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:20.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:20.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:20.752 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:12:20.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:20.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:20.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:20.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:20.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 "OK", Widget matcher matching widgets with style: 8) 06:12:20.753 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:20.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:20.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:20.754 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:12:20.754 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:20.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:20.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:20.755 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:12:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:20.755 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:20.755 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:20.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:12:20.784 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 06:12:20.784 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:12:20.784 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:20.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:20.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:20.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:20.799 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:20.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:20.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:20.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:20.800 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:20.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:20.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:20.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:20.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:20.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:20.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:21.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:21.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:21.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:21.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:21.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:12:21.802 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:21.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:21.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:21.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:21.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:21.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:21.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:21.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:21.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:21.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:21.803 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:12:21.803 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:12:21.803 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:12:21.803 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:12:21.805 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:12:21.805 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:12:21.805 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:21.827 DEBUG [main][MenuItemLookup] Found menu:'New' 06:12:21.827 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:12:21.827 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:21.827 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:12:21.827 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:12:21.827 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:12:21.827 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:21.827 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:12:21.827 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:12:21.827 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:12:21.827 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:12:21.827 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:21.827 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:12:21.827 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:12:21.827 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:12:21.827 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:12:21.827 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:21.827 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:12:21.827 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:12:21.827 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:21.827 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:12:21.827 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:12:21.827 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:12:21.827 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:12:21.827 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:12:21.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:21.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:12:21.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:12:21.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:12:21.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:21.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:12:21.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:21.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:21.830 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 06:12:21.830 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:12:21.830 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:12:21.830 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:12:21.831 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:12:21.831 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:12:21.831 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:21.851 DEBUG [main][MenuItemLookup] Found menu:'New' 06:12:21.851 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:12:21.851 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:21.851 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:12:21.851 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:12:21.851 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:12:21.851 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:21.851 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:12:21.851 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:12:21.851 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:12:21.851 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:12:21.851 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:12:21.851 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:12:21.851 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:12:21.851 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:12:21.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:12:22.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:12:22.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:12:22.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:22.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:22.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:22.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:22.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: 32) 06:12:22.416 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:22.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:22.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:22.416 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:12:22.416 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:22.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:22.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:22.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:22.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:22.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:22.417 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:12:22.417 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:12:22.417 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:12:22.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:22.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:22.417 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:22.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:22.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:12:22.417 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:22.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:22.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:22.417 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:12:22.417 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:22.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:22.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:22.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:22.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:22.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:22.418 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:12:22.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:22.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:22.418 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:22.418 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:22.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:12:22.420 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:12:22.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:12:22.920 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:12:22.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:22.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:12:22.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:12:22.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:12:22.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:22.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:22.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:22.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:12:22.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:12:22.921 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:12:22.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:22.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:22.921 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFilterErrors no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:12:22.921 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:12:22.921 INFO [WorkbenchTestable][RequirementsRunner] Started test: testProblemQuickfixWithNewDialog no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:12:22.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:12:22.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:12:22.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:12:22.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:12:22.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:22.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:22.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:22.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:22.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:12:22.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:22.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:22.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:22.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:22.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:22.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:22.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:22.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:12:22.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:22.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:22.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:22.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:22.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:22.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:12:22.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:22.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:22.929 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:12:22.929 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:12:22.930 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:22.930 DEBUG [main][MenuItemLookup] Item match:File 06:12:22.931 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:12:22.931 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:12:22.932 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:12:22.933 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:12:22.933 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:22.933 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:12:22.933 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:12:22.933 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:12:22.933 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:12:22.933 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:12:22.933 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:12:22.933 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:12:22.933 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:12:22.933 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:12:22.933 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:22.933 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:12:22.933 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:12:22.933 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:22.933 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:12:22.933 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:22.933 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:12:22.933 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:12:22.933 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:12:22.933 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:12:22.933 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:12:22.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:12:22.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:12:22.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:12:22.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:22.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:22.982 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:22.982 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:22.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:12:22.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:22.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:22.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:22.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:22.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:22.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:12:22.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:12:22.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:12:22.984 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:22.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:22.984 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:22.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:22.984 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:22.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:12:22.984 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:22.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:22.984 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:22.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:22.984 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:22.984 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:12:22.984 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:12:22.984 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:12:22.991 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:12:22.991 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:22.991 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:12:22.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:12:22.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:22.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:23.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:23.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:23.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:23.000 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:12:23.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:23.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:23.000 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:23.000 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:23.121 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:23.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:23.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:23.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:12:23.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 06:12:23.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:12:23.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:23.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:23.122 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:12:23.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:23.122 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 06:12:23.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 06:12:23.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:23.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:23.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:23.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:23.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:12:23.124 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:12:23.124 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 06:12:23.145 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:12:23.145 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:12:23.145 DEBUG [WorkbenchTestable][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) 06:12:23.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:23.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:23.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:23.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:23.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:23.147 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:12:23.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:23.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:23.147 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:23.147 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:23.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:12:23.650 DEBUG [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 06:12:23.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:12:23.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:23.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:23.652 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:12:23.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 "Don't Create") 06:12:23.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:23.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:23.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:23.653 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:12:23.653 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:23.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:23.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:23.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:23.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:23.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:23.654 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:12:23.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:23.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:23.654 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:23.654 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:23.719 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.... 06:12:23.719 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 06:12:23.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:12:23.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:12:23.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:23.719 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 06:12:23.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:12:23.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:12:23.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:12:23.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:12:23.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:23.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:23.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:23.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:23.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:23.721 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:23.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:23.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:23.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:12:23.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:23.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:23.732 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:12:23.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:12:23.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:23.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:23.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:23.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:23.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:23.734 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:23.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:23.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:23.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:23.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:23.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:23.749 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:12:23.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:23.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:23.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:12:23.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:23.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:23.750 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:12:23.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 '\*?\QPackage Explorer\E') 06:12:23.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:23.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:23.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:23.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:23.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:23.751 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:23.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:23.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:23.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:23.760 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:12:23.760 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:23.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:23.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:23.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:23.760 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:23.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:23.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:23.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:23.761 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:23.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:23.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:23.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:23.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:23.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:23.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:24.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:24.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:24.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:24.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:24.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:12:24.762 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:24.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:24.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:24.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:24.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:24.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:24.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:24.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:24.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:24.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:24.763 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:12:24.763 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:12:24.764 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 06:12:24.764 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 06:12:24.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:25.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:25.284 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 06:12:25.284 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:12:25.285 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:12:25.285 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:12:25.294 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:12:25.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:25.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:25.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:25.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:25.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:12:25.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:25.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:25.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:25.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:25.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:25.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:25.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:25.296 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 06:12:25.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:25.296 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:25.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:25.296 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:25.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:25.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:12:25.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:25.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:25.296 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:12:25.296 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:12:25.296 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:25.296 DEBUG [main][MenuItemLookup] Item match:File 06:12:25.297 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:12:25.297 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:12:25.300 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:12:25.300 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:12:25.300 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:25.300 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:12:25.300 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:12:25.300 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:12:25.300 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:12:25.300 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:12:25.300 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:12:25.300 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:12:25.300 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:12:25.300 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:12:25.300 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:25.300 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:12:25.300 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:12:25.300 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:25.300 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:12:25.300 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:25.300 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:12:25.300 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:12:25.314 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:12:25.314 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:12:25.314 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:12:25.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:12:25.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:12:25.411 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:12:25.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:25.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:25.412 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:25.412 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:25.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 06:12:25.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:25.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:25.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:25.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:25.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:25.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:12:25.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:12:25.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:12:25.413 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:25.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:25.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:25.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:25.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:25.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:12:25.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:25.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:25.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:25.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:25.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:25.414 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:12:25.414 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:12:25.414 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:12:25.417 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:12:25.417 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:25.417 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:12:25.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:12:25.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:25.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:25.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:25.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:25.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:25.418 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:12:25.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:25.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:25.418 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:25.418 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:25.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'] 06:12:25.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:25.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:25.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:12:25.527 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 06:12:25.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:12:25.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:25.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:25.528 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:12:25.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:25.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 06:12:25.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:25.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:25.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:25.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:25.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:12:25.532 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:12:25.533 INFO [WorkbenchTestable][AbstractText] Text set to: NonExistingImportQuickFix 06:12:25.538 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:12:25.538 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:12:25.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:12:25.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:25.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:25.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:25.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:25.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:25.540 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:12:25.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:25.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:25.540 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:25.540 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:25.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:12:26.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:12:26.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:26.057 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 06:12:26.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:12:26.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:12:26.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:12:26.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:12:26.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:26.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:12:26.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:26.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:26.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@17196c88 is found... 06:12:26.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@17196c88 is found finished successfully 06:12:26.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 '\*?\QNonExistingImportQuickFix.java\E') 06:12:26.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:26.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:26.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:26.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:26.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:26.059 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:26.059 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class NonExistingImportQuickFix { } TooltipText=null 06:12:26.059 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 1 06:12:26.059 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 1, offser 0 06:12:26.067 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:26.067 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= import abc.efg.SomeClass; public class NonExistingImportQuickFix { } TooltipText=null 06:12:26.067 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:12:26.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform 06:12:26.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:26.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:26.067 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 06:12:26.067 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 06:12:26.067 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:26.067 DEBUG [main][MenuItemLookup] Item match:File 06:12:26.068 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:12:26.068 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:12:26.068 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:12:26.068 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:12:26.068 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:26.068 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:12:26.068 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:12:26.068 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:26.068 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:12:26.068 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:12:26.068 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:12:26.068 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:12:26.068 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:12:26.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:12:26.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:12:26.076 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:26.077 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= import abc.efg.SomeClass; public class NonExistingImportQuickFix { } TooltipText=null 06:12:26.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:26.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:26.109 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:26.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:26.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:26.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform 06:12:26.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:26.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:26.110 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 06:12:26.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 '\*?\QProblems\E') 06:12:26.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:26.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:26.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:26.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:26.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:26.112 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:26.112 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:26.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:26.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:26.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 06:12:26.133 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:26.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:26.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:26.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:26.134 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:26.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:26.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:26.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:26.135 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:26.135 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:26.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:26.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:26.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:26.135 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:26.135 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:26.136 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:26.136 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:26.136 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:26.136 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:12:26.136 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:26.136 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:26.136 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:26.136 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:26.136 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:26.136 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:26.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:12:27.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:12:27.637 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:27.637 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:27.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:27.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:27.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:27.639 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:27.639 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:27.639 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:27.639 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:27.639 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:27.639 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:12:27.639 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:27.639 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:27.639 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:27.639 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:27.639 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:27.640 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:27.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:12:27.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:12:27.640 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:27.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:27.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:27.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:27.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:27.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:27.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:27.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:27.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:27.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:27.640 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:12:27.641 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:12:27.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:27.641 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:12:27.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:27.641 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:12:27.641 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:12:27.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:27.641 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:12:27.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:27.641 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:12:27.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 06:12:27.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:27.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:27.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform 06:12:27.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:27.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:27.643 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 06:12:27.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:12:27.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:27.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:27.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:27.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:27.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:27.644 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:27.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:27.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:27.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 06:12:27.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:27.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:27.645 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:27.645 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:27.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:27.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:27.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 06:12:27.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:27.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:27.645 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:27.646 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:27.646 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:27.646 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:27.646 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:27.646 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:12:27.646 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:27.646 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:27.646 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:27.646 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:27.646 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:27.646 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:27.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:12:28.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:12:28.647 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:28.648 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:28.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:28.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:28.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 06:12:28.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:28.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:28.648 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:28.649 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:28.649 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:28.649 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:28.649 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:28.649 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:12:28.649 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:28.649 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:28.649 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:28.649 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:28.649 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:28.649 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:28.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:12:28.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:12:28.649 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:28.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:28.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:28.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 06:12:28.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:28.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:28.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 06:12:28.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:28.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:28.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:28.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:28.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:28.651 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:12:28.651 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:12:28.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:28.651 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:12:28.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:28.651 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:12:28.651 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:12:28.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:28.651 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:12:28.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:28.651 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:12:28.651 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item The import abc cannot be resolved 06:12:28.652 DEBUG [main][TreeItemHandler] Selecting tree item: The import abc cannot be resolved 06:12:28.652 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item The import abc cannot be resolved about selection 06:12:28.654 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: The import abc cannot be resolved 06:12:28.654 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:12:28.654 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:28.677 DEBUG [main][MenuItemLookup] Found menu:'Go to Resource' 06:12:28.677 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:28.677 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:12:28.677 DEBUG [main][MenuItemLookup] Found menu:'Copy Details' 06:12:28.677 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:12:28.677 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 06:12:28.677 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:28.677 DEBUG [main][MenuItemLookup] Found menu:'Show In' 06:12:28.677 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 06:12:28.677 DEBUG [main][MenuItemLookup] Item match:Quick Fix Ctrl+1 06:12:28.677 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Quick Fix Ctrl+1" 06:12:28.678 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Quick Fix Ctrl+1 06:12:28.678 INFO [main][MenuItemHandler] Select menu item: &Quick Fix Ctrl+1 06:12:28.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:12:28.840 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:28.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:28.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Quick Fix"] is available. finished successfully 06:12:28.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Quick Fix 06:12:28.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:28.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:28.842 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 06:12:28.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:28.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:28.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:28.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:28.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:12:28.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:12:28.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:12:28.844 TRACE [main][WidgetHandler] Notify Table with event 13 06:12:28.844 TRACE [main][WidgetHandler] Wait for synchronization 06:12:28.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 06:12:28.844 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:28.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:28.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:28.844 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Quick Fix" as the parent 06:12:28.844 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:28.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:28.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:28.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:28.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:28.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:28.848 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:12:28.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:28.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:28.849 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:28.849 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:28.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable... 06:12:28.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable finished successfully 06:12:28.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 06:12:28.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 06:12:28.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 06:12:28.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:28.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:28.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 06:12:28.931 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:28.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:28.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:28.931 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 06:12:28.931 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:28.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:28.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:28.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:28.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:28.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:28.934 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:12:28.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:28.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:28.935 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:28.935 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:28.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:12:29.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:12:29.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3dd0060c is found... 06:12:29.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3dd0060c is found finished successfully 06:12:29.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSomeClass.java\E') 06:12:29.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:29.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:29.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:29.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:29.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:29.441 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:29.441 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package abc.efg; public class SomeClass { } TooltipText=null 06:12:29.441 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:29.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:29.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:29.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:29.451 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:12:29.451 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:12:29.451 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:12:29.451 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:12:29.451 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:12:29.451 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:12:29.451 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:12:29.451 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:12:29.451 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:12:29.451 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:12:29.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:12:29.494 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 06:12:29.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:12:29.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:29.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:29.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") 06:12:29.495 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:29.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:29.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:29.495 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:12:29.495 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:29.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:29.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:29.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:29.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:29.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:29.496 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:12:29.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:29.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:29.496 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:29.496 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:29.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) 06:12:29.497 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:29.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:29.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:29.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:12:29.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:29.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:29.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:29.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:29.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:29.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:29.498 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:12:29.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:29.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:29.498 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:29.498 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:29.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:12:29.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 06:12:29.527 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:12:29.527 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:29.527 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:29.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:29.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:29.534 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:29.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:29.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:29.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:29.535 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:29.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:29.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:29.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:29.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:29.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:29.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:30.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:30.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:30.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:30.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:30.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:12:30.537 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:30.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:30.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:30.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:30.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 06:12:30.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:30.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:30.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:30.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:30.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:30.550 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:12:30.550 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:12:30.550 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:12:30.550 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:12:30.552 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:12:30.552 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:12:30.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:30.577 DEBUG [main][MenuItemLookup] Found menu:'New' 06:12:30.577 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:12:30.577 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:30.577 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:12:30.577 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:12:30.577 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:12:30.577 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:30.577 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:12:30.577 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:12:30.577 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:12:30.577 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:12:30.577 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:30.577 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:12:30.577 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:12:30.577 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:12:30.577 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:12:30.577 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:30.577 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:12:30.577 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:12:30.577 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:30.577 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:12:30.577 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:12:30.577 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:12:30.577 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:12:30.577 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:12:30.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:30.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:12:30.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:12:30.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:12:30.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:30.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:12:30.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:30.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:30.580 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 06:12:30.580 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:12:30.580 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:12:30.581 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:12:30.582 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:12:30.582 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:12:30.582 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:30.604 DEBUG [main][MenuItemLookup] Found menu:'New' 06:12:30.604 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:12:30.604 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:30.604 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:12:30.604 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:12:30.604 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:12:30.604 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:30.604 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:12:30.604 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:12:30.604 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:12:30.604 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:12:30.604 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:12:30.604 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:12:30.604 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:12:30.604 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:12:30.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 'Delete.*'] is available.... 06:12:31.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:12:31.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:12:31.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:31.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:31.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:31.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:31.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:12:31.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:31.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:31.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:31.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:12:31.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:31.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:31.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:31.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:31.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:31.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:31.252 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:12:31.252 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:12:31.252 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:12:31.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:31.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:31.252 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:31.252 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:31.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:12:31.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:31.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:31.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:31.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:12:31.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:31.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:31.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:31.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:31.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:31.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:31.253 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:12:31.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:31.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:31.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:31.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:31.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:12:31.256 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:12:31.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:12:31.757 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:12:31.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:31.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:12:31.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:12:31.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:12:31.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:31.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:31.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:31.757 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:12:31.757 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:12:31.757 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:12:31.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:31.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:31.758 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testProblemQuickfixWithNewDialog no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:12:31.758 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:12:31.758 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneWarningExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:12:31.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:12:31.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:12:31.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:12:31.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:12:31.758 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:31.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:31.758 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:31.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:31.758 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:12:31.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:31.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'] 06:12:31.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:31.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'] 06:12:31.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:31.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'] 06:12:31.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:31.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 Project"] 06:12:31.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:31.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'] 06:12:31.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:31.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'] 06:12:31.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:31.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:12:31.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:31.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:31.759 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:12:31.759 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:12:31.759 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:31.760 DEBUG [main][MenuItemLookup] Item match:File 06:12:31.760 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:12:31.760 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:12:31.762 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:12:31.762 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:12:31.762 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:31.762 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:12:31.762 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:12:31.762 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:12:31.762 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:12:31.762 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:12:31.762 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:12:31.762 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:12:31.762 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:12:31.762 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:12:31.762 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:31.762 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:12:31.762 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:12:31.762 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:31.762 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:12:31.762 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:31.762 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:12:31.762 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:12:31.770 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:12:31.770 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:12:31.770 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:12:31.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:12:31.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 06:12:31.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:12:31.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:31.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:31.821 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:31.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:31.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 06:12:31.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:31.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:31.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:31.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:31.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:31.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:12:31.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:12:31.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:12:31.822 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:31.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:31.823 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:31.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:31.823 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:31.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:12:31.823 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:31.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:31.823 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:31.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:31.823 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:31.823 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:12:31.823 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:12:31.827 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:12:31.829 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:12:31.829 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:31.829 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:12:31.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:12:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:31.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:31.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:31.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:31.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:31.830 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:12:31.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:31.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:31.830 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:31.830 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:31.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'] 06:12:31.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:31.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:31.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:12:31.953 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 06:12:31.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:12:31.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:31.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:31.953 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:12:31.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:31.954 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 06:12:31.954 DEBUG [WorkbenchTestable][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:") 06:12:31.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:31.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:31.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:31.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:31.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:12:31.955 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:12:31.956 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 06:12:31.977 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:12:31.977 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:12:31.977 DEBUG [WorkbenchTestable][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) 06:12:31.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:31.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:31.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:31.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:31.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:31.978 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:12:31.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:31.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:31.978 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:31.978 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:31.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:12:32.481 DEBUG [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 06:12:32.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:12:32.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:32.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:32.484 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:12:32.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:12:32.484 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:32.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:32.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:32.484 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:12:32.484 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:32.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:32.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:32.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:32.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:32.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:32.485 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:12:32.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:32.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:32.485 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:32.485 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:32.552 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.... 06:12:32.552 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 06:12:32.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:12:32.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:12:32.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:32.552 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 06:12:32.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:12:32.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:12:32.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:12:32.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:12:32.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:32.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:32.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:32.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:32.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:32.554 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:32.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:32.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:32.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:12:32.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:32.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:32.565 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:12:32.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:12:32.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:32.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:32.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:32.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:32.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:32.566 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:32.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:32.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:32.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:32.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:32.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:32.594 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:12:32.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:32.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:32.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:12:32.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:32.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:32.595 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:12:32.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') 06:12:32.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:32.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:32.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:32.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:32.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:32.596 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:32.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:32.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:32.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:32.613 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:12:32.613 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:32.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:32.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:32.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:32.614 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:32.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:32.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:32.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:32.614 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:32.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:32.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:32.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:32.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:32.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:32.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:33.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:33.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:33.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:33.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:33.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:12:33.617 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:33.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:33.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:33.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:33.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:33.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:33.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:33.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:33.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:33.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:33.618 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:12:33.618 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:12:33.619 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 06:12:33.619 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 06:12:33.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:34.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:34.119 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 06:12:34.120 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:12:34.120 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:12:34.120 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:12:34.122 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:12:34.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'] 06:12:34.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:34.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'] 06:12:34.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:34.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:12:34.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:34.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'] 06:12:34.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:34.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'] 06:12:34.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:34.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'] 06:12:34.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:34.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: "New Java Class"] 06:12:34.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:34.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'] 06:12:34.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:34.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'] 06:12:34.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:34.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:12:34.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:34.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:34.124 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:12:34.124 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:12:34.124 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:34.124 DEBUG [main][MenuItemLookup] Item match:File 06:12:34.125 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:12:34.125 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:12:34.128 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:12:34.128 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:12:34.128 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:34.128 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:12:34.128 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:12:34.128 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:12:34.128 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:12:34.128 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:12:34.128 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:12:34.128 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:12:34.128 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:12:34.128 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:12:34.128 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:34.128 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:12:34.128 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:12:34.128 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:34.128 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:12:34.128 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:34.128 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:12:34.128 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:12:34.129 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:12:34.129 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:12:34.129 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:12:34.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:12:34.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:12:34.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:12:34.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:34.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:34.240 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:34.240 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12: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.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:12:34.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:34.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:34.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:34.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:34.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:34.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:12:34.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:12:34.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:12:34.241 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:34.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:34.241 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:34.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:34.241 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:34.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:12:34.241 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:34.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:34.241 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:34.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:34.241 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:34.242 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:12:34.242 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:12:34.242 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:12:34.244 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:12:34.244 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:34.244 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:12:34.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:12:34.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:34.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:34.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:34.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:34.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:34.246 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:12:34.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:34.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:34.246 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:34.246 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:34.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'] 06:12:34.329 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:34.329 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:34.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:12:34.329 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 06:12:34.329 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:12:34.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:34.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:34.330 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:12:34.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:34.330 DEBUG [WorkbenchTestable][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:") 06:12:34.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:34.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:34.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:34.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:34.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:12:34.335 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:12:34.335 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 06:12:34.340 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:12:34.341 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:12:34.341 DEBUG [WorkbenchTestable][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) 06:12:34.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:34.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:34.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:34.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:34.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:34.343 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:12:34.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:34.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:34.343 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:34.343 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:34.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:12:34.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:12:34.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:34.896 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 06:12:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:12:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:12:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:12:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:12:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:12:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:34.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:34.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:34.896 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 06:12:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:12:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:12:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:12:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:12:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:12:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:34.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:34.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2f85d20d is found... 06:12:34.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2f85d20d is found finished successfully 06:12:34.896 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 06:12:34.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:34.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:34.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:34.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:34.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:34.898 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:34.898 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 06:12:34.898 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:12:34.902 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:34.902 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 06:12:34.902 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:12:34.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:34.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:34.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:34.903 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:34.903 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:34.903 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:34.903 DEBUG [main][MenuItemLookup] Item match:File 06:12:34.904 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:12:34.904 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:12:34.904 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:12:34.904 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:12:34.904 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:34.904 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:12:34.904 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:12:34.904 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:34.904 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:12:34.904 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:12:34.904 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:12:34.904 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:12:34.904 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:12:34.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:12:34.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:12:34.934 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:34.934 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 06:12:34.934 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:34.934 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:34.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:35.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:35.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:35.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:35.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:35.019 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:35.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:35.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:35.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:35.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:35.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:35.022 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:35.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 '\*?\QProblems\E') 06:12:35.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:35.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:35.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:35.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:35.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:35.025 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:35.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:35.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:35.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:35.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:35.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:35.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 06:12:35.026 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:35.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:35.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:35.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:35.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:35.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:35.027 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:35.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:35.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:35.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:35.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:35.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:35.028 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:35.028 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:35.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:35.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:35.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:35.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:35.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:35.029 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:35.029 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:35.029 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:35.029 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:35.029 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:35.029 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:12:35.029 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:35.029 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:35.029 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:35.029 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:35.029 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:35.029 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:35.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:12:36.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:12:36.030 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:36.030 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:36.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:36.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:36.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:36.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:36.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:36.031 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:36.032 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:36.032 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:36.032 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:36.032 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:36.032 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:12:36.032 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:36.032 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:36.032 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:36.032 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:36.032 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:36.032 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:36.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:12:36.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:12:36.032 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:36.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:36.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:36.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:36.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:36.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:36.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 06:12:36.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:36.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:36.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:36.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:36.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:36.534 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:36.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:36.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:36.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:36.535 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:36.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:36.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:36.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:36.536 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:36.536 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:36.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:36.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:36.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:36.536 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:36.536 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:36.536 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:36.536 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:36.536 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:36.536 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:12:36.536 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:36.537 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:36.537 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:36.537 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:36.537 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:36.537 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:36.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:12:37.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:12:37.538 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:37.538 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:37.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:37.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:37.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:37.540 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:37.540 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:37.540 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:37.540 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:37.540 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:37.540 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:12:37.540 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:37.540 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:37.540 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:37.540 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:37.540 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:37.540 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:37.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:12:37.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:12:37.541 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:37.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:37.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:37.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:37.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:37.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:37.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:37.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:37.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:37.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:37.542 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 06:12:37.542 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:12:37.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:37.542 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:12:37.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:37.542 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:12:37.542 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:12:37.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:37.542 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:12:37.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:37.542 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:12:37.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 06:12:37.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:37.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:37.544 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:37.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:37.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:37.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:37.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:37.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:37.546 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:37.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') 06:12:37.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:37.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:37.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:37.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:37.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:37.547 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:37.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:37.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:37.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:37.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:37.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:37.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 0. Expected number of problems is: 1... 06:12:37.548 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:37.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:37.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:37.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:37.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:37.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:37.549 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:37.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:37.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:37.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:37.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:37.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:37.549 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:37.549 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:37.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:37.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:37.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:37.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:37.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:37.550 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:37.550 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:37.550 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:37.550 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:37.550 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:37.550 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:12:37.550 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:37.550 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:37.550 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:37.550 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:37.550 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:37.550 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:37.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:12:38.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:12:38.551 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:38.551 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:38.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:38.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:38.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:38.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:38.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:38.552 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:38.553 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:38.553 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:38.553 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:38.553 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:38.553 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:12:38.553 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:38.553 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:38.553 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:38.553 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:38.553 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:38.553 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:38.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:12:38.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:12:38.553 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:38.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:38.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:38.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:38.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:38.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:38.553 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:38.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:38.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:38.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:38.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:38.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:38.564 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 06:12:38.564 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:12:38.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:38.564 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:12:38.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:38.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:12:38.564 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:12:38.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:38.564 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:12:38.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:38.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:12:38.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 1. Expected number of problems is: 1 finished successfully 06:12:38.564 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:38.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:38.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:38.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:38.565 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:12:38.565 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:12:38.565 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:12:38.565 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:12:38.565 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:12:38.565 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:12:38.565 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:12:38.565 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:12:38.565 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:12:38.566 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:12:38.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:12:38.604 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 06:12:38.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:12:38.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:38.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:38.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 "Restore Defaults") 06:12:38.605 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:38.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:38.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:38.605 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:12:38.605 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:38.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:38.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:38.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:38.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:38.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:38.606 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:12:38.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:38.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:38.606 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:38.606 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:38.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 "OK", Widget matcher matching widgets with style: 8) 06:12:38.607 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:38.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:38.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:38.607 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:12:38.607 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:38.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:38.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:38.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:38.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:38.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:38.608 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:12:38.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:38.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:38.608 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:38.608 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:38.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:12:38.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 06:12:38.634 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:12:38.634 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:38.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:38.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:38.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:38.641 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:38.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:38.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:38.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:38.642 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:38.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:38.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:38.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:38.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:38.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:38.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:39.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:39.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:39.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:39.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:39.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:12:39.645 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:39.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:39.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:39.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:39.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 06:12:39.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:39.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:39.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:39.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:39.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:39.646 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:12:39.646 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:12:39.646 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:12:39.646 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:12:39.650 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:12:39.651 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:12:39.651 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:39.669 DEBUG [main][MenuItemLookup] Found menu:'New' 06:12:39.669 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:12:39.669 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:39.669 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:12:39.669 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:12:39.669 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:12:39.669 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:39.669 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:12:39.669 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:12:39.669 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:12:39.669 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:12:39.669 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:39.669 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:12:39.669 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:12:39.669 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:12:39.670 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:12:39.670 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:39.670 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:12:39.670 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:12:39.670 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:39.670 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:12:39.670 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:12:39.670 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:12:39.670 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:12:39.670 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:12:39.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:39.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:12:39.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:12:39.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:12:39.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:39.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:12:39.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:39.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:39.673 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 06:12:39.673 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:12:39.673 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:12:39.673 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:12:39.674 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:12:39.674 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:12:39.674 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:39.702 DEBUG [main][MenuItemLookup] Found menu:'New' 06:12:39.702 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:12:39.702 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:39.702 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:12:39.702 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:12:39.702 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:12:39.702 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:39.702 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:12:39.702 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:12:39.702 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:12:39.702 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:12:39.702 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:12:39.702 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:12:39.702 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:12:39.702 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:12:39.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:12:40.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:12:40.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:12:40.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:40.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:40.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:40.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:40.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:12:40.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:40.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:40.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:40.267 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:12:40.267 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:40.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:40.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:40.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:40.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:40.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:40.268 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:12:40.268 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:12:40.268 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:12:40.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:40.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:40.268 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:40.268 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:40.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:12:40.268 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:40.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:40.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:40.268 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:12:40.268 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:40.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:40.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:40.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:40.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:40.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:40.269 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:12:40.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:40.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:40.269 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:40.269 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:40.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:12:40.271 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:12:40.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:12:40.771 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:12:40.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:40.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:12:40.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:12:40.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:12:40.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:40.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:40.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:40.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:12:40.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:12:40.772 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:12:40.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:40.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:40.772 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneWarningExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:12:40.772 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:12:40.773 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideProblemColumnsEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:12:40.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:12:40.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:12:40.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:12:40.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:12:40.773 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:40.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:40.773 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:40.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:40.773 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:12:40.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:40.773 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:40.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:40.773 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:40.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:40.773 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:40.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:40.773 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:12:40.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:40.773 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:40.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:40.773 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:40.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:40.774 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:12:40.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:40.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:40.774 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:12:40.774 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:12:40.774 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:40.774 DEBUG [main][MenuItemLookup] Item match:File 06:12:40.775 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:12:40.775 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:12:40.777 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:12:40.777 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:12:40.777 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:40.777 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:12:40.777 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:12:40.777 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:12:40.777 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:12:40.777 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:12:40.777 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:12:40.777 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:12:40.777 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:12:40.777 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:12:40.777 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:40.777 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:12:40.777 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:12:40.777 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:40.777 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:12:40.777 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:40.777 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:12:40.777 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:12:40.777 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:12:40.777 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:12:40.778 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:12:40.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:12:40.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:12:40.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:12:40.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:40.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:40.839 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:40.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:40.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:12:40.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:40.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:40.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:40.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:40.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:40.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:12:40.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:12:40.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:12:40.840 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:40.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:40.840 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:40.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:40.840 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:40.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:12:40.840 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:40.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:40.840 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:40.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:40.840 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:40.840 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:12:40.841 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:12:40.841 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:12:40.843 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:12:40.843 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:40.843 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:12:40.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:12:40.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:40.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:40.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:40.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:40.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:40.844 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:12:40.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:40.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:40.844 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:40.844 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:40.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:40.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:40.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:40.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:12:40.980 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 06:12:40.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:12:40.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:40.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:40.981 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:12:40.981 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:40.981 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 06:12:40.981 DEBUG [WorkbenchTestable][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:") 06:12:40.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:40.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:40.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:40.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:40.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:12:40.982 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:12:40.983 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 06:12:41.003 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:12:41.003 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:12:41.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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) 06:12:41.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:41.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:41.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:41.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:41.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:41.005 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:12:41.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:41.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:41.005 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:41.005 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:41.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:12:41.508 DEBUG [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 06:12:41.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:12:41.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:41.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:41.510 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:12:41.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 "Don't Create") 06:12:41.510 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:41.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:41.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:41.511 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:12:41.511 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:41.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:41.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:41.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:41.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:41.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:41.512 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:12:41.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:41.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:41.512 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:41.512 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:41.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:12:41.618 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 06:12:41.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:12:41.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:12:41.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:41.618 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 06:12:41.618 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:12:41.618 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:12:41.618 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:41.618 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:41.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:41.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:41.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:41.619 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:41.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:41.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:41.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:12:41.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:41.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:41.621 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:12:41.621 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:12:41.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:41.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:41.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:41.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:41.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:41.622 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:41.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:41.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:41.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:41.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:41.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:41.645 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:12:41.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:41.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:41.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:12:41.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:41.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:41.646 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:12:41.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 '\*?\QPackage Explorer\E') 06:12:41.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:41.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:41.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:41.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:41.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:41.647 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:41.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:41.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:41.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:41.711 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:41.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:41.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:41.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:41.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:41.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:41.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:41.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:41.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:41.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:41.753 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:41.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:41.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:41.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:41.754 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:12:41.754 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:12:41.754 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:12:41.754 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:12:41.754 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:12:41.754 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:12:41.754 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:12:41.754 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:12:41.754 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:12:41.754 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:12:41.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:12:41.827 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 06:12:41.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:12:41.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:41.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:41.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 06:12:41.827 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:41.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:41.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:41.827 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:12:41.827 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:41.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:41.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:41.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:41.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:41.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:41.834 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:12:41.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:41.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:41.834 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:41.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:41.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:12:41.835 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:41.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:41.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:41.835 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:12:41.835 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:41.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:41.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:41.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:41.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:41.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:41.836 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:12:41.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:41.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:41.836 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:41.836 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:41.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:12:41.903 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 06:12:41.903 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:12:41.903 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:41.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:41.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:41.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:41.912 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:41.912 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:41.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:41.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:41.913 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:41.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:41.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:41.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:41.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:41.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:41.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:42.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:42.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:42.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:42.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:42.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:12:42.915 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:42.915 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:42.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:42.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:42.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:42.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:42.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:42.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:42.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:42.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:42.916 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:12:42.916 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:12:42.916 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:12:42.916 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:12:42.917 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:12:42.917 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:12:42.917 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:42.963 DEBUG [main][MenuItemLookup] Found menu:'New' 06:12:42.963 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:12:42.963 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:42.963 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:12:42.963 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:12:42.963 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:12:42.963 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:42.963 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:12:42.963 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:12:42.963 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:12:42.963 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:12:42.963 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:42.963 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:12:42.963 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:12:42.963 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:12:42.963 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:12:42.963 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:42.963 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:12:42.963 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:12:42.963 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:42.963 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:12:42.963 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:12:42.963 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:12:42.963 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:12:42.963 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:12:42.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:42.964 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 06:12:42.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:12:43.464 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 06:12:43.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:43.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:43.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:43.464 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 06:12:43.464 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:12:43.464 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:12:43.464 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:12:43.466 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:12:43.466 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:12:43.466 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:43.503 DEBUG [main][MenuItemLookup] Found menu:'New' 06:12:43.503 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:12:43.503 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:43.503 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:12:43.503 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:12:43.503 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:12:43.503 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:43.503 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:12:43.503 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:12:43.503 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:12:43.503 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:12:43.503 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:12:43.504 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:12:43.504 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:12:43.504 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:12:43.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.... 06:12:44.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 'Delete.*'] is available. finished successfully 06:12:44.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:12:44.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:44.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:44.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:44.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:44.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) 06:12:44.104 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:44.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:44.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:44.105 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:12:44.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:44.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:44.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:44.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:44.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:44.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:44.105 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:12:44.105 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:12:44.105 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:12:44.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:44.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:44.106 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:44.106 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:44.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 "OK", Widget matcher matching widgets with style: 8) 06:12:44.106 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:44.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:44.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:44.106 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:12:44.106 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:44.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:44.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:44.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:44.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:44.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:44.107 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:12:44.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:44.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:44.107 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:44.107 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:44.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:12:44.109 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:12:44.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:12:44.609 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:12:44.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:44.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:12:44.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:44.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:44.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:44.609 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:12:44.609 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:12:44.609 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:12:44.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:44.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:44.610 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideProblemColumnsEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:12:44.610 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:12:44.610 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:12:44.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:12:44.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:12:44.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:12:44.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:12:44.610 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:44.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:44.610 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:44.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:44.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 Java Project"] 06:12:44.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:44.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'] 06:12:44.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:44.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'] 06:12:44.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:44.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'] 06:12:44.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:44.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 Java Project"] 06:12:44.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:44.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'] 06:12:44.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:44.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'] 06:12:44.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:44.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:12:44.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:44.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:44.612 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:12:44.612 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:12:44.612 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:44.612 DEBUG [main][MenuItemLookup] Item match:File 06:12:44.612 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:12:44.613 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:12:44.615 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:12:44.615 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:12:44.615 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:44.615 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:12:44.615 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:12:44.615 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:12:44.615 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:12:44.615 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:12:44.615 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:12:44.615 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:12:44.615 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:12:44.615 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:12:44.615 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:44.615 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:12:44.615 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:12:44.615 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:44.615 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:12:44.615 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:44.615 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:12:44.615 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:12:44.615 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:12:44.615 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:12:44.615 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:12:44.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.... 06:12:44.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:12:44.664 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:12:44.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:44.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:44.665 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:44.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:44.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:12:44.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:44.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:44.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:44.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:44.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:44.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:12:44.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:12:44.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:12:44.667 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:44.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:44.667 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:44.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:44.667 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:44.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:12:44.667 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:44.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:44.667 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:44.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:44.667 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:44.667 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:12:44.667 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:12:44.667 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:12:44.667 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:12:44.667 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:44.668 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:12:44.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) 06:12:44.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:44.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:44.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:44.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:44.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:44.672 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:12:44.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:44.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:44.673 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:44.673 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:44.793 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:44.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:44.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:44.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:12:44.794 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 06:12:44.794 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:12:44.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:44.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:44.795 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:12:44.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:44.795 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 06:12:44.795 DEBUG [WorkbenchTestable][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:") 06:12:44.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:44.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:44.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:44.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:44.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:12:44.796 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:12:44.796 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 06:12:44.817 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:12:44.817 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:12:44.817 DEBUG [WorkbenchTestable][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) 06:12:44.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:44.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:44.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:44.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:44.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:44.818 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:12:44.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:44.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:44.819 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:44.819 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:44.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.... 06:12:45.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 06:12:45.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:12:45.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:45.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:45.324 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:12:45.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 "Don't Create") 06:12:45.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:45.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:45.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:45.324 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:12:45.324 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:45.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:45.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:45.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:45.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:45.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:45.325 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:12:45.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:45.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:45.325 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:45.325 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:45.404 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.... 06:12:45.404 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 06:12:45.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:12:45.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:12:45.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:45.405 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 06:12:45.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:12:45.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:12:45.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:12:45.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:12:45.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:45.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:45.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:45.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:45.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:45.418 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:45.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:45.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:45.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:12:45.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:45.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:45.420 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:12:45.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:12:45.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:45.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:45.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:45.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:45.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:45.421 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:45.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:45.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:45.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:45.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:45.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:45.437 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:12:45.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:45.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:45.437 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:12:45.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:45.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:45.438 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:12:45.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 '\*?\QPackage Explorer\E') 06:12:45.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:45.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:45.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:45.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:45.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:45.438 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:45.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:45.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:45.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:45.446 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:45.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:45.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:45.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:45.463 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:12:45.463 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:12:45.463 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:12:45.463 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:12:45.463 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:12:45.463 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:12:45.463 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:12:45.464 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:12:45.464 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:12:45.464 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:12:45.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:12:45.532 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 06:12:45.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:12:45.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:45.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:45.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 "Restore Defaults") 06:12:45.532 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:45.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:45.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:45.533 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:12:45.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:45.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:45.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:45.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:45.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:45.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:45.533 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:12:45.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:45.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:45.534 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:45.534 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:45.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:12:45.535 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:45.535 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:12:45.535 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:45.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:45.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:45.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:45.536 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:12:45.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:45.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:45.536 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:45.536 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:45.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:12:45.615 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 06:12:45.615 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:45.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:45.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:45.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:45.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 06:12:45.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:45.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:45.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:45.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:45.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:45.616 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:45.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:45.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:45.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:45.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:45.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:45.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:45.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:45.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:45.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:45.617 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:45.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:45.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:45.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:45.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:45.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:45.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:45.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:45.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:45.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:45.618 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:45.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:45.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:45.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:45.619 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:12:45.619 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:12:45.619 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:12:45.619 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:12:45.619 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:12:45.619 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:12:45.619 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:12:45.619 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:12:45.619 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:12:45.619 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:12:45.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:12:45.697 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 06:12:45.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:12:45.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:45.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:45.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:12:45.698 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:45.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:45.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:45.698 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:12:45.698 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:45.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:45.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:45.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:45.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:45.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:12:45.699 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 2] 'ID', 'Creation Time') 06:12:45.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:12:45.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:12:45.700 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0, 1) 06:12:45.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:12:45.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:12:45.700 TRACE [main][WidgetHandler] Notify Table with event 13 06:12:45.700 TRACE [main][WidgetHandler] Wait for synchronization 06:12:45.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 "Show ->") 06:12:45.700 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:45.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:45.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:45.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:12:45.701 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:45.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:45.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:45.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:45.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:45.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:45.701 INFO [WorkbenchTestable][AbstractButton] Click button &Show -> 06:12:45.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:45.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:45.702 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:45.702 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:45.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:12:45.703 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:45.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:45.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:45.704 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:12:45.704 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:45.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:45.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:45.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:45.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:45.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:45.705 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:12:45.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:45.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:45.705 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:45.705 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:45.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:12:45.732 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 06:12:45.733 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:45.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:45.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:45.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:45.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:45.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:45.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:45.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:45.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:45.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:45.734 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:45.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:45.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:45.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:45.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:45.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:45.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:45.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:45.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:45.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:45.735 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:45.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:45.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:45.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:45.736 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:12:45.736 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:12:45.736 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:12:45.736 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:12:45.736 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:12:45.736 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:12:45.736 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:12:45.736 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:12:45.736 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:12:45.736 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:12:45.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:12:45.849 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 06:12:45.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:12:45.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:45.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:45.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 "Restore Defaults") 06:12:45.849 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:45.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:45.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:45.850 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:12:45.850 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:45.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:45.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:45.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:45.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:45.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:45.851 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:12:45.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:45.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:45.851 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:45.851 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:45.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) 06:12:45.852 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:45.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:45.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:45.853 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:12:45.853 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:45.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:45.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:45.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:45.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:45.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:45.854 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:12:45.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:45.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:45.854 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:45.854 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:45.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:12:45.913 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 06:12:45.913 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:12:45.913 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:45.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:45.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:45.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:45.921 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:45.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:45.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:45.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:45.997 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:45.997 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:45.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:45.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:45.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:45.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:45.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:46.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:46.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:46.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:47.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:47.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:12:47.000 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:47.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:47.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:47.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:47.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:12:47.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:47.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:47.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:47.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:47.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:47.001 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:12:47.002 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:12:47.002 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:12:47.002 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:12:47.003 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:12:47.003 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:12:47.003 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:47.027 DEBUG [main][MenuItemLookup] Found menu:'New' 06:12:47.027 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:12:47.027 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:47.027 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:12:47.027 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:12:47.027 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:12:47.027 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:47.027 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:12:47.027 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:12:47.027 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:12:47.027 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:12:47.027 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:47.027 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:12:47.027 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:12:47.027 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:12:47.027 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:12:47.027 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:47.027 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:12:47.027 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:12:47.027 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:47.027 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:12:47.027 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:12:47.027 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:12:47.027 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:12:47.027 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:12:47.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:47.028 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 06:12:47.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:12:47.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 06:12:47.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:47.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:47.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:47.528 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 06:12:47.528 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:12:47.528 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:12:47.528 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:12:47.530 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:12:47.530 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:12:47.530 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:47.550 DEBUG [main][MenuItemLookup] Found menu:'New' 06:12:47.550 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:12:47.550 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:47.550 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:12:47.550 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:12:47.550 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:12:47.550 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:47.550 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:12:47.550 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:12:47.550 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:12:47.550 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:12:47.550 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:12:47.550 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:12:47.550 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:12:47.550 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:12:47.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 'Delete.*'] is available.... 06:12:48.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:12:48.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:12:48.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:48.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:48.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:48.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:48.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: 32) 06:12:48.120 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:48.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:48.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:48.120 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:12:48.120 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:48.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:48.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:48.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:48.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:48.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:48.121 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:12:48.121 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:12:48.121 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:12:48.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:48.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:48.121 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:48.121 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:48.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: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:12:48.121 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:48.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:48.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:48.121 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:12:48.121 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:48.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:48.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:48.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:48.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:48.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:48.122 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:12:48.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:48.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:48.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:48.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:48.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:12:48.124 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:12:48.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:12:48.625 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:12:48.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:48.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:12:48.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:48.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:48.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:48.625 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:12:48.625 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:12:48.625 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:12:48.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:48.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:48.626 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:12:48.626 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:12:48.626 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFilterWarnings no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:12:48.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:12:48.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:12:48.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:12:48.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:12:48.626 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:48.626 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:48.626 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:48.626 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:48.626 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:12:48.626 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:48.626 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:48.626 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:48.626 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:48.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:48.627 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:48.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:48.627 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:12:48.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:48.627 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:48.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:48.627 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:48.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:48.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:12:48.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:48.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:48.627 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:12:48.627 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:12:48.628 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:48.628 DEBUG [main][MenuItemLookup] Item match:File 06:12:48.628 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:12:48.628 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:12:48.630 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:12:48.630 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:12:48.630 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:48.630 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:12:48.630 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:12:48.630 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:12:48.630 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:12:48.630 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:12:48.630 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:12:48.630 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:12:48.630 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:12:48.630 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:12:48.630 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:48.630 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:12:48.630 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:12:48.630 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:48.630 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:12:48.630 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:48.630 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:12:48.630 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:12:48.630 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:12:48.630 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:12:48.631 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:12:48.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:12:48.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. finished successfully 06:12:48.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:12:48.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:48.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:48.680 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:48.680 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:48.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 06:12:48.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:48.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:48.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:48.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:48.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:48.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:12:48.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:12:48.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:12:48.681 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:48.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:48.681 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:48.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:48.681 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:48.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:12:48.682 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:48.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:48.682 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:48.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:48.682 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:48.682 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:12:48.682 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:12:48.682 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:12:48.682 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:12:48.682 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:48.682 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:12:48.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:12:48.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:48.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:48.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:48.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:48.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:48.683 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:12:48.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:48.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:48.683 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:48.683 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:48.797 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:48.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:48.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:48.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:12:48.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 06:12:48.798 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:12:48.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:48.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:48.798 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:12:48.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:48.798 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 06:12:48.799 DEBUG [WorkbenchTestable][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:") 06:12:48.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:48.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:48.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:48.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:48.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:12:48.800 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:12:48.800 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 06:12:48.822 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:12:48.822 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:12:48.822 DEBUG [WorkbenchTestable][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) 06:12:48.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:48.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:48.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:48.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:48.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:48.823 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:12:48.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:48.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:48.823 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:48.823 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:48.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.... 06:12:49.505 DEBUG [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 06:12:49.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:12:49.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:49.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:49.507 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:12:49.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 "Don't Create") 06:12:49.507 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:12:49.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:12:49.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:12:49.507 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:12:49.507 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:12:49.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:49.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:49.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:49.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:49.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:49.508 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:12:49.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:49.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:49.508 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:49.508 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:49.618 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.... 06:12:49.618 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 06:12:49.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:12:49.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:12:49.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:49.619 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 06:12:49.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:12:49.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:49.619 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:49.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:49.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:49.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:49.620 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:49.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:49.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:49.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:12:49.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:49.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:49.621 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:12:49.621 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:12:49.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:49.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:49.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:49.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:49.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:49.623 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:49.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:49.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:49.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:49.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:49.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:49.633 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:12:49.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:49.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:49.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:12:49.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:49.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:49.634 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:12:49.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:12:49.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:49.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:49.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:49.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:49.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:49.635 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:49.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:49.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:49.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:49.698 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:12:49.698 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:49.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:49.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:49.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:49.699 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:49.699 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:49.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:49.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:49.699 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:49.699 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:49.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:49.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:49.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:49.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:49.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:50.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:50.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:50.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:50.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:50.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:12:50.702 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:50.702 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:50.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:50.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:50.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 06:12:50.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:50.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:50.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:50.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:50.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:50.703 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:12:50.704 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:12:50.704 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 06:12:50.704 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 06:12:50.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:51.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:51.217 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 06:12:51.218 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:12:51.218 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:12:51.218 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:12:51.219 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:12:51.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'] 06:12:51.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:51.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:51.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:51.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:12:51.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:51.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:51.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:51.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:51.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:51.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:51.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:51.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:12:51.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:51.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:51.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:51.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:51.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:51.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:12:51.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:51.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:51.221 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:12:51.221 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:12:51.221 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:51.221 DEBUG [main][MenuItemLookup] Item match:File 06:12:51.222 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:12:51.222 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:12:51.224 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:12:51.224 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:12:51.224 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:51.224 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:12:51.224 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:12:51.224 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:12:51.224 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:12:51.224 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:12:51.224 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:12:51.224 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:12:51.224 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:12:51.224 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:12:51.224 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:51.224 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:12:51.224 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:12:51.224 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:51.224 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:12:51.224 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:51.224 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:12:51.224 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:12:51.224 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:12:51.224 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:12:51.224 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:12:51.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 'New|Select a wizard'] is available.... 06:12: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 'New|Select a wizard'] is available. finished successfully 06:12:51.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:12:51.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:51.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:51.313 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:51.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:51.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:12:51.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:51.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:51.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:51.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:51.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:51.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:12:51.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:12:51.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:12:51.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:51.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:51.315 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:51.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:51.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:51.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:12:51.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:51.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:51.316 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:51.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:51.316 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:51.316 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:12:51.316 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:12:51.316 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:12:51.318 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:12:51.319 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:51.319 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:12:51.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:12:51.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:51.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:51.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:51.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:51.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:51.320 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:12:51.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:51.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:51.320 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:51.320 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:51.409 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:51.409 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:51.409 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:51.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:12:51.409 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 06:12:51.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:12:51.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:51.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:51.410 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:12:51.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:51.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.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 06:12:51.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:51.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:51.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:51.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:51.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:12:51.415 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:12:51.415 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 06:12:51.421 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:12:51.421 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:12:51.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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) 06:12:51.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:51.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:51.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:51.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:51.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:51.434 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:12:51.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:51.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:51.434 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:51.434 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:51.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:12:52.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:12:52.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:52.010 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 06:12:52.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:12:52.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:12:52.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:12:52.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:12:52.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:52.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:12:52.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:52.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:52.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:52.011 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 06:12:52.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:12:52.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:12:52.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:12:52.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:12:52.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:52.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:12:52.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:52.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:52.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4c99d066 is found... 06:12:52.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4c99d066 is found finished successfully 06:12:52.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 06:12:52.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:52.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:52.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:52.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:52.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:52.013 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:52.013 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 06:12:52.013 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:12:52.016 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:52.016 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 06:12:52.016 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:12:52.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:52.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:52.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:52.017 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:52.017 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:52.017 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:52.017 DEBUG [main][MenuItemLookup] Item match:File 06:12:52.018 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:12:52.018 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:12:52.018 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:12:52.018 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:12:52.018 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:52.018 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:12:52.018 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:12:52.018 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:52.018 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:12:52.018 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:12:52.018 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:12:52.018 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:12:52.018 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:12:52.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:12:52.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:12:52.097 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:52.098 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 06:12:52.098 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:52.098 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:52.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:52.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:52.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:52.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:52.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:52.122 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:52.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:52.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:52.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:52.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:52.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:52.125 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:52.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:12:52.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:52.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:52.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:52.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:52.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:52.126 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:52.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:52.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:52.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:52.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:52.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:52.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 06:12:52.127 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:52.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:52.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:52.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:52.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:52.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:52.128 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:52.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:52.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:52.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:52.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:52.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:52.128 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:52.128 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:52.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:52.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:52.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:52.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:52.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:52.129 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:52.129 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:52.129 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:52.129 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:52.129 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:52.129 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:12:52.129 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:52.129 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:52.129 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:52.129 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:52.129 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:52.129 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:52.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:12:53.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:12:53.631 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:53.631 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:53.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:53.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:53.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:53.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:53.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:53.632 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:53.633 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:53.633 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:53.633 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:53.633 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:53.633 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:12:53.633 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:53.633 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:53.633 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:53.633 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:53.633 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:53.633 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:53.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:12:53.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:12:53.633 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:53.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:53.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:53.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:12:53.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:53.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:53.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 06:12:53.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:53.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:53.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:53.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:53.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:53.635 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 06:12:53.635 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:12:53.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:53.635 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:12:53.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:53.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:12:53.635 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:12:53.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:53.635 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:12:53.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:53.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:12:53.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 06:12:53.635 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:12:53.635 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:53.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:53.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:53.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:53.643 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:53.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:53.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:53.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:53.643 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:53.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:53.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:53.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:53.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:53.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:53.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:54.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:54.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:54.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:54.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:54.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:12:54.646 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:54.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:54.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:54.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:54.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 06:12:54.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:54.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:54.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:54.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:54.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:54.647 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:12:54.647 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:12:54.647 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 06:12:54.647 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 06:12:54.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:54.647 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 06:12:54.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:54.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 06:12:54.647 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:12:54.647 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:12:54.647 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:12:54.649 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:12:54.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'] 06:12:54.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:54.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'] 06:12:54.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:54.649 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:12:54.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:54.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'] 06:12:54.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:54.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'] 06:12:54.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:54.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'] 06:12:54.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:54.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"] 06:12:54.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:54.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'] 06:12:54.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:54.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'] 06:12:54.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:54.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:12:54.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:54.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:54.652 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:54.652 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:12:54.652 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:54.652 DEBUG [main][MenuItemLookup] Item match:File 06:12:54.653 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:12:54.653 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:12:54.655 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:12:54.655 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:12:54.655 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:54.655 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:12:54.655 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:12:54.655 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:12:54.655 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:12:54.655 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:12:54.655 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:12:54.655 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:12:54.655 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:12:54.655 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:12:54.655 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:54.655 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:12:54.655 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:12:54.655 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:54.655 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:12:54.655 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:54.655 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:12:54.655 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:12:54.655 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:12:54.655 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:12:54.656 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:12:54.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:12: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 'New|Select a wizard'] is available. finished successfully 06:12:54.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:12:54.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:54.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:54.713 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:54.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:54.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:12:54.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:54.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:54.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:54.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:54.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:54.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:12:54.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:12:54.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:12:54.715 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:54.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:54.715 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:54.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:54.715 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:54.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:12:54.715 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:54.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:54.715 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:54.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:54.715 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:54.715 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:12:54.715 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:12:54.715 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:12:54.715 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:12:54.715 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:54.715 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:12:54.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:12:54.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:54.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:54.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:54.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:54.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:54.716 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:12:54.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:54.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:54.717 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:54.717 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:54.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'] 06:12:54.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:54.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:54.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:12:54.770 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 06:12:54.770 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:12:54.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:54.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:54.770 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:12:54.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:54.770 DEBUG [WorkbenchTestable][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:") 06:12:54.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:54.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:54.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:54.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:54.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:12:54.774 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:12:54.775 INFO [WorkbenchTestable][AbstractText] Text set to: NextWarningTestClass 06:12:54.789 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:12:54.789 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:12:54.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:12:54.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:54.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:54.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:54.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:54.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:54.791 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:12:54.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:54.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:54.791 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:54.791 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:54.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:12:55.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:12:55.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:55.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:12:55.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:12:55.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:12:55.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:55.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:12:55.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:55.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:55.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:55.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:12:55.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:12:55.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:12:55.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:55.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:12:55.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:55.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:55.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2b039d71 is found... 06:12:55.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2b039d71 is found finished successfully 06:12:55.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNextWarningTestClass.java\E') 06:12:55.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:55.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:55.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:55.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:55.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:55.297 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:55.297 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class NextWarningTestClass { } TooltipText=null 06:12:55.297 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:12:55.302 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:55.302 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class NextWarningTestClass{ private int i; } TooltipText=null 06:12:55.302 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:12:55.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform 06:12:55.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:55.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:55.303 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 06:12:55.303 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 06:12:55.303 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:55.303 DEBUG [main][MenuItemLookup] Item match:File 06:12:55.304 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:12:55.304 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:12:55.304 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:12:55.304 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:12:55.304 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:55.304 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:12:55.304 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:12:55.304 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:55.304 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:12:55.304 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:12:55.304 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:12:55.304 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:12:55.304 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:12:55.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:12:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:12:55.312 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:55.312 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class NextWarningTestClass{ private int i; } TooltipText=null 06:12:55.312 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:55.312 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:55.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:55.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:55.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:55.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:55.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:55.337 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:55.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:55.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:55.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform 06:12:55.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:55.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:55.339 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 06:12:55.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 '\*?\QProblems\E') 06:12:55.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:55.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:55.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:55.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:55.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:55.341 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:55.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:55.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:55.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 06:12:55.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:55.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:55.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 06:12:55.342 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:55.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:55.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:55.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 06:12:55.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:55.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:55.342 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:55.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:55.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:55.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 06:12:55.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:55.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:55.343 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:55.343 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:55.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:55.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:55.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 06:12:55.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:55.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:55.343 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:55.344 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:55.344 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:55.344 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:55.344 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:55.344 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:12:55.344 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:55.344 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:55.344 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:55.344 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:55.344 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:55.344 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:55.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:12:56.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:12:56.345 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:56.345 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:56.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:56.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:56.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 06:12:56.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:56.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:56.346 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:56.347 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:56.347 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:56.347 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:56.347 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:56.347 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:12:56.347 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:56.347 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:56.347 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:56.347 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:56.347 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:56.347 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:56.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:12:56.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:12:56.347 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:56.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:56.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:56.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 06:12:56.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:56.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:56.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 06:12:56.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:56.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:56.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:56.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:56.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:56.349 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 06:12:56.349 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:12:56.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:56.349 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:12:56.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:56.349 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:12:56.349 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:12:56.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:56.349 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:12:56.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:56.349 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:12:56.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 06:12:56.349 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:12:56.349 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:56.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:56.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:56.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:56.356 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:56.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:56.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:56.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:56.356 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:56.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:56.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:56.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:56.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:56.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:56.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:56.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:56.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:57.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:57.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:12:57.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:12:57.360 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:12:57.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:12:57.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:57.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:57.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 06:12:57.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:57.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:57.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:57.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:57.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:57.361 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:12:57.361 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:12:57.361 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 06:12:57.361 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 06:12:57.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:57.361 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 06:12:57.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:57.361 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 06:12:57.362 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:12:57.362 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:12:57.362 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:12:57.366 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:12:57.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'] 06:12:57.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:57.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'] 06:12:57.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:57.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: "New Java Class"] 06:12:57.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:57.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'] 06:12:57.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:57.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'] 06:12:57.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:57.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'] 06:12:57.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:57.367 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:12:57.367 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:57.367 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:57.367 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:57.367 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:57.367 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:57.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform 06:12:57.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:57.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:57.367 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 06:12:57.367 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 06:12:57.367 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:57.367 DEBUG [main][MenuItemLookup] Item match:File 06:12:57.368 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:12:57.368 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:12:57.370 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:12:57.370 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:12:57.370 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:57.370 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:12:57.370 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:12:57.370 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:12:57.370 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:12:57.370 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:12:57.370 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:12:57.370 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:12:57.370 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:12:57.370 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:12:57.370 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:57.370 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:12:57.370 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:12:57.370 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:57.370 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:12:57.370 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:57.370 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:12:57.370 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:12:57.370 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:12:57.370 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:12:57.370 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:12:57.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:12:57.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:12:57.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:12:57.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:57.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:57.427 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:57.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:57.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:12:57.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:57.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:57.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:57.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:57.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:57.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:12:57.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:12:57.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:12:57.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:57.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:57.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:57.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:57.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:57.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:12:57.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:12:57.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:57.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:12:57.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:57.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:12:57.429 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:12:57.429 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:12:57.429 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:12:57.429 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:12:57.429 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:12:57.429 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:12:57.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:12:57.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:57.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:57.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:57.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:57.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:57.429 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:12:57.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:57.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:57.429 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:57.429 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:57.480 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:12:57.481 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:57.481 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:57.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:12:57.481 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 06:12:57.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:12:57.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:57.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:57.482 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:12:57.482 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:12:57.482 DEBUG [WorkbenchTestable][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:") 06:12:57.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:57.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:57.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:57.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:57.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:12:57.486 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:12:57.486 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 06:12:57.500 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:12:57.500 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:12:57.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:12:57.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:57.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:57.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:57.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:57.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:12:57.503 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:12:57.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:12:57.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:12:57.503 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:12:57.503 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:12:57.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:12:58.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:12:58.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:58.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:12:58.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:12:58.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:58.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:12:58.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:58.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:58.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:12:58.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:12:58.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:12:58.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:12:58.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:12:58.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:12:58.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:12:58.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@16de0e7b is found... 06:12:58.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@16de0e7b is found finished successfully 06:12:58.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') 06:12:58.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:58.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:58.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:58.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:58.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:58.010 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:58.010 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 06:12:58.010 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:12:58.013 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:58.013 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 06:12:58.013 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:12:58.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:12:58.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:58.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:58.014 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:12:58.014 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:12:58.014 DEBUG [main][MenuItemLookup] Found menu:'File' 06:12:58.014 DEBUG [main][MenuItemLookup] Item match:File 06:12:58.014 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:12:58.014 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:12:58.014 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:12:58.014 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:12:58.014 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:58.014 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:12:58.014 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:12:58.014 DEBUG [main][MenuItemLookup] Found menu:'' 06:12:58.014 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:12:58.014 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:12:58.015 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:12:58.015 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:12:58.015 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:12:58.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:12:58.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:12:58.022 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:58.022 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 06:12:58.022 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:58.022 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:58.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:58.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:58.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:12:58.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:58.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:58.049 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:58.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:58.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:58.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:12:58.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:58.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:58.051 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:12:58.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:12:58.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:58.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:58.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:58.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:58.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:58.053 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:58.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:58.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:58.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:58.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:58.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:58.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 06:12:58.054 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:58.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:58.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:58.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:58.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:58.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:58.055 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:58.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:58.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:58.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:58.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:58.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:58.055 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:58.055 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:58.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:58.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:58.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:58.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:58.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:58.056 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:58.056 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:58.056 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:58.056 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:58.057 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:58.057 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 06:12:58.057 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:58.057 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:58.057 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:58.057 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:58.057 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:58.057 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:58.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:12:59.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:12:59.558 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:59.558 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:59.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:59.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:59.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:59.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:59.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:59.559 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:59.559 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:59.559 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:59.559 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:59.559 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:59.559 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 06:12:59.559 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:59.559 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:59.559 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:59.559 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:59.559 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:59.559 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:12:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:12:59.560 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:59.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:59.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:59.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:59.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:59.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12: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 06:12:59.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:59.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:59.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:59.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:59.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:12:59.571 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:12:59.571 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:12:59.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:59.571 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:12:59.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:59.571 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:12:59.571 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:12:59.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:12:59.571 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:12:59.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:12:59.571 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:12:59.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 06:12:59.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:59.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:59.573 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:59.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:59.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:59.575 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:12:59.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:59.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:59.575 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:12:59.575 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:12:59.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:59.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:59.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:59.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:59.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:59.577 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:59.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:59.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:59.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:59.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:59.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:59.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:59.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:59.589 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:59.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:59.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:59.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:12:59.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:12:59.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:12:59.591 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:12:59.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 '\*?\QProblems\E') 06:12:59.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:12:59.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:12:59.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:12:59.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:12:59.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:12:59.593 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:59.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:59.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:59.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:59.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:59.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:59.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 06:12:59.594 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:59.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:59.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:59.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:59.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:59.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:59.594 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:59.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:59.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:59.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:59.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:59.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:59.595 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:12:59.595 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:12:59.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:12:59.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:12:59.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:12:59.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:12:59.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:12:59.595 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:12:59.595 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:59.595 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:59.595 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:59.596 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:12:59.596 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 06:12:59.596 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:12:59.596 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:12:59.596 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:12:59.596 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:12:59.596 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:12:59.596 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:12:59.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:13:00.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:13:00.597 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:00.597 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:00.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:00.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:00.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:00.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:00.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:00.598 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:00.599 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:00.599 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:00.599 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:00.599 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:00.599 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 06:13:00.599 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:00.599 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:00.599 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:00.599 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:00.599 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:00.599 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:00.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:13:00.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:13:00.599 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:00.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:00.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:00.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:00.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:00.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:00.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:00.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:00.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:00.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:00.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:00.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:00.601 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 06:13:00.601 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 06:13:00.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:00.601 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 06:13:00.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:00.601 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 06:13:00.601 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 06:13:00.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:00.601 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 06:13:00.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:00.601 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 06:13:00.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 06:13:00.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 06:13:00.601 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:00.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:00.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:00.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:00.602 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:00.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:00.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:00.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:00.602 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:00.602 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:00.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:00.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:00.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:00.603 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:00.603 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:00.603 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:00.603 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:00.603 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:00.603 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 06:13:00.603 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:00.603 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:00.603 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:00.603 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:00.603 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:00.603 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:00.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:13:01.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:13:01.604 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:01.605 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:01.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:01.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:01.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:01.605 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:01.606 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:01.606 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:01.606 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:01.606 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:01.606 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 06:13:01.606 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:01.606 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:01.606 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:01.606 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:01.606 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:01.606 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:01.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:13:01.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:13:01.606 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:01.606 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:01.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:01.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:01.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:01.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:01.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:01.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:01.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:01.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:01.607 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:13:01.607 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:13:01.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:01.607 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:13:01.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:01.607 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:13:01.607 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:13:01.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:01.607 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:13:01.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:01.607 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:13:01.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 06:13:01.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:01.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:01.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:01.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:01.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:01.610 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:01.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:01.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:01.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:01.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:01.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:01.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:01.612 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:01.612 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:01.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:01.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:01.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:01.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:01.612 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:01.612 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:01.612 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:01.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:01.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:01.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:01.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:01.613 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:01.613 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:01.613 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:01.613 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:01.613 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:01.613 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 06:13:01.613 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:01.613 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:01.613 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:01.613 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:01.613 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:01.613 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:01.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:13:02.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:13:02.614 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:02.615 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:02.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:02.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:02.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:02.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:02.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:02.616 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:02.616 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:02.616 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:02.616 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:02.616 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:02.617 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 06:13:02.617 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:02.617 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:02.617 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:02.617 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:02.617 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:02.617 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:02.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:13:02.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:13:02.617 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:02.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:02.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:02.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:02.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:02.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:02.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:02.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:02.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:02.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:02.618 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 06:13:02.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 06:13:02.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:02.619 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 06:13:02.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:02.619 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 06:13:02.619 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 06:13:02.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:02.619 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 06:13:02.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:02.619 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 06:13:02.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 06:13:02.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:02.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:02.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:02.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 06:13:02.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:02.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:02.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:02.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 06:13:02.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:02.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:02.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:02.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 06:13:02.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:02.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:02.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:02.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 06:13:02.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:02.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:02.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:02.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 06:13:02.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:02.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:02.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:02.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:02.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:02.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:02.622 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:02.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 '\*?\QProblems\E') 06:13:02.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:02.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:02.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:02.633 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:02.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:02.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:02.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:02.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:02.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:02.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:02.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:02.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:02.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:02.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 06:13:02.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:02.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:02.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:02.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:02.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:02.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:02.637 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:02.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:02.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:02.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:02.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:02.656 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:02.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:02.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:02.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:02.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:02.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:02.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 06:13:02.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:02.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:02.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:02.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 06:13:02.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:02.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:02.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:02.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:02.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:02.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:02.660 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:02.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:02.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:02.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:02.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:02.662 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:02.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:02.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:02.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:02.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:02.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:02.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:02.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:02.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:02.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:02.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:02.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:02.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:02.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:02.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:02.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:02.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:02.666 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:02.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 '\*?\QProblems\E') 06:13:02.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:02.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:02.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:02.667 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:02.667 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:02.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:02.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:02.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:02.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:02.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 06:13:02.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:02.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:02.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:02.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:02.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:02.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:02.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:02.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:02.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:02.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:02.671 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:02.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:02.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:02.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:02.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:02.673 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:02.673 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:02.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:02.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:02.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:02.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:02.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:02.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:02.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:02.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:02.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:02.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:02.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:02.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:02.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:02.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:02.685 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:02.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:02.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:02.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:02.686 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:02.686 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:02.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:02.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:02.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:02.686 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:02.687 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:02.687 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:02.687 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:02.687 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:02.687 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 06:13:02.687 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:02.687 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:02.687 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:02.687 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:02.687 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:02.687 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:02.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:13:03.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:13:03.688 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:03.688 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:03.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:03.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:03.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:03.689 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:03.690 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:03.690 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:03.690 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:03.690 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:03.690 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 06:13:03.690 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:03.690 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:03.690 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:03.690 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:03.690 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:03.690 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:03.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:13:03.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:13:03.690 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:03.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:03.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:03.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:03.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 06:13:03.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:03.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:03.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:03.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:03.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:03.691 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 06:13:03.691 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 06:13:03.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:03.691 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 06:13:03.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:03.692 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 06:13:03.692 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 06:13:03.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:03.692 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 06:13:03.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:03.692 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 06:13:03.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 06:13:03.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:03.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:03.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:03.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:03.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:03.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 06:13:03.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:03.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:03.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:03.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:03.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:03.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 06:13:03.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:03.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:03.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:03.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:03.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:03.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 06:13:03.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:03.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:03.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:03.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:03.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:03.693 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:03.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:03.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:03.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:03.694 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:03.694 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:03.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:03.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:03.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:03.694 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:03.695 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:03.695 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:03.695 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:03.695 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:03.695 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 06:13:03.695 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:03.695 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:03.695 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:03.695 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:03.695 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:03.695 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:03.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:13:05.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:13:05.196 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:05.196 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:05.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:05.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:05.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:05.197 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:05.198 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:05.198 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:05.198 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:05.198 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:05.198 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 06:13:05.198 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:05.198 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:05.198 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:05.198 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:05.198 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:05.198 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:05.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:13:05.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:13:05.198 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:05.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:05.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:05.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:05.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:05.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:05.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:05.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:05.199 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:13:05.199 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:13:05.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:05.199 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:13:05.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:05.199 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:13:05.199 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:13:05.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:05.199 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:13:05.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:05.199 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:13:05.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:05.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:05.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:05.201 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:05.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') 06:13:05.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:05.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:05.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:05.203 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:05.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:05.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:05.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:05.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:05.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:05.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:05.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:05.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:05.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:05.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 06:13:05.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:05.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:05.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:05.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:05.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:05.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:05.217 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:05.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') 06:13:05.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:05.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:05.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:05.219 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:05.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:05.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:05.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:05.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:05.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:05.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 06:13:05.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:05.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:05.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:05.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 06:13:05.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:05.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:05.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:05.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:05.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:05.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:05.232 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:05.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:05.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:05.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:05.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:05.233 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:05.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:05.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:05.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:05.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:05.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:05.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:05.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:05.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:05.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:05.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 06:13:05.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:05.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:05.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:05.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:05.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:05.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:05.247 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:05.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') 06:13:05.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:05.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:05.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:05.248 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:05.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:05.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:05.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:05.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:05.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:05.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 06:13:05.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:05.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:05.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:05.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:05.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:05.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:05.252 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:05.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:05.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:05.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:05.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:05.263 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:05.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:05.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:05.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:05.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:05.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:05.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 06:13:05.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:05.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:05.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:05.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 06:13:05.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:05.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:05.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:05.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:05.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:05.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:05.267 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:05.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 '\*?\QProblems\E') 06:13:05.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:05.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:05.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:05.269 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:05.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:05.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:05.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:05.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:05.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:05.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 06:13:05.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:05.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:05.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:05.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 06:13:05.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:05.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:05.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:05.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:05.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:05.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:05.283 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:05.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') 06:13:05.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:05.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:05.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:05.285 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:05.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:05.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:05.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:05.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:05.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:05.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 06:13:05.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:05.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:05.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:05.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:05.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:05.296 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:05.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:05.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:05.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:05.296 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:05.296 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:05.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:05.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:05.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:05.297 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:05.297 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:05.297 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:05.297 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:05.297 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:05.297 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 06:13:05.297 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:05.297 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:05.297 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:05.297 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:05.297 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:05.298 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:05.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:13:06.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:13:06.799 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:06.799 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:06.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:06.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:06.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:06.800 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:06.800 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:06.800 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:06.800 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:06.800 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:06.800 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 06:13:06.800 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:06.800 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:06.800 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:06.800 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:06.800 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:06.800 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:06.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:13:06.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:13:06.801 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:06.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:06.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:06.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13: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 06:13:06.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.802 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 06:13:06.802 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 06:13:06.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:06.802 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 06:13:06.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:06.802 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 06:13:06.802 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 06:13:06.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:06.802 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 06:13:06.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:06.802 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 06:13:06.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:06.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:06.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:06.804 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:06.804 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:06.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:06.806 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:06.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:06.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:06.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:06.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:06.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:06.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:06.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:06.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:06.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:06.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:06.810 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:06.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:06.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:06.811 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:06.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:06.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:06.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:06.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:06.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:06.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 06:13:06.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.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 06:13:06.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:06.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:06.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:06.815 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13: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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:06.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:06.826 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:06.827 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:06.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:06.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:06.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:06.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:06.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:06.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.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 06:13:06.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.830 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:06.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:06.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:06.830 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:06.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 '\*?\QProblems\E') 06:13:06.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:06.832 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:06.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:06.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:06.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:06.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:06.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:06.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:06.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:06.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:06.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:06.845 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:06.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 '\*?\QProblems\E') 06:13:06.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:06.847 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:06.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:06.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:06.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:06.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:06.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:06.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 06:13:06.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.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 06:13:06.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:06.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:06.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:06.851 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:06.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') 06:13:06.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:06.862 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:06.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:06.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:06.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:06.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:06.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:06.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 06:13:06.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.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 06:13:06.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:06.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:06.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:06.866 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:06.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') 06:13:06.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:06.867 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:06.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:06.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:06.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:06.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:06.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:06.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 06:13:06.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:06.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:06.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:06.880 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:06.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 '\*?\QProblems\E') 06:13:06.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:06.882 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:06.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:06.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:06.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:06.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:06.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:06.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 06:13:06.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.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 06:13:06.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:06.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:06.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:06.895 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:06.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 '\*?\QProblems\E') 06:13:06.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:06.897 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:06.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:06.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:06.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:06.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:06.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:06.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 06:13:06.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:06.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:06.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:06.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:06.910 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:06.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') 06:13:06.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:06.912 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:06.912 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:06.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:06.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:06.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:06.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:06.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:06.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:06.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.916 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:06.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:06.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:06.916 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:06.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:06.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:06.927 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:06.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:06.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:06.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:06.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:06.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:06.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:06.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:06.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:06.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:06.931 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:06.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') 06:13:06.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:06.933 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:06.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:06.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:06.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:06.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:06.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:06.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 06:13:06.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.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 06:13:06.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:06.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:06.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:06.946 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:06.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 '\*?\QProblems\E') 06:13:06.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:06.948 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:06.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:06.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:06.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:06.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:06.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:06.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:06.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.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 06:13:06.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:06.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:06.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:06.952 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:06.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:06.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:06.953 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:06.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:06.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:06.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:06.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:06.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:06.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 06:13:06.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:06.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:06.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:06.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:06.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:06.955 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:06.955 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:06.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:06.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:06.955 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:13:06.955 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:13:06.955 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:13:06.955 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:13:06.955 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:13:06.955 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:13:06.955 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:13:06.955 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:13:06.955 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:13:06.956 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:13:07.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:13:07.000 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 06:13:07.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:13:07.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:07.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:07.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 06:13:07.001 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:07.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:07.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:07.001 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:13:07.001 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:07.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:07.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:07.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:07.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:07.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:07.002 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:13:07.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:07.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:07.002 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:07.002 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:07.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:13:07.003 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:07.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:07.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:07.003 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:13:07.003 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:07.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:07.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:07.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:07.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:07.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:07.004 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:13:07.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:07.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:07.004 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:07.004 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:07.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:13:07.033 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 06:13:07.033 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:13:07.033 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:07.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:07.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:07.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:07.048 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:07.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:07.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:07.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:07.048 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:07.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:07.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:07.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:07.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:07.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:07.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:07.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:07.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:08.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:08.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:08.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:13:08.051 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:08.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:08.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:08.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:08.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 06:13:08.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:08.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:08.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:08.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:08.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:08.052 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:13:08.052 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:13:08.052 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:13:08.052 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:13:08.054 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:13:08.054 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:13:08.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:08.076 DEBUG [main][MenuItemLookup] Found menu:'New' 06:13:08.076 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:13:08.076 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:08.076 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:13:08.076 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:13:08.076 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:13:08.076 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:08.076 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:13:08.076 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:13:08.076 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:13:08.076 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:13:08.076 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:08.076 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:13:08.076 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:13:08.076 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:13:08.076 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:13:08.076 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:08.076 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:13:08.076 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:13:08.076 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:08.076 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:13:08.076 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:13:08.076 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:13:08.076 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:13:08.076 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:13:08.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:08.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:13:08.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:13:08.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:13:08.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:08.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:13:08.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:08.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:08.081 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 06:13:08.081 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:13:08.081 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:13:08.081 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:13:08.082 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:13:08.082 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:13:08.082 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:08.102 DEBUG [main][MenuItemLookup] Found menu:'New' 06:13:08.102 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:13:08.102 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:08.102 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:13:08.102 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:13:08.102 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:13:08.102 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:08.102 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:13:08.102 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:13:08.102 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:13:08.102 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:13:08.102 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:13:08.102 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:13:08.102 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:13:08.102 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:13:08.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.... 06:13:08.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:13:08.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:13:08.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:08.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:08.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:08.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:08.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: 32) 06:13:08.668 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:08.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:08.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:08.668 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:13:08.668 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:08.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:08.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:08.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:08.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:08.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:08.669 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:13:08.669 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:13:08.669 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:13:08.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:08.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:08.669 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:08.669 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:08.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:13:08.669 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:08.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:08.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:08.669 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:13:08.669 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:08.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:08.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:08.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:08.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:08.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:08.670 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:13:08.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:08.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:08.670 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:08.670 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:08.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:13:08.672 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:13:09.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:13:09.173 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:13:09.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:09.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:13:09.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:13:09.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:13:09.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:13:09.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:09.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:09.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:09.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:13:09.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:13:09.173 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:13:09.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:09.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:09.173 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFilterWarnings no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:13:09.173 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:13:09.173 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideHiddenProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:13:09.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:13:09.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:13:09.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:13:09.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:13:09.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'] 06:13:09.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:09.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'] 06:13:09.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:09.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: "New Java Project"] 06:13:09.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:09.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'] 06:13:09.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:09.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'] 06:13:09.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:09.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'] 06:13:09.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:09.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: "New Java Project"] 06:13:09.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:09.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'] 06:13:09.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:09.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'] 06:13:09.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:09.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:09.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:09.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:09.182 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:09.182 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:13:09.182 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:09.182 DEBUG [main][MenuItemLookup] Item match:File 06:13:09.183 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:13:09.183 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:13:09.185 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:13:09.185 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:13:09.185 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:09.185 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:13:09.185 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:13:09.185 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:13:09.185 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:13:09.185 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:13:09.185 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:13:09.185 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:13:09.185 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:13:09.185 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:13:09.185 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:09.185 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:13:09.185 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:13:09.185 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:09.185 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:13:09.185 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:09.185 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:13:09.185 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:13:09.185 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:13:09.185 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:13:09.185 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:13:09.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:13:09.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:13:09.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:13:09.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:09.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:09.236 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:13:09.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:09.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:13:09.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:09.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:09.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:09.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:09.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:09.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:13:09.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:13:09.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:13:09.237 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:13:09.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:09.237 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:13:09.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:09.237 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:13:09.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:13:09.238 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:13:09.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:09.238 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:13:09.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:09.238 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:13:09.238 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:13:09.238 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:13:09.238 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:13:09.241 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:13:09.241 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:13:09.241 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:13:09.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:13:09.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:09.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:09.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:09.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:09.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:09.242 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:13:09.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:09.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:09.242 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:09.242 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:09.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'] 06:13:09.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:09.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:09.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:13:09.356 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 06:13:09.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:13:09.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:09.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:09.357 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:13:09.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:09.357 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 06:13:09.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 06:13:09.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:09.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:09.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:09.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:09.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:13:09.358 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:13:09.358 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 06:13:09.380 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:13:09.380 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:13:09.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.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) 06:13:09.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:09.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:09.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:09.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:09.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:09.382 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:13:09.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:09.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:09.382 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:09.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:09.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:13:09.885 DEBUG [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 06:13:09.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:13:09.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:09.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:09.888 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:13:09.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:13:09.888 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:09.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:09.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:09.888 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:13:09.888 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:09.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:09.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:09.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:09.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:09.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:09.889 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:13:09.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:09.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:09.889 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:09.889 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:09.958 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.... 06:13:09.958 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 06:13:09.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:13:09.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:13:09.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:09.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 06:13:09.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:13:09.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:13:09.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:13:09.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:13:09.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:09.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:09.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:09.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:09.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:09.971 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:09.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:09.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:09.972 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:09.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:09.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:09.972 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:09.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:09.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:09.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:09.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:09.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:09.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:09.995 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:09.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:10.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:10.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:10.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:10.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:10.003 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:13:10.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:10.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:10.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:10.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:10.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:10.003 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:10.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:13:10.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:10.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:10.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:10.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:10.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:10.004 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:10.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:10.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:10.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:10.029 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:10.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:10.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:10.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:10.036 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:13:10.037 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:13:10.037 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:13:10.037 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:13:10.037 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:13:10.037 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:13:10.037 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:13:10.037 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:13:10.037 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:13:10.037 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:13:10.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:13:10.109 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 06:13:10.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:13:10.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:10.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:10.109 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 06:13:10.109 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:10.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:10.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:10.110 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:13:10.110 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:10.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:10.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:10.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:10.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:10.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:10.111 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:13:10.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:10.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:10.111 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:10.111 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:10.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:13:10.112 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:10.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:10.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:10.112 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:13:10.112 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:10.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:10.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:10.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:10.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:10.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:10.113 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:13:10.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:10.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:10.113 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:10.113 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:10.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:13:10.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 06:13:10.137 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:10.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:10.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:10.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:10.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 06:13:10.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:10.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:10.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:10.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:10.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:10.138 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:10.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:10.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:10.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:10.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 06:13:10.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:10.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:10.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:10.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:10.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:10.139 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:10.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:10.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:10.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:10.141 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:13:10.141 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:13:10.141 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:13:10.141 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:13:10.141 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:13:10.141 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:13:10.141 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:13:10.141 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:13:10.141 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:13:10.141 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:13:10.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:13:10.218 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 06:13:10.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:13:10.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:10.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:10.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 06:13:10.218 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:10.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:10.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:10.219 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:13:10.219 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:10.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:10.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:10.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:10.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:10.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:10.220 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:13:10.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:10.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:10.220 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:10.220 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:10.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:13:10.221 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:10.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:10.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:10.221 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:13:10.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:10.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:10.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:10.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:10.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:10.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:10.222 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:13:10.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:10.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:10.222 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:10.222 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:10.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:13:10.245 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 06:13:10.245 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:13:10.246 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:10.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:10.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:10.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:10.329 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:10.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:10.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:10.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:10.330 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:10.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:10.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:10.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:10.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:10.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:10.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:10.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:10.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:11.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:11.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:11.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:13:11.331 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:11.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:11.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:11.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:11.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:11.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:11.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:11.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:11.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:11.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:11.332 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:13:11.332 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:13:11.332 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:13:11.332 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:13:11.333 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:13:11.334 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:13:11.334 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:11.353 DEBUG [main][MenuItemLookup] Found menu:'New' 06:13:11.353 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:13:11.353 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:11.353 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:13:11.353 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:13:11.353 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:13:11.353 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:11.353 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:13:11.353 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:13:11.353 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:13:11.353 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:13:11.353 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:11.353 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:13:11.353 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:13:11.353 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:13:11.353 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:13:11.353 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:11.353 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:13:11.353 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:13:11.353 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:11.353 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:13:11.353 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:13:11.354 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:13:11.354 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:13:11.354 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:13:11.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:11.354 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 06:13:11.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:13:11.854 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 06:13:11.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:11.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:11.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:11.854 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 06:13:11.854 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:13:11.854 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:13:11.855 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:13:11.856 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:13:11.856 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:13:11.856 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:11.877 DEBUG [main][MenuItemLookup] Found menu:'New' 06:13:11.877 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:13:11.877 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:11.877 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:13:11.877 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:13:11.877 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:13:11.877 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:11.877 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:13:11.877 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:13:11.877 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:13:11.877 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:13:11.877 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:13:11.877 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:13:11.877 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:13:11.877 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:13:11.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:13:12.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:13:12.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:13:12.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:12.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:12.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:12.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:12.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: 32) 06:13:12.500 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:12.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:12.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:12.500 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:13:12.500 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:12.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:12.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:12.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:12.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:12.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:12.501 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:13:12.501 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:13:12.501 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:13:12.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:12.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:12.501 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:12.501 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:12.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:13:12.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:12.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:12.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:12.502 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:13:12.502 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:12.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:12.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:12.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:12.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:12.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:12.502 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:13:12.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:12.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:12.502 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:12.502 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:12.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:13:12.505 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:13:13.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:13:13.005 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:13:13.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:13.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:13:13.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:13.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:13.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:13.006 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:13:13.006 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:13:13.006 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:13:13.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:13.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:13.006 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideHiddenProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:13:13.006 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:13:13.007 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowProblemColumnNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:13:13.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:13:13.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:13:13.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:13:13.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:13:13.007 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:13.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:13.007 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:13.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:13.007 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:13:13.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:13.007 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:13.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:13.007 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:13.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:13.007 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:13.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:13.007 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:13:13.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:13.007 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:13.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:13.007 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:13.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:13.008 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:13.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:13.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:13.008 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:13.008 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:13:13.008 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:13.008 DEBUG [main][MenuItemLookup] Item match:File 06:13:13.009 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:13:13.009 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:13:13.011 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:13:13.011 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:13:13.011 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:13.011 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:13:13.011 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:13:13.011 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:13:13.011 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:13:13.011 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:13:13.011 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:13:13.011 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:13:13.011 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:13:13.011 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:13:13.011 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:13.011 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:13:13.011 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:13:13.011 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:13.011 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:13:13.011 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:13.011 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:13:13.011 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:13:13.011 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:13:13.011 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:13:13.011 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:13:13.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.... 06:13:13.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:13:13.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:13:13.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:13.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:13.061 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:13:13.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:13.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:13:13.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:13.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:13.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:13.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:13.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:13.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:13:13.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:13:13.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:13:13.063 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:13:13.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:13.063 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:13:13.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:13.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:13:13.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:13:13.063 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:13:13.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:13.063 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:13:13.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:13.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:13:13.063 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:13:13.063 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:13:13.063 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:13:13.063 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:13:13.063 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:13:13.063 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:13:13.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:13:13.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:13.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:13.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:13.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:13.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:13.064 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:13:13.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:13.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:13.069 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:13.069 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:13.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'] 06:13:13.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:13.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:13.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:13:13.218 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 06:13:13.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:13:13.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:13.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:13.219 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:13:13.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:13.219 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 06:13:13.219 DEBUG [WorkbenchTestable][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:") 06:13:13.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:13.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:13.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:13.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:13.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:13:13.220 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:13:13.221 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 06:13:13.274 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:13:13.274 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:13: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.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) 06:13:13.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:13.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:13.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:13.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:13.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:13.276 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:13:13.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:13.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:13.276 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:13.276 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:13.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:13:13.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 06:13:13.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:13:13.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:13.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:13.781 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:13:13.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:13:13.781 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:13.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:13.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:13.781 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:13:13.781 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:13.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:13.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:13.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:13.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:13.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:13.782 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:13:13.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:13.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:13.782 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:13.782 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:13.847 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.... 06:13:13.848 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 06:13:13.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:13:13.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:13:13.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:13.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 06:13:13.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:13:13.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:13:13.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:13:13.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:13.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:13.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:13.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:13.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:13.849 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:13.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:13.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:13.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:13.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:13.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:13.861 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13: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 '\*?\QProblems\E') 06:13:13.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:13.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:13.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:13.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:13.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:13.862 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:13.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:13.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:13.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:13.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:13.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:13.902 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:13:13.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:13.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:13.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:13.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:13.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:13.903 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:13.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 '\*?\QPackage Explorer\E') 06:13:13.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:13.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:13.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:13.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:13.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:13.904 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:13.904 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:13.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:13.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:13.918 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:13.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:13.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:13.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:13.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 06:13:13.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:13.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:13.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:13.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:13.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:13.934 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:13.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:13.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:13.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:13.939 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:13:13.939 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:13:13.939 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:13:13.939 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:13:13.939 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:13:13.939 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:13:13.939 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:13:13.939 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:13:13.939 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:13:13.939 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:13:13.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:13:13.999 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 06:13:13.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:13:13.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:14.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:14.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 "Restore Defaults") 06:13:14.000 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:14.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:14.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:14.000 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:13:14.000 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:14.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:14.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:14.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:14.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:14.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:14.001 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:13:14.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:14.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:14.001 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:14.001 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:14.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:13:14.002 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:14.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:14.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:14.002 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:13:14.002 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:14.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:14.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:14.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:14.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:14.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:14.003 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:13:14.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:14.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:14.003 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:14.003 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:14.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:13:14.025 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 06:13:14.025 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:13:14.025 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:14.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:14.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:14.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:14.033 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:14.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:14.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:14.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:14.033 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:14.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:14.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:14.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:14.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:14.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:14.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:14.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:14.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:15.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:15.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:15.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:13:15.035 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:15.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:15.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:15.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:15.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 06:13:15.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:15.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:15.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:15.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:15.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:15.036 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:13:15.036 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:13:15.036 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:13:15.036 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:13:15.037 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:13:15.038 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:13:15.038 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:15.058 DEBUG [main][MenuItemLookup] Found menu:'New' 06:13:15.058 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:13:15.058 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:15.058 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:13:15.058 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:13:15.058 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:13:15.058 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:15.058 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:13:15.058 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:13:15.058 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:13:15.058 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:13:15.058 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:15.058 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:13:15.058 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:13:15.058 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:13:15.058 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:13:15.058 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:15.058 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:13:15.058 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:13:15.058 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:15.058 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:13:15.058 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:13:15.058 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:13:15.059 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:13:15.059 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:13:15.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:15.059 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 06:13:15.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:13:15.559 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 06:13:15.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:15.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:15.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:15.560 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 06:13:15.560 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:13:15.560 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:13:15.560 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:13:15.562 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:13:15.562 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:13:15.562 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:15.604 DEBUG [main][MenuItemLookup] Found menu:'New' 06:13:15.604 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:13:15.604 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:15.604 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:13:15.604 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:13:15.604 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:13:15.604 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:15.604 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:13:15.604 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:13:15.604 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:13:15.604 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:13:15.604 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:13:15.604 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:13:15.604 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:13:15.604 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:13:15.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 'Delete.*'] is available.... 06:13:16.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:13:16.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:13:16.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:16.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:16.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:16.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:16.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:13:16.229 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:16.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:16.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:16.229 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:13:16.229 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:16.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:16.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:16.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:16.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:16.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:16.229 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:13:16.229 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:13:16.229 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:13:16.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:16.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:16.230 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:16.230 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:16.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:13:16.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:16.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:16.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:16.230 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:13:16.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:16.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:16.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:16.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:16.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:16.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:16.231 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:13:16.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:16.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:16.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:16.231 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:16.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:13:16.233 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:13:16.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:13:16.734 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:13:16.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:16.734 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 06:13:16.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:13:16.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:16.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:16.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:16.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:13:16.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:13:16.734 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:13:16.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:16.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:16.735 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowProblemColumnNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:13:16.735 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:13:16.735 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowProblemColumnEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:13:16.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:13:16.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:13:16.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:13:16.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:13:16.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'] 06:13:16.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:16.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'] 06:13:16.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:16.735 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:13:16.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:16.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'] 06:13:16.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:16.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'] 06:13:16.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:16.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'] 06:13:16.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:16.736 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:13:16.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:16.736 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:16.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:16.736 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:16.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:16.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:16.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:16.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:16.736 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:16.736 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:13:16.737 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:16.737 DEBUG [main][MenuItemLookup] Item match:File 06:13:16.738 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:13:16.738 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:13:16.740 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:13:16.740 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:13:16.740 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:16.740 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:13:16.740 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:13:16.740 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:13:16.740 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:13:16.740 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:13:16.740 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:13:16.740 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:13:16.740 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:13:16.740 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:13:16.740 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:16.740 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:13:16.740 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:13:16.740 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:16.740 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:13:16.740 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:16.740 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:13:16.740 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:13:16.740 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:13:16.740 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:13:16.740 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:13:16.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:13:16.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 06:13:16.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:13:16.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:16.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:16.792 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:13:16.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:16.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:13:16.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:16.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:16.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:16.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:16.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:16.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:13:16.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:13:16.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:13:16.793 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:13:16.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:16.793 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:13:16.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:16.793 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:13:16.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:13:16.793 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:13:16.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:16.797 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:13:16.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:16.798 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:13:16.798 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:13:16.798 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:13:16.798 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:13:16.798 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:13:16.798 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:13:16.798 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:13:16.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:13:16.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:16.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:16.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:16.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:16.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:16.799 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:13:16.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:16.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:16.799 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:16.799 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:16.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:16.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:16.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:16.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:13:16.948 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 06:13:16.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:13:16.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:16.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:16.948 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:13:16.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:16.948 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 06:13:16.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 06:13:16.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:16.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:16.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:16.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:16.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:13:16.950 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:13:16.950 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 06:13:16.970 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:13:16.970 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:13:16.970 DEBUG [WorkbenchTestable][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) 06:13:16.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:16.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:16.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:16.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:16.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:16.972 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:13:16.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:16.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:16.972 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:16.972 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:16.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:13:17.475 DEBUG [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 06:13:17.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:13:17.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:17.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:17.477 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:13:17.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:13:17.477 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:17.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:17.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:17.478 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:13:17.478 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:17.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:17.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:17.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:17.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:17.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:17.480 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:13:17.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:17.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:17.480 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:17.480 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:17.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:13:17.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 06:13:17.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:13:17.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:13:17.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:17.622 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 06:13:17.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:13:17.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:13:17.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:17.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:17.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:17.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:17.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:17.624 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:17.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:17.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:17.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:17.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:17.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:17.625 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:17.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:17.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:17.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:17.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:17.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:17.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:17.627 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:17.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:17.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:17.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:17.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:17.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:17.643 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:13:17.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:17.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:17.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:17.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:17.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:17.644 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:17.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:13:17.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:17.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:17.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:17.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:17.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:17.645 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:17.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:17.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:17.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:17.739 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:17.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:17.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:17.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:17.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 06:13:17.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:17.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:17.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:17.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:17.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:17.746 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:17.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:17.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:17.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:17.747 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:13:17.747 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:13:17.747 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:13:17.747 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:13:17.747 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:13:17.747 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:13:17.747 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:13:17.747 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:13:17.747 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:13:17.747 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:13:17.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:13:17.819 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 06:13:17.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:13:17.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:17.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:17.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 "Restore Defaults") 06:13:17.820 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:17.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:17.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:17.820 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:13:17.820 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:17.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:17.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:17.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:17.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:17.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:17.821 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:13:17.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:17.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:17.821 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:17.821 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:17.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:13:17.822 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:17.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:17.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:17.822 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:13:17.822 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:17.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:17.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:17.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:17.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:17.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:17.823 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:13:17.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:17.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:17.823 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:17.823 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:17.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:13:17.846 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 06:13:17.846 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:13:17.847 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:17.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:17.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:17.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:17.903 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:17.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:17.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:17.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:17.904 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:17.904 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:17.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:17.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:17.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:17.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:17.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:18.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:18.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:18.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:18.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:18.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:13:18.906 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:18.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:18.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:18.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:18.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 06:13:18.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:18.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:18.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:18.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:18.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:18.907 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:13:18.907 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:13:18.907 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:13:18.907 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:13:18.909 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:13:18.909 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:13:18.909 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:18.936 DEBUG [main][MenuItemLookup] Found menu:'New' 06:13:18.936 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:13:18.936 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:18.936 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:13:18.936 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:13:18.936 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:13:18.936 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:18.936 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:13:18.936 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:13:18.936 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:13:18.936 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:13:18.936 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:18.936 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:13:18.936 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:13:18.936 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:13:18.936 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:13:18.936 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:18.936 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:13:18.936 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:13:18.936 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:18.936 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:13:18.936 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:13:18.936 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:13:18.936 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:13:18.936 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:13:18.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:18.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:13:19.437 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 06:13:19.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:19.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:19.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:19.437 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 06:13:19.437 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:13:19.437 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:13:19.437 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:13:19.439 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:13:19.439 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:13:19.439 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:19.466 DEBUG [main][MenuItemLookup] Found menu:'New' 06:13:19.466 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:13:19.466 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:19.466 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:13:19.466 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:13:19.466 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:13:19.466 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:19.466 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:13:19.466 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:13:19.466 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:13:19.466 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:13:19.466 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:13:19.466 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:13:19.466 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:13:19.466 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:13:19.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:13:20.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:13:20.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:13:20.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:20.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:20.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:20.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:20.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: 32) 06:13:20.111 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:20.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:20.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:20.111 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:13:20.111 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:20.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:20.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:20.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:20.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:20.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:20.111 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:13:20.111 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:13:20.111 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:13:20.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:20.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:20.111 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:20.111 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:20.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 "OK", Widget matcher matching widgets with style: 8) 06:13:20.112 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:20.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:20.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:20.112 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:13:20.112 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:20.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:20.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:20.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:20.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:20.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:20.112 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:13:20.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:20.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:20.112 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:20.112 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:20.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:13:20.115 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:13:20.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:13:20.615 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:13:20.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:20.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:13:20.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:20.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:20.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:20.615 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:13:20.615 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:13:20.615 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:13:20.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:20.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:20.616 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowProblemColumnEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:13:20.616 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:13:20.616 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:13:20.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:13:20.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:13:20.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:13:20.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:13:20.616 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:20.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:20.616 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:20.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:20.617 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:13:20.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:20.617 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:20.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:20.617 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:20.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:20.617 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:20.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:20.617 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:13:20.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:20.617 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:20.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:20.617 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:20.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:20.617 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:20.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:20.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:20.617 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:20.618 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:13:20.618 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:20.618 DEBUG [main][MenuItemLookup] Item match:File 06:13:20.618 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:13:20.618 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:13:20.620 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:13:20.620 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:13:20.620 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:20.620 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:13:20.620 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:13:20.620 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:13:20.620 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:13:20.620 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:13:20.620 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:13:20.620 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:13:20.620 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:13:20.620 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:13:20.620 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:20.620 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:13:20.620 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:13:20.620 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:20.620 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:13:20.620 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:20.620 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:13:20.620 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:13:20.621 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:13:20.621 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:13:20.621 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:13:20.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:13:20.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:13:20.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:13:20.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:20.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:20.670 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:13:20.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:20.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 06:13:20.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:20.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:20.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:20.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:20.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:20.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:13:20.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:13:20.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:13:20.671 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:13:20.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:20.672 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:13:20.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:20.672 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:13:20.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:13:20.672 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:13:20.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:20.672 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:13:20.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:20.672 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:13:20.672 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:13:20.672 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:13:20.672 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:13:20.672 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:13:20.672 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:13:20.672 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:13:20.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.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:13:20.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:20.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:20.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:20.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:20.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:20.677 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:13:20.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:20.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:20.677 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:20.677 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:20.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'] 06:13:20.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:20.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:20.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:13:20.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 06:13:20.799 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:13:20.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:20.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:20.800 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:13:20.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:20.800 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 06:13:20.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 06:13:20.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:20.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:20.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:20.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:20.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:13:20.801 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:13:20.802 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 06:13:20.822 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:13:20.822 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:13:20.823 DEBUG [WorkbenchTestable][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) 06:13:20.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:20.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:20.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:20.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:20.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:20.824 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:13:20.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:20.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:20.825 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:20.825 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:20.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:13:21.328 DEBUG [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 06:13:21.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:13:21.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:21.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:21.330 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:13:21.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:13:21.330 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:21.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:21.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:21.330 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:13:21.330 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:21.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:21.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:21.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:21.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:21.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:21.331 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:13:21.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:21.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:21.331 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:21.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:21.415 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.... 06:13:21.415 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 06:13:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:13:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:13:21.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:21.416 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 06:13:21.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:13:21.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:13:21.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:21.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:21.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:21.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:21.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:21.418 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:21.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:21.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:21.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:21.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:21.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:21.421 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:21.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:21.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:21.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:21.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:21.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:21.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:21.422 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:21.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:21.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:21.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:21.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:21.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:21.430 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:13:21.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:21.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:21.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:21.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:21.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:21.431 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:21.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:13:21.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:21.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:21.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:21.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:21.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:21.432 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:21.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:21.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:21.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:21.452 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:13:21.452 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:21.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:21.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:21.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:21.453 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:21.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:21.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:21.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:21.453 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:21.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:21.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:21.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:21.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:21.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:21.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:21.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:21.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:22.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:22.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:22.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:13:22.456 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:22.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:22.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:22.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:22.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 06:13:22.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:22.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:22.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:22.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:22.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:22.457 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:13:22.457 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:13:22.458 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 06:13:22.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 06:13:22.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:22.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:22.958 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 06:13:22.959 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:13:22.959 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:13:22.959 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:13:22.961 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:13:22.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:22.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:22.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:22.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:22.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:13:22.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:22.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:22.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:22.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:22.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:22.962 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:22.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:22.962 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:13:22.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:22.962 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:22.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:22.962 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:22.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:22.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:22.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:22.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:22.963 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:22.963 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:13:22.963 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:22.963 DEBUG [main][MenuItemLookup] Item match:File 06:13:22.964 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:13:22.964 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:13:22.966 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:13:22.966 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:13:22.966 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:22.966 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:13:22.966 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:13:22.966 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:13:22.966 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:13:22.966 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:13:22.966 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:13:22.966 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:13:22.966 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:13:22.966 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:13:22.966 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:22.966 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:13:22.966 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:13:22.966 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:22.966 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:13:22.966 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:22.966 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:13:22.966 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:13:22.966 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:13:22.966 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:13:22.966 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:13:23.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:13:23.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:13:23.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:13:23.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:23.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:23.101 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:13:23.101 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:23.101 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:13:23.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:23.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:23.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:23.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:23.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:23.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:13:23.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:13:23.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:13:23.102 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:13:23.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:23.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:13:23.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:23.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:13:23.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:13:23.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:13:23.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:23.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:13:23.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:23.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:13:23.103 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:13:23.103 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:13:23.104 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:13:23.106 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:13:23.106 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:13:23.106 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:13:23.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:13:23.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:23.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:23.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:23.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:23.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:23.107 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:13:23.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:23.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:23.107 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:23.108 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:23.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'] 06:13:23.204 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:23.204 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:23.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:13:23.204 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 06:13:23.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:13:23.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:23.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:23.205 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:13:23.205 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:23.205 DEBUG [WorkbenchTestable][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:") 06:13:23.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:23.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:23.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:23.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:23.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:13:23.210 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:13:23.211 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 06:13:23.216 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:13:23.216 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:13:23.216 DEBUG [WorkbenchTestable][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) 06:13:23.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:23.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:23.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:23.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:23.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:23.253 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:13:23.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:23.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:23.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:23.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:23.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:13:23.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:13:23.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:23.757 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 06:13:23.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:13:23.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:13:23.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:13:23.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:13:23.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:23.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:13:23.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:23.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:23.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:23.757 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 06:13:23.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:13:23.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:13:23.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:13:23.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:13:23.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:23.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:13:23.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:23.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:23.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@174ab317 is found... 06:13:23.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@174ab317 is found finished successfully 06:13:23.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 06:13:23.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:23.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:23.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:23.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:23.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:23.759 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:23.759 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 06:13:23.759 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:13:23.763 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:23.763 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 06:13:23.763 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:13:23.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:23.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:23.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:23.763 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:23.763 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:23.763 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:23.763 DEBUG [main][MenuItemLookup] Item match:File 06:13:23.764 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:13:23.764 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:13:23.764 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:13:23.764 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:13:23.764 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:23.764 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:13:23.764 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:13:23.764 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:23.764 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:13:23.764 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:13:23.774 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:13:23.774 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:13:23.774 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:13:23.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:13:23.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:13:23.800 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:23.800 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 06:13:23.800 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:23.800 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:23.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:23.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:23.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:23.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:23.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:23.812 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:23.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:23.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:23.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:23.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:23.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:23.826 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:23.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:23.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:23.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:23.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:23.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:23.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:23.828 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:23.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:23.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:23.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:23.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:23.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:23.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 06:13:23.828 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:23.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:23.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:23.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:23.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:23.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:23.829 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:23.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:23.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:23.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:23.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:23.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:23.830 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:23.830 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:23.839 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:23.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:23.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:23.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:23.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:23.840 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:23.840 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:23.840 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:23.840 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:23.840 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:23.840 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:13:23.840 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:23.840 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:23.840 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:23.840 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:23.840 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:23.840 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:23.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:13:24.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:13:24.841 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:24.841 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:24.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:24.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:24.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:24.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:24.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:24.842 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:24.842 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:24.842 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:24.842 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:24.842 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:24.842 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:13:24.842 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:24.842 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:24.842 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:24.842 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:24.842 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:24.842 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:24.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:13:24.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:13:24.843 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:24.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:24.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:24.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:24.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:24.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:24.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:24.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:24.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:24.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:24.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:24.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:25.345 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:25.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:25.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:25.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:25.346 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:25.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:25.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:25.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:25.347 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:25.347 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:25.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:25.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:25.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:25.347 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:25.348 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:25.348 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:25.348 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:25.348 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:25.348 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:13:25.348 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:25.348 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:25.348 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:25.348 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:25.348 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:25.348 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:25.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:13:26.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:13:26.349 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:26.349 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:26.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:26.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:26.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:26.350 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:26.350 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:26.350 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:26.350 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:26.350 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:26.350 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:13:26.350 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:26.351 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:26.351 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:26.351 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:26.351 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:26.351 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:26.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:13:26.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:13:26.351 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:26.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:26.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:26.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:26.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 06:13:26.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:26.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:26.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:26.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:26.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:26.352 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:13:26.352 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:13:26.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:26.352 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:13:26.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:26.352 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:13:26.352 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:13:26.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:26.352 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:13:26.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:26.352 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:13:26.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 06:13:26.352 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:13:26.352 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:26.352 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:26.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:26.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:26.358 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:26.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:26.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:26.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:26.359 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:26.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:26.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:26.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:26.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:26.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:26.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:26.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:26.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:27.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:27.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:13:27.361 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:27.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:27.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:27.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:27.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 06:13:27.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:27.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:27.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:27.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:27.363 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:13:27.363 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:13:27.363 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 06:13:27.363 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 06:13:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:27.363 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 06:13:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:27.363 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 06:13:27.364 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:13:27.364 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:13:27.364 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:13:27.365 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:13:27.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'] 06:13:27.367 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:27.367 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:27.367 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:27.367 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:13:27.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:27.368 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:27.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:27.368 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:27.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:27.368 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:27.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:27.368 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:13:27.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:27.368 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:27.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:27.368 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:27.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:27.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:27.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:27.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:27.369 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:27.369 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:27.369 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:27.369 DEBUG [main][MenuItemLookup] Item match:File 06:13:27.369 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:13:27.369 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:13:27.371 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:13:27.371 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:13:27.371 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:27.371 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:13:27.371 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:13:27.371 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:13:27.371 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:13:27.371 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:13:27.371 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:13:27.371 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:13:27.371 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:13:27.371 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:13:27.371 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:27.371 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:13:27.371 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:13:27.371 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:27.371 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:13:27.371 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:27.371 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:13:27.371 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:13:27.372 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:13:27.372 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:13:27.372 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:13:27.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:13:27.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:13:27.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:13:27.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:27.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:27.429 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:13:27.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:27.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:13:27.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:27.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:27.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:27.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:27.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:27.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:13:27.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:13:27.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:13:27.430 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:13:27.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:27.430 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:13:27.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:27.430 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:13:27.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:13:27.430 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:13:27.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:27.430 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:13:27.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:27.430 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:13:27.430 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:13:27.430 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:13:27.430 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:13:27.431 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:13:27.431 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:13:27.431 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:13:27.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:13:27.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:27.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:27.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:27.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:27.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:27.431 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:13:27.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:27.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:27.431 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:27.431 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:27.484 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:27.484 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:27.484 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:27.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:13:27.485 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 06:13:27.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:13:27.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:27.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:27.485 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:13:27.485 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:27.486 DEBUG [WorkbenchTestable][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:") 06:13:27.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:27.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:27.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:27.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:27.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:13:27.490 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:13:27.490 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 06:13:27.505 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:13:27.505 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:13:27.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:13:27.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:27.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:27.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:27.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:27.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:27.506 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:13:27.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:27.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:27.507 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:27.507 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:27.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:13:28.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:13:28.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:28.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:13:28.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:13:28.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:28.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:13:28.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:28.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:28.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:28.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:13:28.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:13:28.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:28.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:13:28.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:28.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:28.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@15d24b78 is found... 06:13:28.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@15d24b78 is found finished successfully 06:13:28.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 06:13:28.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:28.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:28.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:28.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:28.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:28.013 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:28.013 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 06:13:28.013 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:13:28.016 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:28.016 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 06:13:28.016 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:13:28.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:28.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:28.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:28.026 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:28.026 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:28.026 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:28.026 DEBUG [main][MenuItemLookup] Item match:File 06:13:28.027 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:13:28.027 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:13:28.027 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:13:28.027 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:13:28.027 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:28.027 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:13:28.027 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:13:28.027 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:28.027 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:13:28.027 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:13:28.027 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:13:28.027 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:13:28.027 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:13:28.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:13:28.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:13:28.041 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:28.041 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 06:13:28.042 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:28.042 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:28.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:28.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:28.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:28.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:28.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:28.053 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:28.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:28.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:28.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:28.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:28.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:28.055 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:28.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 '\*?\QProblems\E') 06:13:28.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:28.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:28.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:28.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:28.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:28.057 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:28.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:28.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:28.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:28.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:28.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:28.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 06:13:28.057 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:28.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:28.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:28.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:28.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:28.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:28.069 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:28.069 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:28.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:28.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:28.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:28.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:28.070 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:28.070 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:28.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:28.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:28.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:28.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:28.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:28.071 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:28.071 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:28.071 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:28.071 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:28.071 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:28.071 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:13:28.071 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:28.071 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:28.071 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:28.071 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:28.071 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:28.071 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:28.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:13:29.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:13:29.072 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:29.073 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:29.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:29.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:29.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:29.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:29.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:29.074 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:29.074 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:29.074 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:29.074 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:29.075 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:29.075 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:13:29.075 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:29.075 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:29.075 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:29.075 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:29.075 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:29.075 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:29.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:13:29.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:13:29.075 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:29.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:29.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:29.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:29.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:29.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:29.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:29.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:29.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:29.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:29.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:29.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:29.577 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:29.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:29.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:29.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:29.579 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:29.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:29.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:29.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:29.579 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:29.579 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:29.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:29.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:29.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:29.580 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:29.580 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:29.580 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:29.580 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:29.580 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:29.580 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 06:13:29.580 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:29.580 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:29.580 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:29.580 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:29.580 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:29.580 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:29.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:13:31.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:13:31.082 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:31.082 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:31.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:31.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:31.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:31.083 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:31.084 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:31.084 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:31.084 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:31.084 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:31.084 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 06:13:31.084 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:31.084 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:31.084 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:31.084 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:31.084 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:31.084 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:31.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:13:31.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:13:31.084 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:31.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:31.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:31.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:31.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 06:13:31.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:31.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:31.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:31.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:31.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:31.085 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 06:13:31.085 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:13:31.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:31.085 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:13:31.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:31.085 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:13:31.085 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:13:31.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:31.085 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:13:31.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:31.085 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:13:31.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 06:13:31.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:31.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:31.087 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:31.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:31.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:31.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:31.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:31.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:31.089 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:31.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') 06:13:31.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:31.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:31.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:31.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:31.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:31.090 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:31.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:31.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:31.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:31.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:31.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:31.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 06:13:31.091 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:31.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:31.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:31.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:31.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:31.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:31.092 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:31.092 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:31.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:31.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:31.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:31.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:31.092 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:31.092 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:31.092 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:31.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:31.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:31.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:31.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:31.093 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:31.093 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:31.093 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:31.093 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:31.093 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:31.093 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 06:13:31.093 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:31.093 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:31.093 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:31.093 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:31.093 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:31.093 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:31.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:13:32.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:13:32.094 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:32.095 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:32.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:32.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:32.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:32.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:32.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:32.095 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:32.096 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:32.096 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:32.096 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:32.096 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:32.096 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 06:13:32.096 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:32.096 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:32.096 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:32.096 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:32.096 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:32.096 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:32.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:13:32.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:13:32.096 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:32.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:32.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:32.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:32.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:32.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:32.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:32.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:32.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:32.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:32.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:32.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:32.098 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:13:32.098 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:13:32.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:32.098 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:13:32.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:32.098 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:13:32.098 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:13:32.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:32.098 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:13:32.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:32.098 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:13:32.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 06:13:32.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:32.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:32.100 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:32.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:32.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:32.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:32.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:32.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:32.102 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:32.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:32.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:32.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:32.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:32.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:32.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:32.103 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:32.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:32.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:32.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:32.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:32.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:32.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 06:13:32.113 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:32.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:32.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:32.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:32.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:32.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:32.114 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:32.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:32.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:32.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:32.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:32.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:32.115 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:32.115 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:32.115 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:32.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:32.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:32.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:32.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:32.115 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:32.116 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:32.116 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:32.116 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:32.116 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:32.116 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 06:13:32.116 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:32.116 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:32.116 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:32.116 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:32.116 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:32.116 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:32.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:13:33.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:13:33.117 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:33.117 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:33.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:33.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:33.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:33.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:33.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:33.118 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:33.119 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:33.119 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:33.119 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:33.119 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:33.119 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 06:13:33.119 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:33.119 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:33.119 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:33.119 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:33.119 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:33.119 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:33.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:13:33.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:13:33.119 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:33.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:33.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:33.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:33.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:33.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:33.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:33.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:33.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:33.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:33.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:33.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:33.121 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 06:13:33.121 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:13:33.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:33.121 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:13:33.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:33.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:13:33.121 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:13:33.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:33.121 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:13:33.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:33.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:13:33.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 06:13:33.122 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:33.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:33.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:33.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:33.122 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:33.122 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:33.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:33.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:33.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:33.122 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:33.123 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:33.123 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:33.123 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:33.123 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:33.123 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 06:13:33.123 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:33.123 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:33.123 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:33.123 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:33.123 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:33.123 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:33.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:13:34.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:13:34.124 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:34.124 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:34.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:34.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:34.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:34.125 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:34.126 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:34.126 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:34.126 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:34.126 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:34.126 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 06:13:34.126 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:34.126 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:34.126 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:34.126 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:34.126 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:34.126 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:34.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:13:34.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:13:34.126 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:34.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:34.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:34.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:34.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 06:13:34.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:34.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:34.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:34.127 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:13:34.127 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:13:34.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:34.127 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:13:34.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:34.127 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:13:34.127 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:13:34.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:34.127 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:13:34.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:34.127 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:13:34.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:34.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:34.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:34.129 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:34.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 '\*?\QProblems\E') 06:13:34.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:34.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:34.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:34.131 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:34.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:34.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:34.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:34.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:34.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:34.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 06:13:34.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:34.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:34.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:34.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 06:13:34.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:34.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:34.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:34.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:34.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:34.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:34.144 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:34.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 '\*?\QProblems\E') 06:13:34.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:34.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:34.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:34.146 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:34.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:34.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:34.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:34.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:34.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:34.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:34.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:34.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:34.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:34.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 06:13:34.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:34.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:34.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:34.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:34.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:34.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:34.150 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:34.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 '\*?\QProblems\E') 06:13:34.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:34.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:34.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:34.162 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:34.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:34.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:34.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:34.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:34.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:34.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 06:13:34.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:34.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:34.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:34.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:34.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:34.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:34.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:34.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:34.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:34.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:34.165 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:34.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 '\*?\QProblems\E') 06:13:34.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:34.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:34.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:34.167 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:34.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:34.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:34.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:34.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:34.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:34.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 06:13:34.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:34.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:34.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:34.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:34.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:34.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:34.180 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:34.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:34.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:34.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:34.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:34.182 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:34.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:34.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:34.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:34.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:34.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:34.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 06:13:34.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:34.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:34.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:34.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:34.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:34.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:34.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:34.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:34.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:34.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:34.195 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:34.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:34.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:34.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:34.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:34.197 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:34.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:34.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:34.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:34.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:34.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:34.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 06:13:34.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:34.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:34.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:34.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:34.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:34.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:34.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:34.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:34.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:34.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:34.200 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:34.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:34.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:34.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:34.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:34.211 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:34.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:34.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:34.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:34.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:34.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:34.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 06:13:34.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:34.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:34.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:34.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:34.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:34.213 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:34.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:34.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:34.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:34.214 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:34.214 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:34.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:34.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:34.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:34.214 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:34.214 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:34.214 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:34.214 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:34.215 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:34.215 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 06:13:34.215 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:34.215 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:34.215 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:34.215 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:34.215 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:34.215 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:34.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:13:35.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:13:35.716 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:35.716 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:35.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:35.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:35.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:35.717 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:35.718 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:35.718 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:35.718 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:35.718 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:35.718 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 06:13:35.718 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:35.718 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:35.718 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:35.718 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:35.718 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:35.718 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:35.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:13:35.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:13:35.718 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:35.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:35.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:35.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:35.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 06:13:35.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:35.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:35.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:35.719 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 06:13:35.719 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:13:35.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:35.719 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:13:35.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:35.719 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:13:35.719 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:13:35.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:35.719 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:13:35.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:35.719 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:13:35.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:35.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:35.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:35.721 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:35.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:35.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:35.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:35.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:35.723 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:35.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:35.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:35.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:35.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:35.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:35.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 06:13:35.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:35.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:35.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:35.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 06:13:35.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:35.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:35.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:35.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:35.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:35.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:35.727 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:35.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 '\*?\QProblems\E') 06:13:35.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:35.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:35.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:35.728 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:35.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:35.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:35.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:35.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:35.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:35.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 06:13:35.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:35.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:35.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:35.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 06:13:35.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:35.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:35.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:35.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:35.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:35.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:35.732 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:35.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:35.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:35.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:35.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:35.743 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:35.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:35.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:35.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:35.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:35.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:35.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:35.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:35.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:35.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:35.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 06:13:35.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:35.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:35.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:35.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.747 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:35.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:35.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:35.747 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:35.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:35.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:35.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:35.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:35.749 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:35.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:35.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:35.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:35.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:35.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:35.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:35.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:35.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:35.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:35.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:35.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:35.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:35.763 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:35.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 '\*?\QProblems\E') 06:13:35.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:35.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:35.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:35.765 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:35.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:35.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:35.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:35.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:35.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:35.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 06:13:35.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:35.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:35.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:35.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:35.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:35.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:35.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:35.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:35.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:35.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:35.779 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:35.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') 06:13:35.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:35.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:35.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:35.781 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:35.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:35.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:35.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:35.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:35.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:35.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 06:13:35.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:35.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:35.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:35.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 06:13:35.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:35.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:35.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:35.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:35.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:35.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:35.784 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:35.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:35.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:35.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:35.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:35.786 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:35.786 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:35.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:35.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:35.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:35.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:35.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:35.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:35.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:35.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:35.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:35.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:35.787 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:35.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:35.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:35.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:35.788 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:35.788 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:35.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:35.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:35.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:35.788 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:35.789 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:35.789 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:35.789 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:35.789 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:35.789 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 06:13:35.789 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:35.789 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:35.789 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:35.789 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:35.789 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:35.789 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:35.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:13:37.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:13:37.289 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:37.290 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:37.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:37.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:37.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:37.290 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:37.291 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:37.291 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:37.291 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:37.291 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:37.291 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 06:13:37.291 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:37.291 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:37.291 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:37.291 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:37.291 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:37.291 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:37.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:13:37.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:13:37.291 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:37.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:37.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:37.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:37.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:37.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:37.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:37.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:37.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:37.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:37.292 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:13:37.292 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:13:37.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:37.292 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:13:37.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:37.292 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:13:37.292 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:13:37.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:37.292 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:13:37.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:37.292 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:13:37.293 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:37.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:37.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:37.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:37.293 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:37.293 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:37.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:37.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:37.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:37.294 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:37.294 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:37.294 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:37.294 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:37.294 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:37.294 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 06:13:37.294 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:37.294 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:37.294 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:37.294 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:37.294 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:37.294 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:37.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:13:38.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:13:38.295 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:38.295 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:38.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:38.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:38.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:38.295 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:38.296 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:38.296 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:38.296 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:38.296 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:38.296 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 06:13:38.296 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:38.296 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:38.296 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:38.296 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:38.296 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:38.296 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:38.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:13:38.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:13:38.296 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:38.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:38.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:38.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:38.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 06:13:38.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:38.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:38.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:38.297 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:13:38.297 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:13:38.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:38.297 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:13:38.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:38.297 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:13:38.297 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:13:38.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:38.297 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:13:38.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:38.297 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:13:38.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:38.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:38.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:38.299 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:38.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') 06:13:38.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:38.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:38.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:38.301 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:38.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:38.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:38.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:38.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:38.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:38.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 06:13:38.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:38.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:38.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:38.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 06:13:38.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:38.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:38.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:38.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:38.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:38.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:38.305 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:38.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 '\*?\QProblems\E') 06:13:38.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:38.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:38.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:38.316 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:38.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:38.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:38.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:38.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:38.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:38.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 06:13:38.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:38.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:38.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:38.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 06:13:38.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:38.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:38.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:38.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:38.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:38.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:38.320 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:38.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') 06:13:38.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:38.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:38.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:38.360 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:38.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:38.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:38.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:38.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:38.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:38.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:38.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:38.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:38.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:38.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 06:13:38.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:38.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:38.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:38.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:38.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:38.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:38.364 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:38.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 '\*?\QProblems\E') 06:13:38.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:38.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:38.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:38.366 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:38.366 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:38.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:38.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:38.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:38.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:38.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:38.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:38.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:38.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:38.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:38.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:38.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:38.369 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:38.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:38.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:38.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:38.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:38.370 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:38.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:38.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:38.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:38.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:38.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:38.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 06:13:38.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:38.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:38.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:38.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 06:13:38.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:38.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:38.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:38.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:38.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:38.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:38.374 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:38.374 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:38.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:38.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:38.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:38.375 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:38.376 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:38.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:38.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:38.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:38.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:38.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 06:13:38.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:38.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:38.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:38.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 06:13:38.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:38.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:38.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:38.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:38.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:38.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:38.389 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:38.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:38.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:38.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:38.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:38.391 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:38.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:38.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:38.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:38.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:38.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:38.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:38.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:38.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:38.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:38.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:38.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:38.392 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:38.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:38.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:38.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:38.393 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:38.393 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:38.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:38.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:38.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:38.393 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:38.394 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:38.394 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:38.394 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:38.394 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:38.394 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 06:13:38.394 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:38.394 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:38.394 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:38.394 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:38.394 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:38.394 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:38.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:13:39.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:13:39.395 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:39.395 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:39.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:39.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:39.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:39.396 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:39.396 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:39.396 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:39.396 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:39.396 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:39.396 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 06:13:39.396 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:39.396 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:39.396 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:39.396 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:39.397 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:39.397 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:39.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:13:39.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:13:39.397 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:39.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:39.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:39.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:39.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 06:13:39.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:39.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:39.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:39.398 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 06:13:39.398 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:13:39.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:39.398 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:13:39.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:39.398 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:13:39.398 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:13:39.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:39.398 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:13:39.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:39.398 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:13:39.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:39.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:39.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:39.400 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:39.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 '\*?\QProblems\E') 06:13:39.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:39.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:39.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:39.412 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:39.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:39.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:39.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:39.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:39.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:39.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 06:13:39.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:39.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:39.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:39.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 06:13:39.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:39.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:39.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:39.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:39.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:39.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:39.415 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:39.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') 06:13:39.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:39.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:39.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:39.417 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:39.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:39.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:39.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:39.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:39.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:39.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 06:13:39.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:39.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:39.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:39.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 06:13:39.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:39.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:39.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:39.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:39.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:39.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:39.430 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:39.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 '\*?\QProblems\E') 06:13:39.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:39.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:39.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:39.432 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:39.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:39.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:39.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:39.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:39.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:39.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 06:13:39.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:39.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:39.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:39.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 06:13:39.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:39.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:39.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:39.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:39.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:39.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:39.436 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:39.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 '\*?\QProblems\E') 06:13:39.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:39.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:39.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:39.438 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:39.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:39.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:39.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:39.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:39.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:39.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 06:13:39.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:39.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:39.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:39.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:39.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:39.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:39.441 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:39.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:39.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:39.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:39.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:39.443 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:39.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:39.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:39.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:39.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:39.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:39.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:39.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:39.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:39.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:39.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 06:13:39.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:39.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:39.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:39.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:39.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:39.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:39.456 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:39.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 '\*?\QProblems\E') 06:13:39.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:39.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:39.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:39.458 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:39.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:39.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:39.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:39.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:39.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:39.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 06:13:39.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:39.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:39.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:39.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:39.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:39.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:39.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:39.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:13:39.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:39.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:39.471 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:13:39.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:39.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:39.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:39.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:39.473 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:39.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:39.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:39.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:13:39.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:39.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:39.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 06:13:39.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:39.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:39.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:39.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:39.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:39.474 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:39.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:39.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:39.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:39.475 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:39.475 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:39.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:39.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:39.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:39.475 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:39.476 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:39.476 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:39.476 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:39.476 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:39.476 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 06:13:39.476 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:39.476 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:39.476 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:39.476 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:39.476 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:39.476 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:39.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:13:40.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:13:40.977 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:40.977 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:40.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:40.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:40.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:40.978 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:40.978 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:40.978 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:40.978 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:40.979 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:40.979 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 06:13:40.979 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:40.979 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:40.979 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:40.979 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:40.979 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:40.979 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:40.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:13:40.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:13:40.979 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:40.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:40.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:40.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:40.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 06:13:40.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:40.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:40.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:40.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:40.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:40.980 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 06:13:40.980 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:13:40.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:40.980 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:13:40.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:40.980 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:13:40.980 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:13:40.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:40.981 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:13:40.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:40.981 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:13:40.981 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:40.981 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:40.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:40.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:40.981 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:13:40.981 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:13:40.981 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:13:40.981 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:13:40.981 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:13:40.981 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:13:40.981 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:13:40.982 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:13:40.982 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:13:40.982 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:13:41.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:13:41.019 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 06:13:41.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:13:41.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:41.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:41.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 06:13:41.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:41.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:41.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:41.020 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:13:41.020 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:41.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:41.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:41.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:41.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:41.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:41.021 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:13:41.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:41.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:41.021 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:41.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:41.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 "OK", Widget matcher matching widgets with style: 8) 06:13:41.022 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:41.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:41.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:41.022 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:13:41.022 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:41.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:41.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:41.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:41.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:41.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:41.023 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:13:41.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:41.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:41.023 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:41.023 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:41.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:13:41.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 06:13:41.053 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:13:41.053 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:41.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:41.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:41.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:41.060 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:41.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:41.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:41.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:41.060 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:41.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:41.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:41.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:41.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:41.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:41.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:41.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:41.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:42.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:42.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:42.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:42.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:42.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:13:42.562 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:42.562 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:42.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:42.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:42.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 06:13:42.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:42.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:42.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:42.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:42.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:42.563 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:13:42.563 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:13:42.563 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:13:42.564 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:13:42.565 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:13:42.565 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:13:42.565 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:42.587 DEBUG [main][MenuItemLookup] Found menu:'New' 06:13:42.587 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:13:42.587 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:42.587 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:13:42.587 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:13:42.587 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:13:42.587 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:42.587 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:13:42.587 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:13:42.587 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:13:42.587 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:13:42.587 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:42.587 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:13:42.587 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:13:42.587 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:13:42.587 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:13:42.587 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:42.587 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:13:42.587 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:13:42.587 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:42.587 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:13:42.587 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:13:42.587 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:13:42.587 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:13:42.587 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:13:42.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:42.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:13:42.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:13:42.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:13:42.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:42.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:13:42.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:42.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:42.591 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 06:13:42.591 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:13:42.591 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:13:42.591 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:13:42.592 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:13:42.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:13:42.592 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:42.610 DEBUG [main][MenuItemLookup] Found menu:'New' 06:13:42.610 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:13:42.610 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:42.610 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:13:42.610 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:13:42.610 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:13:42.610 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:42.610 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:13:42.610 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:13:42.610 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:13:42.610 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:13:42.610 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:13:42.610 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:13:42.610 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:13:42.610 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:13:42.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 'Delete.*'] is available.... 06:13:43.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 06:13:43.187 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:13:43.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:43.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:43.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:43.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:43.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) 06:13:43.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:43.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:13:43.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:43.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:43.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:43.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:43.190 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:13:43.190 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:13:43.190 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:13:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:43.190 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:43.190 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:43.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) 06:13:43.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:43.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:13:43.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:43.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:43.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:43.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:43.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:43.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:43.191 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:13:43.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:43.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:43.191 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:43.191 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:43.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:13:43.193 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:13:43.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:13:43.694 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:13:43.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:43.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:13:43.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:13:43.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:13:43.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:43.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:43.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:43.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:13:43.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:13:43.694 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:13:43.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:43.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:43.695 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:13:43.695 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:13:43.695 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowVisibleProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:13:43.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:13:43.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:13:43.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:13:43.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:13:43.695 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:43.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:43.695 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:43.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:43.695 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:13:43.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:43.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'] 06:13:43.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:43.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'] 06:13:43.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:43.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'] 06:13:43.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:43.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"] 06:13:43.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:43.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'] 06:13:43.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:43.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'] 06:13:43.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:43.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:43.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:43.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:43.697 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:43.697 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:13:43.697 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:43.697 DEBUG [main][MenuItemLookup] Item match:File 06:13:43.698 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:13:43.698 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:13:43.700 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:13:43.700 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:13:43.700 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:43.700 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:13:43.700 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:13:43.700 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:13:43.700 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:13:43.700 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:13:43.700 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:13:43.700 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:13:43.700 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:13:43.700 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:13:43.700 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:43.700 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:13:43.700 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:13:43.700 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:43.700 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:13:43.700 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:43.700 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:13:43.700 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:13:43.700 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:13:43.700 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:13:43.700 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:13:43.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:13:43.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:13:43.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:13:43.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:43.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:43.750 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:13:43.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:43.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:13:43.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:43.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:43.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:43.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:43.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:43.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:13:43.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:13:43.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:13:43.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:13:43.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:43.751 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:13:43.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:43.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:13:43.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:13:43.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:13:43.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:43.752 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:13:43.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:43.752 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:13:43.752 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:13:43.752 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:13:43.752 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:13:43.758 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:13:43.758 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:13:43.758 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:13:43.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:13:43.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:43.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:43.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:43.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:43.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:43.759 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:13:43.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:43.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:43.759 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:43.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:43.874 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:43.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:43.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:43.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:13:43.883 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 06:13:43.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:13:43.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:43.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:43.883 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:13:43.883 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:43.883 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 06:13:43.884 DEBUG [WorkbenchTestable][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:") 06:13:43.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:43.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:43.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:43.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:43.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:13:43.885 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:13:43.885 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 06:13:43.905 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:13:43.905 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:13:43.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.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) 06:13:43.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:43.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:43.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:43.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:43.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:43.907 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:13:43.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:43.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:43.907 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:43.907 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:43.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:13:44.410 DEBUG [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 06:13:44.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:13:44.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:44.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:44.412 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:13:44.412 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:13:44.412 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:44.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:44.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:44.412 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:13:44.412 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:44.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:44.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:44.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:44.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:44.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:44.413 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:13:44.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:44.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:44.413 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:44.413 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:44.512 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.... 06:13:44.512 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 06:13:44.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:13:44.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:13:44.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 06:13:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:13:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:44.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:44.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:44.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:44.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:44.513 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:44.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:44.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:44.515 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:44.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:44.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:44.515 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:44.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') 06:13:44.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:44.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:44.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:44.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:44.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:44.516 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:44.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:44.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:44.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:44.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:44.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:44.524 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:13:44.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:44.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:44.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:44.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:44.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:44.525 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:44.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') 06:13:44.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:44.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:44.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:44.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:44.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:44.525 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:44.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:44.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:44.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:44.543 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:44.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:44.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:44.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:44.550 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:13:44.550 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:13:44.550 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:13:44.550 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:13:44.550 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:13:44.550 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:13:44.550 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:13:44.550 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:13:44.550 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:13:44.550 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:13:44.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:13:44.630 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 06:13:44.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:13:44.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:44.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:44.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 06:13:44.630 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:44.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:44.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:44.630 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:13:44.630 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:44.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:44.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:44.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:44.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:44.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:44.631 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:13:44.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:44.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:44.631 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:44.631 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:44.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:13:44.632 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:44.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:44.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:44.632 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:13:44.632 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:44.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:44.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:44.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:44.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:44.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:44.633 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:13:44.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:44.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:44.633 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:44.633 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:44.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:13:44.698 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 06:13:44.698 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:44.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:44.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:44.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:44.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 06:13:44.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:44.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:44.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:44.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:44.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:44.712 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:44.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:44.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:44.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:44.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 06:13:44.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:44.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:44.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:44.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:44.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:44.713 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:44.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:44.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:44.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:44.714 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:13:44.714 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:13:44.714 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:13:44.714 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:13:44.714 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:13:44.714 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:13:44.714 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:13:44.714 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:13:44.714 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:13:44.714 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:13:44.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:13:44.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 06:13:44.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:13:44.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:44.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:44.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 06:13:44.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:44.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:44.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:44.796 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:13:44.796 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:44.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:44.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:44.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:44.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:44.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:44.797 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:13:44.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:44.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:44.797 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:44.797 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:44.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:13:44.798 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:44.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:44.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:44.799 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:13:44.799 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:44.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:44.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:44.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:44.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:44.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:44.800 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:13:44.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:44.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:44.800 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:44.800 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:44.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:13:44.823 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 06:13:44.823 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:13:44.823 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:44.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:44.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:44.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:44.832 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:44.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:44.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:44.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:44.832 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:44.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:44.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:44.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:44.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:44.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:44.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:45.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:45.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:45.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:45.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:45.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:13:45.835 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:45.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:45.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:45.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:45.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:45.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:45.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:45.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:45.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:45.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:45.836 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:13:45.836 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:13:45.836 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:13:45.836 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:13:45.837 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:13:45.837 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:13:45.837 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:45.857 DEBUG [main][MenuItemLookup] Found menu:'New' 06:13:45.857 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:13:45.857 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:45.857 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:13:45.857 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:13:45.857 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:13:45.857 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:45.857 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:13:45.857 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:13:45.857 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:13:45.857 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:13:45.857 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:45.857 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:13:45.857 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:13:45.857 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:13:45.857 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:13:45.857 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:45.857 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:13:45.857 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:13:45.857 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:45.857 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:13:45.857 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:13:45.857 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:13:45.857 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:13:45.857 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:13:45.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:45.857 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 06:13:45.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:13:46.357 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 06:13:46.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:46.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:46.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:46.358 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 06:13:46.358 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:13:46.358 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:13:46.358 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:13:46.359 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:13:46.359 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:13:46.359 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:46.379 DEBUG [main][MenuItemLookup] Found menu:'New' 06:13:46.379 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:13:46.379 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:46.379 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:13:46.379 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:13:46.379 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:13:46.379 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:46.379 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:13:46.379 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:13:46.379 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:13:46.379 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:13:46.379 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:13:46.379 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:13:46.379 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:13:46.379 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:13:46.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:13:46.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:13:46.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:13:46.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:46.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:46.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:46.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:46.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: 32) 06:13:46.936 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:46.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:46.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:46.936 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:13:46.936 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:46.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:46.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:46.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:46.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:46.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:46.937 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:13:46.937 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:13:46.937 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:13:46.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:46.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:46.937 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:46.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:46.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 "OK", Widget matcher matching widgets with style: 8) 06:13:46.938 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:46.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:46.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:46.938 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:13:46.938 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:46.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:46.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:46.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:46.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:46.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:46.938 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:13:46.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:46.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:46.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:46.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:46.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:13:46.941 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:13:47.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:13:47.441 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:13:47.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:47.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:13:47.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:47.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:47.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:47.441 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:13:47.441 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:13:47.441 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:13:47.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:47.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:47.442 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowVisibleProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:13:47.442 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:13:47.442 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:13:47.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:13:47.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:13:47.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:13:47.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:13: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'] 06:13:47.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13: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'] 06:13:47.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13: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 Java Project"] 06:13:47.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13: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'] 06:13:47.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:47.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'] 06:13:47.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:47.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'] 06:13:47.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:47.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 Java Project"] 06:13:47.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:47.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'] 06:13:47.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:47.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'] 06:13:47.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:47.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:47.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:47.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:47.445 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:47.445 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:13:47.445 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:47.445 DEBUG [main][MenuItemLookup] Item match:File 06:13:47.446 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:13:47.446 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:13:47.448 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:13:47.448 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:13:47.448 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:47.448 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:13:47.448 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:13:47.448 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:13:47.448 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:13:47.448 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:13:47.448 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:13:47.448 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:13:47.448 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:13:47.448 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:13:47.448 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:47.448 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:13:47.448 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:13:47.448 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:47.448 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:13:47.448 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:47.448 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:13:47.448 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:13:47.456 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:13:47.456 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:13:47.456 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:13:47.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:13:47.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:13:47.523 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:13:47.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:47.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:47.524 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:13:47.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:47.524 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:13:47.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:47.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:47.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:47.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:47.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:47.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:13:47.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:13:47.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:13:47.525 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:13:47.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:47.525 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:13:47.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:47.525 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:13:47.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:13:47.526 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:13:47.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:47.526 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:13:47.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:47.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:13:47.526 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:13:47.526 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:13:47.526 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:13:47.526 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:13:47.526 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:13:47.526 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:13:47.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.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:13:47.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:47.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:47.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:47.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:47.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:47.527 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:13:47.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:47.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:47.527 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:47.527 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:47.643 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:47.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:47.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:47.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:13:47.643 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 06:13:47.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:13:47.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:47.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:47.644 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:13:47.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:47.644 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 06:13:47.644 DEBUG [WorkbenchTestable][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:") 06:13:47.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:47.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:47.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:47.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:47.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:13:47.645 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:13:47.646 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 06:13:47.667 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:13:47.667 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:13:47.667 DEBUG [WorkbenchTestable][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) 06:13:47.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:47.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:47.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:47.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:47.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:47.669 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:13:47.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:47.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:47.669 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:47.669 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:47.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:13:48.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 06:13:48.172 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:13:48.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:48.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:48.175 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:13:48.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 "Don't Create") 06:13:48.175 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:48.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:48.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:48.175 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:13:48.175 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:48.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:48.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:48.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:48.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:48.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:48.175 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:13:48.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:48.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:48.175 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:48.176 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:48.254 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.... 06:13:48.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 06:13:48.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:13:48.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:13:48.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:48.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 06:13:48.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:13:48.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:13:48.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:13:48.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:13:48.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:48.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:48.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:48.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:48.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:48.256 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:48.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:48.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:48.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:48.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:48.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:48.268 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:48.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') 06:13:48.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:48.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:48.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:48.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:48.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:48.269 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:48.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:48.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:48.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:48.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:48.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:48.297 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:13:48.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:48.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:48.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:48.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:48.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:48.298 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:48.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:13:48.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:48.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:48.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:48.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:48.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:48.299 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:48.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:48.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:48.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:48.308 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:13:48.308 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:48.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:48.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:48.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:48.317 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:13:48.317 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:48.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:48.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:48.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:48.318 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:48.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:48.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:48.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:48.319 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:48.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:48.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:48.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:48.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:48.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:48.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:48.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:48.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:49.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:49.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:49.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:13:49.320 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:49.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:49.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:49.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:49.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 06:13:49.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:49.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:49.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:49.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:49.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:49.322 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:13:49.322 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:13:49.322 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 06:13:49.322 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 06:13:49.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:49.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:49.823 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 06:13:49.824 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:13:49.824 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:13:49.824 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:13:49.825 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:13:49.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'] 06:13:49.825 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:49.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'] 06:13:49.826 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:49.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: "New Java Class"] 06:13:49.826 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:49.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'] 06:13:49.826 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:49.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'] 06:13:49.826 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:49.827 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:49.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:49.827 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 06:13:49.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:49.827 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:49.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:49.827 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:49.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:49.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:49.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:49.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:49.828 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:49.828 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:13:49.828 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:49.828 DEBUG [main][MenuItemLookup] Item match:File 06:13:49.829 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:13:49.829 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:13:49.832 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:13:49.832 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:13:49.832 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:49.832 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:13:49.832 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:13:49.832 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:13:49.832 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:13:49.832 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:13:49.832 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:13:49.832 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:13:49.832 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:13:49.832 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:13:49.832 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:49.832 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:13:49.832 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:13:49.832 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:49.832 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:13:49.833 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:49.833 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:13:49.833 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:13:49.833 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:13:49.833 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:13:49.833 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:13:49.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:13:49.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:13:49.949 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:13:49.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:49.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:49.950 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:13:49.950 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:49.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:13:49.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:49.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:49.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:49.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:49.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:49.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:13:49.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:13:49.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:13:49.952 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:13:49.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:49.952 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:13:49.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:49.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:13:49.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:13:49.952 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:13:49.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:49.952 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:13:49.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:49.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:13:49.953 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:13:49.953 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:13:49.953 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:13:49.955 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:13:49.955 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:13:49.955 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:13:49.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:13:49.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:49.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:49.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:49.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:49.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:49.956 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:13:49.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:49.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:49.956 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:49.956 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:50.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'] 06:13:50.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:50.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:50.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:13:50.054 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 06:13:50.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:13:50.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:50.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:50.054 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:13:50.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:50.106 DEBUG [WorkbenchTestable][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:") 06:13:50.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:50.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:50.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:50.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:50.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:13:50.111 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:13:50.112 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 06:13:50.117 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:13:50.117 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:13:50.117 DEBUG [WorkbenchTestable][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) 06:13:50.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:50.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:50.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:50.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:50.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:50.129 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:13:50.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:50.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:50.129 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:50.129 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:50.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:13:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:13:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:50.633 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 06:13:50.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:13:50.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:13:50.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:13:50.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:50.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:13:50.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:50.633 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 06:13:50.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:13:50.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:13:50.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:13:50.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:50.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:13:50.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4ebf34fe is found... 06:13:50.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4ebf34fe is found finished successfully 06:13:50.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 '\*?\QErrorTestClass.java\E') 06:13:50.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:50.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:50.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:50.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:50.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:50.635 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:50.636 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 06:13:50.636 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:13:50.639 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:50.639 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 06:13:50.639 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:13:50.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:50.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:50.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:50.640 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:50.640 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:50.640 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:50.640 DEBUG [main][MenuItemLookup] Item match:File 06:13:50.641 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:13:50.641 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:13:50.641 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:13:50.641 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:13:50.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:50.641 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:13:50.641 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:13:50.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:50.641 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:13:50.641 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:13:50.641 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:13:50.641 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:13:50.641 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:13:50.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:13:50.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:13:50.661 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:50.661 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 06:13:50.661 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:50.661 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:50.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:50.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:50.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:50.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:50.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:50.679 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:50.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:50.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:50.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:50.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:50.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:50.681 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:50.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') 06:13:50.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:50.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:50.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:50.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:50.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:50.694 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:50.702 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:50.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:50.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:50.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:50.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:50.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 06:13:50.703 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:50.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:50.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:50.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:50.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:50.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:50.704 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:50.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:50.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:50.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:50.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:50.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:50.705 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:50.705 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:50.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:50.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:50.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:50.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:50.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:50.705 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:50.706 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:50.706 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:50.706 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:50.706 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:50.706 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:13:50.706 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:50.706 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:50.706 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:50.706 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:50.706 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:50.706 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:50.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:13:51.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:13:51.707 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:51.707 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:51.707 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:51.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:51.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:51.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:51.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:51.708 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:51.709 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:51.709 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:51.709 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:51.709 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:51.709 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:13:51.709 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:51.709 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:51.709 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:51.709 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:51.709 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:51.709 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:51.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:13:51.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:13:51.709 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:51.709 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:51.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:51.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:51.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:51.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:51.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:13:51.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:51.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:51.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:51.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:51.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:52.211 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:52.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:52.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:52.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:52.212 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:52.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:52.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:52.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:52.212 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:52.212 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:52.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:52.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:52.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:52.213 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:52.213 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:52.213 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:52.213 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:52.213 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:52.213 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:13:52.213 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:52.213 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:52.213 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:52.213 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:52.213 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:52.213 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:52.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:13:53.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:13:53.214 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:53.214 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:53.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:53.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:53.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:53.215 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:53.216 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:53.216 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:53.216 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:53.216 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:53.216 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:13:53.216 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:53.216 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:53.216 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:53.216 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:53.216 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:53.216 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:53.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:13:53.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:13:53.216 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:53.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:53.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:53.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:53.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 06:13:53.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:53.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:53.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:53.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:53.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:53.217 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:13:53.217 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:13:53.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:53.217 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:13:53.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:53.217 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:13:53.217 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:13:53.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:53.217 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:13:53.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:53.217 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:13:53.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 06:13:53.217 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:53.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:53.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:53.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:53.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 06:13:53.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:53.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:53.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:53.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:53.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:53.219 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:53.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:53.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:53.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:53.219 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:13:53.219 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:13:53.219 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:13:53.219 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:13:53.219 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:13:53.219 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:13:53.219 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:13:53.219 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:13:53.219 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:13:53.220 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:13:53.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:13:53.257 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 06:13:53.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:13:53.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:53.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:53.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 "Restore Defaults") 06:13:53.258 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:53.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:53.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:53.258 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:13:53.258 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:53.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:53.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:53.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:53.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:53.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:53.259 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:13:53.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:53.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:53.259 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:53.259 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:53.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:13:53.260 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:53.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:53.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:53.260 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:13:53.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:53.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:53.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:53.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:53.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:53.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:53.261 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:13:53.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:53.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:53.261 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:53.261 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:53.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:13:53.288 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 06:13:53.288 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:13:53.288 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:53.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:53.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:53.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:53.295 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:53.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:53.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:53.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:53.295 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:53.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:53.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:53.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:53.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:53.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:53.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:53.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:53.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:54.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:54.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:54.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:13:54.298 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:54.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:54.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:54.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:54.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 06:13:54.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:54.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:54.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:54.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:54.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:54.300 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:13:54.300 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:13:54.300 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:13:54.300 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:13:54.301 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:13:54.301 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:13:54.301 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:54.331 DEBUG [main][MenuItemLookup] Found menu:'New' 06:13:54.331 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:13:54.331 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:54.331 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:13:54.331 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:13:54.331 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:13:54.331 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:54.331 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:13:54.331 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:13:54.331 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:13:54.331 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:13:54.331 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:54.331 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:13:54.331 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:13:54.331 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:13:54.331 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:13:54.331 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:54.331 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:13:54.331 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:13:54.331 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:54.331 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:13:54.331 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:13:54.331 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:13:54.331 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:13:54.331 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:13:54.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:54.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:13:54.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:13:54.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:13:54.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:54.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:13:54.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:54.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:54.334 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 06:13:54.334 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:13:54.334 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:13:54.334 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:13:54.335 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:13:54.335 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:13:54.335 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:54.357 DEBUG [main][MenuItemLookup] Found menu:'New' 06:13:54.357 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:13:54.357 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:54.357 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:13:54.357 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:13:54.357 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:13:54.357 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:54.357 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:13:54.357 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:13:54.357 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:13:54.357 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:13:54.357 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:13:54.357 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:13:54.357 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:13:54.357 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:13:54.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:13:54.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 'Delete.*'] is available. finished successfully 06:13:54.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:13:54.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:54.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:54.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:54.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:54.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:13:54.937 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:54.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:54.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:54.937 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:13:54.937 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:54.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:54.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:54.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:54.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:54.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:54.938 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:13:54.938 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:13:54.938 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:13:54.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:54.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:54.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:54.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:54.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 "OK", Widget matcher matching widgets with style: 8) 06:13:54.938 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:54.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:54.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:54.938 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:13:54.938 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:54.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:54.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:54.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:54.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:54.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:54.939 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:13:54.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:54.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:54.939 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:54.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:54.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:13:54.942 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:13:55.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:13:55.442 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:13:55.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:55.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:13:55.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:13:55.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:13:55.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:55.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:55.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:55.442 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:13:55.442 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:13:55.442 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:13:55.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:55.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:55.443 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:13:55.443 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:13:55.443 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneErrorExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:13:55.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:13:55.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:13:55.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:13:55.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:13:55.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'] 06:13:55.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:55.444 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:55.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:55.444 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:13:55.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:55.444 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:55.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:55.444 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:55.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:55.444 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:55.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:55.444 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:13:55.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:55.444 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:55.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:55.444 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:55.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:55.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:55.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:55.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:55.445 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:55.445 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:13:55.445 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:55.445 DEBUG [main][MenuItemLookup] Item match:File 06:13:55.446 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:13:55.446 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:13:55.448 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:13:55.448 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:13:55.448 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:55.448 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:13:55.448 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:13:55.448 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:13:55.448 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:13:55.448 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:13:55.448 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:13:55.448 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:13:55.448 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:13:55.448 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:13:55.448 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:55.448 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:13:55.448 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:13:55.448 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:55.448 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:13:55.448 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:55.448 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:13:55.448 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:13:55.448 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:13:55.448 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:13:55.448 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:13:55.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.... 06:13:55.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 'New|Select a wizard'] is available. finished successfully 06:13:55.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:13:55.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:55.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:55.497 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:13:55.497 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:55.498 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:13:55.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:55.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:55.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:55.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:55.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:55.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:13:55.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:13:55.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:13:55.499 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:13:55.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:55.499 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:13:55.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:55.499 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:13:55.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:13:55.499 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:13:55.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:55.499 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:13:55.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:55.499 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:13:55.499 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:13:55.499 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:13:55.500 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:13:55.505 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:13:55.506 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:13:55.506 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:13:55.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) 06:13:55.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:55.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:55.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:55.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:55.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:55.507 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:13:55.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:55.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:55.507 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:55.507 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:55.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:55.620 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:55.620 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:55.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:13:55.620 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 06:13:55.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:13:55.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:55.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:55.621 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:13:55.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:55.621 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 06:13:55.621 DEBUG [WorkbenchTestable][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:") 06:13:55.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:55.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:55.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:55.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:55.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:13:55.622 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:13:55.622 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 06:13:55.651 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:13:55.651 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:13:55.651 DEBUG [WorkbenchTestable][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) 06:13:55.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:55.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:55.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:55.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:55.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:55.653 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:13:55.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:55.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:55.653 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:55.653 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:55.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:13:56.156 DEBUG [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 06:13:56.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:13:56.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:56.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:56.158 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:13:56.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:13:56.158 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:13:56.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:13:56.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:13:56.159 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:13:56.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:13:56.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:56.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:56.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:56.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:56.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:56.159 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:13:56.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:56.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:56.159 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:56.159 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:56.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.... 06:13:56.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 06:13:56.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:13:56.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:13:56.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:56.299 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 06:13:56.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:13:56.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:13:56.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:56.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:56.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:56.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:56.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:56.302 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:56.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:56.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:56.304 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:56.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:56.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:56.304 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:56.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') 06:13:56.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:56.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:56.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:56.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:56.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:56.306 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:56.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:56.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:56.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:56.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:56.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:56.314 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:13:56.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:56.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:56.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:56.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:56.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:56.315 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:56.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 '\*?\QPackage Explorer\E') 06:13:56.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:56.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:56.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:56.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:56.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:56.315 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:56.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:56.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:56.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:56.333 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:13:56.333 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:56.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:56.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:56.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:56.334 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:56.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:56.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:56.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:56.343 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:56.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:56.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:56.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:56.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:56.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:56.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:56.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:56.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:57.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:57.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:13:57.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:13:57.354 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:13:57.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:13:57.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:57.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:57.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 06:13:57.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:57.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:57.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:57.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:57.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:57.355 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:13:57.356 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:13:57.356 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 06:13:57.356 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 06:13:57.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:57.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:57.856 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 06:13:57.857 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:13:57.857 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:13:57.857 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:13:57.859 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:13:57.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'] 06:13:57.859 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:57.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'] 06:13:57.859 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:57.859 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:13:57.859 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:57.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'] 06:13:57.859 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:57.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'] 06:13:57.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:57.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'] 06:13:57.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:57.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"] 06:13:57.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:57.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'] 06:13:57.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:57.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'] 06:13:57.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:57.860 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:13:57.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:57.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:57.861 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:13:57.861 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:13:57.861 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:57.861 DEBUG [main][MenuItemLookup] Item match:File 06:13:57.861 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:13:57.861 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:13:57.863 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:13:57.863 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:13:57.863 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:57.863 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:13:57.863 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:13:57.863 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:13:57.863 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:13:57.863 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:13:57.863 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:13:57.863 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:13:57.863 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:13:57.863 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:13:57.863 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:57.863 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:13:57.863 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:13:57.863 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:57.863 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:13:57.863 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:57.863 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:13:57.863 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:13:57.864 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:13:57.864 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:13:57.864 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:13:57.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:13:57.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 'New|Select a wizard'] is available. finished successfully 06:13:57.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:13:57.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:57.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:57.937 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:13:57.937 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:57.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 06:13:57.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:57.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:57.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:57.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:57.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:13:57.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:13:57.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:13:57.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:13:57.999 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:13:57.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:57.999 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:13:57.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:57.999 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:13:57.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:13:57.999 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:13:57.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:13:58.000 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:13:58.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:13:58.000 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:13:58.000 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:13:58.000 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:13:58.000 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:13:58.002 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:13:58.002 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:13:58.002 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:13:58.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:13:58.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:58.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:58.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:58.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:58.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:58.003 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:13:58.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:58.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:58.003 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:58.003 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:58.111 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:13:58.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:58.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:58.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:13:58.111 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 06:13:58.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:13:58.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:58.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:58.112 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:13:58.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:13:58.112 DEBUG [WorkbenchTestable][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:") 06:13:58.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:58.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:58.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:58.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:58.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:13:58.118 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:13:58.118 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 06:13:58.123 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:13:58.123 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:13:58.124 DEBUG [WorkbenchTestable][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) 06:13:58.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:58.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:58.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:58.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:58.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:13:58.126 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:13:58.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:13:58.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:13:58.126 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:13:58.126 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:13:58.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:13:58.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:13:58.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:58.643 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 06:13:58.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:13:58.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:13:58.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:13:58.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:58.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:13:58.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:58.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:58.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:13:58.643 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 06:13:58.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:13:58.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:13:58.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:13:58.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:13:58.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:13:58.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:13:58.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:13:58.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4bb969dd is found... 06:13:58.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4bb969dd is found finished successfully 06:13:58.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 06:13:58.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:58.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:58.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:58.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:58.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:58.660 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:58.660 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 06:13:58.660 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:13:58.664 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:58.664 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 06:13:58.664 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:13:58.664 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:58.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:58.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:58.665 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:58.665 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:58.665 DEBUG [main][MenuItemLookup] Found menu:'File' 06:13:58.665 DEBUG [main][MenuItemLookup] Item match:File 06:13:58.665 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:13:58.665 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:13:58.666 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:13:58.666 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:13:58.666 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:58.666 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:13:58.666 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:13:58.666 DEBUG [main][MenuItemLookup] Found menu:'' 06:13:58.666 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:13:58.666 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:13:58.666 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:13:58.666 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:13:58.666 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:13:58.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:13:58.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:13:58.673 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:58.674 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 06:13:58.674 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:58.674 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:58.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:58.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:58.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:13:58.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:58.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:58.715 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:58.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:58.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:58.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:13:58.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:13:58.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:13:58.718 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:13:58.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:13:58.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:58.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:58.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:58.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:58.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:13:58.721 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:58.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:58.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:58.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:58.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:58.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:58.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 06:13:58.722 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:58.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:58.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:58.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:58.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:58.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:58.723 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:58.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:58.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:58.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:58.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:58.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:58.724 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:58.724 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:58.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:58.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:58.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:58.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:58.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:58.725 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:58.726 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:58.726 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:58.726 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:58.726 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:58.726 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:13:58.726 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:58.726 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:58.726 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:58.726 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:58.726 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:58.726 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:58.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:13:59.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:13:59.800 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:13:59.801 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:59.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:59.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:59.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:59.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:59.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:59.802 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:13:59.803 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:59.803 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:59.803 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:59.803 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:13:59.803 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:13:59.803 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:13:59.803 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:13:59.803 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:13:59.803 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:13:59.803 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:13:59.803 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:13:59.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:13:59.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:13:59.803 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:13:59.803 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:13:59.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:13:59.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:13:59.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:13:59.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:13:59.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 06:13:59.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:13:59.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:13:59.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:13:59.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:13:59.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:00.305 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:00.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:00.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:00.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:00.307 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:00.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:00.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:00.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:00.307 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:00.307 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:00.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:00.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:00.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:00.308 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:00.308 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:00.308 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:00.308 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:00.308 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:00.308 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:14:00.308 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:00.308 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:00.308 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:00.308 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:00.308 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:00.308 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:00.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:14:01.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:14:01.309 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:01.310 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:01.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:01.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:01.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:01.311 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:01.311 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:01.311 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:01.311 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:01.311 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:01.311 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:14:01.311 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:01.311 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:01.311 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:01.311 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:01.312 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:01.312 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:01.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:14:01.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:14:01.312 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:01.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:01.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:01.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:01.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:14:01.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:01.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:01.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:01.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:01.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:01.313 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:14:01.313 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:14:01.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:01.313 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:14:01.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:01.313 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:14:01.313 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:14:01.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:01.313 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:14:01.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:01.313 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:14:01.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 06:14:01.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:01.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:01.315 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:01.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:01.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:01.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 06:14:01.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:01.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:01.317 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 06:14:01.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') 06:14:01.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:01.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:01.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:01.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:01.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:01.319 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:01.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:01.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:01.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:14:01.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:01.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:01.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 0. Expected number of problems is: 1... 06:14:01.319 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:01.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:01.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:01.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:14:01.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:01.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:01.320 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:01.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:01.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:01.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:14:01.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:01.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:01.320 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:01.320 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:01.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:01.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:01.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:14:01.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:01.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:01.321 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:01.321 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:01.321 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:01.321 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:01.321 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:01.321 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:14:01.321 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:01.321 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:01.321 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:01.321 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:01.321 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:01.321 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:01.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:14:02.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:14:02.322 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:02.323 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:02.323 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:02.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:02.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:14:02.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:02.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:02.324 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:02.324 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:02.324 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:02.324 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:02.324 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:02.324 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 06:14:02.324 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:02.324 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:02.324 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:02.324 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:02.324 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:02.324 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:02.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:14:02.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:14:02.325 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:02.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:02.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:02.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 06:14:02.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:02.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:02.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 06:14:02.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:02.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:02.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:02.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:02.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:02.335 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 06:14:02.335 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:14:02.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:02.335 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:14:02.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:02.335 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:14:02.335 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 06:14:02.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:02.335 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 06:14:02.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:02.335 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 06:14:02.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 1. Expected number of problems is: 1 finished successfully 06:14:02.335 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:02.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:02.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:02.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:02.336 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:14:02.336 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:14:02.336 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:14:02.336 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:14:02.336 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:14:02.336 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:14:02.336 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:14:02.336 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:14:02.336 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:14:02.337 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:14:02.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:14:02.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 06:14:02.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:14:02.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:02.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:02.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 "Restore Defaults") 06:14:02.374 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:02.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:02.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:02.374 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:14:02.374 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:02.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:02.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:02.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:02.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:02.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:02.375 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:14:02.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:02.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:02.375 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:02.375 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:02.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) 06:14:02.376 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:02.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:02.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:02.376 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:14:02.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:02.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:02.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:02.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:02.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:02.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:02.377 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:14:02.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:02.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:02.377 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:02.377 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:02.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:14:02.405 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 06:14:02.405 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:14:02.406 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:02.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:02.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:02.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:02.412 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:02.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:02.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:02.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:02.412 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:02.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:02.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:02.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:02.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:02.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:02.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:14:02.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:02.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:14:03.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:03.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:14:03.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:14:03.414 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:03.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:03.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:03.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:03.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 06:14:03.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:03.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:03.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:03.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:03.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:03.416 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:14:03.416 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:14:03.416 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:14:03.416 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:14:03.418 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:14:03.418 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:14:03.418 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:03.454 DEBUG [main][MenuItemLookup] Found menu:'New' 06:14:03.454 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:14:03.454 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:03.454 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:14:03.454 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:14:03.454 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:14:03.454 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:03.454 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:14:03.454 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:14:03.454 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:14:03.454 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:14:03.454 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:03.454 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:14:03.454 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:14:03.454 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:14:03.454 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:14:03.454 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:03.454 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:14:03.454 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:14:03.454 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:03.454 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:14:03.454 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:14:03.454 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:14:03.454 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:14:03.454 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:14:03.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:14:03.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:14:03.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:14:03.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:14:03.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:14:03.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:14:03.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:14:03.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:14:03.457 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 06:14:03.457 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:14:03.457 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:14:03.457 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:14:03.458 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:14:03.458 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:14:03.458 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:03.476 DEBUG [main][MenuItemLookup] Found menu:'New' 06:14:03.476 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:14:03.476 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:03.476 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:14:03.476 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:14:03.476 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:14:03.476 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:03.476 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:14:03.476 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:14:03.476 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:14:03.476 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:14:03.476 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:14:03.477 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:14:03.477 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:14:03.477 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:14: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.... 06:14: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 'Delete.*'] is available. finished successfully 06:14:04.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:14:04.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:04.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:04.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:04.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14: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: 32) 06:14:04.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:04.054 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:14:04.054 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:04.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:04.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:04.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:04.054 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:14:04.054 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:14:04.054 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:14:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:04.054 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:04.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:04.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:14:04.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:04.054 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:14:04.054 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:04.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:04.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:04.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:04.055 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:14:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:04.055 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:04.055 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:04.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:14:04.057 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:14:04.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:14:04.558 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:14:04.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:14:04.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:14:04.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:14:04.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:14:04.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:14:04.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:14:04.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:14:04.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:14:04.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:14:04.558 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:14:04.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:04.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:04.559 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneErrorExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:14:04.559 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:14:04.559 INFO [WorkbenchTestable][RequirementsRunner] Started test: testProblemQuickfix no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:14:04.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:14:04.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:14:04.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:14:04.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:14:04.559 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:04.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:04.559 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:04.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:04.559 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:14:04.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:04.559 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:04.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:04.560 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:04.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:04.560 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:04.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:04.560 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:14:04.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:04.560 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:04.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:04.560 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:04.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:04.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:04.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:04.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:04.567 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:04.567 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:14:04.567 DEBUG [main][MenuItemLookup] Found menu:'File' 06:14:04.568 DEBUG [main][MenuItemLookup] Item match:File 06:14:04.568 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:14:04.568 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:14:04.570 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:14:04.570 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:14:04.570 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:04.570 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:14:04.570 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:14:04.570 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:14:04.570 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:14:04.570 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:14:04.570 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:14:04.570 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:14:04.570 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:14:04.570 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:14:04.570 DEBUG [main][MenuItemLookup] Found menu:'File' 06:14:04.570 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:14:04.570 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:14:04.570 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:04.570 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:14:04.570 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:04.570 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:14:04.570 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:14:04.570 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:14:04.570 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:14:04.570 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:14:04.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:14:04.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 'New|Select a wizard'] is available. finished successfully 06:14:04.618 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:14:04.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:04.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:04.619 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:14:04.619 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:04.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 06:14:04.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:04.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:04.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:04.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:04.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:04.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:14:04.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:14:04.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:14:04.621 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:14:04.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:04.621 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:14:04.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:04.621 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:14:04.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:14:04.621 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:14:04.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:04.621 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:14:04.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:04.621 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:14:04.621 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:14:04.621 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:14:04.621 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:14:04.627 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:14:04.627 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:14:04.627 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:14:04.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:14:04.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:04.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:04.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:04.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:04.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:04.628 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:14:04.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:04.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:04.628 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:04.628 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:04.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'] 06:14:04.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:04.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:04.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:14:04.769 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 06:14:04.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:14:04.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:04.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:04.770 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:14:04.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:04.770 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 06:14:04.770 DEBUG [WorkbenchTestable][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:") 06:14:04.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:04.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:04.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:04.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:04.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:14:04.771 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:14:04.772 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 06:14:04.784 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:14:04.784 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:14:04.784 DEBUG [WorkbenchTestable][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) 06:14:04.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:04.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:04.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:04.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:04.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:04.793 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:14:04.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:04.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:04.794 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:04.794 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:04.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:14:05.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 06:14:05.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:14:05.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:05.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:05.299 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:14:05.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") 06:14:05.299 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:05.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:05.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:05.300 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:14:05.300 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:05.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:05.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:05.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:05.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:05.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:05.301 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:14:05.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:05.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:05.301 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:05.301 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:05.397 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.... 06:14:05.397 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 06:14:05.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:14:05.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:14:05.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:14:05.397 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 06:14:05.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:14:05.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:14:05.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:14:05.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:14:05.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:14:05.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:14:05.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:14:05.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:05.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:05.399 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:05.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:05.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:05.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:05.400 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:05.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 '\*?\QProblems\E') 06:14:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:05.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:05.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:05.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:05.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:05.402 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:05.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:05.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:05.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:05.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:05.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:05.425 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:14:05.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:05.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:05.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:05.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:05.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:05.425 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:05.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:14:05.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:05.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:05.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:05.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:05.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:05.426 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:05.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:05.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:05.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:05.437 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:14:05.437 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:05.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:05.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:05.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:05.438 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:05.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:05.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:05.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:05.438 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:05.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:05.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:05.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:05.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:05.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:05.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:14:05.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:05.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:14:06.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:06.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:14:06.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:14:06.441 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:06.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:06.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:06.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:06.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 06:14:06.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:06.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:06.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:06.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:06.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:06.442 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:14:06.442 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:14:06.442 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 06:14:06.443 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 06:14:06.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:06.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:06.943 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 06:14:06.944 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:14:06.944 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:14:06.944 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:14:06.945 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:14:06.945 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:06.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:06.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'] 06:14:06.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:06.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 Class"] 06:14:06.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:06.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'] 06:14:06.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:06.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'] 06:14:06.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:06.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'] 06:14:06.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:06.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 Class"] 06:14:06.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:06.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'] 06:14:06.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:06.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:06.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:06.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:06.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:06.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:06.947 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:06.947 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:14:06.947 DEBUG [main][MenuItemLookup] Found menu:'File' 06:14:06.947 DEBUG [main][MenuItemLookup] Item match:File 06:14:06.948 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:14:06.948 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:14:06.950 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:14:06.950 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:14:06.950 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:06.950 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:14:06.950 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:14:06.950 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:14:06.950 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:14:06.950 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:14:06.950 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:14:06.950 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:14:06.950 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:14:06.950 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:14:06.950 DEBUG [main][MenuItemLookup] Found menu:'File' 06:14:06.950 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:14:06.950 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:14:06.950 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:06.950 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:14:06.950 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:06.950 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:14:06.950 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:14:06.950 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:14:06.950 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:14:06.950 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:14:07.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:14:07.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:14:07.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:14:07.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:07.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:07.035 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:14:07.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:07.035 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:14:07.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:07.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:07.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:07.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:07.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:07.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:14:07.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:14:07.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:14:07.101 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:14:07.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:07.101 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:14:07.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:07.102 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:14:07.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:14:07.102 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:14:07.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:07.102 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:14:07.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:07.102 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:14:07.102 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:14:07.102 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:14:07.103 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:14:07.105 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:14:07.105 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:14:07.105 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:14:07.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:14:07.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:07.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:07.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:07.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:07.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:07.106 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:14:07.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:07.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:07.106 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:07.106 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:07.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'] 06:14:07.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:07.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:07.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:14:07.161 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 06:14:07.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:14:07.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:07.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:07.162 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:14:07.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:07.162 DEBUG [WorkbenchTestable][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:") 06:14:07.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:07.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:07.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:07.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:07.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:14:07.205 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:14:07.205 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 06:14:07.220 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:14:07.220 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:14:07.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:14:07.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:07.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:07.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:07.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:07.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:07.222 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:14:07.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:07.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:07.222 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:07.222 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:07.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:14:07.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:14:07.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:14:07.726 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 06:14:07.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:14:07.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:14:07.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:14:07.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:14:07.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:14:07.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:14:07.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:14:07.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:14:07.726 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 06:14:07.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:14:07.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:14:07.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:14:07.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:14:07.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:14:07.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:14:07.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:14:07.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7c16bc90 is found... 06:14:07.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7c16bc90 is found finished successfully 06:14:07.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 06:14:07.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:07.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:07.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:07.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:07.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:07.728 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:07.728 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 06:14:07.728 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:14:07.736 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:07.737 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 06:14:07.737 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:14:07.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:14:07.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:07.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:07.737 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:07.738 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:07.738 DEBUG [main][MenuItemLookup] Found menu:'File' 06:14:07.738 DEBUG [main][MenuItemLookup] Item match:File 06:14:07.739 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:14:07.739 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:14:07.739 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:14:07.739 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:14:07.739 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:07.739 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:14:07.739 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:14:07.739 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:07.739 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:14:07.739 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:14:07.739 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:14:07.739 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:14:07.739 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:14:07.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:14:07.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:14:07.811 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:07.811 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 06:14:07.811 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:07.811 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:07.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:07.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:07.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:07.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:07.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:07.824 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:07.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:07.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:07.826 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:14:07.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:07.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:07.826 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:07.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:14:07.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:07.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:07.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:07.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:07.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:07.896 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:07.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:07.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:07.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:07.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:07.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:07.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 06:14:07.897 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:07.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:07.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:07.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:07.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:07.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:07.898 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:07.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:07.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:07.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:07.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:07.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:07.899 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:07.899 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:07.899 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:07.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:07.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:07.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:07.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:07.900 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:07.900 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:07.900 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:07.900 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:07.900 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:07.900 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:14:07.900 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:07.900 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:07.900 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:07.900 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:07.900 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:07.900 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:07.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:14:08.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:14:08.901 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:08.901 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:08.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:08.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:08.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:08.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:08.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:08.902 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:08.902 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:08.902 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:08.902 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:08.902 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:08.902 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:14:08.902 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:08.902 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:08.902 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:08.902 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:08.902 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:08.902 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:08.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:14:08.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:14:08.902 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:08.902 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:08.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:08.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:08.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:08.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:08.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 06:14:08.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:08.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:08.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:08.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:08.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:09.404 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:09.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:09.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:09.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:09.404 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:09.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:09.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:09.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:09.405 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:09.405 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:09.405 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:09.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:09.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:09.405 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:09.406 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:09.406 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:09.406 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:09.406 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:09.406 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:14:09.406 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:09.406 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:09.406 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:09.406 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:09.406 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:09.406 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:09.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:14:10.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:14:10.407 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:10.407 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:10.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:10.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:10.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:10.408 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:10.409 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:10.409 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:10.409 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:10.409 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:10.409 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:14:10.409 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:10.409 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:10.409 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:10.409 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:10.409 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:10.409 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:10.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:14:10.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:14:10.409 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:10.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:10.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:10.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:10.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 06:14:10.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:10.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:10.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:10.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:10.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:10.410 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 06:14:10.410 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:14:10.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:10.410 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:14:10.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:10.410 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:14:10.410 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:14:10.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:10.410 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:14:10.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:10.410 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:14:10.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 06:14:10.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:10.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:10.412 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:14:10.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:10.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:10.413 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:10.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:14:10.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:10.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:10.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:10.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:10.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:10.415 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:10.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:10.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:10.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:10.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:10.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:10.416 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:10.416 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:10.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:10.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:10.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:10.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:10.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:10.416 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:10.417 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:10.417 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:10.417 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:10.417 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:10.417 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:14:10.417 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:10.417 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:10.417 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:10.417 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:10.417 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:10.417 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:10.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:14:11.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:14:11.918 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:11.918 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:11.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:11.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:11.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:11.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:11.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:11.919 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:11.919 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:11.919 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:11.919 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:11.920 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:11.920 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:14:11.920 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:11.920 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:11.920 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:11.920 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:11.920 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:11.920 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:11.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:14:11.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:14:11.920 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:11.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:11.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:11.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:11.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:11.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:11.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:14:11.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:11.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:11.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:11.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:11.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:11.921 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 06:14:11.921 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:14:11.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:11.921 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:14:11.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:11.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:14:11.922 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:14:11.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:11.922 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:14:11.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:11.922 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:14:11.922 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item The value of the field WarningTestClass.i is not used 06:14:11.922 DEBUG [main][TreeItemHandler] Selecting tree item: The value of the field WarningTestClass.i is not used 06:14:11.922 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item The value of the field WarningTestClass.i is not used about selection 06:14:11.923 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: The value of the field WarningTestClass.i is not used 06:14:11.923 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:14:11.923 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:11.955 DEBUG [main][MenuItemLookup] Found menu:'Go to Resource' 06:14:11.955 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:11.955 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:14:11.955 DEBUG [main][MenuItemLookup] Found menu:'Copy Details' 06:14:11.955 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:14:11.955 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 06:14:11.955 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:11.955 DEBUG [main][MenuItemLookup] Found menu:'Show In' 06:14:11.955 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 06:14:11.955 DEBUG [main][MenuItemLookup] Item match:Quick Fix Ctrl+1 06:14:11.955 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Quick Fix Ctrl+1" 06:14:11.955 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Quick Fix Ctrl+1 06:14:11.955 INFO [main][MenuItemHandler] Select menu item: &Quick Fix Ctrl+1 06:14:12.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:14:12.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:12.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:12.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:14:12.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Quick Fix 06:14:12.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:12.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:12.040 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 06:14:12.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:12.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:12.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:12.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:12.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:14:12.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:14:12.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:14:12.042 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 06:14:12.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:12.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:12.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:12.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:12.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:14:12.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:14:12.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:14:12.046 TRACE [main][WidgetHandler] Notify Table with event 13 06:14:12.046 TRACE [main][WidgetHandler] Wait for synchronization 06:14:12.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:14:12.046 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:12.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:12.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:12.046 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Quick Fix" as the parent 06:14:12.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:12.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:12.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:12.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:12.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:12.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:12.047 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:14:12.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:12.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:12.047 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:12.047 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:12.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable... 06:14:12.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable finished successfully 06:14:12.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4da5cb00 is found... 06:14:12.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4da5cb00 is found finished successfully 06:14:12.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 '\*?\QWarningTestClass.java\E') 06:14:12.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:12.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:12.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:12.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:12.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:12.154 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:12.154 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ @SuppressWarnings("unused") private int i; } TooltipText=null 06:14:12.154 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:12.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:12.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:12.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:12.164 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:14:12.164 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:14:12.164 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:14:12.164 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:14:12.164 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:14:12.164 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:14:12.164 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:14:12.164 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:14:12.164 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:14:12.164 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:14:12.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:14:12.236 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 06:14:12.236 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:14:12.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:12.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:12.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 06:14:12.237 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:12.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:12.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:12.237 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:14:12.237 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:12.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:12.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:12.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:12.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:12.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:12.238 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:14:12.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:12.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:12.238 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:12.238 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:12.239 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:14:12.239 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:12.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:12.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:12.239 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:14:12.239 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:12.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:12.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:12.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:12.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:12.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:12.240 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:14:12.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:12.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:12.240 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:12.240 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:12.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:14:12.271 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 06:14:12.271 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:14:12.271 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:12.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:12.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:12.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:12.301 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:12.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:12.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:12.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:12.301 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:12.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:12.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:12.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:12.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:12.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:12.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:14:12.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:12.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:14:13.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:13.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:14:13.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:14:13.303 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:13.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:13.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:13.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:13.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 06:14:13.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:13.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:13.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:13.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:13.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:13.304 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:14:13.305 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:14:13.305 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:14:13.305 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:14:13.306 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:14:13.306 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:14:13.306 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:13.328 DEBUG [main][MenuItemLookup] Found menu:'New' 06:14:13.328 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:14:13.328 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:13.328 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:14:13.328 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:14:13.328 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:14:13.328 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:13.328 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:14:13.328 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:14:13.328 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:14:13.328 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:14:13.328 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:13.328 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:14:13.328 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:14:13.328 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:14:13.328 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:14:13.328 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:13.328 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:14:13.328 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:14:13.328 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:13.328 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:14:13.328 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:14:13.328 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:14:13.328 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:14:13.328 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:14:13.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:14:13.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:14:13.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:14:13.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:14:13.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:14:13.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:14:13.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:14:13.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:14:13.332 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 06:14:13.332 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:14:13.332 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:14:13.332 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:14:13.333 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:14:13.333 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:14:13.333 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:13.351 DEBUG [main][MenuItemLookup] Found menu:'New' 06:14:13.351 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:14:13.351 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:13.351 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:14:13.351 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:14:13.351 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:14:13.351 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:13.351 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:14:13.351 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:14:13.351 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:14:13.351 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:14:13.351 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:14:13.352 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:14:13.352 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:14:13.352 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:14:13.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:14:13.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 'Delete.*'] is available. finished successfully 06:14:13.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:14:13.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:13.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:13.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:13.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:13.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:14:13.929 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:13.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:13.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:13.929 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:14:13.929 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:13.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:13.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:13.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:13.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:13.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:13.930 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:14:13.930 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:14:13.930 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:14:13.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:13.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:13.930 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:13.930 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:13.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:14:13.930 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:13.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:13.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:13.930 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:14:13.930 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:13.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:13.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:13.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:13.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:13.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:13.931 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:14:13.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:13.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:13.931 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:13.931 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:13.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:14:13.933 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:14:14.433 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 06:14:14.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:14:14.435 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.... 06:14:14.435 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") 06:14:14.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:14.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:14.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:14:14.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:14.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:14:15.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:15.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:14:15.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:14:15.439 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 06:14:15.439 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") 06:14:15.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:15.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:15.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:15.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:15.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:15.440 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 06:14:15.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:14:15.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:15.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:15.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:14:15.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:15.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:15.442 DEBUG [WorkbenchTestable][DeleteUtils] Shell with title 'Delete.*' and button 'Continue' found 06:14:15.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Continue") 06:14:15.442 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:15.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:15.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:15.442 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:14:15.442 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:15.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:15.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:15.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:15.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:15.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:15.443 INFO [WorkbenchTestable][AbstractButton] Click button Con&tinue 06:14:15.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:15.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:15.443 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:15.443 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:15.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:14:15.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:14:15.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:14:15.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:14:15.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:14:15.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:14:15.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:14:15.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:14:15.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:14:15.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:14:15.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:14:15.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:14:15.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:14:15.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:14:15.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:14:15.979 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:14:15.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:15.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:15.980 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testProblemQuickfix no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:14:15.980 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:14:15.980 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNoErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:14:15.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:14:15.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:14:15.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:14:15.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:14:15.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:15.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:15.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:15.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:15.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:14:15.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:15.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:15.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:15.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:15.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:15.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:15.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:15.981 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:14:15.981 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:15.981 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:15.981 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:15.981 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:15.981 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:15.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:15.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:15.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:15.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:15.981 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:14:15.981 DEBUG [main][MenuItemLookup] Found menu:'File' 06:14:15.981 DEBUG [main][MenuItemLookup] Item match:File 06:14:15.982 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:14:15.982 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:14:15.984 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:14:15.984 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:14:15.984 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:15.984 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:14:15.984 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:14:15.984 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:14:15.984 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:14:15.984 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:14:15.984 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:14:15.984 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:14:15.984 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:14:15.984 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:14:15.984 DEBUG [main][MenuItemLookup] Found menu:'File' 06:14:15.984 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:14:15.984 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:14:15.984 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:15.984 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:14:15.984 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:15.984 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:14:15.984 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:14:15.984 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:14:15.984 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:14:15.984 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:14: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 'New|Select a wizard'] is available.... 06:14:16.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:14:16.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:14:16.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:16.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:16.034 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:14:16.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:16.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 06:14:16.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:16.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:16.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:16.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:16.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:16.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:14:16.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:14:16.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:14:16.036 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:14:16.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:16.036 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:14:16.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:16.036 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:14:16.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:14:16.036 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:14:16.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:16.036 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:14:16.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:16.040 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:14:16.040 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:14:16.040 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:14:16.041 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:14:16.042 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:14:16.042 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:14:16.042 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:14:16.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:14:16.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:16.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:16.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:16.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:16.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:16.043 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:14:16.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:16.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:16.043 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:16.043 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:16.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'] 06:14:16.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:16.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:16.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:14:16.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 06:14:16.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:14:16.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:16.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:16.169 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:14:16.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:16.170 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 06:14:16.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 06:14:16.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:16.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:16.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:16.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:16.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:14:16.171 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:14:16.171 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 06:14:16.191 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:14:16.192 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:14:16.192 DEBUG [WorkbenchTestable][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) 06:14:16.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:16.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:16.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:16.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:16.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:16.193 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:14:16.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:16.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:16.193 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:16.193 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:16.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:14:16.696 DEBUG [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 06:14:16.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:14:16.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:16.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:16.698 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:14:16.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:14:16.698 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:16.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:16.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:16.699 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:14:16.699 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:16.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:16.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:16.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:16.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:16.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:16.699 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:14:16.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:16.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:16.699 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:16.699 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:16.802 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.... 06:14:16.802 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 06:14:16.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:14:16.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:14:16.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:14:16.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 06:14:16.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:14:16.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:14:16.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:14:16.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:14:16.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:14:16.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:16.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:16.803 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:16.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:16.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:16.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:16.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:16.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:16.805 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:16.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:14:16.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:16.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:16.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:16.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:16.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:16.806 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:16.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:16.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:16.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:16.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:16.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:16.814 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:14:16.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:16.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:16.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:16.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:16.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:16.815 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:16.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:14:16.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:16.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:16.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:16.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:16.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:16.815 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:16.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:16.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:16.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:16.832 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:14:16.832 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:16.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:16.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:16.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:16.833 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:16.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:16.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:16.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:16.833 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:16.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:16.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:16.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:16.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:16.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:16.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:14:17.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:17.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:14:17.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:17.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:14:17.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:14:17.836 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:17.836 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:17.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:17.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:17.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:14:17.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:17.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:17.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:17.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:17.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:17.837 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:14:17.837 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:14:17.837 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 06:14:17.837 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 06:14:17.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:18.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:18.338 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 06:14:18.339 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:14:18.339 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:14:18.339 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:14:18.344 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:14:18.344 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:18.344 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:18.344 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:18.344 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:18.345 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:14:18.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:18.345 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:18.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:18.345 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:18.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:18.345 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:18.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:18.345 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:14:18.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:18.345 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:18.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:18.345 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:18.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:18.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:18.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:18.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:18.346 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:18.346 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:14:18.346 DEBUG [main][MenuItemLookup] Found menu:'File' 06:14:18.346 DEBUG [main][MenuItemLookup] Item match:File 06:14:18.347 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:14:18.347 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:14:18.349 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:14:18.349 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:14:18.349 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:18.349 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:14:18.349 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:14:18.349 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:14:18.349 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:14:18.349 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:14:18.349 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:14:18.349 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:14:18.349 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:14:18.349 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:14:18.349 DEBUG [main][MenuItemLookup] Found menu:'File' 06:14:18.349 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:14:18.349 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:14:18.349 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:18.349 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:14:18.349 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:18.349 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:14:18.349 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:14:18.349 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:14:18.349 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:14:18.349 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:14:18.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:14:18.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:14:18.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:14:18.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:18.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:18.445 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:14:18.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:18.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:14:18.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:18.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:18.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:18.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:18.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:18.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:14:18.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:14:18.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:14:18.448 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:14:18.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:18.448 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:14:18.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:18.448 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:14:18.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:14:18.448 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:14:18.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:18.448 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:14:18.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:18.448 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:14:18.448 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:14:18.448 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:14:18.449 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:14:18.451 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:14:18.451 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:14:18.451 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:14:18.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:14:18.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:18.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:18.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:18.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:18.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:18.452 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:14:18.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:18.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:18.452 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:18.452 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:18.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'] 06:14:18.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:18.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:18.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:14:18.609 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 06:14:18.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:14:18.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:18.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:18.609 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:14:18.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:18.610 DEBUG [WorkbenchTestable][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:") 06:14:18.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:18.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:18.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:18.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:18.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:14:18.615 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:14:18.616 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 06:14:18.621 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:14:18.621 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:14:18.621 DEBUG [WorkbenchTestable][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) 06:14:18.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:18.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:18.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:18.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:18.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:18.623 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:14:18.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:18.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:18.623 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:18.623 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:18.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:14:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:14:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:14:19.141 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 06:14:19.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:14:19.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:14:19.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:14:19.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:14:19.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:14:19.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:14:19.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:14:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:14:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:14:19.141 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 06:14:19.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:14:19.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:14:19.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:14:19.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:14:19.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:14:19.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:14:19.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:14:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:14:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@718aabbf is found... 06:14:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@718aabbf is found finished successfully 06:14:19.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 06:14:19.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:19.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:19.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:19.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:19.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:19.143 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:19.143 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 06:14:19.143 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:14:19.150 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:19.150 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 06:14:19.150 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:14:19.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:14:19.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:19.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:19.151 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:19.151 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:19.151 DEBUG [main][MenuItemLookup] Found menu:'File' 06:14:19.151 DEBUG [main][MenuItemLookup] Item match:File 06:14:19.151 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:14:19.151 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:14:19.151 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:14:19.151 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:14:19.151 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:19.151 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:14:19.151 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:14:19.151 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:19.151 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:14:19.151 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:14:19.152 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:14:19.152 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:14:19.152 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:14:19.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:14:19.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:14:19.207 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:19.207 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 06:14:19.207 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:19.208 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:19.208 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:19.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:19.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:19.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:19.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:19.221 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:19.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:19.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:19.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:14:19.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:19.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:19.228 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:19.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') 06:14:19.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:19.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:19.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:19.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:19.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:19.230 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:19.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:19.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:19.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:19.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:19.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:19.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 06:14:19.231 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:19.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:19.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:19.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:19.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:19.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:19.299 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:19.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:19.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:19.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:19.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:19.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:19.300 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:19.300 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:19.300 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:19.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:19.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:19.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:19.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:19.301 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:19.301 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:19.301 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:19.301 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:19.301 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:19.301 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:14:19.301 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:19.302 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:19.302 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:19.302 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:19.302 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:19.302 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:19.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:14:20.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:14:20.802 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:20.803 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:20.803 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:20.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:20.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:20.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:20.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:20.804 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:20.804 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:20.804 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:20.804 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:20.804 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:20.804 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:14:20.804 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:20.805 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:20.805 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:20.805 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:20.805 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:20.805 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:20.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:14:20.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:14:20.805 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:20.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:20.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:20.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:20.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:20.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:20.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 06:14:20.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:20.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:20.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:20.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:20.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:20.807 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 06:14:20.807 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:14:20.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:20.807 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:14:20.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:20.807 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:14:20.807 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:14:20.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:20.807 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:14:20.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:20.807 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:14:20.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 06:14:20.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:20.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:20.809 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:20.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:20.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:20.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:14:20.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:20.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:20.820 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:20.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:14:20.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:20.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:20.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:20.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:20.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:20.822 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:20.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:20.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:20.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:20.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:20.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:20.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Errors exists in Problems view.... 06:14:20.823 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:20.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:20.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:20.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:20.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:20.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:20.824 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:20.824 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:20.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:20.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:20.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:20.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:20.824 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:20.824 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:20.824 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:20.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:20.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:20.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:20.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:20.825 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:20.825 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:20.825 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:20.825 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:20.825 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:20.825 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:14:20.825 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:20.825 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:20.825 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:20.825 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:20.825 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:20.825 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:20.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:14:21.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:14:21.826 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:21.827 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:21.827 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:21.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:21.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:21.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:21.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:21.827 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:21.828 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:21.828 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:21.828 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:21.828 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:21.828 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:14:21.828 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:21.828 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:21.828 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:21.828 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:21.828 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:21.828 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:21.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:14:21.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:14:21.828 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:21.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:21.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:21.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:21.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:21.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:21.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 06:14:21.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:21.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:21.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:21.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:21.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:21.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Errors exists in Problems view. finished successfully 06:14:21.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:21.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:21.831 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:21.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:21.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:21.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:14:21.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:21.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:21.833 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:21.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:14:21.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:21.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:21.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:21.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:21.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:21.835 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:21.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:21.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:21.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:21.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:21.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:21.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 06:14:21.835 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:21.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:21.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:21.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:21.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:21.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:21.836 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:21.836 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:21.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:21.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:21.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:21.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:21.836 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:21.836 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:21.836 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:21.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:21.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:21.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:21.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:21.837 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:21.837 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:21.837 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:21.837 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:21.837 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:21.837 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:14:21.837 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:21.837 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:21.837 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:21.837 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:21.837 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:21.837 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:21.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:14:22.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:14:22.838 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:22.838 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:22.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:22.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:22.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:22.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:22.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:22.839 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:22.840 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:22.840 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:22.840 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:22.840 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:22.840 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:14:22.840 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:22.840 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:22.840 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:22.840 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:22.840 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:22.840 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:22.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:14:22.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:14:22.840 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:22.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:22.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:22.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:22.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:22.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:22.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 06:14:22.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:22.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:22.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:22.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:22.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:22.850 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 06:14:22.850 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:14:22.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:22.850 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:14:22.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:22.850 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:14:22.851 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:14:22.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:22.851 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:14:22.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:22.851 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:14:22.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 06:14:22.851 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:22.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:22.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:22.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:22.851 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:22.851 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:22.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:22.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:22.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:22.852 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:22.852 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:22.852 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:22.852 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:22.852 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:22.852 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:14:22.852 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:22.852 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:22.852 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:22.852 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:22.852 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:22.852 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:22.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:14:23.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:14:23.853 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:23.854 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:23.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:23.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:23.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:23.855 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:23.855 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:23.855 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:23.855 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:23.855 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:23.855 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:14:23.855 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:23.855 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:23.855 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:23.855 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:23.855 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:23.855 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:23.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:14:23.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:14:23.856 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:23.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:23.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:23.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:23.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:14:23.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:23.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:23.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:23.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:23.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:23.857 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:23.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:23.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:23.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:23.857 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:23.857 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:23.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:23.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:23.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:23.858 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:23.858 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:23.858 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:23.858 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:23.858 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:23.858 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:14:23.858 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:23.858 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:23.858 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:23.858 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:23.858 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:23.858 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:23.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:14:24.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:14:24.860 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:24.860 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:24.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:24.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:24.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:24.861 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:24.861 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:24.861 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:24.861 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:24.861 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:24.861 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:14:24.861 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:24.862 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:24.862 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:24.862 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:24.862 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:24.862 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:24.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:14:24.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:14:24.862 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:24.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:24.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:24.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:24.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 06:14:24.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:24.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:24.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:24.863 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 06:14:24.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:14:24.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:24.863 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:14:24.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:24.863 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:14:24.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:14:24.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:24.863 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:14:24.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:24.863 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:14:24.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:14:24.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:24.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:24.865 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:24.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:14:24.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:24.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:24.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:24.867 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:24.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:24.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:24.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:24.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:24.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:24.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 06:14:24.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:24.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:24.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:24.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:14:24.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:24.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:24.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:24.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:14:24.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:24.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:24.870 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:24.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:14:24.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:24.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:24.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:24.881 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:24.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:24.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:24.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:24.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:24.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:24.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 06:14:24.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:24.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:24.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:24.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 06:14:24.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:24.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:24.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:24.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:14:24.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:24.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:24.885 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:24.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:14:24.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:24.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:24.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:24.887 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:24.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:24.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:24.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:24.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:24.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:24.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:14:24.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:24.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:24.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:24.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:14:24.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:24.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:24.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:24.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:14:24.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:24.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:24.900 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:24.900 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:14:24.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:24.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:24.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:24.901 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:24.902 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:24.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:24.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:24.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:24.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:24.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 06:14:24.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:24.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:24.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:24.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:14:24.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:24.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:24.905 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:24.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:14:24.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:24.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:24.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:24.916 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:24.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:24.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:24.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:24.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:24.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:24.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:14:24.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:24.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:24.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:24.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:14:24.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:24.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:24.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:24.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:14:24.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:24.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:24.920 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:24.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 '\*?\QProblems\E') 06:14:24.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:24.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:24.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:24.931 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:24.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:24.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:24.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:24.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:24.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:24.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 06:14:24.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:24.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:24.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:24.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 06:14:24.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:24.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:24.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:24.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:14:24.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:24.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:24.935 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:24.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:14:24.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:24.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:24.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:24.937 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:24.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:24.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:24.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:24.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:24.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:24.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 06:14:24.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:24.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:24.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:24.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:24.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:24.938 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:24.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:24.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:24.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:24.948 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:24.948 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:24.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:24.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:24.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:24.949 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:24.949 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:24.949 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:24.949 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:24.949 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:24.949 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:14:24.949 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:24.949 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:24.949 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:24.949 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:24.949 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:24.949 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:24.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:14:25.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:14:25.950 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:25.950 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:25.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:25.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:25.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:25.951 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:25.952 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:25.952 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:25.952 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:25.952 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:25.952 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:14:25.952 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:25.952 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:25.952 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:25.952 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:25.952 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:25.952 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:25.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:14:25.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:14:25.952 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:25.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:25.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:25.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:25.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 06:14:25.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:25.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:25.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:25.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:25.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:25.953 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:25.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:25.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:25.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:25.953 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:25.953 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:25.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:25.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:25.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:25.954 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:25.954 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:25.954 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:25.954 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:25.954 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:25.954 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:14:25.954 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:25.954 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:25.954 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:25.954 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:25.954 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:25.954 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:25.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:14:26.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:14:26.955 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:26.956 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:26.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:26.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:26.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:26.957 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:26.957 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:26.957 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:26.957 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:26.957 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:26.957 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:14:26.957 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:26.957 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:26.957 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:26.957 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:26.957 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:26.957 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:26.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:14:26.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:14:26.957 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:26.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:26.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:26.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:26.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 06:14:26.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:26.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:26.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:26.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:26.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:26.958 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:26.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:26.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:26.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:26.959 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:26.959 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:26.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:26.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:26.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:26.959 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:26.959 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:26.960 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:26.960 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:26.960 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:26.960 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:14:26.960 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:26.960 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:26.960 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:26.960 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:26.960 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:26.960 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:26.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:14:27.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:14:27.961 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:27.961 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:27.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:27.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:27.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:27.962 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:27.963 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:27.963 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:27.963 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:27.963 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:27.963 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:14:27.963 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:27.963 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:27.963 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:27.963 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:27.963 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:27.963 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:27.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:14:27.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:14:27.963 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:27.963 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:27.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:27.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:27.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 06:14:27.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:27.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:27.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:27.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:27.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:27.964 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 06:14:27.964 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:14:27.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:27.964 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:14:27.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:27.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:14:27.964 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:14:27.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:27.964 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:14:27.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:27.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:14:27.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:27.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:27.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:14:27.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:27.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:27.966 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:27.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 '\*?\QProblems\E') 06:14:27.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:27.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:27.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:27.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:27.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:27.977 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:27.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:27.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:27.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:27.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:27.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:27.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 06:14:27.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:27.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:27.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:27.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:27.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:27.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:14:27.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:27.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:27.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:27.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:27.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:27.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:27.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:27.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:14:27.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:27.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:27.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:27.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:14:27.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:27.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:27.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:27.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:27.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:27.983 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:27.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:27.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:27.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:27.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:27.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:27.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:14:27.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:27.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:27.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:27.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:27.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:27.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 06:14:27.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:27.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:27.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:27.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:27.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:27.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:27.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:27.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:14:27.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:27.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:27.995 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:27.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 '\*?\QProblems\E') 06:14:27.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:27.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:27.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:27.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:27.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:27.997 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:27.997 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:27.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:27.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:27.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:27.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:27.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:14:27.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:27.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:27.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:27.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:27.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:27.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:14:27.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:27.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:27.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:27.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:27.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:27.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:28.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:28.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:14:28.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:28.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:28.001 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:28.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 '\*?\QProblems\E') 06:14:28.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:28.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:28.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:28.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:28.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:28.012 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:28.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:28.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:28.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:28.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:28.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:28.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 06:14:28.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:28.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:28.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:28.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:28.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:28.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:28.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:28.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:14:28.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:28.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:28.015 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:28.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') 06:14:28.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:28.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:28.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:28.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:28.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:28.027 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:28.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:28.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:28.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:28.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:28.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:28.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:14:28.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:28.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:28.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:28.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:28.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:28.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 06:14:28.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:28.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:28.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:28.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:28.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:28.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:28.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:28.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:14:28.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:28.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:28.031 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:28.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') 06:14:28.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:28.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:28.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:28.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:28.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:28.033 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:28.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:28.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:28.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:28.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:28.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:28.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 06:14:28.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:28.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:28.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:28.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:28.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:28.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 06:14:28.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:28.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:28.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:28.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:28.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:28.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:28.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:28.045 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 06:14:28.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:28.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:28.045 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 06:14:28.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 '\*?\QProblems\E') 06:14:28.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:28.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:28.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:28.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:28.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:28.047 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:28.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:28.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:28.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 06:14:28.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:28.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:28.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 06:14:28.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:28.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:28.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:28.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:28.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:28.049 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:28.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:28.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:28.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:28.049 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:28.049 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:28.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:28.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:28.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:28.050 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:28.050 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:28.050 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:28.050 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:28.050 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:28.050 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:14:28.050 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:28.050 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:28.050 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:28.050 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:28.050 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:28.050 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:28.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:14:29.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:14:29.051 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:29.051 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:29.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:29.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:29.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:29.053 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:29.053 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:29.053 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:29.053 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:29.053 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:29.053 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 06:14:29.053 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:29.053 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:29.053 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:29.053 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:29.053 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:29.053 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:29.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:14:29.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:14:29.054 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:29.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:29.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:29.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:29.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:14:29.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:29.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:29.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:29.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:29.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:29.054 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 06:14:29.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:14:29.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:29.054 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:14:29.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:29.054 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:14:29.055 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 06:14:29.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:29.055 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 06:14:29.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:29.055 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 06:14:29.055 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:29.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:29.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:29.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:29.055 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:14:29.056 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:14:29.056 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:14:29.056 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:14:29.056 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:14:29.056 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:14:29.056 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:14:29.056 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:14:29.056 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:14:29.056 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:14:29.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:14:29.092 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 06:14:29.092 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:14:29.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:29.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14: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 "Restore Defaults") 06:14:29.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:29.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:29.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:29.093 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:14:29.093 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:29.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:29.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:29.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:29.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:29.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:29.094 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:14:29.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:29.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:29.094 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:29.094 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:29.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:14:29.095 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:29.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:29.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:29.095 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:14:29.095 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:29.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:29.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:29.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:29.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:29.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:29.096 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:14:29.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:29.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:29.097 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:29.097 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:29.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:14:29.125 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 06:14:29.125 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:14:29.125 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:29.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:29.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:29.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:29.132 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:29.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:29.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:29.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:29.132 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:29.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:29.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:29.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:29.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:29.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:29.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:14:29.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:29.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:14:30.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:30.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:14:30.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:14:30.134 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:30.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:30.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:30.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:30.135 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:14:30.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:30.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:30.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:30.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:30.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:30.135 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:14:30.136 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:14:30.136 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:14:30.136 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:14:30.137 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:14:30.137 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:14:30.137 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:30.159 DEBUG [main][MenuItemLookup] Found menu:'New' 06:14:30.159 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:14:30.159 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:30.159 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:14:30.159 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:14:30.159 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:14:30.159 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:30.159 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:14:30.159 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:14:30.159 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:14:30.159 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:14:30.159 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:30.159 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:14:30.159 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:14:30.159 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:14:30.159 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:14:30.159 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:30.159 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:14:30.159 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:14:30.159 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:30.159 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:14:30.159 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:14:30.159 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:14:30.159 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:14:30.159 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:14:30.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:14:30.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:14:30.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:14:30.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:14:30.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:14:30.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:14:30.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:14:30.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:14:30.162 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 06:14:30.162 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:14:30.162 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:14:30.162 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:14:30.163 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:14:30.163 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:14:30.163 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:30.191 DEBUG [main][MenuItemLookup] Found menu:'New' 06:14:30.191 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:14:30.191 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:30.191 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:14:30.191 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:14:30.191 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:14:30.191 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:30.191 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:14:30.191 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:14:30.191 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:14:30.191 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:14:30.191 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:14:30.191 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:14:30.191 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:14:30.191 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:14:30.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 'Delete.*'] is available.... 06:14:30.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 'Delete.*'] is available. finished successfully 06:14:30.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:14:30.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:30.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:30.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:30.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:30.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: 32) 06:14:30.752 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:30.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:30.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:30.753 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:14:30.753 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:30.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:30.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:30.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:30.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:30.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:30.753 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:14:30.753 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:14:30.753 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:14:30.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:30.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:30.753 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:30.753 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:30.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 "OK", Widget matcher matching widgets with style: 8) 06:14:30.753 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:30.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:30.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:30.753 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:14:30.753 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:30.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:30.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:30.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:30.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:30.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:30.754 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:14:30.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:30.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:30.754 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:30.754 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:30.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:14:30.756 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:14:31.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:14:31.256 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:14:31.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:14:31.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:14:31.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:14:31.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:14:31.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:14:31.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:14:31.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:14:31.257 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:14:31.257 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:14:31.257 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:14:31.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:31.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:31.257 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNoErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:14:31.257 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:14:31.257 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNoErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:14:31.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:14:31.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:14:31.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:14:31.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:14:31.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'] 06:14:31.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:31.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'] 06:14:31.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:31.258 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:14:31.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:31.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'] 06:14:31.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:31.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'] 06:14:31.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:31.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'] 06:14:31.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:31.258 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:14:31.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:31.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'] 06:14:31.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:31.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'] 06:14:31.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:31.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:31.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:31.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:31.259 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:31.259 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:14:31.259 DEBUG [main][MenuItemLookup] Found menu:'File' 06:14:31.259 DEBUG [main][MenuItemLookup] Item match:File 06:14:31.260 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:14:31.260 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:14:31.261 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:14:31.261 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:14:31.261 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:31.261 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:14:31.262 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:14:31.262 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:14:31.262 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:14:31.262 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:14:31.262 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:14:31.262 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:14:31.262 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:14:31.262 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:14:31.262 DEBUG [main][MenuItemLookup] Found menu:'File' 06:14:31.262 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:14:31.262 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:14:31.262 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:31.262 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:14:31.262 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:31.262 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:14:31.262 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:14:31.262 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:14:31.262 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:14:31.262 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:14:31.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:14:31.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:14:31.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:14:31.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:31.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:31.312 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:14:31.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:31.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:14:31.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:31.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:31.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:31.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:31.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:31.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:14:31.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:14:31.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:14:31.313 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:14:31.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:31.313 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:14:31.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:31.313 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:14:31.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:14:31.313 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:14:31.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:31.313 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:14:31.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:31.313 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:14:31.313 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:14:31.313 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:14:31.313 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:14:31.319 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:14:31.319 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:14:31.319 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:14:31.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:14:31.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:31.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:31.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:31.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:31.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:31.320 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:14:31.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:31.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:31.320 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:31.320 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:31.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'] 06:14:31.436 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:31.436 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:31.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:14:31.436 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 06:14:31.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:14:31.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:31.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:31.437 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:14:31.437 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:31.437 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 06:14:31.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.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 06:14:31.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:31.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:31.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:31.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:31.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:14:31.450 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:14:31.451 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 06:14:31.471 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:14:31.471 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:14:31.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:14:31.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:31.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:31.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:31.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:31.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:31.472 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:14:31.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:31.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:31.472 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:31.472 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:31.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:14:31.976 DEBUG [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 06:14:31.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:14:31.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:31.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:31.978 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:14:31.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:14:31.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:31.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:31.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:31.979 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:14:31.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:31.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:31.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:31.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:31.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:31.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:31.979 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:14:31.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:31.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:31.979 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:31.979 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:32.071 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.... 06:14:32.071 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 06:14:32.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:14:32.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:14:32.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:14:32.071 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 06:14:32.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:14:32.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:14:32.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:14:32.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:14:32.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:32.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:32.073 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:32.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:32.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:32.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:32.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:32.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:32.076 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:32.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') 06:14:32.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:32.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:32.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:32.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:32.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:32.077 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:32.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:32.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:32.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:32.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:32.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:32.102 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:14:32.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:32.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:32.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:32.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:32.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:32.103 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:32.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 '\*?\QPackage Explorer\E') 06:14:32.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:32.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:32.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:32.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:32.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:32.103 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:32.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:32.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:32.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:32.120 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:32.120 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:32.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:32.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:32.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:32.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:32.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:32.129 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:32.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:32.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:32.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:32.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:32.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:32.130 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:32.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 '\*?\QProblems\E') 06:14:32.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:32.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:32.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:32.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:32.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:32.132 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:32.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:32.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:32.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:32.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:32.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:32.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Problems view is empty.... 06:14:32.133 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:32.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:32.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:32.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:32.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:32.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:32.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 06:14:32.133 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:32.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:32.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:32.134 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Problems (0 items)"as the parent 06:14:32.134 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:32.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:32.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:32.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:32.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:32.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:32.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Problems view is empty. finished successfully 06:14:32.134 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:32.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:32.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:32.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:32.135 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:32.135 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:32.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:32.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:32.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:32.135 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:32.136 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:32.136 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:32.136 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:32.136 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:32.136 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:14:32.136 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:32.136 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:32.136 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:32.136 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:32.136 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:32.136 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:32.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:14:33.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:14:33.166 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:33.167 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:33.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:33.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:33.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:33.168 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:33.168 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:33.168 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:33.168 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:33.168 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:33.168 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:14:33.168 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:33.168 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:33.168 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:33.168 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:33.168 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:33.168 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:33.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:14:33.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:14:33.168 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:33.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:33.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:33.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:33.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 06:14:33.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:33.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:33.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:33.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:33.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:33.169 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:33.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:33.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:33.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:33.170 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:33.170 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:33.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:33.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:33.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:33.170 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:33.171 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:33.171 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:33.171 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:33.171 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:33.171 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:14:33.171 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:33.171 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:33.171 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:33.171 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:33.171 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:33.171 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:33.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:14:34.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:14:34.672 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:34.672 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:34.672 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:34.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:34.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:34.673 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:34.673 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:34.673 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:34.673 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:34.673 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:34.674 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:14:34.674 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:34.674 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:34.674 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:34.674 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:34.674 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:34.674 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:34.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:14:34.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:14:34.674 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:34.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:34.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:34.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:34.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:14:34.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:34.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:34.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:34.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:34.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:34.675 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:34.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:34.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:34.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:34.675 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:34.675 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:34.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:34.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:34.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:34.675 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:34.676 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:34.676 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:34.676 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:34.676 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:34.676 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:14:34.676 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:34.676 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:34.676 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:34.676 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:34.676 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:34.676 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:34.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:14:35.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:14:35.677 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:35.677 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:35.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:35.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:35.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:35.678 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:35.679 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:35.679 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:35.679 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:35.679 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:35.679 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:14:35.679 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:35.679 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:35.679 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:35.679 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:35.679 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:35.679 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:35.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:14:35.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:14:35.679 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:35.679 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:35.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:35.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:35.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:14:35.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:35.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:35.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:35.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:35.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:35.680 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:35.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:35.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:35.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:35.680 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:35.680 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:35.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:35.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:35.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:35.681 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:35.681 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:35.681 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:35.681 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:35.681 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:35.681 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:14:35.681 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:35.681 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:35.681 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:35.681 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:35.681 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:35.681 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:35.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:14:36.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:14:36.683 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:36.683 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:36.683 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:36.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:36.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:36.684 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:36.684 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:36.684 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:36.685 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:36.685 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:36.685 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:14:36.685 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:36.685 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:36.685 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:36.685 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:36.685 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:36.685 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:36.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:14:36.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:14:36.685 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:36.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:36.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:36.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:36.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:14:36.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:36.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:36.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:36.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:36.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:36.686 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:36.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:36.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:36.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:36.686 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:36.686 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:36.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:36.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:36.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:36.687 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:36.687 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:36.687 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:36.687 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:36.687 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:36.687 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:14:36.687 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:36.687 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:36.687 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:36.687 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:36.687 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:36.687 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:36.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:14:37.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:14:37.688 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:37.689 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:37.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:37.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:37.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:37.690 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:37.690 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:37.690 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:37.690 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:37.690 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:37.690 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:14:37.690 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:37.690 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:37.690 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:37.690 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:37.690 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:37.691 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:37.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:14:37.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:14:37.691 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:37.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:37.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:37.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:37.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 06:14:37.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:37.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:37.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:37.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:37.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:37.691 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:37.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:37.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:37.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:37.692 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:37.692 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:37.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:37.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:37.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:37.693 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:37.693 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:37.693 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:37.693 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:37.693 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:37.693 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:14:37.693 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:37.693 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:37.693 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:37.693 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:37.693 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:37.693 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:37.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:14:38.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:14:38.694 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:14:38.694 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:38.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:38.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:38.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:38.695 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:14:38.696 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:38.696 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:38.696 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:38.696 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:14:38.696 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 06:14:38.696 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 06:14:38.696 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:14:38.696 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:14:38.696 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.829 seconds)' 06:14:38.696 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:14:38.696 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:14:38.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:14:38.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:14:38.696 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:38.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:38.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:38.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:38.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:14:38.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:38.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:38.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:38.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:38.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:38.697 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:14:38.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:14:38.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:38.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:38.698 DEBUG [main][MenuItemLookup] Found menu:'Show' 06:14:38.698 DEBUG [main][MenuItemLookup] Found menu:'Group By' 06:14:38.698 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 06:14:38.698 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 06:14:38.698 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 06:14:38.698 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 06:14:38.698 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 06:14:38.698 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 06:14:38.698 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 06:14:38.698 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 06:14:38.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:14:38.769 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 06:14:38.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 06:14:38.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:38.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:38.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 06:14:38.770 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:38.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:38.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:38.770 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:14:38.770 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:38.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:38.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:38.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:38.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:38.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:38.771 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:14:38.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:38.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:38.771 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:38.771 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:38.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:14:38.772 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:38.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:38.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:38.772 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 06:14:38.772 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:38.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:38.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:38.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:38.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:38.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:38.773 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:14:38.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:38.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:38.773 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:38.773 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:38.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 06:14:38.798 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 06:14:38.799 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:14:38.799 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:38.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:38.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:38.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:38.807 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:38.807 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:38.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:38.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:38.807 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:38.808 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:38.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:38.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:38.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:38.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:38.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:14:39.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:39.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:14:39.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:39.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:14:39.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:14:39.811 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:14:39.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:14:39.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:39.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:39.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:14:39.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:39.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:39.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:39.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:39.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:39.812 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 06:14:39.812 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:14:39.812 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:14:39.812 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:14:39.814 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:14:39.814 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:14:39.814 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:39.833 DEBUG [main][MenuItemLookup] Found menu:'New' 06:14:39.833 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:14:39.833 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:39.833 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:14:39.833 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:14:39.833 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:14:39.833 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:39.833 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:14:39.833 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:14:39.833 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:14:39.833 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:14:39.833 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:39.833 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:14:39.833 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:14:39.833 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:14:39.833 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:14:39.833 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:39.833 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:14:39.833 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:14:39.833 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:39.833 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:14:39.833 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:14:39.834 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:14:39.834 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:14:39.834 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:14:39.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:14:39.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:14:40.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:14:40.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:14:40.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:14:40.334 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 06:14:40.334 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 06:14:40.335 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 06:14:40.335 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 06:14:40.336 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 06:14:40.336 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:14:40.336 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:40.355 DEBUG [main][MenuItemLookup] Found menu:'New' 06:14:40.355 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:14:40.355 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:40.355 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:14:40.355 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:14:40.355 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:14:40.355 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:40.355 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:14:40.355 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:14:40.355 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:14:40.355 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:14:40.355 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:14:40.355 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:14:40.355 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:14:40.356 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:14:40.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:14:40.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:14:40.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:14:40.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:40.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:40.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:40.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:40.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:14:40.921 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:40.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:40.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:40.921 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:14:40.921 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:40.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:40.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:40.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:40.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:40.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:40.922 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:14:40.922 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:14:40.922 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:14:40.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:40.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:40.922 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:40.922 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:40.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:14:40.922 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:40.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:40.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:40.922 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:14:40.922 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:40.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:40.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:40.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:40.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:40.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:40.923 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:14:40.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:40.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:40.923 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:40.923 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:40.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:14:40.926 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:14:41.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:14:41.426 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:14:41.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:14:41.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:14:41.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:14:41.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:14:41.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:14:41.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:14:41.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:14:41.427 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:14:41.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:41.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:41.427 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNoErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 06:14:41.427 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 06:14:41.427 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:14:41.427 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:14:41.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:41.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 195.681 s - in org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest testOneErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 15.847 s testTwoProblemsExist no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 12.393 s testHideProblemColumnsNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 3.842 s testHideProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 4.03 s testFilterErrors no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 20.05 s testProblemQuickfixWithNewDialog no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 8.837 s testOneWarningExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 9.014 s testHideProblemColumnsEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 3.837 s testShowProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 4.016 s testFilterWarnings no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 20.547 s testHideHiddenProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 3.833 s testShowProblemColumnNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 3.729 s testShowProblemColumnEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 3.881 s testOneErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 23.079 s testShowVisibleProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 3.747 s testGetProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 8.001 s testOneErrorExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 9.116 s testProblemQuickfix no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 11.421 s testNoErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 15.277 s testNoErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 10.17 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:14:41.433 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:14:41.435 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:14:41.435 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:14:41.435 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:14:41.435 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:14:41.435 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:14:41.435 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:14:41.435 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:14:41.435 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:14:41.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:41.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:14:41.438 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' view via menu. 06:14:41.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:41.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:41.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:41.438 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:41.438 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:14:41.438 DEBUG [main][MenuItemLookup] Found menu:'File' 06:14:41.438 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:14:41.438 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:14:41.438 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:14:41.438 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:14:41.438 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:14:41.438 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:14:41.438 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:14:41.438 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:14:41.438 DEBUG [main][MenuItemLookup] Item match:Window 06:14:41.439 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:14:41.439 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:14:41.439 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:14:41.439 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:41.439 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:14:41.439 DEBUG [main][MenuItemLookup] Item match:Show View 06:14:41.443 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:14:41.443 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:14:41.443 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:14:41.443 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:14:41.443 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:14:41.443 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:14:41.443 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:14:41.443 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:14:41.443 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:14:41.443 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:14:41.443 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:14:41.443 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:14:41.443 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:14:41.443 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:14:41.443 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:41.443 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:14:41.443 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:14:41.449 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:14:41.449 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:14:41.450 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:14:41.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:14:41.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:14:41.490 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:14:41.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:41.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:41.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:14:41.491 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:41.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:41.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:41.491 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:14:41.491 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:41.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:41.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:41.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:41.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:41.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:41.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:14:41.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:14:41.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 06:14:41.492 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:14:41.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:41.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:41.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:14:41.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 06:14:41.993 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:14:41.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:41.994 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:14:41.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:41.994 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:14:41.994 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Servers 06:14:41.994 DEBUG [main][TreeItemHandler] Selecting tree item: Servers 06:14:41.994 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Servers about selection 06:14:41.995 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Servers 06:14:41.995 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:41.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:41.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:41.995 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:14:41.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:41.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:41.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:41.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 "Open") 06:14:41.995 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:14:41.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:41.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:41.995 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:14:41.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:14:41.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:41.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:41.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:41.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:41.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:41.996 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:14:41.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:41.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:41.996 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:41.996 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:42.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:14:42.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:14:42.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2' view is open... 06:14:42.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:42.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:42.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2' view is open finished successfully 06:14:42.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:42.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:42.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:42.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:42.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:42.058 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:42.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:14:42.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:42.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:42.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:42.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:42.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:42.059 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:42.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:42.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:42.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:42.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:42.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:42.060 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:42.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:42.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:42.060 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 06:14:42.060 INFO [WorkbenchTestable][ServersView2] Create new server 06:14:42.061 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 06:14:42.061 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:42.075 DEBUG [main][MenuItemLookup] Found menu:'New' 06:14:42.075 DEBUG [main][MenuItemLookup] Item match:New 06:14:42.075 DEBUG [main][MenuItemLookup] Found menu:'Server' 06:14:42.075 DEBUG [main][MenuItemLookup] Item match:Server 06:14:42.075 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 06:14:42.075 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 06:14:42.076 INFO [main][MenuItemHandler] Select menu item: Server 06:14:42.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 06:14:42.261 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 06:14:42.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:14:42.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:42.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:42.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'] 06:14:42.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:42.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:42.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'] 06:14:42.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:42.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:42.262 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 06:14:42.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:42.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:42.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:14:42.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:42.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:42.262 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:14:42.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:42.301 DEBUG [WorkbenchTestable][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 06:14:42.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:42.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:42.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:42.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:42.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:42.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:14:42.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:14:42.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 06:14:42.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:14:42.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:14:42.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:14:42.305 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:14:42.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:42.305 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:14:42.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:42.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:14:42.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:14:42.305 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:14:42.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:42.305 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:14:42.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:42.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:14:42.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 06:14:42.305 DEBUG [WorkbenchTestable][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 06:14:42.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:42.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:42.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:42.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:42.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:42.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:14:42.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:14:42.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:14:42.306 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:14:42.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:42.306 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:14:42.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:42.306 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:14:42.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:14:42.306 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:14:42.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:42.306 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:14:42.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:42.306 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:14:42.306 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 06:14:42.306 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 06:14:42.307 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 06:14:42.309 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 06:14:42.309 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:14:42.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:42.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:42.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:42.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:42.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:42.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:42.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:42.811 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:") 06:14:42.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:42.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:42.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:42.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:42.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:14:42.814 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:14:42.814 INFO [WorkbenchTestable][AbstractText] Text set to: Server 1 06:14:42.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:14:42.816 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:14:42.816 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:14:43.316 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:14:43.316 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:14:43.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:14:43.816 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:14:43.816 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 06:14:43.817 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:14:43.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:43.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:43.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:43.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:43.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:43.821 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:14:43.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:43.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:43.821 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:43.821 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:43.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:14:44.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:14:44.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:14:44.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:14:44.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:14:44.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:14:44.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:44.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:44.327 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:14:44.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:44.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:44.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:44.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:44.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:44.329 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:44.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:14:44.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:44.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:44.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:44.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:44.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:44.330 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:44.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:44.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:44.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:44.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:44.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:44.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 1... 06:14:44.335 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:44.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:44.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:44.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:44.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 06:14:44.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:44.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:44.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:44.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:44.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:44.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:44.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:44.345 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:44.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:44.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:44.345 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:44.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:14:44.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:44.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:44.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:44.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:44.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:44.346 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:44.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:44.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:44.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:44.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:44.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:44.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 1 finished successfully 06:14:44.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:44.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:44.352 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:14:44.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:44.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:44.353 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:44.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:44.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:44.361 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:44.361 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:14:44.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:44.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:44.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:44.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:44.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:44.362 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:44.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:44.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:44.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:44.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:44.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:44.364 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:44.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:44.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:44.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:44.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:14:44.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:44.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:44.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:44.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:44.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:44.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:44.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:44.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:44.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:44.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:44.367 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:44.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:14:44.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:44.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:44.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:44.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:44.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:44.368 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:44.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:44.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:44.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:44.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:44.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:44.377 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:14:44.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:44.377 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:14:44.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:44.377 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:14:44.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:44.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:14:44.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:44.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:14:44.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:44.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:14:44.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:44.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:14:44.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:44.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:14:44.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:44.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:14:44.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:44.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:44.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:44.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:44.379 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:44.379 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:14:44.379 DEBUG [main][MenuItemLookup] Found menu:'File' 06:14:44.379 DEBUG [main][MenuItemLookup] Item match:File 06:14:44.379 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:14:44.380 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:14:44.380 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:14:44.380 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:14:44.380 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:44.380 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:14:44.380 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:14:44.380 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:44.380 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:14:44.380 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:14:44.380 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:14:44.380 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:14:44.380 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:44.380 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:14:44.380 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:14:44.380 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:14:44.380 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:14:44.380 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:44.380 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:14:44.380 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:44.380 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:14:44.380 DEBUG [main][MenuItemLookup] Item match:Import... 06:14:44.380 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:14:44.380 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:14:44.380 INFO [main][MenuItemHandler] Select menu item: &Import... 06:14:44.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:14:44.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:14:44.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:14:44.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:44.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:44.433 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:14:44.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:44.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:14:44.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:44.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:44.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:44.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:44.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:44.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:14:44.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:14:44.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:14:44.434 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:14:44.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:44.434 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:14:44.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:44.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:14:44.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:14:44.434 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:14:44.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:44.434 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:14:44.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:44.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:14:44.435 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 06:14:44.435 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 06:14:44.435 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 06:14:44.435 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 06:14:44.435 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:14:44.435 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:14:44.435 DEBUG [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) 06:14:44.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:44.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:44.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:44.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:44.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:44.436 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:14:44.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:44.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:44.436 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:44.436 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:44.464 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:14:44.476 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:44.476 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:44.476 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:14:44.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:44.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:44.477 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:14:44.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:44.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:14:44.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:14:44.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:14:44.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:44.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:44.477 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:14:44.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:44.477 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' 06:14:44.477 DEBUG [WorkbenchTestable][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:") 06:14:44.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:44.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:44.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:44.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:44.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:44.478 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 06:14:44.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:44.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:44.478 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:44.478 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:44.479 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 06:14:44.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:44.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:14:44.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:14:44.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:44.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:14:44.515 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/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 06:14:44.515 DEBUG [WorkbenchTestable][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") 06:14:44.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:44.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:44.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:44.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:44.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:44.527 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 06:14:44.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:44.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:44.527 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:44.527 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:44.561 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 06:14:44.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:44.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:44.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:44.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:44.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:44.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 06:14:44.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 06:14:44.566 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 06:14:44.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.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") 06:14:44.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:44.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:44.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:44.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:44.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:44.567 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 06:14:44.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:44.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:44.567 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:44.567 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:44.567 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:14:44.567 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 06:14:44.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.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) 06:14:44.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:44.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:44.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:44.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:44.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:44.569 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:14:44.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:44.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:44.569 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:44.569 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:44.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:14:45.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:14:45.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:14:45.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:14:45.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:14:45.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:14:45.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:14:45.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:14:45.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:14:45.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:14:45.072 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:14:45.072 INFO [WorkbenchTestable][RequirementsRunner] Started test: getModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:14:45.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:14:45.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:14:45.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:14:45.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:14:45.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:45.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:45.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:45.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:45.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:45.073 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:45.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 '\*?\QServers\E') 06:14:45.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:45.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:45.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:45.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:45.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:45.075 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:45.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:45.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:45.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:45.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:45.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:45.077 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 06:14:45.077 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 06:14:45.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:45.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:45.577 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 06:14:45.577 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 06:14:45.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:46.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:46.078 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 06:14:46.079 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:46.079 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:46.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:46.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:46.080 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:46.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:46.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:46.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:46.080 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 06:14:46.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 06:14:46.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:46.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:46.581 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 06:14:46.581 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 06:14:46.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:47.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:47.081 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 06:14:47.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:47.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:47.083 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:14:47.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:47.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:47.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:47.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:47.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:47.085 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14: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') 06:14:47.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:47.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:47.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:47.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:47.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:47.086 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:47.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:47.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:47.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:47.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:47.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:47.088 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:47.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:47.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:47.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:47.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:14:47.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:47.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:47.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:47.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:47.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:47.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:47.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:47.090 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:47.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:47.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:47.090 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:47.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 '\*?\QServers\E') 06:14:47.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:47.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:47.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:47.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:47.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:47.091 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:47.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:47.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:47.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:47.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:47.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:47.092 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 06:14:47.092 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:47.092 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:47.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:47.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:47.093 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:14:47.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:47.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:47.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:47.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:47.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:47.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:47.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:47.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:47.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:47.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:47.095 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:47.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 '\*?\QServers\E') 06:14:47.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:47.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:47.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:47.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:47.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:47.096 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:47.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:47.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:47.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:47.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:47.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:47.104 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 06:14:47.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 06:14:47.605 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 06:14:47.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:47.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:47.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:47.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:47.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:47.606 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:14:47.606 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:14:47.606 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:14:47.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:47.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:47.607 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:14:47.607 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:14:47.607 INFO [WorkbenchTestable][RequirementsRunner] Started test: restartInProfile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:14:47.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:14:47.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:14:47.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:14:47.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:14:47.607 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:47.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:47.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:47.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:47.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:47.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:47.609 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 06:14:47.609 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 06:14:47.609 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 06:14:47.620 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 06:14:47.621 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:47.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:47.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:47.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:47.621 INFO [WorkbenchTestable][AbstractServer] Start server in profiling mode 'Server 1' 06:14:47.621 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:47.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:47.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:47.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:47.622 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:47.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:47.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:47.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:47.623 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Profile on server Server 1 06:14:47.623 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:47.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:47.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:47.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:47.623 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 06:14:47.623 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 06:14:47.623 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 06:14:47.627 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 06:14:47.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:47.629 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:14:47.629 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:47.645 DEBUG [main][MenuItemLookup] Found menu:'New' 06:14:47.645 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:14:47.645 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:14:47.645 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:47.645 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:14:47.645 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:14:47.645 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:14:47.646 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:14:47.646 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:47.646 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:14:47.646 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 06:14:47.646 DEBUG [main][MenuItemLookup] Found menu:'Profile' 06:14:47.646 DEBUG [main][MenuItemLookup] Item match:Profile 06:14:47.646 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Pro&file" 06:14:47.646 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Profile 06:14:47.646 INFO [main][MenuItemHandler] Select menu item: Pro&file 06:14:47.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile... 06:14:47.653 DEBUG [Worker-2: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 06:14:48.662 DEBUG [Worker-2: Starting Server 1][AbstractWait] Wait for 1 seconds 06:14:50.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile finished successfully 06:14:50.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling... 06:14:50.151 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:50.152 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:50.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:50.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:50.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling finished successfully 06:14:50.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:14:50.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:14:50.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:14:50.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:14:50.153 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:50.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:50.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:50.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:50.154 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'PROFILING' 06:14:50.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:50.154 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:50.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:50.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:50.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:50.154 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 06:14:50.154 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 06:14:50.154 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 06:14:50.158 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 06:14:50.158 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:50.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:50.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:50.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:50.159 INFO [WorkbenchTestable][AbstractServer] Restart server in profile 'Server 1' 06:14:50.159 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:50.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:50.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:50.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:50.160 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:50.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:50.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:50.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:50.162 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Restart in Profile on server Server 1 06:14:50.162 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:50.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:50.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:50.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:50.163 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 06:14:50.163 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 06:14:50.163 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 06:14:50.167 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 06:14:50.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:50.167 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:14:50.167 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:50.179 DEBUG [main][MenuItemLookup] Found menu:'New' 06:14:50.179 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:14:50.179 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:14:50.179 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:50.179 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:14:50.179 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:14:50.179 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:14:50.179 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:14:50.179 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:50.179 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 06:14:50.179 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 06:14:50.179 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 06:14:50.179 DEBUG [main][MenuItemLookup] Item match:Restart in Profile 06:14:50.179 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Restart in Profile" 06:14:50.179 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart in Profile 06:14:50.179 INFO [main][MenuItemHandler] Select menu item: Restart in Profile 06:14:50.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile... 06:14:50.181 DEBUG [Worker-7: Stopping Server 1][AbstractWait] Wait for 1 seconds 06:14:51.187 DEBUG [Worker-9: Starting Server 1][AbstractWait] Wait for 1 seconds 06:14:52.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile finished successfully 06:14:52.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling... 06:14:52.681 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:52.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:52.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:52.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:52.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling finished successfully 06:14:52.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:14:52.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:14:52.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:14:52.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:14:52.682 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:52.682 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:52.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:52.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:52.683 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'PROFILING' 06:14:52.683 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:52.683 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:52.683 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:52.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:52.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:52.684 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:52.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:52.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:52.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:52.684 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 06:14:52.684 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 06:14:52.684 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 06:14:52.688 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 06:14:52.688 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:52.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:52.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:52.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:52.689 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 06:14:52.689 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:52.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:52.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:52.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:52.689 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:52.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:52.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:52.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:52.690 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 06:14:52.690 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:52.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:52.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:52.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:52.690 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 06:14:52.690 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 06:14:52.690 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 06:14:52.694 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 06:14:52.694 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:52.694 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:14:52.694 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:52.705 DEBUG [main][MenuItemLookup] Found menu:'New' 06:14:52.705 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:14:52.705 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:14:52.705 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:52.705 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:14:52.705 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:14:52.705 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:14:52.705 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:14:52.705 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:52.705 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 06:14:52.705 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 06:14:52.705 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 06:14:52.705 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:14:52.705 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 06:14:52.705 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 06:14:52.705 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 06:14:52.705 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 06:14:52.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 06:14:52.706 DEBUG [Worker-9: Stopping Server 1][AbstractWait] Wait for 1 seconds 06:14:53.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 06:14:53.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 06:14:53.715 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:53.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:53.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:53.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:54.217 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:54.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:54.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:54.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:54.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 06:14:54.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:14:54.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:14:54.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:14:54.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:14:54.218 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:54.218 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:54.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:54.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:54.218 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 06:14:54.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:54.219 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:54.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:54.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:54.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:54.219 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 06:14:54.219 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 06:14:54.219 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 06:14:54.222 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 06:14:54.223 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:54.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:54.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:54.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:54.224 INFO [WorkbenchTestable][AbstractServer] Restart server in profile 'Server 1' 06:14:54.224 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:54.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:54.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:54.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:54.225 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:54.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:54.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:54.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:54.225 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:54.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:54.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:54.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:54.226 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 06:14:54.226 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:14:54.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:54.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:54.726 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:14:54.726 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:14:54.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:55.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:55.226 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:14:55.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:55.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:55.228 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:14:55.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:55.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:55.230 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:55.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:55.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:55.230 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:55.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:14:55.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:55.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:55.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:55.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:55.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:55.231 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:55.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:55.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:55.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:55.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:55.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:55.233 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:55.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:55.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:55.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:55.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:14:55.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:55.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:55.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:55.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:55.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:55.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:55.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:55.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:55.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:55.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:55.235 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:55.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 '\*?\QServers\E') 06:14:55.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:55.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:55.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:55.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:55.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:55.236 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:55.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:55.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:55.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:55.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:55.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:55.238 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 06:14:55.238 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:55.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:55.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:55.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:55.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:14:55.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:55.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:55.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:55.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:55.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:55.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:55.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:55.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:55.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:55.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:55.240 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:55.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:14:55.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:55.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:55.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:55.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:55.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:55.241 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:55.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:55.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:55.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:55.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:55.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:55.250 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 06:14:55.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 06:14:55.751 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 06:14:55.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:55.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:55.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:55.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:55.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:55.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:14:55.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:14:55.752 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:14:55.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:14:55.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:14:55.752 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restartInProfile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:14:55.752 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:14:55.752 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete_runningServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:14:55.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:14:55.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:14:55.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:14:55.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:14:55.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:55.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:55.754 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:14:55.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:55.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:55.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:55.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:55.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:55.755 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:55.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 '\*?\QServers\E') 06:14:55.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:55.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:55.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:55.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:55.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:55.756 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:55.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:55.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:55.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:55.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:55.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:55.764 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:55.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:55.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:55.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:55.765 INFO [WorkbenchTestable][ServersView2] Create new server 06:14:55.765 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:14:55.765 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:55.774 DEBUG [main][MenuItemLookup] Found menu:'New' 06:14:55.775 DEBUG [main][MenuItemLookup] Item match:New 06:14:55.775 DEBUG [main][MenuItemLookup] Found menu:'Server' 06:14:55.775 DEBUG [main][MenuItemLookup] Item match:Server 06:14:55.775 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 06:14:55.775 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 06:14:55.775 INFO [main][MenuItemHandler] Select menu item: Server 06:14:55.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 06:14:55.847 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 06:14:55.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:14:55.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:55.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:55.848 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:55.848 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:55.848 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:55.848 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:14:55.848 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:55.848 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:55.848 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 06:14:55.848 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:55.848 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:55.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:14:55.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:55.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:55.849 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:14:55.849 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14: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.wizard.NewServerWizardPage, index 0 and no matchers specified 06:14:55.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:55.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:55.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:55.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:55.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:55.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:14:55.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:14:55.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 06:14:55.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:14:55.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:14:55.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:14:55.853 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:14:55.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:55.853 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:14:55.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:55.853 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:14:55.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:14:55.853 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:14:55.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:55.853 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:14:55.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:55.853 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:14:55.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 06:14:55.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 06:14:55.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:55.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:55.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:55.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:55.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:55.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:14:55.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:14:55.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:14:55.854 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:14:55.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:55.854 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:14:55.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:55.854 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:14:55.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:14:55.854 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:14:55.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:14:55.854 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:14:55.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:14:55.854 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:14:55.855 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 06:14:55.855 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 06:14:55.855 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 06:14:55.856 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 06:14:55.856 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:14:55.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:55.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:55.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:55.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:55.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:55.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:56.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:56.357 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:") 06:14:56.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:56.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:56.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:56.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:56.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:14:56.360 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:14:56.360 INFO [WorkbenchTestable][AbstractText] Text set to: Server 2 06:14:56.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:14:56.360 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:14:56.360 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:14:56.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:14:56.861 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:14:56.861 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 06:14:56.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.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) 06:14:56.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:56.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:56.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:56.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:56.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:14:56.864 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:14:56.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:14:56.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:14:56.864 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:14:56.864 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:56.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:14:57.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:14:57.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:14:57.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:14:57.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:14:57.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:14:57.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:57.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:57.378 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:14:57.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:57.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:57.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:57.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:57.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:57.380 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:57.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 '\*?\QServers\E') 06:14:57.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:57.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:57.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:57.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:57.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:57.381 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:57.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:57.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:57.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:57.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:57.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:57.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2... 06:14:57.390 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:57.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:57.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:57.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:57.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:14:57.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:57.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:57.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:57.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:57.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:57.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:57.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:57.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:57.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:57.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:57.392 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:57.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') 06:14:57.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:57.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:57.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:57.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:57.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:57.394 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:57.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:57.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:57.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:57.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:57.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:57.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:57.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:57.396 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:57.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:57.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:57.397 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:57.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:14:57.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:57.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:57.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:57.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:57.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:57.398 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:57.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:57.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:57.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:57.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:57.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:57.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2 finished successfully 06:14:57.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:57.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:57.407 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:14:57.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:57.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:57.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:57.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:57.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:57.409 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:57.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') 06:14:57.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:57.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:57.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:57.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:57.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:57.411 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:57.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:57.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:57.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:57.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:57.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:57.412 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:57.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:57.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:57.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:57.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:14:57.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:57.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:57.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:57.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:57.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:14:57.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:57.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:57.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:57.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:57.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:57.415 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:57.415 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:14:57.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:57.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:57.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:57.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:57.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:57.424 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:57.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:57.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:57.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:57.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:57.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:57.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:57.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:57.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:57.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:57.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:57.427 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:57.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:14:57.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:57.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:57.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:57.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:57.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:57.428 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:57.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:57.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:57.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:57.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:57.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:57.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:57.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:57.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:14:57.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:14:57.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:14:57.431 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:14:57.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 '\*?\QServers\E') 06:14:57.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:14:57.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:14:57.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:14:57.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:14:57.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:14:57.432 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:57.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:57.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:57.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:14:57.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:14:57.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:14:57.441 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 06:14:57.441 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 06:14:57.442 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 06:14:57.445 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 06:14:57.446 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:57.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:57.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:57.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:57.447 INFO [WorkbenchTestable][AbstractServer] Start server Server 2 06:14:57.447 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:57.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:57.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:57.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:57.448 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:57.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:57.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:57.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:57.448 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 2 06:14:57.448 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:57.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:57.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:57.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:57.449 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 06:14:57.449 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 06:14:57.449 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 06:14:57.459 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 06:14:57.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:57.459 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:14:57.459 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:57.469 DEBUG [main][MenuItemLookup] Found menu:'New' 06:14:57.469 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:14:57.469 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:14:57.470 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:57.470 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:14:57.470 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:14:57.470 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:14:57.470 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:14:57.470 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:57.470 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:14:57.470 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 06:14:57.470 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 06:14:57.470 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 06:14:57.470 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 06:14:57.470 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 06:14:57.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 06:14:57.471 DEBUG [Worker-1: Publishing to Server 2...][AbstractWait] Wait for 1 seconds 06:14:58.478 DEBUG [Worker-1: Starting Server 2][AbstractWait] Wait for 1 seconds 06:14:59.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 06:14:59.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 06:14:59.972 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:59.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:59.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:59.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:59.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 06:14:59.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:14:59.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:14:59.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:14:59.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:14:59.973 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:59.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:59.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:59.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:59.974 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 06:14:59.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:14:59.974 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:59.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:59.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:59.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:59.974 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Started, Synchronized] 06:14:59.974 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Started, Synchronized] 06:14:59.975 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Started, Synchronized] about selection 06:14:59.978 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Started, Synchronized] 06:14:59.979 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:59.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:59.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:59.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:59.981 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server 2'. Stop server first: false 06:14:59.981 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:14:59.981 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:14:59.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:14:59.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:14:59.982 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:14:59.982 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:14:59.991 DEBUG [main][MenuItemLookup] Found menu:'New' 06:14:59.991 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:14:59.991 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:14:59.991 DEBUG [main][MenuItemLookup] Found menu:'' 06:14:59.991 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:14:59.991 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:14:59.991 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:14:59.991 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:14:59.991 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 06:14:59.991 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:14:59.992 INFO [main][MenuItemHandler] Select menu item: Delete Delete 06:15:00.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 06:15:00.016 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 06:15:00.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 06:15:00.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:00.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:00.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: 32) 06:15:00.016 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:15:00.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:00.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:00.016 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 06:15:00.016 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:15:00.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:00.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:00.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:00.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:00.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:15:00.017 INFO [WorkbenchTestable][CheckBox] Select checkbox Stop server(s) before deleting 06:15:00.017 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Stop server(s) before deleting 06:15:00.017 INFO [WorkbenchTestable][AbstractButton] Click button Stop server(s) before deleting 06:15:00.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:15:00.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:15:00.017 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:15:00.017 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:00.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:15:00.017 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:15:00.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:00.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:00.017 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 06:15:00.017 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:15:00.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:00.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:00.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:00.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:00.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:15:00.017 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:15:00.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:15:00.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:15:00.018 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:15:00.018 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:00.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:15:00.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:15:00.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:00.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:00.039 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:15:00.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:00.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:00.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:00.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:00.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:00.041 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:00.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 '\*?\QServers\E') 06:15:00.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:00.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:00.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:00.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:00.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:00.042 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:00.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:00.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:00.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:00.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:00.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:00.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2... 06:15:00.044 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:00.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:00.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:00.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:00.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:00.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:00.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:00.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:00.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:00.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:00.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:00.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:00.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:00.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:00.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:00.046 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:00.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 '\*?\QServers\E') 06:15:00.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:00.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:00.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:00.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:00.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:00.047 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:00.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:00.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:00.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:00.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:00.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:00.049 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 06:15:00.049 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:00.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:00.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:00.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:00.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:00.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:00.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:00.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:00.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:00.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:00.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:00.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:00.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:00.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:00.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:00.051 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:00.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:00.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:00.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:00.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:00.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:00.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:00.052 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:00.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:00.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:00.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:00.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:00.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:00.060 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 06:15:00.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2 finished successfully 06:15:00.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:00.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:15:00.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:00.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:00.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:00.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:00.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:00.062 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:15:00.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:00.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:00.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:00.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:00.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:00.063 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:00.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') 06:15:00.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:00.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:00.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:00.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:00.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:00.065 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:00.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:00.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:00.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:00.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:00.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:00.067 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:00.067 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:00.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:00.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:00.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 06:15:00.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:00.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:00.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:00.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:00.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:00.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:00.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:00.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:00.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:00.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:00.069 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:00.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 '\*?\QServers\E') 06:15:00.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:00.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:00.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:00.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:00.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:00.070 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:00.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:00.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:00.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:00.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:00.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:00.072 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:00.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:00.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:00.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:00.073 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:00.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:00.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:00.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:00.073 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 06:15:00.073 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:00.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:00.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:00.574 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:00.574 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:00.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:01.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:01.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:01.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:01.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:01.077 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:15:01.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:01.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:01.078 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:01.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:01.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:01.078 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:01.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:01.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:01.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:01.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:01.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:01.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:01.080 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:01.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:01.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:01.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:01.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:01.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:01.081 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:01.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:01.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:01.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:01.082 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:01.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:01.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:01.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:01.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:01.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:01.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:01.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:01.083 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:01.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:01.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:01.084 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:01.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:01.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:01.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:01.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:01.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:01.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:01.085 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:01.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:01.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:01.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:01.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:01.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:01.086 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 06:15:01.086 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:01.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:01.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:01.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:01.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 06:15:01.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:01.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:01.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:01.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:01.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:01.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:01.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:01.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:01.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:01.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:01.089 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:01.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:01.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:01.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:01.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:01.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:01.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:01.090 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:01.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:01.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:01.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:01.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:01.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:01.092 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 06:15:01.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 06:15:01.592 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 06:15:01.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:01.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:01.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:01.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:01.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:01.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:01.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:15:01.593 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:15:01.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:01.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:01.593 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete_runningServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:01.594 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:15:01.594 INFO [WorkbenchTestable][RequirementsRunner] Started test: profile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:01.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:01.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:15:01.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:15:01.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:15:01.594 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:01.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:01.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:01.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:01.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:01.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:01.596 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 06:15:01.596 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 06:15:01.596 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 06:15:01.601 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 06:15:01.602 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:01.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:01.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:01.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:01.602 INFO [WorkbenchTestable][AbstractServer] Start server in profiling mode 'Server 1' 06:15:01.603 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:01.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:01.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:01.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:01.603 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:01.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:01.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:01.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:01.604 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Profile on server Server 1 06:15:01.604 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:01.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:01.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:01.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:01.604 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 06:15:01.604 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 06:15:01.604 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 06:15:01.608 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 06:15:01.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:01.615 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:01.615 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:01.624 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:01.624 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:15:01.624 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:01.624 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:01.624 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:01.624 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:01.624 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:01.624 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:15:01.624 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:01.624 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:15:01.624 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 06:15:01.624 DEBUG [main][MenuItemLookup] Found menu:'Profile' 06:15:01.624 DEBUG [main][MenuItemLookup] Item match:Profile 06:15:01.624 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Pro&file" 06:15:01.624 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Profile 06:15:01.624 INFO [main][MenuItemHandler] Select menu item: Pro&file 06:15:01.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile... 06:15:01.626 DEBUG [Worker-5: Starting Server 1][AbstractWait] Wait for 1 seconds 06:15:03.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile finished successfully 06:15:03.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling... 06:15:03.126 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:03.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:03.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:03.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:03.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling finished successfully 06:15:03.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:03.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:03.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:03.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:03.128 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:03.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:03.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:03.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:03.129 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'PROFILING' 06:15:03.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:03.129 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:03.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:03.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:03.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:03.129 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:03.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:03.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:03.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:03.130 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 06:15:03.130 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 06:15:03.130 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 06:15:03.133 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 06:15:03.133 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:03.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:03.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:03.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:03.134 INFO [WorkbenchTestable][AbstractServer] Start server in profiling mode 'Server 1' 06:15:03.134 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:03.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:03.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:03.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:03.135 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:03.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:03.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:03.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:03.135 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:03.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:03.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:03.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:03.136 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 06:15:03.136 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 06:15:03.136 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 06:15:03.139 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 06:15:03.139 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:03.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:03.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:03.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:03.140 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 06:15:03.140 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:03.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:03.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:03.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:03.143 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:03.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:03.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:03.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:03.144 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 06:15:03.144 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:03.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:03.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:03.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:03.144 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 06:15:03.144 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 06:15:03.144 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 06:15:03.148 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 06:15:03.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:03.148 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:03.148 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:03.157 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:03.157 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:15:03.157 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:03.157 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:03.157 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:03.157 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:03.157 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:03.157 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:15:03.157 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:03.157 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 06:15:03.157 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 06:15:03.157 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 06:15:03.157 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:15:03.157 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 06:15:03.157 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 06:15:03.157 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 06:15:03.157 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 06:15:03.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 06:15:03.157 DEBUG [Worker-4: Stopping Server 1][AbstractWait] Wait for 1 seconds 06:15:04.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 06:15:04.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 06:15:04.658 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:04.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:04.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:04.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:04.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 06:15:04.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:04.660 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:04.660 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:04.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:04.660 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:04.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:04.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:04.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:04.660 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 06:15:04.660 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:04.660 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:04.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:04.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:04.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:04.661 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 06:15:04.661 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:04.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:05.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:05.161 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:05.161 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:05.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:05.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:05.662 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:05.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:05.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:05.664 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:15:05.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:05.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:05.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:05.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:05.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:05.665 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:05.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:05.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:05.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:05.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:05.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:05.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:05.666 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:05.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:05.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:05.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:05.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:05.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:05.668 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:05.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:05.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:05.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:05.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:05.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:05.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:05.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:05.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:05.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:05.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:05.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:05.670 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:05.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:05.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:05.670 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:05.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:05.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:05.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:05.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:05.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:05.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:05.671 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:05.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:05.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:05.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:05.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:05.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:05.680 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 06:15:05.680 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:05.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:05.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:05.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:05.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.cnf.ServersView2, index 0 and no matchers specified 06:15:05.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:05.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:05.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:05.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:05.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:05.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:05.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:05.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:05.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:05.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:05.682 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:05.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:05.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:05.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:05.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:05.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:05.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:05.684 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:05.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:05.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:05.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:05.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:05.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:05.685 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 06:15:05.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 06:15:06.186 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 06:15:06.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:06.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:06.186 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:06.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:06.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:06.187 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:06.187 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:15:06.187 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:15:06.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:06.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:06.195 INFO [WorkbenchTestable][RequirementsRunner] Finished test: profile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:06.195 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:15:06.195 INFO [WorkbenchTestable][RequirementsRunner] Started test: addAndRemoveModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:06.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:06.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:15:06.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:15:06.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:15:06.195 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:06.195 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:06.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:06.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:06.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:06.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:06.197 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 06:15:06.197 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 06:15:06.197 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 06:15:06.201 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 06:15:06.201 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 06:15:06.202 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:06.202 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:06.217 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:06.217 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:15:06.217 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:06.217 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:06.217 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:06.217 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:06.217 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:06.217 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:15:06.217 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:06.217 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:15:06.217 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 06:15:06.217 DEBUG [main][MenuItemLookup] Found menu:'Profile' 06:15:06.217 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:15:06.217 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 06:15:06.217 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:15:06.217 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:06.217 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 06:15:06.217 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 06:15:06.217 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 06:15:06.217 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 06:15:06.217 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 06:15:06.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 06:15:06.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:06.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:06.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:15:06.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 06:15:06.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:06.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:06.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:06.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:06.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 06:15:06.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:06.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:06.268 TRACE [WorkbenchTestable][ModifyModulesDialog] Shell Add and Remove... is not null and is not disposed 06:15:06.268 INFO [WorkbenchTestable][ModifyModulesDialog] Cancel wizard 06:15:06.268 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:15:06.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:06.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:06.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:06.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:06.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:15:06.274 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:15:06.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:15:06.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:15:06.274 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:15:06.274 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:06.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:15:06.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:15:06.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:06.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:15:06.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:15:06.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:06.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:06.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:06.300 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:06.300 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:06.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:06.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:06.301 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:06.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:06.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:06.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:06.302 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 06:15:06.302 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:06.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:06.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:06.803 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:06.803 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:06.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:07.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:07.304 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:07.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:07.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:07.306 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:15:07.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:07.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:07.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:07.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:07.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:07.307 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15: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 '\*?\QServers\E') 06:15:07.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:07.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:07.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:07.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:07.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:07.316 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:07.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:07.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:07.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:07.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:07.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:07.318 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:07.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:07.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:07.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:07.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:07.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:07.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:07.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:07.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:07.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:07.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:07.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:07.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:07.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:07.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:07.320 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:07.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 '\*?\QServers\E') 06:15:07.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:07.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:07.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:07.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:07.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:07.322 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:07.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:07.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:07.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:07.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:07.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:07.323 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 06:15:07.323 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:07.323 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:07.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:07.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:07.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:07.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:07.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:07.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:07.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:07.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:07.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:07.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:07.331 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:07.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:07.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:07.332 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:07.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:07.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:07.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:07.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:07.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:07.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:07.333 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:07.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:07.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:07.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:07.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:07.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:07.335 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 06:15:07.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 06:15:07.835 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 06:15:07.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:07.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:07.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:07.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:07.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:07.836 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:07.836 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:15:07.836 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:15:07.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:07.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:07.837 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addAndRemoveModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:07.837 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:15:07.837 INFO [WorkbenchTestable][RequirementsRunner] Started test: publish no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:07.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:07.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:15:07.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:15:07.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:15:07.837 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:07.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:07.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:07.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:07.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:07.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:07.839 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 06:15:07.839 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 06:15:07.839 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 06:15:07.849 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 06:15:07.850 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:07.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:07.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:07.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:07.850 INFO [WorkbenchTestable][AbstractServer] Publish server 'Server 1' 06:15:07.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:07.852 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:07.852 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:07.863 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:07.863 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:15:07.863 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:07.863 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:07.863 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:07.863 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:07.863 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:07.863 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:15:07.863 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:07.863 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:15:07.863 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 06:15:07.863 DEBUG [main][MenuItemLookup] Found menu:'Profile' 06:15:07.863 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:15:07.863 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 06:15:07.863 DEBUG [main][MenuItemLookup] Item match:Publish Ctrl+Alt+P 06:15:07.863 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Publish Ctrl+Alt+P" 06:15:07.863 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Publish Ctrl+Alt+P 06:15:07.863 INFO [main][MenuItemHandler] Select menu item: Publish Ctrl+Alt+P 06:15:07.864 DEBUG [Worker-3: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 06:15:07.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished... 06:15:08.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished finished successfully 06:15:08.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized'... 06:15:08.870 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:08.870 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:08.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:08.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:09.371 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:09.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:09.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:09.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:09.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized' finished successfully 06:15:09.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:09.372 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:09.372 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:09.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:09.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:09.372 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:09.372 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:09.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:09.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:09.373 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:09.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:09.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:09.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:09.373 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:09.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:09.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:09.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:09.374 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 06:15:09.374 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:09.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:09.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:09.874 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:09.875 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:09.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:10.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:10.375 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:10.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:10.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:10.377 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:15:10.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:10.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:10.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:10.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:10.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:10.379 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:10.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:10.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:10.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:10.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:10.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:10.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:10.380 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:10.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:10.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:10.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:10.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:10.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:10.381 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:10.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:10.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:10.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:10.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:10.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:10.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:10.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:10.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:10.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:10.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:10.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:10.383 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:10.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:10.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:10.384 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:10.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:10.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:10.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:10.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:10.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:10.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:10.385 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:10.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:10.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:10.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:10.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:10.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:10.386 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 06:15:10.386 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:10.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:10.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:10.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:10.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 06:15:10.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:10.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:10.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:10.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:10.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:10.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:10.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:10.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:10.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:10.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:10.395 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:10.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') 06:15:10.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:10.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:10.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:10.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:10.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:10.396 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:10.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:10.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:10.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:10.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:10.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:10.398 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 06:15:10.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 06:15:10.898 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 06:15:10.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:10.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:10.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:10.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:10.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:10.899 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:10.899 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:15:10.899 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:15:10.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:10.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:10.899 INFO [WorkbenchTestable][RequirementsRunner] Finished test: publish no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:10.899 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:15:10.899 INFO [WorkbenchTestable][RequirementsRunner] Started test: stop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:10.899 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:10.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:15:10.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:15:10.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:15:10.900 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:10.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:10.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:10.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:10.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:10.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:10.901 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 06:15:10.901 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 06:15:10.901 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 06:15:10.911 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 06:15:10.912 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:10.912 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:10.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:10.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:10.913 INFO [WorkbenchTestable][AbstractServer] Start server Server 1 06:15:10.913 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:10.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:10.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:10.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:10.913 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:10.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:10.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:10.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:10.914 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 1 06:15:10.914 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:10.914 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:10.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:10.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:10.914 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 06:15:10.914 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 06:15:10.915 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 06:15:10.918 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 06:15:10.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:10.918 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:10.918 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:10.929 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:10.929 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:15:10.929 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:10.929 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:10.929 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:10.929 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:10.929 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:10.929 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:15:10.929 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:10.929 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:15:10.929 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 06:15:10.929 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 06:15:10.929 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 06:15:10.929 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 06:15:10.929 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 06:15:10.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 06:15:10.931 DEBUG [Worker-5: Starting Server 1][AbstractWait] Wait for 1 seconds 06:15:12.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 06:15:12.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 06:15:12.431 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:12.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:12.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:12.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:12.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 06:15:12.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:12.432 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:12.432 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:12.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:12.432 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:12.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:12.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:12.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:12.433 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 06:15:12.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:12.433 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:12.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:12.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:12.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:12.434 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 06:15:12.434 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 06:15:12.434 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 06:15:12.437 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 06:15:12.437 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:12.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:12.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:12.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:12.438 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 06:15:12.438 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:12.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:12.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:12.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:12.439 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:12.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:12.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:12.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:12.441 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 06:15:12.441 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:12.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:12.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:12.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:12.442 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 06:15:12.442 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 06:15:12.442 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 06:15:12.445 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 06:15:12.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:12.445 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:12.445 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:12.454 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:12.454 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:15:12.454 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:12.454 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:12.454 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:12.454 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:12.454 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:12.454 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:15:12.454 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:12.454 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 06:15:12.454 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 06:15:12.454 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 06:15:12.454 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:15:12.454 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 06:15:12.454 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 06:15:12.454 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 06:15:12.454 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 06:15:12.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 06:15:12.455 DEBUG [Worker-9: Stopping Server 1][AbstractWait] Wait for 1 seconds 06:15:13.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 06:15:13.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 06:15:13.460 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:13.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:13.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:13.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:13.962 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:13.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:13.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:13.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:13.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 06:15:13.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:13.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:13.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:13.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:13.963 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:13.963 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:13.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:13.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:13.964 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 06:15:13.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:13.964 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:13.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:13.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:13.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:13.965 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:13.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:13.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:13.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:13.965 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 06:15:13.965 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 06:15:13.965 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 06:15:13.969 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 06:15:13.969 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:13.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:13.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:13.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:13.970 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 06:15:13.970 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:13.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:13.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:13.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:13.971 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:13.971 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:13.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:13.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:13.971 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:13.971 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:13.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:13.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:13.973 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 06:15:13.973 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:13.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:14.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:14.474 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:14.474 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:14.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:14.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:14.975 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:14.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:14.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:14.977 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:15:14.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:14.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:14.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:14.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:14.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:14.979 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:14.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') 06:15:14.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:14.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:14.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:14.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:14.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:14.980 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:14.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:14.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:14.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:14.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:14.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:14.982 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:14.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:14.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:14.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:14.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:14.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:14.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:14.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:14.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:14.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:14.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:14.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:14.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:14.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:14.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:14.984 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:14.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') 06:15:14.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:14.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:14.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:14.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:14.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:14.985 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:14.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:14.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:14.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:14.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:14.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:14.986 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 06:15:14.986 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:14.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:14.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:14.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:14.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:14.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:14.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:14.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:14.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:14.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:14.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:14.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:14.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:14.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:14.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:14.995 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:14.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:14.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:14.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:14.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:14.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:14.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:14.996 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:14.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:14.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:14.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:14.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:14.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:14.998 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 06:15:14.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 06:15:15.498 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 06:15:15.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:15.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:15.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:15.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:15.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:15.500 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:15.500 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:15:15.500 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:15:15.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:15.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:15.500 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:15.500 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:15:15.500 INFO [WorkbenchTestable][RequirementsRunner] Started test: clean no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:15.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:15.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:15:15.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:15:15.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:15:15.500 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:15.500 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:15.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:15.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:15.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:15.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:15.502 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 06:15:15.502 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 06:15:15.502 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 06:15:15.513 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 06:15:15.513 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:15.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:15.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:15.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:15.514 INFO [WorkbenchTestable][AbstractServer] Clean server 'Server 1' 06:15:15.514 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:15.514 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:15.514 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:15.523 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:15.523 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:15:15.523 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:15.523 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:15.523 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:15.523 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:15.523 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:15.523 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:15:15.523 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:15.523 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:15:15.523 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 06:15:15.523 DEBUG [main][MenuItemLookup] Found menu:'Profile' 06:15:15.523 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:15:15.523 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 06:15:15.523 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:15:15.523 DEBUG [main][MenuItemLookup] Item match:Clean... 06:15:15.523 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Clean..." 06:15:15.523 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Clean... 06:15:15.523 INFO [main][MenuItemHandler] Select menu item: &Clean... 06:15:15.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:15:15.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:15:15.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 06:15:15.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:15.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:15.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:15:15.545 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:15:15.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:15.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:15.545 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 06:15:15.545 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:15:15.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:15.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:15.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:15.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:15.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:15:15.545 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:15:15.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:15:15.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:15:15.545 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:15:15.545 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:15.553 DEBUG [Worker-8: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 06:15:15.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:15:15.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:15:15.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished... 06:15:16.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished finished successfully 06:15:16.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized'... 06:15:16.570 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:16.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:16.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:16.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:17.072 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:17.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:17.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:17.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:17.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized' finished successfully 06:15:17.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:17.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:17.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:17.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:17.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:17.073 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:17.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:17.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:17.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:17.074 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:17.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:17.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:17.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:17.074 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:17.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:17.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:17.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:17.075 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 06:15:17.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:17.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:17.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:17.575 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:17.575 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:17.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:18.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:18.076 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:18.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:18.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:18.078 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:15:18.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:18.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:18.079 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:18.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:18.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:18.080 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:18.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:18.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:18.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:18.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:18.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:18.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:18.081 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:18.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:18.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:18.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:18.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:18.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:18.082 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:18.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:18.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:18.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:18.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:18.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:18.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:18.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:18.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:18.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:18.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:18.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:18.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:18.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:18.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:18.085 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:18.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') 06:15:18.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:18.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:18.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:18.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:18.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:18.086 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:18.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:18.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:18.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:18.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:18.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:18.087 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 06:15:18.087 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:18.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:18.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:18.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:18.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:18.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:18.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:18.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:18.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:18.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:18.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:18.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:18.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:18.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:18.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:18.089 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:18.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:18.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:18.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:18.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:18.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:18.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:18.090 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:18.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:18.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:18.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:18.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:18.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:18.098 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 06:15:18.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 06:15:18.599 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 06:15:18.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:18.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:18.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:18.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:18.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:18.600 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:18.600 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:15:18.600 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:15:18.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:18.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:18.601 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clean no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:18.601 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:15:18.601 INFO [WorkbenchTestable][RequirementsRunner] Started test: debug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:18.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:18.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:15:18.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:15:18.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:15:18.601 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:18.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:18.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:18.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:18.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:18.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:18.602 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 06:15:18.603 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 06:15:18.603 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 06:15:18.607 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 06:15:18.607 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:18.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:18.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:18.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:18.608 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 06:15:18.608 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:18.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:18.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:18.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:18.609 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:18.609 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:18.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:18.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:18.609 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Debug on server Server 1 06:15:18.609 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:18.609 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:18.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:18.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:18.610 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 06:15:18.610 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 06:15:18.610 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 06:15:18.613 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 06:15:18.613 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:18.613 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:18.613 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:18.628 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:18.628 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:15:18.628 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:18.628 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:18.628 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:18.628 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:18.628 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:18.628 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:15:18.628 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:18.628 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:15:18.628 DEBUG [main][MenuItemLookup] Item match:Debug Ctrl+Alt+D 06:15:18.628 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Debug Ctrl+Alt+D" 06:15:18.628 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Ctrl+Alt+D 06:15:18.628 INFO [main][MenuItemHandler] Select menu item: &Debug Ctrl+Alt+D 06:15:18.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 06:15:18.630 DEBUG [Worker-9: Starting Server 1][AbstractWait] Wait for 1 seconds 06:15:20.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 06:15:20.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 06:15:20.129 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:20.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:20.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:20.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:20.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 06:15:20.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:20.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:20.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:20.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:20.130 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:20.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:20.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:20.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:20.131 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 06:15:20.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:20.131 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:20.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:20.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:20.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:20.131 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:20.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:20.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:20.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:20.132 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 06:15:20.132 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 06:15:20.132 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 06:15:20.135 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 06:15:20.136 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:20.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:20.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:20.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:20.137 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 06:15:20.137 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:20.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:20.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:20.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:20.138 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:20.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:20.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:20.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:20.138 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:20.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:20.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:20.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:20.139 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 06:15:20.139 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 06:15:20.139 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 06:15:20.142 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 06:15:20.142 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:20.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:20.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:20.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:20.143 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 06:15:20.143 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:20.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:20.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:20.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:20.144 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:20.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:20.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:20.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:20.145 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 06:15:20.145 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:20.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:20.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:20.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:20.145 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 06:15:20.145 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 06:15:20.145 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 06:15:20.150 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 06:15:20.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:20.150 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:20.150 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:20.159 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:20.159 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:15:20.159 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:20.159 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:20.159 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:20.159 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:20.159 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:20.159 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:15:20.159 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:20.159 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 06:15:20.159 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 06:15:20.159 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 06:15:20.159 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:15:20.159 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 06:15:20.159 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 06:15:20.159 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 06:15:20.159 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 06:15:20.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 06:15:20.160 DEBUG [Worker-5: Stopping Server 1][AbstractWait] Wait for 1 seconds 06:15:21.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 06:15:21.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 06:15:21.661 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:21.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:21.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:21.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:21.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 06:15:21.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:21.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:21.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:21.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:21.662 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:21.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:21.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:21.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:21.663 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 06:15:21.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:21.663 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:21.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:21.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:21.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:21.664 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 06:15:21.664 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:21.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:22.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:22.165 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:22.165 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:22.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:22.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:22.666 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:22.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:22.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:22.668 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:15:22.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:22.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:22.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:22.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:22.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:22.669 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:22.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:22.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:22.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:22.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:22.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:22.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:22.670 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:22.670 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:22.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:22.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:22.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:22.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:22.672 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:22.672 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:22.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:22.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:22.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:22.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:22.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:22.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:22.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:22.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:22.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:22.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:22.674 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:22.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:22.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:22.674 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:22.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 '\*?\QServers\E') 06:15:22.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:22.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:22.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:22.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:22.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:22.682 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:22.682 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:22.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:22.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:22.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:22.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:22.684 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 06:15:22.684 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:22.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:22.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:22.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:22.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:22.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:22.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:22.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:22.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:22.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:22.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:22.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:22.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:22.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:22.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:22.687 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:22.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:22.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:22.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:22.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:22.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:22.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:22.688 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:22.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:22.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:22.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:22.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:22.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:22.689 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 06:15:22.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 06:15:23.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 06:15:23.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:23.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:23.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:23.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:23.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:23.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:23.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:15:23.198 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:15:23.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:23.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:23.198 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:23.198 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:15:23.198 INFO [WorkbenchTestable][RequirementsRunner] Started test: start no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:23.198 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:23.198 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:15:23.198 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:15:23.198 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:15:23.198 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:23.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:23.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:23.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:23.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:23.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:23.200 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 06:15:23.200 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 06:15:23.201 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 06:15:23.205 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 06:15:23.205 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:23.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:23.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:23.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:23.206 INFO [WorkbenchTestable][AbstractServer] Start server Server 1 06:15:23.206 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:23.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:23.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:23.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:23.207 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:23.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:23.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:23.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:23.207 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 1 06:15:23.207 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:23.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:23.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:23.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:23.214 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 06:15:23.214 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 06:15:23.214 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 06:15:23.218 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 06:15:23.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:23.218 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:23.218 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:23.228 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:23.228 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:15:23.228 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:23.228 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:23.228 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:23.228 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:23.228 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:23.228 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:15:23.228 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:23.228 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:15:23.228 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 06:15:23.228 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 06:15:23.229 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 06:15:23.229 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 06:15:23.229 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 06:15:23.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 06:15:23.230 DEBUG [Worker-8: Starting Server 1][AbstractWait] Wait for 1 seconds 06:15:24.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 06:15:24.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 06:15:24.730 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:24.730 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:24.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:24.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:24.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 06:15:24.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:24.731 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:24.731 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:24.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:24.731 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:24.731 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:24.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:24.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:24.732 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 06:15:24.732 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:24.732 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:24.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:24.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:24.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:24.733 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:24.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:24.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:24.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:24.733 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 06:15:24.733 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 06:15:24.733 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 06:15:24.737 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 06:15:24.737 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:24.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:24.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:24.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:24.738 INFO [WorkbenchTestable][AbstractServer] Start server Server 1 06:15:24.738 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:24.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:24.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:24.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:24.739 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:24.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:24.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:24.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:24.742 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:24.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:24.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:24.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:24.742 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 06:15:24.742 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 06:15:24.742 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 06:15:24.745 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 06:15:24.746 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:24.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:24.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:24.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:24.746 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 06:15:24.746 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:24.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:24.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:24.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:24.747 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:24.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:24.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:24.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:24.748 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 06:15:24.748 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:24.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:24.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:24.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:24.748 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 06:15:24.748 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 06:15:24.748 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 06:15:24.751 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 06:15:24.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:24.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:24.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:24.762 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:24.762 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:15:24.762 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:24.762 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:24.762 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:24.762 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:24.762 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:24.762 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:15:24.762 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:24.762 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 06:15:24.762 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 06:15:24.762 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 06:15:24.762 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:15:24.762 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 06:15:24.762 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 06:15:24.762 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 06:15:24.762 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 06:15:24.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 06:15:24.763 DEBUG [Worker-8: Stopping Server 1][AbstractWait] Wait for 1 seconds 06:15:25.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 06:15:25.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 06:15:25.768 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:25.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:25.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:25.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:26.270 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:26.270 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:26.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:26.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:26.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 06:15:26.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:26.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:26.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:26.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:26.271 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:26.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:26.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:26.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:26.272 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 06:15:26.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:26.272 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:26.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:26.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:26.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:26.272 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 06:15:26.272 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:26.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:26.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:26.773 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:26.773 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:26.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:27.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:27.274 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:27.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:27.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:27.276 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:15:27.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:27.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:27.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:27.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:27.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:27.277 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:27.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:27.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:27.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:27.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:27.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:27.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:27.279 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:27.279 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:27.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:27.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:27.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:27.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:27.280 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:27.280 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:27.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:27.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:27.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:27.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:27.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:27.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:27.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:27.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:27.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:27.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:27.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:27.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:27.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:27.283 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:27.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') 06:15:27.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:27.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:27.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:27.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:27.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:27.284 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:27.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:27.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:27.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:27.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:27.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:27.285 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 06:15:27.285 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:27.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:27.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:27.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:27.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 06:15:27.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:27.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:27.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:27.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:27.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:27.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:27.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:27.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:27.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:27.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:27.287 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:15:27.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:27.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:27.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:27.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:27.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:27.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:27.289 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:27.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:27.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:27.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:27.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:27.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:27.290 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 06:15:27.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 06:15:27.790 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 06:15:27.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:27.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:27.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:15:27.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:27.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:27.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:27.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:15:27.791 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:15:27.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:27.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:27.792 INFO [WorkbenchTestable][RequirementsRunner] Finished test: start no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:27.792 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:15:27.792 INFO [WorkbenchTestable][RequirementsRunner] Started test: openServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:27.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:27.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:15:27.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:15:27.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:15:27.792 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:27.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:27.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:27.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:15:27.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:27.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:27.794 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 06:15:27.794 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 06:15:27.794 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 06:15:27.798 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 06:15:27.798 INFO [WorkbenchTestable][AbstractServer] Open server's editor 06:15:27.798 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:27.798 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:27.814 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:27.814 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:15:27.814 DEBUG [main][MenuItemLookup] Item match:Open F3 06:15:27.814 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open F3" 06:15:27.814 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open F3 06:15:27.814 INFO [main][MenuItemHandler] Select menu item: Open F3 06:15:27.923 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:27.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:27.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:27.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:27.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7860d724 is found... 06:15:27.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7860d724 is found finished successfully 06:15:27.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServer 1\E') 06:15:27.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:27.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:27.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:27.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:27.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:27.942 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Server 1 06:15:27.949 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:27.950 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:27.950 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 06:15:27.950 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 06:15:27.951 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:27.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:27.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:27.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:27.967 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:27.967 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:27.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:27.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:27.968 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:27.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:27.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:27.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:27.969 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 06:15:27.969 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:27.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:28.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:28.469 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:28.469 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:28.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:28.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:28.970 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:28.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:28.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:28.975 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:15:28.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:28.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:28.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:28.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:28.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:28.980 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:28.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:28.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:28.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:28.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:28.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:28.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:28.984 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:28.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:28.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:28.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:28.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:28.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:28.986 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:28.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:28.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:28.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:28.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:28.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:28.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:28.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:28.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:28.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:28.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:28.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:28.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:29.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:29.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:29.000 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:29.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:29.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:29.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:29.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:29.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:29.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:29.004 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:29.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:29.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:29.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:29.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:29.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:29.006 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 06:15:29.006 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:29.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:29.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:29.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:29.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:29.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:29.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:29.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:29.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:29.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:29.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:29.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:29.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:29.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:29.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:29.019 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:29.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') 06:15:29.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:29.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:29.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:29.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:29.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:29.022 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:29.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:29.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:29.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:29.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:29.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:29.024 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 06:15:29.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 06:15:29.524 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 06:15:29.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:29.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:29.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:29.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:29.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:29.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:29.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:15:29.525 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:15:29.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:29.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:29.526 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:29.526 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:15:29.526 INFO [WorkbenchTestable][RequirementsRunner] Started test: restartInDebug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:29.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:29.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:15:29.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:15:29.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:15:29.526 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:29.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:29.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:29.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:29.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:29.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:29.528 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 06:15:29.528 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 06:15:29.528 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 06:15:29.532 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 06:15:29.532 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:29.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:29.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:29.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:29.533 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 06:15:29.533 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:29.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:29.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:29.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:29.534 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:29.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:29.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:29.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:29.534 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Debug on server Server 1 06:15:29.534 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:29.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:29.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:29.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:29.535 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 06:15:29.535 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 06:15:29.535 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 06:15:29.538 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 06:15:29.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:29.538 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:29.538 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:29.556 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:29.556 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:15:29.556 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:29.556 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:29.556 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:29.556 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:29.556 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:29.556 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:15:29.556 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:29.556 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:15:29.556 DEBUG [main][MenuItemLookup] Item match:Debug Ctrl+Alt+D 06:15:29.556 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Debug Ctrl+Alt+D" 06:15:29.556 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Ctrl+Alt+D 06:15:29.556 INFO [main][MenuItemHandler] Select menu item: &Debug Ctrl+Alt+D 06:15:29.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 06:15:29.558 DEBUG [Worker-2: Starting Server 1][AbstractWait] Wait for 1 seconds 06:15:31.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 06:15:31.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 06:15:31.058 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:31.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:31.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:31.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:31.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 06:15:31.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:31.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:31.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:31.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:31.059 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:31.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:31.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:31.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:31.060 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 06:15:31.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:31.060 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:31.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:31.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:31.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:31.060 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 06:15:31.060 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 06:15:31.060 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 06:15:31.064 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 06:15:31.064 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:31.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:31.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:31.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:31.065 INFO [WorkbenchTestable][AbstractServer] Restart server in debug 'Server 1' 06:15:31.065 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:31.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:31.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:31.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:31.065 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:31.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:31.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:31.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:31.066 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Restart in Debug on server Server 1 06:15:31.066 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:31.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:31.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:31.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:31.066 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 06:15:31.066 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 06:15:31.066 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 06:15:31.070 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 06:15:31.070 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:31.070 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:31.070 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:31.080 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:31.080 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:15:31.080 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:31.080 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:31.080 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:31.080 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:31.080 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:31.080 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:15:31.080 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:31.080 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 06:15:31.080 DEBUG [main][MenuItemLookup] Item match:Restart in Debug Ctrl+Alt+D 06:15:31.080 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Restart in Debug Ctrl+Alt+D" 06:15:31.080 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart in Debug Ctrl+Alt+D 06:15:31.081 INFO [main][MenuItemHandler] Select menu item: Restart in Debug Ctrl+Alt+D 06:15:31.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 06:15:31.081 DEBUG [Worker-5: Stopping Server 1][AbstractWait] Wait for 1 seconds 06:15:32.087 DEBUG [Worker-4: Starting Server 1][AbstractWait] Wait for 1 seconds 06:15:33.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 06:15:33.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 06:15:33.582 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:33.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:33.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:33.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:33.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 06:15:33.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:33.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:33.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:33.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:33.583 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:33.583 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:33.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:33.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:33.584 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 06:15:33.584 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:33.584 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:33.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:33.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:33.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:33.585 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:33.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:33.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:33.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:33.585 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 06:15:33.585 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 06:15:33.585 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 06:15:33.590 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 06:15:33.591 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:33.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:33.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:33.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:33.591 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 06:15:33.592 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:33.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:33.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:33.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:33.592 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:33.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:33.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:33.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:33.593 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 06:15:33.593 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:33.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:33.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:33.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:33.593 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 06:15:33.593 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 06:15:33.594 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 06:15:33.597 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 06:15:33.597 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:33.597 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:33.597 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:33.608 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:33.608 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:15:33.608 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:33.608 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:33.608 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:33.608 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:33.608 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:33.608 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:15:33.608 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:33.608 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 06:15:33.608 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 06:15:33.608 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 06:15:33.608 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:15:33.608 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 06:15:33.608 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 06:15:33.608 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 06:15:33.608 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 06:15:33.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 06:15:33.608 DEBUG [Worker-5: Stopping Server 1][AbstractWait] Wait for 1 seconds 06:15:35.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 06:15:35.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 06:15:35.109 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:35.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:35.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:35.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:35.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 06:15:35.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:35.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:35.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:35.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:35.110 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:35.110 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:35.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:35.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:35.111 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 06:15:35.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:35.111 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:35.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:35.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:35.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:35.112 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 06:15:35.112 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 06:15:35.112 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 06:15:35.115 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 06:15:35.116 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:35.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:35.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:35.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:35.116 INFO [WorkbenchTestable][AbstractServer] Restart server in debug 'Server 1' 06:15:35.116 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:35.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:35.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:35.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:35.117 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:35.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:35.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:35.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:35.117 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:35.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:35.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:35.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:35.118 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 06:15:35.118 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:35.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:35.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:35.619 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:35.619 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:35.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:36.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:36.120 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:36.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:36.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:36.124 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:15:36.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:36.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:36.127 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:36.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:36.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:36.127 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:36.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 '\*?\QServers\E') 06:15:36.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:36.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:36.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:36.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:36.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:36.130 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:36.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:36.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:36.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:36.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:36.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:36.132 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:36.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:36.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:36.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:36.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:36.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:36.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:36.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:36.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:36.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:36.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:36.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:36.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:36.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:36.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:36.145 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:36.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 '\*?\QServers\E') 06:15:36.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:36.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:36.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:36.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:36.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:36.148 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:36.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:36.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:36.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:36.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:36.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:36.150 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 06:15:36.150 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:36.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:36.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:36.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:36.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:36.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:36.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:36.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:36.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:36.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:36.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:36.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:36.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:36.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:36.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:36.163 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:36.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:36.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:36.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:36.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:36.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:36.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:36.166 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:36.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:36.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:36.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:36.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:36.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:36.168 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 06:15:36.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 06:15:36.668 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 06:15:36.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:36.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:36.668 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:36.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:36.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:36.669 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:36.669 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:15:36.669 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:15:36.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:36.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:36.669 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restartInDebug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:36.669 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:15:36.669 INFO [WorkbenchTestable][RequirementsRunner] Started test: getModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:36.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:36.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:15:36.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:15:36.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:15:36.669 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:36.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:36.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:36.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:36.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:36.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:36.671 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 06:15:36.671 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 06:15:36.671 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 06:15:36.675 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 06:15:36.675 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 06:15:36.675 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:36.675 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:36.692 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:36.692 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:15:36.692 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:36.692 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:36.692 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:36.692 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:36.692 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:36.692 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:15:36.692 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:36.692 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:15:36.692 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 06:15:36.692 DEBUG [main][MenuItemLookup] Found menu:'Profile' 06:15:36.692 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:15:36.692 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 06:15:36.692 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:15:36.692 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:36.692 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 06:15:36.692 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 06:15:36.692 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 06:15:36.692 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 06:15:36.692 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 06:15:36.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:15:36.747 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:36.747 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:36.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:15:36.747 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 06:15:36.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:36.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:36.748 DEBUG [WorkbenchTestable][WidgetLookup] 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 >>") 06:15:36.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:36.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:36.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:36.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:36.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:15:36.749 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 06:15:36.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:15:36.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:15:36.749 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:15:36.749 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:36.752 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 06:15:36.752 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:15:36.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:36.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:36.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:36.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:36.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:15:36.753 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:15:36.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:15:36.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:15:36.753 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:15:36.753 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:36.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:15:36.756 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:15:37.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:15:37.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:37.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:15:37.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:15:37.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:37.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:37.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:37.257 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:37.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:37.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:37.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:37.258 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 06:15:37.258 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 06:15:37.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:37.258 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 06:15:37.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:37.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 06:15:37.258 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 06:15:37.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:37.259 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 06:15:37.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:37.259 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 06:15:37.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:37.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:37.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:37.260 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:37.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:37.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:37.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:37.261 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:15:37.261 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:15:37.261 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:15:37.265 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:15:37.265 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:37.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:37.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:37.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:37.269 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 06:15:37.269 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 06:15:37.269 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 06:15:37.273 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 06:15:37.273 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:37.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:37.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:37.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:37.274 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 06:15:37.274 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 06:15:37.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:37.274 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 06:15:37.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:37.274 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 06:15:37.274 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 06:15:37.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:37.274 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 06:15:37.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:37.274 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 06:15:37.274 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:37.274 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:37.274 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:37.274 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:37.274 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:37.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:37.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:37.275 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:15:37.275 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:15:37.275 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:15:37.278 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:15:37.278 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:37.278 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:37.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:37.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:37.279 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 06:15:37.279 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 06:15:37.279 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 06:15:37.282 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 06:15:37.282 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:37.282 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:37.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:37.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:37.285 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 06:15:37.285 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 06:15:37.285 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 06:15:37.288 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 06:15:37.289 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:37.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:37.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:37.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:37.289 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 06:15:37.289 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 06:15:37.290 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 06:15:37.293 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 06:15:37.293 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:37.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:37.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:37.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:37.294 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:37.294 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:37.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:37.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:37.294 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 06:15:37.294 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 06:15:37.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:37.294 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 06:15:37.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:37.294 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 06:15:37.294 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 06:15:37.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:37.294 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 06:15:37.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:37.294 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 06:15:37.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:37.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:37.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:37.294 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:37.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:37.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:37.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:37.295 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 06:15:37.295 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 06:15:37.295 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 06:15:37.299 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 06:15:37.299 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 06:15:37.299 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:37.299 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:37.311 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:37.311 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:15:37.311 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:37.311 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:37.311 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:37.311 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:37.311 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:37.311 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:15:37.311 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:37.311 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:15:37.311 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 06:15:37.311 DEBUG [main][MenuItemLookup] Found menu:'Profile' 06:15:37.311 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:15:37.311 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 06:15:37.311 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:15:37.311 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:37.311 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 06:15:37.311 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 06:15:37.311 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 06:15:37.311 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 06:15:37.311 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 06:15:37.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 06:15:37.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:37.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:37.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 06:15:37.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 06:15:37.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:37.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:37.358 DEBUG [WorkbenchTestable][WidgetLookup] 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") 06:15:37.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:37.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:37.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:37.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:37.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:15:37.359 INFO [WorkbenchTestable][AbstractButton] Click button << Re&move All 06:15:37.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:15:37.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:15:37.359 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:15:37.359 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:37.360 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 06:15:37.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.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) 06:15:37.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:37.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:37.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:37.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:37.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:15:37.361 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:15:37.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:15:37.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:15:37.361 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:15:37.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:37.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:15:37.384 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 06:15:37.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:15:37.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:15:37.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:15:37.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 06:15:37.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:37.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:37.384 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) 06:15:37.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:37.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:37.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:37.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:37.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:15:37.385 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:15:37.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:15:37.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:15:37.385 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:15:37.385 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:37.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:15:37.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:15:37.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:15:37.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:15:37.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:37.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:15:37.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:37.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:37.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:37.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:37.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:37.911 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:15:37.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:37.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:37.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:37.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:37.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:37.914 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:37.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 '\*?\QServers\E') 06:15:37.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:37.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:37.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:37.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:37.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:37.927 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:37.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:37.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:37.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:37.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:37.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:37.928 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:37.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:37.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:37.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:37.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:37.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:37.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:37.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:37.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:37.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:37.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:37.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:37.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:37.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:37.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:37.941 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:37.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 '\*?\QServers\E') 06:15:37.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:37.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:37.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:37.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:37.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:37.944 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:37.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:37.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:37.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:37.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:37.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:37.946 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 06:15:37.946 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:37.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:37.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:37.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:37.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:37.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:37.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:37.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:37.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:37.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:37.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:37.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:37.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:37.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:37.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:37.958 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:37.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:37.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:37.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:37.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:37.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:37.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:37.961 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:37.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:37.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:37.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:37.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:37.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:37.963 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 06:15:37.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 06:15:38.464 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 06:15:38.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:38.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:38.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:38.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:38.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:38.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:38.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:15:38.465 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:15:38.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:38.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:38.465 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:38.465 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:15:38.465 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete_runningServerAndStop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:38.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:38.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:15:38.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:15:38.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:15:38.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:38.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:38.478 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:15:38.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:38.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:38.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:38.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:38.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:38.481 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:38.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') 06:15:38.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:38.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:38.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:38.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:38.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:38.484 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:38.484 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:38.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:38.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:38.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:38.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:38.486 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:38.486 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:38.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:38.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:38.486 INFO [WorkbenchTestable][ServersView2] Create new server 06:15:38.486 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:38.486 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:38.495 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:38.495 DEBUG [main][MenuItemLookup] Item match:New 06:15:38.496 DEBUG [main][MenuItemLookup] Found menu:'Server' 06:15:38.496 DEBUG [main][MenuItemLookup] Item match:Server 06:15:38.496 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 06:15:38.496 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 06:15:38.496 INFO [main][MenuItemHandler] Select menu item: Server 06:15:38.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 06:15:38.588 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 06:15:38.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:15:38.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:38.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:38.588 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:15:38.588 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:38.588 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:38.589 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:15:38.589 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:38.589 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:38.589 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 06:15:38.589 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:38.589 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:38.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:15:38.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:38.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:38.589 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:15:38.589 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:38.591 DEBUG [WorkbenchTestable][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 06:15:38.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:38.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:38.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:38.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:38.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:38.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:15:38.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:15:38.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 06:15:38.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:15:38.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:15:38.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:15:38.593 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:15:38.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:38.593 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:15:38.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:38.593 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:15:38.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:15:38.593 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:15:38.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:38.593 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:15:38.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:38.593 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:15:38.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 06:15:38.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 06:15:38.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:38.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:38.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:38.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:38.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:38.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:15:38.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:15:38.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:15:38.594 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:15:38.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:38.594 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:15:38.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:38.594 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:15:38.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:15:38.594 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:15:38.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:38.594 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:15:38.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:38.594 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:15:38.595 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 06:15:38.595 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 06:15:38.595 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 06:15:38.596 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 06:15: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.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) 06:15:38.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:38.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:38.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:38.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:38.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:15:38.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:15:39.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:15:39.098 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:") 06:15:39.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:39.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:39.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:39.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:39.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:15:39.101 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:15:39.102 INFO [WorkbenchTestable][AbstractText] Text set to: Server 2 06:15:39.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:15:39.102 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:15:39.102 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:15:39.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:15:39.602 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:15:39.602 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 06:15:39.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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) 06:15:39.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:39.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:39.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:39.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:39.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:15:39.606 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:15:39.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:15:39.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:15:39.606 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:15:39.606 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:39.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:15:40.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:15:40.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:40.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:40.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:40.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:40.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:40.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:40.116 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:15:40.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:40.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:40.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:40.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:40.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:40.120 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:40.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') 06:15:40.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:40.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:40.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:40.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:40.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:40.123 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:40.123 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:40.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:40.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:40.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:40.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:40.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2... 06:15:40.125 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:40.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:40.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:40.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:40.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:40.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:40.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:40.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:40.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:40.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:40.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:40.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:40.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:40.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:40.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:40.138 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:40.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 '\*?\QServers\E') 06:15:40.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:40.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:40.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:40.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:40.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:40.141 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:40.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:40.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:40.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:40.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:40.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:40.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:40.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:40.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:40.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:40.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:40.155 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:40.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:40.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:40.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:40.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:40.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:40.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:40.159 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:40.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:40.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:40.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:40.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:40.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:40.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2 finished successfully 06:15:40.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:40.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:40.172 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:15:40.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:40.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:40.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:40.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:40.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:40.175 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:40.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:40.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:40.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:40.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:40.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:40.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:40.187 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:40.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:40.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:40.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:40.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:40.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:40.189 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:40.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:40.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:40.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:40.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:40.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:40.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:40.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:40.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:40.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:40.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:40.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:40.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:40.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:40.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:40.202 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:40.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:40.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:40.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:40.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:40.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:40.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:40.205 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:40.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:40.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:40.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:40.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:40.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:40.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:40.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:40.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:40.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:40.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:40.219 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:40.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:40.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:40.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:40.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:40.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:40.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:40.222 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:40.222 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:40.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:40.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:40.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:40.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:40.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:40.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:40.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:40.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:40.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:40.235 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:40.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 '\*?\QServers\E') 06:15:40.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:40.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:40.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:40.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:40.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:40.239 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:40.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:40.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:40.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:40.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:40.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:40.240 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 06:15:40.240 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 06:15:40.240 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 06:15:40.252 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 06:15:40.253 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:40.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:40.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:40.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:40.254 INFO [WorkbenchTestable][AbstractServer] Start server Server 2 06:15:40.254 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:40.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:40.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:40.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:40.254 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:40.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:40.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:40.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:40.255 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 2 06:15:40.255 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:40.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:40.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:40.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:40.255 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 06:15:40.255 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 06:15:40.255 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 06:15:40.259 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 06:15:40.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:40.259 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:40.259 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:40.268 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:40.268 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:15:40.268 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:40.268 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:40.268 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:40.268 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:40.268 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:40.268 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:15:40.268 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:40.268 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:15:40.268 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 06:15:40.268 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 06:15:40.268 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 06:15:40.268 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 06:15:40.269 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 06:15:40.270 DEBUG [Worker-0: Publishing to Server 2...][AbstractWait] Wait for 1 seconds 06:15:40.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 06:15:41.275 DEBUG [Worker-1: Starting Server 2][AbstractWait] Wait for 1 seconds 06:15:42.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 06:15:42.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 06:15:42.773 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:42.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:42.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:42.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:42.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 06:15:42.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:42.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:42.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:42.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:42.774 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:42.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:42.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:42.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:42.774 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 06:15:42.774 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:42.775 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:42.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:42.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:42.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:42.775 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Started, Synchronized] 06:15:42.775 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Started, Synchronized] 06:15:42.775 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Started, Synchronized] about selection 06:15:42.778 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Started, Synchronized] 06:15:42.779 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:42.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:42.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:42.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:42.779 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server 2'. Stop server first: true 06:15:42.779 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:42.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:42.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:42.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:42.780 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:42.780 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:42.795 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:42.795 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:15:42.795 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:42.795 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:42.795 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:42.795 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:42.795 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:42.795 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:15:42.795 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 06:15:42.795 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:15:42.795 INFO [main][MenuItemHandler] Select menu item: Delete Delete 06:15:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 06:15:42.828 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 06:15:42.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 06:15:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:42.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:15:42.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:15:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:42.829 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 06:15:42.829 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:15:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:42.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:42.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:42.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:42.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:15:42.833 INFO [WorkbenchTestable][CheckBox] Select checkbox Stop server(s) before deleting 06:15:42.833 DEBUG [WorkbenchTestable][CheckBox] Checkbox Stop server(s) before deleting already selected, no action performed 06:15:42.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:15:42.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:15:42.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:42.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:42.833 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 06:15:42.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:15:42.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:42.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:42.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:42.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:42.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:15:42.834 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:15:42.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:15:42.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:15:42.834 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:15:42.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:42.834 DEBUG [Worker-9: Stopping Server 2][AbstractWait] Wait for 1 seconds 06:15:42.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:15:42.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:15:42.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:42.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:42.871 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:15:42.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:42.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:42.877 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:42.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:42.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:42.878 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:42.878 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:42.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:42.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:42.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:42.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:42.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:42.913 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:42.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:42.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:42.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:42.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:42.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:42.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2... 06:15:42.916 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:42.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:42.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:42.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:42.917 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:42.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:42.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:42.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:42.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:42.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:42.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:42.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:42.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:42.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:42.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:42.936 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:42.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:42.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:42.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:42.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:42.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:42.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:42.954 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:42.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:42.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:42.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:42.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:42.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:42.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:42.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:42.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:42.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:42.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:42.960 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:42.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:42.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:42.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:42.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:42.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:42.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:42.964 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:42.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:42.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:42.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:42.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:42.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:43.466 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:43.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:43.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:43.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:43.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:43.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:43.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:43.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:43.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:43.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:43.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:43.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:43.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:43.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:43.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:43.471 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:43.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:43.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:43.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:43.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:43.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:43.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:43.484 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:43.484 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:43.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:43.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:43.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:43.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:43.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:43.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:43.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:43.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:43.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:43.489 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:43.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:43.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:43.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:43.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:43.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:43.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:43.501 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:43.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:43.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:43.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:43.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:43.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:44.003 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:44.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:44.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:44.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:44.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:44.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:44.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:44.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:44.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:44.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:44.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:44.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:44.008 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:44.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:44.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:44.009 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:44.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:44.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:44.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:44.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:44.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:44.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:44.012 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:44.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:44.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:44.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:44.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:44.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:44.014 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 06:15:44.014 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:44.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:44.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:44.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:44.014 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:44.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:44.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:44.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:44.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:44.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:44.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:44.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:44.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:44.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:44.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:44.018 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:44.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') 06:15:44.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:44.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:44.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:44.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:44.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:44.021 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:44.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:44.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:44.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:44.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:44.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:44.022 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 06:15:44.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2 finished successfully 06:15:44.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:44.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:15:44.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:44.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:44.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:44.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:44.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:44.035 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:15:44.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:44.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:44.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:44.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:44.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:44.038 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:44.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 '\*?\QServers\E') 06:15:44.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:44.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:44.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:44.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:44.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:44.051 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:44.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:44.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:44.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:44.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:44.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:44.052 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:44.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:44.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:44.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:44.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 06:15:44.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:44.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:44.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:44.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:44.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:44.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:44.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:44.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:44.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:44.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:44.069 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:44.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 '\*?\QServers\E') 06:15:44.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:44.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:44.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:44.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:44.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:44.072 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:44.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:44.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:44.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:44.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:44.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:44.074 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:44.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:44.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:44.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:44.074 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:44.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:44.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:44.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:44.075 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 06:15:44.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 06:15:44.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:44.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:44.575 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 06:15:44.575 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 06:15:44.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:45.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:45.076 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 06:15:45.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:45.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:45.080 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:15:45.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:45.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:45.083 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:45.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:45.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:45.083 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:45.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:45.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:45.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:45.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:45.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:45.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:45.086 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:45.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:45.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:45.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:45.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:45.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:45.088 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:45.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:45.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:45.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:45.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:45.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:45.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:45.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:45.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:45.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:45.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:45.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:45.092 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:45.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:45.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:45.092 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:45.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 '\*?\QServers\E') 06:15:45.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:45.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:45.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:45.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:45.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:45.095 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:45.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:45.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:45.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:45.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:45.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:45.096 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 06:15:45.097 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:45.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:45.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:45.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:45.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:45.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:45.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:45.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:45.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:45.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:45.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:45.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:45.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:45.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:45.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:45.110 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:45.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:45.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:45.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:45.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:45.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:45.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:45.113 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:45.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:45.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:45.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:45.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:45.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:45.114 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 06:15:45.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 06:15:45.615 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 06:15:45.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:45.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:45.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:45.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:45.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:45.615 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:45.615 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:15:45.615 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:15:45.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:45.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:45.616 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete_runningServerAndStop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:45.616 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:15:45.616 INFO [WorkbenchTestable][RequirementsRunner] Started test: restart no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:45.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:45.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:15:45.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:15:45.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:15:45.616 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:45.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:45.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:45.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:45.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:45.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:45.618 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 06:15:45.618 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 06:15:45.618 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 06:15:45.623 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 06:15:45.624 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:45.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:45.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:45.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:45.624 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 06:15:45.624 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:45.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:45.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:45.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:45.625 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:45.625 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:45.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:45.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:45.626 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Debug on server Server 1 06:15:45.626 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:45.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:45.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:45.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:45.626 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 06:15:45.626 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 06:15:45.626 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 06:15:45.630 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 06:15:45.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:45.630 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:45.630 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:45.647 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:45.647 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:15:45.647 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:45.647 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:45.647 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:45.647 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:45.647 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:45.647 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:15:45.647 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:45.647 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:15:45.647 DEBUG [main][MenuItemLookup] Item match:Debug Ctrl+Alt+D 06:15:45.647 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Debug Ctrl+Alt+D" 06:15:45.647 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Ctrl+Alt+D 06:15:45.647 INFO [main][MenuItemHandler] Select menu item: &Debug Ctrl+Alt+D 06:15:45.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 06:15:45.648 DEBUG [Worker-4: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 06:15:46.653 DEBUG [Worker-5: Starting Server 1][AbstractWait] Wait for 1 seconds 06:15:48.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 06:15:48.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 06:15:48.150 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:48.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:48.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:48.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:48.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 06:15:48.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:48.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:48.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:48.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:48.151 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:48.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:48.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:48.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:48.152 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 06:15:48.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:48.152 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:48.152 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:48.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:48.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:48.153 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 06:15:48.153 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 06:15:48.153 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 06:15:48.156 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 06:15:48.156 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:48.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:48.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:48.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:48.157 INFO [WorkbenchTestable][AbstractServer] Restart server 'Server 1' 06:15:48.157 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:48.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:48.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:48.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:48.158 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:48.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:48.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:48.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:48.158 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Restart on server Server 1 06:15:48.158 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:48.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:48.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:48.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:48.159 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 06:15:48.159 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 06:15:48.159 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 06:15:48.164 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 06:15:48.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:48.164 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:48.164 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:48.173 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:48.173 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:15:48.173 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:48.173 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:48.173 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:48.173 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:48.173 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:48.173 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:15:48.173 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:48.173 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 06:15:48.173 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 06:15:48.173 DEBUG [main][MenuItemLookup] Item match:Restart Ctrl+Alt+R 06:15:48.173 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restart Ctrl+Alt+R" 06:15:48.173 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart Ctrl+Alt+R 06:15:48.173 INFO [main][MenuItemHandler] Select menu item: &Restart Ctrl+Alt+R 06:15:48.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 06:15:48.173 DEBUG [Worker-4: Stopping Server 1][AbstractWait] Wait for 1 seconds 06:15:49.179 DEBUG [Worker-9: Starting Server 1][AbstractWait] Wait for 1 seconds 06:15:50.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 06:15:50.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 06:15:50.675 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:50.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:50.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:50.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:50.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 06:15:50.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:50.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:50.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:50.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:50.676 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:50.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:50.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:50.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:50.676 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 06:15:50.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:50.677 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:50.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:50.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:50.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:50.677 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:50.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:50.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:50.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:50.678 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 06:15:50.678 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 06:15:50.678 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 06:15:50.683 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 06:15:50.683 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:50.683 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:50.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:50.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:50.684 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 06:15:50.684 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:50.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:50.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:50.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:50.685 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:50.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:50.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:50.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:50.685 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 06:15:50.685 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:50.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:50.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:50.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:50.686 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 06:15:50.686 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 06:15:50.686 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 06:15:50.689 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 06:15:50.689 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:50.689 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:50.689 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:50.700 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:50.700 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:15:50.700 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:50.700 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:50.700 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:50.700 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:50.700 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:50.700 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:15:50.700 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:50.700 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 06:15:50.700 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 06:15:50.700 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 06:15:50.700 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:15:50.700 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 06:15:50.700 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 06:15:50.700 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 06:15:50.700 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 06:15:50.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 06:15:50.700 DEBUG [Worker-2: Stopping Server 1][AbstractWait] Wait for 1 seconds 06:15:51.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 06:15:51.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 06:15:51.705 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:51.706 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:51.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:51.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:52.207 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:52.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:52.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:52.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:52.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 06:15:52.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:52.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:52.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:52.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:52.209 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:52.209 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:52.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:52.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:52.209 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 06:15:52.209 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:15:52.209 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:52.209 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:52.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:52.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:52.210 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 06:15:52.210 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 06:15:52.210 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 06:15:52.215 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 06:15:52.215 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:52.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:52.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:52.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:52.216 INFO [WorkbenchTestable][AbstractServer] Restart server 'Server 1' 06:15:52.216 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:52.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:52.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:52.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:52.216 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:52.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:52.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:52.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:52.217 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:52.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:52.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:52.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:52.217 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 06:15:52.217 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:52.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:52.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:52.718 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:52.718 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:52.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:53.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:53.219 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:53.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:53.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:53.222 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:15:53.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:53.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:53.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:53.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:53.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:53.226 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:53.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') 06:15:53.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:53.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:53.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:53.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:53.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:53.237 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:53.237 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:53.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:53.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:53.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:53.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:53.239 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:53.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:53.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:53.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:53.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 06:15:53.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:53.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:53.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:53.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:53.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:53.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:53.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:53.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:53.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:53.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:53.251 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:53.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:53.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:53.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:53.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:53.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:53.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:53.255 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:53.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:53.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:53.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:53.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:53.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:53.256 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 06:15:53.256 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:53.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:53.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:53.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:53.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:53.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:53.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:53.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:53.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:53.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:53.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:53.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:53.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:53.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:53.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:53.269 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:53.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 '\*?\QServers\E') 06:15:53.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:53.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:53.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:53.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:53.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:53.272 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:53.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:53.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:53.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:53.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:53.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:53.274 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 06:15:53.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 06:15:53.774 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 06:15:53.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:53.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:53.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:53.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:53.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:53.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:53.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:15:53.784 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:15:53.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:53.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:53.785 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restart no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:53.785 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:15:53.785 INFO [WorkbenchTestable][RequirementsRunner] Started test: getModule_nonExisting no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:53.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:53.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:15:53.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:15:53.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:15:53.785 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:53.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:53.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:53.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:53.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:53.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:53.787 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 06:15:53.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:53.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:54.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:54.287 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:54.288 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:54.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:54.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:54.788 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:54.789 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:54.789 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:54.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:54.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:54.791 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:54.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:54.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:54.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:54.791 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:54.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:54.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:54.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:54.792 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 06:15:54.792 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:54.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:55.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:55.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:55.293 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 06:15:55.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:15:55.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:15:55.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 06:15:55.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:55.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:55.797 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:15:55.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:55.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:55.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:55.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:55.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:55.801 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:55.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:55.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:55.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:55.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:55.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:55.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:55.804 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:55.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:55.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:55.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:55.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:55.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:55.814 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:55.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:55.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:55.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:55.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:55.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:55.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:55.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:55.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:55.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:55.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:55.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:55.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:55.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:55.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:55.819 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:55.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:15:55.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:55.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:55.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:55.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:55.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:55.830 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:55.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:55.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:55.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:55.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:55.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:55.832 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 06:15:55.832 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:55.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:55.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:55.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:55.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:15:55.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:55.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:55.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:55.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:55.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:55.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:55.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:55.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:55.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:55.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:55.837 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:55.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 '\*?\QServers\E') 06:15:55.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:55.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:55.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:55.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:55.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:55.849 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:15:55.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:15:55.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:55.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:15:55.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:15:55.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:15:55.851 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 06:15:55.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 06:15:56.352 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 06:15:56.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:56.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:56.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:56.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:56.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:56.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:15:56.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:15:56.352 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:15:56.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:56.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:56.353 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getModule_nonExisting no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 06:15:56.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:56.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:56.353 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:15:56.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:56.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:56.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:15:56.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:56.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:56.354 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:15:56.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:15:56.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:56.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:56.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:56.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:56.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:15:56.363 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:15:56.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:15:56.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:56.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:56.370 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:15:56.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:15:56.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:56.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:56.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:56.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:56.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:15:56.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:56.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:15:57.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:57.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:15:57.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:15:57.373 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:15:57.374 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:15:57.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:15:57.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:15:57.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 06:15:57.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:57.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:57.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:57.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:57.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:15:57.375 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 06:15:57.375 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 06:15:57.375 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 06:15:57.375 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:15:57.375 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:15:57.376 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:15:57.377 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:15:57.377 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:57.377 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:57.398 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:57.398 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:15:57.398 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:57.398 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:15:57.398 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:57.398 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:57.398 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:57.398 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:15:57.398 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:57.398 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:57.398 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:57.398 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:15:57.398 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:15:57.398 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:15:57.398 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:57.398 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:15:57.398 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:15:57.398 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:57.398 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:15:57.398 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:15:57.398 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:15:57.398 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:15:57.398 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:15:57.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:57.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:15:57.899 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:57.899 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:57.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:57.899 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 06:15:57.899 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:15:57.899 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:15:57.899 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:15:57.901 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:15:57.901 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:57.901 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:57.918 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:57.918 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:15:57.918 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:57.918 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:15:57.918 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:57.918 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:57.918 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:57.918 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:15:57.918 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:57.918 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:57.918 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:15:57.918 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:15:57.918 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:15:57.918 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:15:57.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:15:58.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:15:58.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:15:58.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:15:58.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:15:58.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:58.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:58.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: 32) 06:15:58.496 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:15:58.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:58.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:58.496 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:15:58.496 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:15:58.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:58.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:58.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:58.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:58.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:15:58.496 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:15:58.497 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:15:58.497 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:15:58.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:15:58.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:15:58.497 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:15:58.497 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:58.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) 06:15:58.497 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:15:58.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:15:58.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:15:58.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:15:58.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:15:58.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:15:58.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:15:58.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:15:58.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:15:58.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:15:58.497 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:15:58.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:15:58.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:15:58.497 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:15:58.497 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:58.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:15:58.500 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:15:59.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:15:59.000 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:15:59.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:59.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:15:59.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:15:59.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:59.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:59.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:59.001 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 06:15:59.001 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 06:15:59.001 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 06:15:59.003 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 06:15:59.004 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:59.004 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:59.021 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:59.021 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:15:59.021 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:59.021 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:15:59.021 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:59.021 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:59.021 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:59.021 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:15:59.021 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:59.021 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:59.021 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:59.021 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:15:59.021 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:15:59.021 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:15:59.021 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:59.021 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:15:59.021 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:15:59.021 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:59.021 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:15:59.021 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:15:59.021 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:15:59.021 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:15:59.021 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:15:59.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:15:59.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:15:59.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:15:59.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:15:59.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:15:59.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:15:59.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:15:59.522 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-2' via Explorer 06:15:59.522 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 06:15:59.522 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 06:15:59.523 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 06:15:59.524 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 06:15:59.524 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:15:59.525 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:15:59.542 DEBUG [main][MenuItemLookup] Found menu:'New' 06:15:59.542 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:15:59.542 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:59.542 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:15:59.542 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:15:59.542 DEBUG [main][MenuItemLookup] Found menu:'' 06:15:59.542 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:15:59.542 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:15:59.542 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:15:59.542 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:15:59.542 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:15:59.542 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:15:59.542 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:15:59.542 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:15:59.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:16:00.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 'Delete.*'] is available. finished successfully 06:16:00.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:16:00.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:00.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:00.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:00.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:00.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: 32) 06:16:00.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:16:00.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:00.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:00.105 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:16:00.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:16:00.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:00.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:00.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:00.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:00.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:00.105 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:16:00.105 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:16:00.105 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:16:00.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:00.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:00.106 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:00.106 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:00.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 "OK", Widget matcher matching widgets with style: 8) 06:16:00.106 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:16:00.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:00.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:00.106 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:16:00.106 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:16:00.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:00.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:00.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:00.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:00.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:00.106 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:16:00.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:00.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:00.106 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:00.106 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:00.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:16:00.109 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:16:00.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:16:00.609 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:16:00.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:00.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:16:00.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:00.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:00.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:00.610 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 06:16:00.610 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 06:16:00.610 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 06:16:00.612 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 06:16:00.612 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:16:00.612 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:00.650 DEBUG [main][MenuItemLookup] Found menu:'New' 06:16:00.650 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:16:00.650 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:00.650 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:16:00.650 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:16:00.650 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:00.650 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:16:00.650 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:16:00.650 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:16:00.650 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:16:00.650 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:00.650 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:16:00.650 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:16:00.650 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:16:00.650 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:00.650 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:16:00.650 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:16:00.650 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:00.650 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:16:00.650 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:16:00.650 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:16:00.650 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:16:00.650 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:16:00.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:00.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:16:00.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:16:01.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:16:01.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:01.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:01.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:01.151 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-3' via Explorer 06:16:01.151 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 06:16:01.151 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 06:16:01.151 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 06:16:01.153 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 06:16:01.153 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:16:01.153 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:01.170 DEBUG [main][MenuItemLookup] Found menu:'New' 06:16:01.170 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:16:01.170 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:01.170 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:16:01.170 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:16:01.170 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:01.170 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:16:01.170 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:16:01.170 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:16:01.170 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:16:01.170 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:16:01.170 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:16:01.170 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:16:01.170 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:16:01.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.... 06:16:01.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:16:01.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:16:01.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:01.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:01.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:01.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:01.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:16:01.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:16:01.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:01.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:01.731 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:16:01.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:16:01.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:01.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:01.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:01.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:01.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:01.731 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:16:01.731 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:16:01.731 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:16:01.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:01.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:01.731 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:01.731 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:01.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:16:01.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:16:01.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:01.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:01.732 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:16:01.732 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:16:01.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:01.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:01.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:01.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:01.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:01.732 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:16:01.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:01.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:01.732 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:01.732 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:16:01.734 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:16:02.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:16:02.235 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:16:02.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:02.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:02.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:02.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:02.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:02.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:02.238 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:16:02.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:02.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:02.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:16:02.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:02.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:02.242 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:16:02.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 '\*?\QServers\E') 06:16:02.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:02.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:02.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:02.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:02.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:16:02.245 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:02.245 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:02.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:02.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:02.261 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:02.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:02.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:02.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:02.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:16:02.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:02.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:02.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:02.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:02.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:02.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:02.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:02.266 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 06:16:02.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:02.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:02.266 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 06:16:02.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:16:02.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:02.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:02.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:02.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:02.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:16:02.270 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:02.270 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:02.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:02.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 06:16:02.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:02.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:02.271 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 06:16:02.271 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 06:16:02.271 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 06:16:02.275 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 06:16:02.275 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:02.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:02.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:02.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:02.276 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server 1'. Stop server first: false 06:16:02.276 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:02.276 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:02.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:02.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:02.276 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:16:02.276 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:02.294 DEBUG [main][MenuItemLookup] Found menu:'New' 06:16:02.294 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:16:02.294 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:16:02.294 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:02.294 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:16:02.294 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:16:02.294 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:16:02.294 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:16:02.294 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 06:16:02.294 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:16:02.294 INFO [main][MenuItemHandler] Select menu item: Delete Delete 06:16:02.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 06:16:02.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 06:16:02.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 06:16:02.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:02.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:02.316 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:16:02.316 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:16:02.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:02.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:02.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 06:16:02.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:16:02.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:02.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:02.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:02.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:02.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:02.316 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:16:02.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:02.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:02.316 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:02.316 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:02.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:16:02.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:16:02.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:02.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:02.361 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:16:02.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:02.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:02.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:02.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:02.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:02.363 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:16:02.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 '\*?\QServers\E') 06:16:02.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:02.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:02.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:02.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:02.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:16:02.364 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:02.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:02.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:02.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:02.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:02.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:02.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 1... 06:16:02.365 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:02.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:02.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:02.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 06:16:02.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.cnf.ServersView2, index 0 and no matchers specified 06:16:02.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:02.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:02.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:16:02.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:02.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:16:03.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:03.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:16:03.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:16:03.369 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:16:03.369 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 1' was not found on Servers view 06:16:03.369 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:03.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:03.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:03.370 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 06:16:03.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:16:03.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:03.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:03.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:16:03.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:03.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:16:04.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:04.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:16:04.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:16:04.372 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:16:04.372 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 06:16:04.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 1 finished successfully 06:16:04.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:04.372 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:04.372 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:04.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:04.372 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 06:16:04.372 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:16:04.372 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:16:04.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:04.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 82.941 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.535 s restartInProfile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 8.145 s delete_runningServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 5.841 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.642 s publish no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 3.062 s stop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 4.601 s clean no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 3.101 s debug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 4.597 s start no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 4.594 s openServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 1.734 s restartInDebug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 7.143 s getModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 1.796 s delete_runningServerAndStop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 7.151 s restart no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 8.169 s getModule_nonExisting no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 2.568 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 06:16:04.377 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 06:16:04.377 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:16:04.377 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:16:04.377 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 06:16:04.377 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:16:04.377 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:16:04.378 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:16:04.378 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:16:04.378 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:16:04.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:16:04.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:04.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:16:04.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:04.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:16:04.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:04.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:16:04.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:04.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:16:04.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:04.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:16:04.379 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:04.379 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:16:04.379 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:04.379 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:16:04.379 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:04.379 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:16:04.379 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:04.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:04.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:04.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:04.379 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:16:04.379 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:16:04.379 DEBUG [main][MenuItemLookup] Found menu:'File' 06:16:04.380 DEBUG [main][MenuItemLookup] Item match:File 06:16:04.380 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:16:04.380 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:16:04.380 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:16:04.380 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:16:04.380 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:04.380 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:16:04.380 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:16:04.380 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:04.380 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:16:04.380 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:16:04.380 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:16:04.380 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:16:04.380 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:04.380 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:16:04.380 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:16:04.380 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:16:04.380 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:16:04.380 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:04.380 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:16:04.380 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:04.380 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:16:04.380 DEBUG [main][MenuItemLookup] Item match:Import... 06:16:04.380 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:16:04.380 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:16:04.380 INFO [main][MenuItemHandler] Select menu item: &Import... 06:16:04.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:16:04.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:16:04.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:16:04.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:04.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:04.431 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:16:04.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:04.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:16:04.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:04.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:04.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:04.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:04.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:04.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:16:04.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:16:04.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:16:04.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:16:04.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:04.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:16:04.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:04.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:16:04.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:16:04.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:16:04.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:04.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:16:04.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:04.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:16:04.433 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 06:16:04.433 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 06:16:04.434 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 06:16:04.434 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 06:16:04.434 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:16:04.434 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:16:04.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.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) 06:16:04.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:04.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:04.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:04.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:04.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:04.434 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:16:04.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:04.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:04.435 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:04.435 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:04.462 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:16:04.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:04.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:04.474 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:16:04.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:04.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:04.474 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:16:04.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:04.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:16:04.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:16:04.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:16:04.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:04.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:04.475 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:16:04.475 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:04.475 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' 06:16:04.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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:") 06:16:04.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:04.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:04.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:04.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:04.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:04.475 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 06:16:04.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:04.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:04.475 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:04.475 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:04.476 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 06:16:04.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:04.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:16:04.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:16:04.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:04.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:16:04.476 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 06:16:04.477 DEBUG [WorkbenchTestable][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") 06:16:04.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:04.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:04.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:04.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:04.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:04.511 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 06:16:04.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:04.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:04.520 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:04.520 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:04.524 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 06:16:04.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:04.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:04.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:04.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 06:16:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 06:16:04.528 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 06:16:04.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.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") 06:16:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:04.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:04.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:04.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:04.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:04.529 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 06:16:04.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:04.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:04.529 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:04.529 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:04.529 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:16:04.529 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 06:16:04.529 DEBUG [WorkbenchTestable][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) 06:16:04.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:04.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:04.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:04.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:04.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:04.530 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:16:04.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:04.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:04.530 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:04.530 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:04.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:16:05.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:16:05.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:05.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:16:05.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:16:05.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:16:05.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:05.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:05.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:05.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:05.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:05.035 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:16:05.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:05.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:05.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:05.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:05.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:05.036 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:16: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') 06:16:05.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:05.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:05.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:05.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:05.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:16:05.037 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:05.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:05.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:05.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:05.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:05.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:05.038 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:05.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:05.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:05.039 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 06:16:05.039 INFO [WorkbenchTestable][ServersView2] Create new server 06:16:05.039 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 06:16:05.039 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:05.039 DEBUG [main][MenuItemLookup] Found menu:'New' 06:16:05.040 DEBUG [main][MenuItemLookup] Item match:New 06:16:05.040 DEBUG [main][MenuItemLookup] Found menu:'Server' 06:16:05.040 DEBUG [main][MenuItemLookup] Item match:Server 06:16:05.040 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 06:16:05.040 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 06:16:05.040 INFO [main][MenuItemHandler] Select menu item: Server 06:16:05.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 06:16:05.119 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 06:16:05.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:16:05.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:05.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:05.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'] 06:16:05.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:05.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:05.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'] 06:16:05.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:05.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:05.120 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 06:16:05.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:05.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:05.121 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:16:05.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:05.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:05.121 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:16:05.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:05.122 DEBUG [WorkbenchTestable][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 06:16:05.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:05.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:05.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:05.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:05.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:05.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:16:05.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:16:05.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 06:16:05.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:16:05.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:16:05.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:16:05.130 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:16:05.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:05.130 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:16:05.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:05.130 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:16:05.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:16:05.130 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:16:05.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:05.131 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:16:05.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:05.131 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:16:05.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 06:16:05.131 DEBUG [WorkbenchTestable][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 06:16:05.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:05.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:05.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:05.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:05.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:05.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:16:05.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:16:05.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:16:05.131 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:16:05.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:05.131 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:16:05.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:05.131 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:16:05.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:16:05.131 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:16:05.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:05.132 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:16:05.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:05.132 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:16:05.132 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 06:16:05.132 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 06:16:05.132 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 06:16:05.132 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 06:16:05.133 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:16:05.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:05.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:05.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:05.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:05.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:05.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:05.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:05.634 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:") 06:16:05.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:05.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:05.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:05.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:05.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:16:05.637 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:16:05.638 INFO [WorkbenchTestable][AbstractText] Text set to: Server ABC 06:16:05.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:16:05.638 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:16:05.638 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:16:06.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:16:06.139 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:16:06.139 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 06:16:06.139 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:16:06.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:06.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:06.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:06.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:06.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:06.142 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:16:06.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:06.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:06.143 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:06.143 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:06.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:16:06.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:16:06.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:06.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:16:06.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:06.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:06.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:06.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:06.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:06.674 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:16:06.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:06.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:06.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:06.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:06.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:06.676 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:16:06.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 '\*?\QServers\E') 06:16:06.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:06.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:06.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:06.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:06.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:16:06.677 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:06.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:06.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:06.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:06.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:06.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:06.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC... 06:16:06.679 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:06.679 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:06.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:06.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:06.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:16:06.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:06.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:06.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:06.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:06.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:06.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:06.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:06.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:06.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:06.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:06.681 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:16:06.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 '\*?\QServers\E') 06:16:06.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:06.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:06.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:06.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:06.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:16:06.689 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:06.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:06.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:06.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:06.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:06.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:06.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC finished successfully 06:16:06.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:06.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:06.692 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:16:06.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:06.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:06.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:06.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:06.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:06.694 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:16: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') 06:16:06.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:06.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:06.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:06.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:06.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:16:06.695 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:06.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:06.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:06.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:06.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:06.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:06.696 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:06.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:06.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:06.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:06.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:16:06.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:06.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:06.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:06.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:06.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:06.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:06.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:06.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:06.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:06.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:06.707 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:16: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') 06:16:06.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:06.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:06.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:06.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:06.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:16:06.708 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:06.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:06.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:06.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:06.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:06.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:06.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:06.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:06.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:06.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:06.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:06.711 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:16:06.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 '\*?\QServers\E') 06:16:06.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:06.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:06.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:06.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:06.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:16:06.712 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:06.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:06.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:06.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:06.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:06.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:06.714 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 06:16:06.714 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 06:16:06.714 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 06:16:06.726 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 06:16:06.726 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:06.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:06.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:06.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:06.727 INFO [WorkbenchTestable][AbstractServer] Start server Server ABC 06:16:06.727 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:06.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:06.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:06.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:06.727 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:06.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:06.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:06.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:06.728 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server ABC 06:16:06.728 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:06.728 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:06.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:06.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:06.729 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 06:16:06.729 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 06:16:06.729 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 06:16:06.734 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 06:16:06.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:06.735 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:16:06.735 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:06.744 DEBUG [main][MenuItemLookup] Found menu:'New' 06:16:06.744 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:16:06.744 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:16:06.744 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:06.744 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:16:06.744 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:16:06.744 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:16:06.744 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:16:06.744 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:06.744 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:16:06.744 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 06:16:06.744 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 06:16:06.744 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 06:16:06.744 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 06:16:06.744 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 06:16:06.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 06:16:06.746 DEBUG [Worker-1: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 06:16:07.756 DEBUG [Worker-1: Starting Server ABC][AbstractWait] Wait for 1 seconds 06:16:09.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 06:16:09.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 06:16:09.246 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:09.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:09.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:09.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:09.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 06:16:09.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:09.248 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:16:09.248 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:09.248 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:09.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:09.248 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:09.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:09.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:09.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:09.249 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 06:16:09.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:09.249 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:09.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:09.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:09.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:09.249 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 06:16:09.249 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 06:16:09.250 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 06:16:09.253 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 06:16:09.253 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 06:16:09.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:16:09.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:09.264 DEBUG [main][MenuItemLookup] Found menu:'New' 06:16:09.264 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:16:09.264 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:16:09.264 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:09.264 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:16:09.264 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:16:09.264 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:16:09.264 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:16:09.264 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:09.264 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 06:16:09.264 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 06:16:09.264 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 06:16:09.264 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:16:09.264 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 06:16:09.264 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:16:09.264 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:09.264 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 06:16:09.264 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 06:16:09.264 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 06:16:09.264 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 06:16:09.264 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 06:16:09.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:16:09.310 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:09.310 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:09.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:16:09.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 06:16:09.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:09.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:09.311 DEBUG [WorkbenchTestable][WidgetLookup] 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 >>") 06:16:09.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:09.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:09.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:09.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:09.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:09.312 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 06:16:09.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:09.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:09.312 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:09.312 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:09.313 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 06:16:09.314 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:16:09.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:09.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:09.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:09.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:09.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:09.314 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:16:09.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:09.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:09.315 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:09.315 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:09.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:16:09.323 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:16:09.325 DEBUG [Worker-8: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 06:16:09.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:16:09.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:09.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 06:16:10.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 06:16:10.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:16:10.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:10.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:10.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:10.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:10.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:16:10.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:10.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:10.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:10.825 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:16:10.825 INFO [WorkbenchTestable][RequirementsRunner] Started test: testBasicServerSubmoduleMethods no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest) 06:16:10.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 06:16:10.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:16:10.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:16:10.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:16:10.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:10.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:10.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:10.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:10.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:10.828 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:16:10.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 '\*?\QServers\E') 06:16:10.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:10.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:10.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:10.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:10.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:16:10.829 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:10.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:10.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:10.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:10.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:10.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:10.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:16:10.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:10.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:10.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:10.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:10.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:10.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:10.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:10.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:10.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:10.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:10.832 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:16:10.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 '\*?\QServers\E') 06:16:10.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:10.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:10.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:10.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:10.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:16:10.834 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:10.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:10.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:10.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:10.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:10.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:10.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:10.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:10.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:10.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:10.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:10.843 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:16:10.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:16:10.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:10.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:10.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:10.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:10.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:16:10.845 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:10.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:10.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:10.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:10.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:10.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:10.846 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 06:16:10.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 06:16:10.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:11.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:11.347 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 06:16:11.348 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 06:16:11.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:11.348 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 06:16:11.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:11.348 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 06:16:11.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:11.349 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:11.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:11.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:11.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:11.349 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] 06:16:11.349 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 06:16:11.350 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] about selection 06:16:11.356 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 06:16:11.357 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:11.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:11.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:11.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:11.358 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] 06:16:11.358 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 06:16:11.358 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] about selection 06:16:11.361 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 06:16:11.361 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] and wait with time period 1 06:16:11.361 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-multimodular-project-ear(server-multimodular-project) [Synchronized] 06:16:11.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:11.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:11.862 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 06:16:11.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-multimodular-project-ear(server-multimodular-project) [Synchronized] 06:16:11.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:11.863 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item server-multimodular-project-ear(server-multimodular-project) [Synchronized] is already expanded. No action performed 06:16:11.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:11.863 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 06:16:11.864 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:11.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:11.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:11.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:11.864 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-ejb [Synchronized] 06:16:11.864 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-ejb [Synchronized] 06:16:11.864 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-ejb [Synchronized] about selection 06:16:11.868 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-ejb [Synchronized] 06:16:11.868 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:11.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:11.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:11.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:11.872 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-ejb [Synchronized] 06:16:11.872 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-ejb [Synchronized] 06:16:11.872 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-ejb [Synchronized] about selection 06:16:11.876 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-ejb [Synchronized] 06:16:11.876 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:11.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:11.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:11.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:11.877 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-jar [Synchronized] 06:16:11.877 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-jar [Synchronized] 06:16:11.877 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-jar [Synchronized] about selection 06:16:11.880 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-jar [Synchronized] 06:16:11.881 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:11.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:11.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:11.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:11.882 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-jar [Synchronized] 06:16:11.882 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-jar [Synchronized] 06:16:11.882 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-jar [Synchronized] about selection 06:16:11.885 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-jar [Synchronized] 06:16:11.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:11.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:11.888 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:11.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:11.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:11.888 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 06:16:11.888 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:16:11.888 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:16:11.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:11.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:11.889 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testBasicServerSubmoduleMethods no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest) 06:16:11.889 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:11.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:11.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:11.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:11.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:11.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:11.891 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 06:16:11.891 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 06:16:11.891 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 06:16:11.895 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 06:16:11.896 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:11.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:11.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:11.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:11.896 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server ABC' 06:16:11.896 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:11.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:11.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:11.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:11.897 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:11.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:11.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:11.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:11.898 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server ABC 06:16:11.898 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:11.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:11.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:11.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:11.898 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 06:16:11.898 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 06:16:11.899 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 06:16:11.910 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 06:16:11.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:11.911 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:16:11.911 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:11.920 DEBUG [main][MenuItemLookup] Found menu:'New' 06:16:11.920 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:16:11.920 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:16:11.920 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:11.920 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:16:11.920 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:16:11.920 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:16:11.920 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:16:11.920 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:11.920 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 06:16:11.920 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 06:16:11.920 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 06:16:11.920 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:16:11.920 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 06:16:11.920 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 06:16:11.920 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 06:16:11.921 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 06:16:11.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 06:16:11.921 DEBUG [Worker-2: Stopping Server ABC][AbstractWait] Wait for 1 seconds 06:16:12.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 06:16:12.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 06:16:12.927 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:12.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:12.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:12.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:13.428 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:13.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:13.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:13.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:13.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 06:16:13.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:13.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:16:13.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:13.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:13.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:13.430 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:13.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:13.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:13.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:13.430 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 06:16:13.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:13.430 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:16:13.430 DEBUG [main][EditorHandler] 0 editor(s) found 06:16:13.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:13.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:13.431 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:16:13.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:13.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:13.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:13.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:13.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:13.432 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:16:13.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:16:13.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:13.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:13.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:13.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:13.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:16:13.432 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:16:13.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:16:13.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:13.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:13.452 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:16:13.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:16:13.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:13.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:13.453 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:16:13.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:16:13.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:13.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:13.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:13.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:13.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:16:13.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:13.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:16:14.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:14.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:16:14.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:16:14.455 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:16:14.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:16:14.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:14.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:14.456 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:16:14.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:14.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:14.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:14.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:14.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:14.456 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-ear 06:16:14.456 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-ejb 06:16:14.456 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-jar 06:16:14.456 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:16:14.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:16:14.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:14.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:14.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:14.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:14.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:16:14.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:14.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:16:15.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:15.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:16:15.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:16:15.458 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:16:15.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:16:15.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:15.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:15.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:16:15.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:15.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:15.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:15.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:15.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:15.459 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-ear 06:16:15.459 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-ejb 06:16:15.459 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-jar 06:16:15.459 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:16:15.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:16:15.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:15.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:15.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 06:16:15.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:15.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:15.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:15.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:15.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:15.460 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:16:15.460 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:16:15.460 DEBUG [main][TreeItemHandler] Set Tree selection 06:16:15.460 DEBUG [main][TreeHandler] Notify Tree about selection event 06:16:15.464 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:16:15.468 DEBUG [WorkbenchTestable][TreeItemHandler] server-multimodular-project-ear 06:16:15.468 DEBUG [WorkbenchTestable][TreeItemHandler] server-multimodular-project-ejb 06:16:15.468 DEBUG [WorkbenchTestable][TreeItemHandler] server-multimodular-project-jar 06:16:15.468 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:16:15.468 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:15.493 DEBUG [main][MenuItemLookup] Found menu:'New' 06:16:15.493 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:16:15.493 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:15.493 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:16:15.493 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:15.493 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:16:15.493 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:16:15.493 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:16:15.493 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:16:15.493 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:16:15.493 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:16:15.493 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:15.493 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:16:15.493 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:16:15.493 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:15.493 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:16:15.493 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:16:15.493 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:16:15.493 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:16:15.493 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:16:15.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:15.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:16:15.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:16:15.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:16:15.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:15.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:15.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:15.994 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:16:15.994 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:16.011 DEBUG [main][MenuItemLookup] Found menu:'New' 06:16:16.011 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:16:16.011 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:16.012 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:16:16.012 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:16.012 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:16:16.012 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:16:16.012 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:16:16.012 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:16:16.012 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:16:16.012 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:16:16.012 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:16:16.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:16:16.575 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 06:16:16.575 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:16:16.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:16.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:16.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:16:16.578 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:16:16.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:16.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:16.578 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:16:16.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:16:16.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:16.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:16.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:16.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:16.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:16.578 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:16:16.579 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:16:16.579 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:16:16.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:16.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:16.579 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:16.579 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:16.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:16:16.579 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:16:16.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:16.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:16.579 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:16:16.579 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:16:16.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:16.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:16.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:16.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:16.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:16.580 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:16:16.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:16.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:16.580 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:16.580 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:16.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:16:16.582 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:16:17.083 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 06:16:17.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:16:17.083 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.... 06:16:17.083 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") 06:16:17.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:17.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:17.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:16:17.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:17.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:16:18.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:18.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:16:18.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:16:18.089 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 06:16:18.089 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") 06:16:18.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:18.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:18.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:18.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:18.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:18.090 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 06:16:18.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:16:18.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:18.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:18.092 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:16:18.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:18.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:18.092 DEBUG [WorkbenchTestable][DeleteUtils] Shell with title 'Delete.*' and button 'Continue' found 06:16:18.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Continue") 06:16:18.092 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:16:18.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:18.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:18.092 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:16:18.092 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:16:18.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:18.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:18.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:18.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:18.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:18.092 INFO [WorkbenchTestable][AbstractButton] Click button Con&tinue 06:16:18.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:18.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:18.092 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:18.092 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:18.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:16:18.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:16:18.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:16:18.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:16:18.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:18.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:16:18.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:16:18.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:16:18.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:18.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:18.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:18.615 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:16:18.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:16:18.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:18.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:18.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:18.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:18.617 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:16:18.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:18.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:18.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:18.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:18.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:18.619 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:16:18.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 '\*?\QServers\E') 06:16:18.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:18.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:18.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:18.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:18.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:16:18.620 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:18.620 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:18.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:18.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:18.626 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:18.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:18.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:18.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:18.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:16:18.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:18.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:18.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:18.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:18.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:18.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:18.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:18.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:18.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:18.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:18.636 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:16:18.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:16:18.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:18.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:18.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:18.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:18.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:16:18.637 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:18.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:18.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:18.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:18.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:18.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:18.639 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 06:16:18.639 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 06:16:18.639 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 06:16:18.643 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 06:16:18.643 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:18.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:18.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:18.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:18.644 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server ABC'. Stop server first: false 06:16:18.644 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:18.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:18.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:18.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:18.651 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:16:18.651 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:18.660 DEBUG [main][MenuItemLookup] Found menu:'New' 06:16:18.660 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:16:18.660 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:16:18.660 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:18.660 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:16:18.660 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:16:18.660 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:16:18.660 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:16:18.660 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 06:16:18.660 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:16:18.660 INFO [main][MenuItemHandler] Select menu item: Delete Delete 06:16:18.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 06:16:18.679 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 06:16:18.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 06:16:18.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:18.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16: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") 06:16:18.680 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:16:18.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:18.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:18.680 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 06:16:18.680 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:16:18.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:18.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:18.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:18.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:18.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:18.680 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:16:18.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:18.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:18.681 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:18.681 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:18.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:16:18.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:16:18.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:18.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:18.699 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:16:18.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:18.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:18.701 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:18.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:18.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:18.701 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:16:18.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 '\*?\QServers\E') 06:16:18.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:18.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:18.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:18.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:18.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:16:18.702 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:18.702 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:18.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:18.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:18.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:18.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:18.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC... 06:16:18.703 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:18.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:18.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:18.704 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 06:16:18.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 06:16:18.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:18.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:18.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:16:19.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:19.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:16:19.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:19.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:16:19.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:16:19.707 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:16:19.707 INFO [WorkbenchTestable][ServersView2] Requested server 'Server ABC' was not found on Servers view 06:16:19.707 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:19.707 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:19.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:19.708 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 06:16:19.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:16:19.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:19.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:19.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:16:20.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:20.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:16:20.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:20.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:16:20.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:16:20.710 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:16:20.710 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 06:16:20.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC finished successfully 06:16:20.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:20.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:16:20.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:20.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:20.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:20.710 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 06:16:20.710 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:16:20.710 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:16:20.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:20.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:20.711 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.334 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.064 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 06:16:20.715 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 06:16:20.716 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:16:20.716 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:16:20.716 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 06:16:20.716 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:16:20.716 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:16:20.716 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:16:20.716 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:16:20.716 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:16:20.716 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:16:20.717 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:20.717 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:16:20.717 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:20.717 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:16:20.717 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:20.717 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:16:20.717 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:20.717 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:16:20.717 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:20.717 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:16:20.717 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:20.717 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:16:20.717 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:20.718 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:16:20.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:20.718 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:16:20.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:20.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:20.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:20.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:20.718 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:16:20.718 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:16:20.718 DEBUG [main][MenuItemLookup] Found menu:'File' 06:16:20.718 DEBUG [main][MenuItemLookup] Item match:File 06:16:20.719 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:16:20.719 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:16:20.719 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:16:20.719 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:16:20.719 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:20.719 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:16:20.719 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:16:20.719 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:20.719 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:16:20.719 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:16:20.719 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:16:20.719 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:16:20.719 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:20.719 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:16:20.719 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:16:20.719 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:16:20.719 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:16:20.719 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:20.719 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:16:20.719 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:20.719 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:16:20.719 DEBUG [main][MenuItemLookup] Item match:Import... 06:16:20.719 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:16:20.719 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:16:20.719 INFO [main][MenuItemHandler] Select menu item: &Import... 06:16:20.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:16:20.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:16:20.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:16:20.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:20.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:20.769 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:16:20.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:20.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:16:20.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:20.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:20.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:20.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:20.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:20.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:16:20.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:16:20.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:16:20.770 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:16:20.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:20.770 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:16:20.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:20.770 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:16:20.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:16:20.771 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:16:20.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:20.771 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:16:20.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:20.771 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:16:20.771 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 06:16:20.771 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 06:16:20.771 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 06:16:20.771 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 06:16:20.771 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:16:20.771 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:16:20.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.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) 06:16:20.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:20.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:20.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:20.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:20.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:20.772 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:16:20.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:20.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:20.772 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:20.772 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:20.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: "Import"] 06:16:20.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:20.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:20.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:16:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:20.812 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:16:20.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:16:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:16:20.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:16:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:20.812 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:16:20.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:20.812 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' 06:16:20.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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:") 06:16:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:20.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:20.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:20.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:20.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:20.813 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 06:16:20.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:20.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:20.813 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:20.813 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:20.814 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 06:16:20.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:20.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:16:20.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:16:20.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:20.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:16:20.814 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 06:16:20.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 06:16:20.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:20.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:20.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:20.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:20.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:20.842 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 06:16:20.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:20.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:20.842 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:20.842 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:20.846 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 06:16:20.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:20.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:20.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:20.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:20.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:20.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 06:16:20.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 06:16:20.861 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 06:16:20.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.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") 06:16:20.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:20.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:20.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:20.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:20.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:20.862 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 06:16:20.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:20.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:20.862 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:20.862 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:20.862 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:16:20.862 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 06:16:20.862 DEBUG [WorkbenchTestable][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) 06:16:20.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:20.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:20.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:20.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:20.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:20.863 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:16:20.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:20.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:20.863 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:20.863 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:20.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:16:21.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:16:21.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:21.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'JavaScript indexing in progress' is a system job, skipped 06:16:21.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:16:21.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:16:21.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:16:21.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:21.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:21.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:21.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:21.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:21.396 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:16:21.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:21.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:21.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:21.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:21.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:21.398 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:16:21.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') 06:16:21.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:21.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:21.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:21.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:21.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:16:21.399 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:21.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:21.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:21.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:21.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:21.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:21.400 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:21.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:21.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:21.401 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 06:16:21.401 INFO [WorkbenchTestable][ServersView2] Create new server 06:16:21.401 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 06:16:21.401 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:21.401 DEBUG [main][MenuItemLookup] Found menu:'New' 06:16:21.402 DEBUG [main][MenuItemLookup] Item match:New 06:16:21.402 DEBUG [main][MenuItemLookup] Found menu:'Server' 06:16:21.402 DEBUG [main][MenuItemLookup] Item match:Server 06:16:21.402 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 06:16:21.402 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 06:16:21.402 INFO [main][MenuItemHandler] Select menu item: Server 06:16:21.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 06:16:21.481 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 06:16:21.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:16:21.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:21.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:21.482 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:16:21.482 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:21.482 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:21.482 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:16:21.482 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:21.482 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:21.482 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 06:16:21.483 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:21.483 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:21.483 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:16:21.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:21.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:21.484 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:16:21.484 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:21.485 DEBUG [WorkbenchTestable][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 06:16:21.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:21.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:21.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:21.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:21.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:21.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:16:21.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:16:21.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 06:16:21.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:16:21.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:16:21.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:16:21.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:16:21.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:21.494 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:16:21.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:21.494 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:16:21.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:16:21.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:16:21.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:21.494 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:16:21.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:21.495 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:16:21.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 06:16:21.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.wizard.NewServerWizardPage, index 0 and no matchers specified 06:16:21.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:21.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:21.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:21.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:21.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:21.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:16:21.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:16:21.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:16:21.495 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:16:21.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:21.495 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:16:21.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:21.495 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:16:21.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:16:21.495 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:16:21.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:21.495 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:16:21.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:21.495 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:16:21.496 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 06:16:21.496 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 06:16:21.496 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 06:16:21.496 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 06:16:21.497 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:16:21.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:21.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:21.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:21.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:21.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:21.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:21.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:21.998 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:") 06:16:21.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:21.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:22.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:22.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:22.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:16:22.001 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:16:22.002 INFO [WorkbenchTestable][AbstractText] Text set to: Server ABC 06:16:22.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:16:22.002 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:16:22.002 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:16:22.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:16:22.503 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:16:22.503 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 06:16:22.503 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:16:22.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:22.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:22.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:22.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:22.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:22.506 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:16:22.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:22.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:22.506 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:22.506 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:22.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:16:23.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:16:23.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:23.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:16:23.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:16:23.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:23.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:23.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:23.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:23.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:23.015 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:16:23.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:23.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:23.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:23.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:23.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:23.017 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:16:23.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 '\*?\QServers\E') 06:16:23.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:23.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:23.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:23.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:23.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:16:23.018 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:23.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:23.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:23.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:23.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:23.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:23.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC... 06:16:23.020 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:23.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:23.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:23.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:23.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:16:23.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:23.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:23.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:23.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:23.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:23.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:23.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:23.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:23.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:23.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:23.022 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:16:23.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 '\*?\QServers\E') 06:16:23.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:23.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:23.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:23.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:23.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:16:23.023 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:23.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:23.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:23.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:23.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:23.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:23.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC finished successfully 06:16:23.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:23.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:23.026 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:16:23.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:23.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:23.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:23.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:23.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:23.034 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:16:23.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:16:23.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:23.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:23.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:23.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:23.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:16:23.035 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:23.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:23.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:23.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:23.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:23.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:23.037 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:23.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:23.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:23.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:23.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:16:23.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:23.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:23.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:23.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:23.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:23.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:23.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:23.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:23.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:23.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:23.039 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:16:23.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:16:23.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:23.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:23.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:23.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:23.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:16:23.040 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:23.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:23.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:23.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:23.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:23.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:23.042 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:16:23.042 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSwitchingOffPublishingChanges no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 06:16:23.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 06:16:23.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:16:23.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:16:23.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:16:23.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:23.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:23.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:23.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:23.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:23.050 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:16:23.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') 06:16:23.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:23.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:23.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:23.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:23.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:16:23.051 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:23.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:23.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:23.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:23.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:23.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:23.053 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 06:16:23.053 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 06:16:23.053 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 06:16:23.058 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 06:16:23.058 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 06:16:23.058 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:16:23.058 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:23.074 DEBUG [main][MenuItemLookup] Found menu:'New' 06:16:23.074 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:16:23.074 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:16:23.074 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:23.074 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:16:23.074 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:16:23.074 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:16:23.074 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:16:23.074 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:23.074 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:16:23.074 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 06:16:23.074 DEBUG [main][MenuItemLookup] Found menu:'Profile' 06:16:23.074 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:16:23.074 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 06:16:23.074 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:16:23.074 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:23.074 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 06:16:23.074 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 06:16:23.074 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 06:16:23.074 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 06:16:23.074 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 06:16:23.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:16:23.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:23.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:23.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:16:23.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 06:16:23.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:23.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:23.132 DEBUG [WorkbenchTestable][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 06:16:23.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:23.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:23.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:23.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:23.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:23.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:16:23.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:16:23.133 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:16:23.133 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:16:23.133 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:16:23.133 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:16:23.133 DEBUG [WorkbenchTestable][WidgetLookup] 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 >") 06:16:23.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:23.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:23.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:23.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:23.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:23.134 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 06:16:23.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:23.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:23.134 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:23.134 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:23.141 DEBUG [WorkbenchTestable][WidgetLookup] 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") 06:16:23.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:23.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:23.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:23.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:23.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:23.142 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 06:16:23.142 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox If server is started, publish changes &immediately 06:16:23.142 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 06:16:23.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:23.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:23.142 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:23.142 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:23.142 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 06:16:23.142 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:16:23.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:23.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:23.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:23.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:23.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:23.143 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:16:23.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:23.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:23.143 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:23.143 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:23.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:16:23.145 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:16:23.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:16:23.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:23.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:16:23.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:16:23.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:23.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:23.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:23.646 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:23.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:23.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:23.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:23.647 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 06:16:23.647 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 06:16:23.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:24.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:24.148 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 06:16:24.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 06:16:24.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:24.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 06:16:24.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:24.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 06:16:24.149 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:24.149 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:24.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:24.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:24.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:24.150 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:16:24.150 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:16:24.150 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:16:24.157 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:16:24.158 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:24.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:24.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:24.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:24.159 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:16:24.159 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:16:24.159 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:16:24.162 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:16:24.162 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:24.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:24.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:24.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:24.163 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 06:16:24.163 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 06:16:24.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:24.163 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 06:16:24.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:24.163 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 06:16:24.163 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 06:16:24.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:24.163 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 06:16:24.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:24.163 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 06:16:24.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:24.163 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:24.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:24.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:24.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:24.164 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:16:24.164 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:16:24.164 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:16:24.167 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:16:24.167 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:24.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:24.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:24.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:24.168 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:16:24.168 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:16:24.168 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:16:24.171 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:16:24.171 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 06:16:24.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:24.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:24.172 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:16:24.172 DEBUG [main][MenuItemLookup] Found menu:'File' 06:16:24.172 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:16:24.172 DEBUG [main][MenuItemLookup] Item match:Edit 06:16:24.173 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:16:24.173 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:16:24.173 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:24.173 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:16:24.173 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:16:24.173 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:16:24.173 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:24.173 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:16:24.173 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:16:24.173 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:16:24.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 06:16:24.173 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:16:24.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 06:16:24.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:24.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:24.173 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:16:24.174 DEBUG [main][MenuItemLookup] Found menu:'File' 06:16:24.174 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:16:24.174 DEBUG [main][MenuItemLookup] Item match:Edit 06:16:24.174 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:16:24.174 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:16:24.174 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:24.174 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:16:24.174 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:16:24.174 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:16:24.174 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:24.174 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:16:24.174 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:16:24.174 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:16:24.174 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:16:24.174 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:16:24.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:16:24.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:16:24.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 06:16:24.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:24.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:24.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:16:24.197 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:16:24.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:24.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:24.197 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 06:16:24.197 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:16:24.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:24.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:24.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:24.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:24.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:24.198 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:16:24.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:24.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:24.198 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:24.198 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:24.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:16:24.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:16:24.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:24.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:16:24.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:16:24.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:16:24.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:16:24.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:24.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:24.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:24.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 06:16:24.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 06:16:24.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 06:16:34.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 'Publishing to .*'] is available. failed, NO exception will be thrown 06:16:34.258 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.... 06:16:34.259 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 06:16:34.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:34.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:34.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:34.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:34.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:34.260 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 06:16:34.260 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:16:34.260 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:16:34.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:34.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:34.260 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSwitchingOffPublishingChanges no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 06:16:34.260 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:16:34.260 INFO [WorkbenchTestable][RequirementsRunner] Started test: addTwo_removeAll no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 06:16:34.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 06:16:34.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:16:34.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:16:34.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:16:34.260 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:34.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:34.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:34.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:34.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:34.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:34.262 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 06:16:34.262 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 06:16:34.262 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 06:16:34.273 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 06:16:34.273 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 06:16:34.273 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:16:34.273 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:34.284 DEBUG [main][MenuItemLookup] Found menu:'New' 06:16:34.284 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:16:34.284 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:16:34.284 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:34.284 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:16:34.284 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:16:34.284 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:16:34.284 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:16:34.284 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:34.284 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:16:34.284 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 06:16:34.284 DEBUG [main][MenuItemLookup] Found menu:'Profile' 06:16:34.284 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:16:34.284 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 06:16:34.284 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:16:34.284 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:34.284 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 06:16:34.284 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 06:16:34.285 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 06:16:34.285 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 06:16:34.285 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 06:16:34.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:16:34.329 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:34.329 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:34.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:16:34.329 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 06:16:34.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:34.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:34.330 DEBUG [WorkbenchTestable][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 06:16:34.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:34.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:34.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:34.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:34.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:34.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:16:34.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:16:34.331 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:16:34.331 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:16:34.331 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:16:34.331 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:16:34.331 DEBUG [WorkbenchTestable][WidgetLookup] 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 >") 06:16:34.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:34.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:34.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:34.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:34.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:34.332 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 06:16:34.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:34.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:34.332 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:34.332 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:34.333 DEBUG [WorkbenchTestable][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 06:16:34.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:34.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:34.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:34.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:34.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:34.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:16:34.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:16:34.334 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 06:16:34.334 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 06:16:34.334 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 06:16:34.334 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 06:16:34.334 DEBUG [WorkbenchTestable][WidgetLookup] 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 >") 06:16:34.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:34.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:34.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:34.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:34.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:34.335 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 06:16:34.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:34.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:34.335 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:34.335 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:34.335 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 06:16:34.335 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:16:34.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:34.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:34.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:34.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:34.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:34.340 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:16:34.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:34.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:34.341 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:34.341 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:34.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:16:34.343 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:16:34.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:16:34.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:34.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:16:34.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:16:34.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:16:34.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:34.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:34.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:34.844 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:34.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:34.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:34.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:34.845 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 06:16:34.845 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 06:16:34.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:34.845 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 06:16:34.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:34.845 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 06:16:34.845 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 06:16:34.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:34.845 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 06:16:34.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:34.845 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 06:16:34.845 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:34.845 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:34.846 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:34.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:34.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:34.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:34.846 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:16:34.846 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:16:34.846 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:16:34.850 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:16:34.850 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:34.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:34.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:34.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:34.851 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 06:16:34.851 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 06:16:34.851 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 06:16:34.854 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 06:16:34.855 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:34.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:34.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:34.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:34.858 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 06:16:34.859 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 06:16:34.859 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 06:16:34.863 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 06:16:34.863 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 06:16:34.863 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:16:34.863 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:34.872 DEBUG [main][MenuItemLookup] Found menu:'New' 06:16:34.872 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:16:34.872 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:16:34.872 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:34.872 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:16:34.872 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:16:34.872 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:16:34.872 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:16:34.872 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:34.872 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:16:34.872 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 06:16:34.872 DEBUG [main][MenuItemLookup] Found menu:'Profile' 06:16:34.872 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:16:34.872 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 06:16:34.872 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:16:34.872 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:34.872 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 06:16:34.872 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 06:16:34.872 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 06:16:34.872 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 06:16:34.875 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 06:16:34.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:16:34.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:34.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:34.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:16:34.921 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 06:16:34.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:34.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:34.922 DEBUG [WorkbenchTestable][WidgetLookup] 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") 06:16:34.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:34.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:34.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:34.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:34.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:34.923 INFO [WorkbenchTestable][AbstractButton] Click button << Re&move All 06:16:34.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:34.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:34.923 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:34.923 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:34.924 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 06:16:34.924 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:16:34.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:34.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:34.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:34.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:34.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:34.925 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:16:34.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:34.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:34.925 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:34.925 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:34.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:16:34.947 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 06:16:34.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:16:34.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:16:34.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:16:34.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 06:16:34.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:34.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:34.948 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) 06:16:34.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:34.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:34.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:34.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:34.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:34.949 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:16:34.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:34.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:34.949 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:34.949 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:34.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:16:34.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:16:34.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:16:35.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:16:35.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:35.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:16:35.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:16:35.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:16:35.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:35.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:35.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:35.468 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:35.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:35.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:35.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:35.469 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 06:16:35.469 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 06:16:35.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:35.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:35.970 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 06:16:35.970 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 06:16:35.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:36.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:36.471 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 06:16:36.472 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:36.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:36.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:36.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:36.473 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 06:16:36.473 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 06:16:36.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:36.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:36.974 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 06:16:36.974 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 06:16:36.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:37.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:37.475 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 06:16:37.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:37.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:37.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:37.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:37.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:37.476 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 06:16:37.476 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:16:37.476 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:16:37.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:37.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:37.476 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addTwo_removeAll no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 06:16:37.476 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:16:37.476 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemoveConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 06:16:37.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 06:16:37.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:16:37.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:16:37.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:16:37.476 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:37.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:37.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:37.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:37.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:37.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:37.485 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 06:16:37.485 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 06:16:37.486 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 06:16:37.489 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 06:16:37.489 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 06:16:37.489 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:16:37.489 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:37.498 DEBUG [main][MenuItemLookup] Found menu:'New' 06:16:37.498 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:16:37.498 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:16:37.498 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:37.498 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:16:37.498 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:16:37.498 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:16:37.498 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:16:37.498 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:37.498 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:16:37.498 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 06:16:37.498 DEBUG [main][MenuItemLookup] Found menu:'Profile' 06:16:37.498 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:16:37.498 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 06:16:37.498 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:16:37.498 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:37.498 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 06:16:37.498 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 06:16:37.498 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 06:16:37.499 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 06:16:37.499 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 06:16:37.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:16:37.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:37.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:37.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:16:37.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 06:16:37.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:37.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:37.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.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 06:16:37.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:37.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:37.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:37.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:37.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:37.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:16:37.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:16:37.545 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:16:37.545 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:16:37.545 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:16:37.546 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:16:37.546 DEBUG [WorkbenchTestable][WidgetLookup] 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 >") 06:16:37.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:37.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:37.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:37.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:37.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:37.546 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 06:16:37.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:37.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:37.546 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:37.546 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:37.548 DEBUG [WorkbenchTestable][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 06:16:37.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:37.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:37.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:37.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:37.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:37.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:16:37.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:16:37.548 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 06:16:37.548 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 06:16:37.548 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 06:16:37.549 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 06:16:37.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 >") 06:16:37.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:37.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:37.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:37.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:37.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:37.549 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 06:16:37.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:37.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:37.549 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:37.549 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:37.550 DEBUG [WorkbenchTestable][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 06:16:37.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:37.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:16:37.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:16:37.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:37.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 06:16:37.555 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project and wait with time period 1 06:16:37.555 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 06:16:37.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:38.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:38.055 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 06:16:38.055 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 06:16:38.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:38.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:38.556 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 06:16:38.556 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-3 and wait with time period 1 06:16:38.556 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 06:16:38.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:39.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:39.057 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 06:16:39.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 06:16:39.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:39.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:39.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 06:16:39.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "<< Remove All") 06:16:39.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:39.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:39.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:39.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:39.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:39.561 INFO [WorkbenchTestable][AbstractButton] Click button << Re&move All 06:16:39.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:39.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:39.561 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:39.561 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:39.562 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 06:16:39.562 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:16:39.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:39.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:39.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:39.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:39.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:39.563 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:16:39.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:39.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:39.563 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:39.563 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:39.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:16:39.565 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:16:40.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:16:40.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:40.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:16:40.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:40.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:40.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:40.066 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:40.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:40.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:40.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:40.067 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 06:16:40.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 06:16:40.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:40.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:40.568 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 06:16:40.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 06:16:40.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:41.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:41.068 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 06:16:41.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:41.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:41.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:41.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:41.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:41.070 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 06:16:41.070 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:16:41.070 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:16:41.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:41.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:41.070 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemoveConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 06:16:41.070 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:16:41.070 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 06:16:41.070 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 06:16:41.070 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:16:41.070 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:16:41.070 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:16:41.070 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:41.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:41.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:41.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:41.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:41.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:41.072 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 06:16:41.072 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 06:16:41.072 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 06:16:41.076 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 06:16:41.076 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 06:16:41.077 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:16:41.077 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:41.092 DEBUG [main][MenuItemLookup] Found menu:'New' 06:16:41.092 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:16:41.092 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:16:41.092 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:41.092 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:16:41.092 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:16:41.092 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:16:41.092 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:16:41.092 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:41.092 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:16:41.092 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 06:16:41.092 DEBUG [main][MenuItemLookup] Found menu:'Profile' 06:16:41.092 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:16:41.092 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 06:16:41.092 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:16:41.092 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:41.092 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 06:16:41.092 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 06:16:41.092 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 06:16:41.092 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 06:16:41.092 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 06:16:41.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:16:41.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:41.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:41.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:16:41.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 06:16:41.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:41.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:41.138 DEBUG [WorkbenchTestable][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 06:16:41.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:41.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:41.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:41.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:41.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:16:41.139 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project and wait with time period 1 06:16:41.139 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 06:16:41.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:41.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:41.639 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 06:16:41.640 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 06:16:41.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:42.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:42.140 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 06:16:42.140 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-2 and wait with time period 1 06:16:42.140 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 06:16:42.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:42.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:42.641 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 06:16:42.642 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 06:16:42.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:43.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:43.142 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 06:16:43.142 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-3 and wait with time period 1 06:16:43.142 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 06:16:43.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:43.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:43.643 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 06:16:43.643 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 06:16:43.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:44.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:44.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 06:16:44.144 TRACE [WorkbenchTestable][ModifyModulesDialog] Shell Add and Remove... is not null and is not disposed 06:16:44.144 INFO [WorkbenchTestable][ModifyModulesDialog] Cancel wizard 06:16:44.144 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:16:44.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:44.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:44.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:44.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:44.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:44.147 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:16:44.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:44.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:44.147 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:44.147 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:44.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:16:44.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:16:44.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:44.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:16:44.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:44.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:44.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:44.167 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:44.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:44.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:44.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:44.167 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 06:16:44.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 06:16:44.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:44.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:44.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 06:16:44.669 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 06:16:44.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:45.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:45.170 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 06:16:45.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:45.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:45.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:45.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:45.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:45.171 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 06:16:45.171 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:16:45.171 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:16:45.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:45.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:45.171 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 06:16:45.171 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:16:45.171 INFO [WorkbenchTestable][RequirementsRunner] Started test: addAll_removeTwo no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 06:16:45.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 06:16:45.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:16:45.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:16:45.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:16:45.172 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:45.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:45.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:45.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:45.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:45.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:45.173 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 06:16:45.173 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 06:16:45.173 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 06:16:45.183 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 06:16:45.183 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 06:16:45.183 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:16:45.183 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:45.192 DEBUG [main][MenuItemLookup] Found menu:'New' 06:16:45.192 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:16:45.192 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:16:45.192 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:45.192 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:16:45.192 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:16:45.192 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:16:45.192 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:16:45.192 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:45.192 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:16:45.192 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 06:16:45.192 DEBUG [main][MenuItemLookup] Found menu:'Profile' 06:16:45.192 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:16:45.192 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 06:16:45.192 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:16:45.192 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:45.192 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 06:16:45.192 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 06:16:45.192 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 06:16:45.192 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 06:16:45.192 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 06:16:45.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:16:45.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:45.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:45.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:16:45.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 06:16:45.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:45.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:45.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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 >>") 06:16:45.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:45.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:45.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:45.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:45.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:45.249 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 06:16:45.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:45.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:45.249 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:45.249 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:45.251 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 06:16:45.251 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:16:45.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:45.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:45.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:45.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:45.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:45.252 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:16:45.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:45.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:45.252 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:45.252 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:45.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:16:45.254 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:16:45.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:16:45.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:45.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:16:45.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:16:45.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:16:45.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:45.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:45.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:45.755 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:45.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:45.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:45.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:45.756 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 06:16:45.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 06:16:45.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:45.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 06:16:45.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:45.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 06:16:45.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 06:16:45.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:45.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 06:16:45.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:45.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 06:16:45.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:45.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:45.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:45.756 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:45.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:45.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:45.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:45.757 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:16:45.757 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:16:45.757 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:16:45.761 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:16:45.761 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:45.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:45.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:45.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:45.762 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 06:16:45.762 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 06:16:45.762 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 06:16:45.765 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 06:16:45.766 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:45.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:45.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:45.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:45.766 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 06:16:45.766 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 06:16:45.767 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 06:16:45.770 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 06:16:45.770 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:45.770 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:45.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:45.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:45.774 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 06:16:45.774 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 06:16:45.774 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 06:16:45.778 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 06:16:45.778 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 06:16:45.778 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:16:45.778 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:45.791 DEBUG [main][MenuItemLookup] Found menu:'New' 06:16:45.791 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:16:45.791 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:16:45.791 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:45.791 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:16:45.791 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:16:45.791 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:16:45.791 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:16:45.791 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:45.791 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:16:45.791 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 06:16:45.791 DEBUG [main][MenuItemLookup] Found menu:'Profile' 06:16:45.791 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:16:45.791 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 06:16:45.791 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:16:45.791 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:45.791 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 06:16:45.791 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 06:16:45.791 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 06:16:45.791 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 06:16:45.792 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 06:16:45.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 06:16:45.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:45.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:45.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 06:16:45.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 06:16:45.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:45.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:45.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 1 and no matchers specified 06:16:45.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:45.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:16:45.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:16:45.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:45.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 06:16:45.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:16:45.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:16:45.840 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:16:45.840 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:16:45.840 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:16:45.840 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:16:45.840 DEBUG [WorkbenchTestable][WidgetLookup] 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") 06:16:45.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:45.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:45.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:45.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:45.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:45.841 INFO [WorkbenchTestable][AbstractButton] Click button < &Remove 06:16:45.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:45.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:45.841 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:45.841 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:45.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.ModifyModulesPage, index 1 and no matchers specified 06:16:45.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:45.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:16:45.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:16:45.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:45.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 06:16:45.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:16:45.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:16:45.848 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 06:16:45.848 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 06:16:45.848 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 06:16:45.848 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 06:16:45.848 DEBUG [WorkbenchTestable][WidgetLookup] 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") 06:16:45.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:45.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:45.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:45.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:45.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:45.849 INFO [WorkbenchTestable][AbstractButton] Click button < &Remove 06:16:45.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:45.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:45.849 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:45.849 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:45.849 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 06:16:45.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.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) 06:16:45.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:45.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:45.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:45.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:45.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:45.850 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:16:45.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:45.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:45.850 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:45.850 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:45.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:16:45.868 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 06:16:45.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:16:45.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:16:45.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:16:45.869 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 06:16:45.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:45.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:45.869 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) 06:16:45.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:45.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:45.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:45.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:45.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:45.870 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:16:45.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:45.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:45.870 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:45.870 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:45.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:16:45.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:16:45.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:16:46.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:16:46.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:46.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:16:46.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:16:46.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:16:46.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:46.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:46.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:46.391 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:46.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:46.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:46.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:46.392 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 06:16:46.392 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 06:16:46.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:46.392 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 06:16:46.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:46.392 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 06:16:46.392 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 06:16:46.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:46.392 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 06:16:46.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:46.392 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 06:16:46.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:46.392 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:46.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:46.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:46.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:46.393 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 06:16:46.393 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 06:16:46.393 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 06:16:46.399 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 06:16:46.400 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:46.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:46.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:46.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:46.401 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 06:16:46.401 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 06:16:46.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:46.401 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 06:16:46.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:46.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 06:16:46.401 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 06:16:46.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:46.401 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 06:16:46.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:46.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 06:16:46.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:46.401 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:46.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:46.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:46.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:46.402 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 06:16:46.402 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 06:16:46.402 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 06:16:46.405 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 06:16:46.405 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:46.405 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:46.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:46.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:46.406 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 06:16:46.406 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 06:16:46.406 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 06:16:46.409 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 06:16:46.410 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 06:16:46.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:46.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:46.410 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:16:46.410 DEBUG [main][MenuItemLookup] Found menu:'File' 06:16:46.410 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:16:46.410 DEBUG [main][MenuItemLookup] Item match:Edit 06:16:46.410 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:16:46.410 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:16:46.410 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:46.410 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:16:46.410 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:16:46.410 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:16:46.410 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:46.410 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:16:46.410 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:16:46.410 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:16:46.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 06:16:46.410 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:16:46.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 06:16:46.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:46.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:46.411 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:16:46.411 DEBUG [main][MenuItemLookup] Found menu:'File' 06:16:46.411 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:16:46.411 DEBUG [main][MenuItemLookup] Item match:Edit 06:16:46.411 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:16:46.411 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:16:46.411 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:46.411 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:16:46.411 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:16:46.411 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:16:46.411 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:46.411 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:16:46.411 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:16:46.411 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:16:46.411 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:16:46.411 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:16:46.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:16:46.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:16:46.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 06:16:46.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:46.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:46.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:16:46.432 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:16:46.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:46.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:46.432 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 06:16:46.432 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:16:46.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:46.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:46.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:46.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:46.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:46.433 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:16:46.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:46.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:46.433 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:46.433 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:46.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:16:46.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:16:46.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:46.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:16:46.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:16:46.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:16:46.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:16:46.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:16:46.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:16:46.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:46.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:46.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:46.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 06:16:46.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 06:16:46.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 06:16:56.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 'Publishing to .*'] is available. failed, NO exception will be thrown 06:16:56.489 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.... 06:16:56.489 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 06:16:56.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:56.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:56.489 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:16:56.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:56.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:56.490 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 06:16:56.490 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:16:56.490 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:16:56.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:16:56.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:16:56.490 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addAll_removeTwo no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 06:16:56.490 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:16:56.490 INFO [WorkbenchTestable][RequirementsRunner] Started test: getConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 06:16:56.490 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 06:16:56.490 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:16:56.490 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:16:56.490 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:16:56.490 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:56.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:56.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:56.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:16:56.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:16:56.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:16:56.492 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 06:16:56.492 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 06:16:56.492 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 06:16:56.497 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 06:16:56.497 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 06:16:56.504 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:16:56.504 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:56.513 DEBUG [main][MenuItemLookup] Found menu:'New' 06:16:56.513 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:16:56.513 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:16:56.513 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:56.513 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:16:56.513 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:16:56.513 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:16:56.513 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:16:56.513 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:56.513 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:16:56.513 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 06:16:56.513 DEBUG [main][MenuItemLookup] Found menu:'Profile' 06:16:56.513 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:16:56.513 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 06:16:56.513 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:16:56.513 DEBUG [main][MenuItemLookup] Found menu:'' 06:16:56.513 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 06:16:56.513 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 06:16:56.513 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 06:16:56.513 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 06:16:56.513 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 06:16:56.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:16:56.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:56.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:16:56.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: "Add and Remove..."] is available. finished successfully 06:16:56.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 06:16:56.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:16:56.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:16:56.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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 >>") 06:16:56.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:56.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:56.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:56.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:56.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:56.560 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 06:16:56.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:56.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:56.560 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:56.560 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:56.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 1 and no matchers specified 06:16:56.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:56.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:16:56.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:16:56.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:56.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 06:16:56.563 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project and wait with time period 1 06:16:56.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 06:16:56.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:57.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:57.064 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 06:16:57.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 06:16:57.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:57.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:57.565 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 06:16:57.565 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-2 and wait with time period 1 06:16:57.565 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 06:16:57.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:58.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:58.066 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 06:16:58.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 06:16:58.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:58.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:58.568 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 06:16:58.568 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-3 and wait with time period 1 06:16:58.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 06:16:58.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:59.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:59.069 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 06:16:59.069 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 06:16:59.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:16:59.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:16:59.570 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 06:16:59.571 TRACE [WorkbenchTestable][ModifyModulesDialog] Shell Add and Remove... is not null and is not disposed 06:16:59.571 INFO [WorkbenchTestable][ModifyModulesDialog] Cancel wizard 06:16:59.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.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) 06:16:59.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:16:59.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:16:59.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:16:59.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:16:59.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:16:59.574 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:16:59.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:16:59.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:16:59.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:16:59.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:16:59.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:16:59.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:16:59.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:16:59.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:16:59.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:16:59.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:16:59.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:16:59.595 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:16:59.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:16:59.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:16:59.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:16:59.596 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 06:16:59.596 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 06:16:59.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:00.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:00.096 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 06:17:00.097 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 06:17:00.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:00.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:00.597 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 06:17:00.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:00.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:00.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:00.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:00.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:00.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 06:17:00.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:17:00.598 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:17:00.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:00.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:00.599 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 06:17:00.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:00.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:00.599 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:17:00.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:00.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:00.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:00.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:00.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:00.600 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:00.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') 06:17:00.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:00.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:00.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:00.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:00.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:00.600 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:17:00.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:17:00.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:00.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:00.611 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:17:00.611 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:17:00.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:00.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:00.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:00.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:00.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:01.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:01.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:01.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:01.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:01.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:17:01.614 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:17:01.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:17:01.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:01.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:01.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:17:01.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:01.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:01.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:01.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:01.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:01.615 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 06:17:01.615 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 06:17:01.615 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 06:17:01.615 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:17:01.615 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:17:01.615 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:17:01.617 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:17:01.617 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:17:01.617 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:01.637 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:01.637 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:17:01.637 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:01.637 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:17:01.637 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:17:01.637 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:01.637 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:17:01.637 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:17:01.637 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:17:01.637 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:17:01.637 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:01.637 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:17:01.637 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:17:01.637 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:17:01.637 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:01.637 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:17:01.637 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:17:01.637 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:01.637 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:17:01.637 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:17:01.637 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:17:01.637 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:17:01.637 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:17:01.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:01.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:17:02.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:17:02.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:02.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:02.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:02.137 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 06:17:02.138 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:17:02.138 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:17:02.138 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:17:02.139 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:17:02.139 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:17:02.139 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:02.157 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:02.157 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:17:02.157 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:02.157 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:17:02.157 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:17:02.157 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:02.157 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:17:02.157 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:17:02.157 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:17:02.157 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:17:02.157 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:17:02.157 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:17:02.157 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:17:02.157 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:17:02.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:17:02.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 'Delete.*'] is available. finished successfully 06:17:02.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:17:02.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:02.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:02.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:02.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:02.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) 06:17:02.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:17:02.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:02.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:02.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:17:02.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:17:02.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:02.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:02.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:02.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:02.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:02.724 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:17:02.724 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:17:02.724 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:17:02.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:02.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:02.724 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:02.724 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:02.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) 06:17:02.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:17:02.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:02.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:02.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:17:02.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:17:02.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:02.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:02.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:02.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:02.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:02.725 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:17:02.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:02.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:02.725 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:02.725 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:02.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:17:02.728 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:17:03.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:17:03.228 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:17:03.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:03.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:17:03.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:17:03.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:17:03.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:03.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:03.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:03.229 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 06:17:03.229 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 06:17:03.229 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 06:17:03.231 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 06:17:03.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:17:03.231 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:03.250 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:03.250 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:17:03.250 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:03.250 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:17:03.250 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:17:03.250 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:03.250 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:17:03.250 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:17:03.250 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:17:03.250 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:17:03.250 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:03.250 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:17:03.250 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:17:03.250 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:17:03.250 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:03.250 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:17:03.250 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:17:03.250 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:03.250 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:17:03.250 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:17:03.250 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:17:03.250 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:17:03.250 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:17:03.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:03.250 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:17:03.250 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:17:03.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:17:03.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:17:03.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:17:03.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:03.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:03.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:03.751 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-2' via Explorer 06:17:03.751 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 06:17:03.751 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 06:17:03.751 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 06:17:03.753 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 06:17:03.753 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:17:03.753 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:03.770 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:03.770 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:17:03.770 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:03.770 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:17:03.770 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:17:03.770 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:03.770 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:17:03.770 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:17:03.770 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:17:03.770 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:17:03.770 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:17:03.771 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:17:03.771 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:17:03.771 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:17:03.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:17:04.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 'Delete.*'] is available. finished successfully 06:17:04.331 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:17:04.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:04.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:04.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:04.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:04.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: 32) 06:17:04.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:17:04.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:04.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:04.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:17:04.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:17:04.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:04.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:04.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:04.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:04.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:04.334 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:17:04.335 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:17:04.335 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:17:04.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:04.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:04.335 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:04.335 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:04.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:17:04.335 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:17:04.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:04.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:04.335 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:17:04.335 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:17:04.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:04.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:04.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:04.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:04.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:04.336 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:17:04.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:04.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:04.336 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:04.336 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:04.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:17:04.338 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:17:04.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:17:04.838 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:17:04.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:04.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:17:04.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:04.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:04.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:04.838 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 06:17:04.838 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 06:17:04.839 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 06:17:04.842 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 06:17:04.842 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:17:04.842 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:04.859 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:04.859 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:17:04.859 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:04.859 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:17:04.859 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:17:04.859 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:04.859 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:17:04.859 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:17:04.859 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:17:04.859 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:17:04.859 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:04.859 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:17:04.859 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:17:04.859 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:17:04.859 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:04.859 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:17:04.859 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:17:04.859 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:04.859 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:17:04.859 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:17:04.859 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:17:04.859 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:17:04.859 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:17:04.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:04.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:17:05.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:17:05.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:05.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:05.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:05.360 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-3' via Explorer 06:17:05.360 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 06:17:05.360 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 06:17:05.360 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 06:17:05.361 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 06:17:05.361 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:17:05.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:05.378 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:05.378 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:17:05.378 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:05.378 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:17:05.378 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:17:05.378 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:05.378 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:17:05.378 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:17:05.378 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:17:05.378 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:17:05.378 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:17:05.378 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:17:05.378 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:17:05.378 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:17:05.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 'Delete.*'] is available.... 06:17:05.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:17:05.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:17:05.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:05.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:05.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:05.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:05.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:17:05.931 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:17:05.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:05.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:05.931 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:17:05.931 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:17:05.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:05.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:05.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:05.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:05.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:05.932 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:17:05.932 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:17:05.932 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:17:05.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:05.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:05.932 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:05.932 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:05.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 "OK", Widget matcher matching widgets with style: 8) 06:17:05.932 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:17:05.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:05.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:05.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:17:05.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:17:05.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:05.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:05.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:05.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:05.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:05.933 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:17:05.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:05.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:05.933 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:05.933 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:05.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:17:05.935 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:17:06.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:17:06.436 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:17:06.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:06.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:06.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:06.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:06.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:06.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:06.437 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:06.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:06.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:06.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:06.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:06.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:06.439 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:06.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:06.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:06.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:06.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:06.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:06.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:06.447 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:06.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:06.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:06.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:06.453 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:06.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:06.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:06.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:06.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:06.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:06.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:06.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:06.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:06.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:06.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:06.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:06.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:06.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:06.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:06.456 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:06.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 '\*?\QServers\E') 06:17:06.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:06.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:06.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:06.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:06.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:06.465 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:06.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:06.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:06.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:06.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:06.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:06.466 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 06:17:06.466 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 06:17:06.466 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 06:17:06.470 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 06:17:06.471 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:06.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:06.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:06.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:06.471 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server ABC'. Stop server first: false 06:17:06.472 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:06.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:06.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:06.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:06.472 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:17:06.472 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:06.487 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:06.487 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:17:06.487 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:17:06.487 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:06.487 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:17:06.487 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:17:06.487 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:17:06.487 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:17:06.488 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 06:17:06.488 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:17:06.488 INFO [main][MenuItemHandler] Select menu item: Delete Delete 06:17:06.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 06:17:06.507 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 06:17:06.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 06:17:06.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:06.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:06.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") 06:17:06.507 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:17:06.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:06.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:06.507 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 06:17:06.507 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:17:06.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:06.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:06.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:06.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:06.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:06.508 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:17:06.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:06.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:06.508 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:06.508 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:06.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:17:06.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:17:06.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:06.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:06.527 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:06.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:06.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:06.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:06.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:06.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:06.529 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:06.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 '\*?\QServers\E') 06:17:06.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:06.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:06.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:06.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:06.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:06.531 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:06.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:06.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:06.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:06.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:06.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:06.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC... 06:17:06.532 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:06.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:06.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:06.532 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 06:17:06.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:06.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:06.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:06.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:07.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:07.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:07.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:07.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:07.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:17:07.536 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:17:07.536 INFO [WorkbenchTestable][ServersView2] Requested server 'Server ABC' was not found on Servers view 06:17:07.536 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:07.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:07.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:07.537 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 06:17:07.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:07.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:07.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:07.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:08.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:08.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:08.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:08.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:08.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:17:08.538 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:17:08.538 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 06:17:08.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC finished successfully 06:17:08.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:08.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:08.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:08.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:08.539 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 06:17:08.539 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:17:08.539 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:17:08.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:08.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.824 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.218 s addTwo_removeAll no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 3.216 s testRemoveConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 3.594 s getAvailableModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 4.101 s addAll_removeTwo no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 11.319 s getConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 4.109 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 06:17:08.543 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 06:17:08.544 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:17:08.544 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:17:08.544 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 06:17:08.544 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:17:08.544 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:17:08.544 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:17:08.544 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:17:08.544 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:17:08.544 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:17:08.544 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServer_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 06:17:08.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 06:17:08.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:17:08.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:17:08.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:17:08.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:08.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:08.546 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:08.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:08.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:08.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:08.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:08.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:08.548 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:08.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') 06:17:08.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:08.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:08.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:08.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:08.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:08.550 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:08.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:08.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:08.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:08.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:08.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:08.551 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:08.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:08.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:08.552 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 06:17:08.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:08.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:08.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:08.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:09.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:09.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:09.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:09.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:09.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:17:09.555 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:17:09.555 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 06:17:09.555 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:09.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:09.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:09.556 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 06:17:09.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:09.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:09.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:09.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:10.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:10.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:10.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:10.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:10.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:17:10.559 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:17:10.559 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 06:17:10.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:10.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:10.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:10.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:10.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:10.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:10.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:10.561 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:10.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:10.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:10.562 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:10.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:10.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:10.562 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:10.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:10.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:10.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:10.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:10.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:10.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:10.563 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:10.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:10.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:10.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:10.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:10.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:10.564 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:10.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:10.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:10.565 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 06:17:10.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:10.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:10.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:10.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:11.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:11.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:11.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:11.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:11.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:17:11.567 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:17:11.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 06:17:11.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:17:11.567 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:17:11.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:11.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:11.568 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServer_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 06:17:11.568 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:17:11.568 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 06:17:11.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 06:17:11.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:17:11.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:17:11.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:17:11.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:11.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:11.569 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:11.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:11.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:11.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:11.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:11.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:11.571 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:11.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:11.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:11.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:11.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:11.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:11.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:11.572 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:11.572 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:11.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:11.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:11.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:11.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:11.573 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:11.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:11.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:11.573 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 06:17:11.573 INFO [WorkbenchTestable][ServersView2] Create new server 06:17:11.573 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 06:17:11.573 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:11.574 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:11.574 DEBUG [main][MenuItemLookup] Item match:New 06:17:11.574 DEBUG [main][MenuItemLookup] Found menu:'Server' 06:17:11.574 DEBUG [main][MenuItemLookup] Item match:Server 06:17:11.574 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 06:17:11.575 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 06:17:11.575 INFO [main][MenuItemHandler] Select menu item: Server 06:17:11.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 06:17:11.650 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 06:17:11.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:17:11.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:11.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:11.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'] 06:17:11.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:11.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:11.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'] 06:17:11.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:11.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:11.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 Server"] 06:17:11.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:11.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:11.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:17:11.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:11.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:11.651 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:17:11.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:11.653 DEBUG [WorkbenchTestable][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 06:17:11.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:11.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:11.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:11.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:11.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:11.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:17:11.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:17:11.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 06:17:11.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:17:11.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:17:11.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:17:11.656 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:11.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:11.656 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:11.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:11.656 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:11.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:17:11.656 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:11.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:11.656 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:11.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:11.656 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:11.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 06:17:11.656 DEBUG [WorkbenchTestable][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 06:17:11.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:11.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:11.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:11.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:11.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:11.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:17:11.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:17:11.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:17:11.657 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:11.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:11.657 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:11.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:11.657 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:11.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:17:11.657 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:11.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:11.657 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:11.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:11.657 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:11.657 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 06:17:11.657 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 06:17:11.657 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 06:17:11.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 06:17:11.658 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:17:11.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:11.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:11.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:11.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:11.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:11.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:12.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:12.159 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:") 06:17:12.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:12.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:12.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:12.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:12.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:17:12.162 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:17:12.162 INFO [WorkbenchTestable][AbstractText] Text set to: Server AB 06:17:12.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:17:12.163 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:17:12.163 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:17:12.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:17:12.663 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:17:12.663 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 06:17:12.663 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:17:12.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:12.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:12.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:12.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:12.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:12.666 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:17:12.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:12.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:12.666 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:12.666 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:12.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:17:13.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:17:13.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:13.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:13.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:13.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:13.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:13.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:13.171 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:13.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:13.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:13.172 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:13.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:13.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:13.172 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:13.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:13.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:13.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:13.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:13.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:13.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:13.174 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:13.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:13.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:13.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:13.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:13.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:13.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB... 06:17:13.175 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:13.175 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:13.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:13.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:13.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:13.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:13.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:13.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:13.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:13.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:13.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:13.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:13.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:13.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:13.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:13.178 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:13.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:13.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:13.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:13.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:13.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:13.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:13.179 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:13.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:13.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:13.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:13.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:13.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:13.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB finished successfully 06:17:13.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:13.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:13.181 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:13.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:13.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:13.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:13.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:13.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:13.183 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:13.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 '\*?\QServers\E') 06:17:13.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:13.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:13.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:13.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:13.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:13.191 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:13.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:13.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:13.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:13.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:13.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:13.193 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:13.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:13.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:13.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:13.193 INFO [WorkbenchTestable][ServersView2] Create new server 06:17:13.193 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:17:13.193 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:13.209 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:13.209 DEBUG [main][MenuItemLookup] Item match:New 06:17:13.209 DEBUG [main][MenuItemLookup] Found menu:'Server' 06:17:13.209 DEBUG [main][MenuItemLookup] Item match:Server 06:17:13.209 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 06:17:13.209 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 06:17:13.209 INFO [main][MenuItemHandler] Select menu item: Server 06:17:13.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 06:17:13.280 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 06:17:13.280 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:17:13.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:13.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:13.280 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:17:13.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:13.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:13.280 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:17:13.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:13.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:13.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 06:17:13.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:13.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:13.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:17:13.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:13.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:13.281 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:17:13.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:13.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 06:17:13.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:13.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:13.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:13.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:13.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:13.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:17:13.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:17:13.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 06:17:13.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:17:13.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:17:13.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:17:13.284 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:13.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:13.285 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:13.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:13.285 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:13.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:17:13.285 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:13.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:13.285 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:13.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:13.285 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:13.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 06:17:13.285 DEBUG [WorkbenchTestable][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 06:17:13.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:13.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:13.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:13.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:13.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:13.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:17:13.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:17:13.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:17:13.286 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:13.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:13.286 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:13.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:13.286 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:13.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:17:13.286 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:13.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:13.286 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:13.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:13.286 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:13.286 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 06:17:13.286 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 06:17:13.286 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 06:17:13.287 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 06:17:13.287 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:17:13.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:13.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:13.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:13.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:13.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:13.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:13.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:13.788 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:") 06:17:13.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:13.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:13.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:13.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:13.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:17:13.792 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:17:13.792 INFO [WorkbenchTestable][AbstractText] Text set to: Server A 06:17:13.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:17:13.792 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:17:13.793 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:17:14.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:17:14.293 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:17:14.293 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 06:17:14.293 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:17:14.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:14.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:14.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:14.296 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:17:14.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:14.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:14.297 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:14.297 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:14.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:17:14.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:17:14.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:14.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:14.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:14.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:14.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.802 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:14.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:14.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:14.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:14.803 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:14.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:14.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:14.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:14.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:14.805 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:14.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:14.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:14.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:14.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:14.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:14.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A... 06:17:14.806 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:14.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:14.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:14.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:14.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:14.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:14.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:14.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:14.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:14.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:14.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:14.809 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:14.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 '\*?\QServers\E') 06:17:14.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:14.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:14.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:14.810 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:14.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:14.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:14.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:14.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:14.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:14.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A finished successfully 06:17:14.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.813 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:14.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:14.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:14.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:14.815 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:14.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:14.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:14.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:14.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:14.823 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:14.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:14.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:14.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:14.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:14.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:14.825 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:14.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:14.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:14.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:14.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:14.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:14.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:14.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:14.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:14.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:14.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:14.828 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:14.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 '\*?\QServers\E') 06:17:14.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:14.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:14.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:14.829 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:14.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:14.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:14.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:14.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:14.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:14.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:14.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:14.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:14.832 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:14.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 '\*?\QServers\E') 06:17:14.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:14.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:14.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:14.833 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:14.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:14.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:14.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:14.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:14.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:14.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:14.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:14.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:14.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:14.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:14.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.843 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:14.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:14.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:14.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:14.844 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:14.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:14.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:14.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:14.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:14.846 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:14.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:14.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:14.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:14.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:14.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:14.847 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:14.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:14.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:14.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:14.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:14.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:14.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:14.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:14.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:14.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:14.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:14.857 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:14.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:14.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:14.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:14.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:14.858 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:14.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:14.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:14.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:14.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:14.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:14.860 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server A [Stopped] 06:17:14.860 DEBUG [main][TreeItemHandler] Selecting tree item: Server A [Stopped] 06:17:14.860 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server A [Stopped] about selection 06:17:14.864 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server A [Stopped] 06:17:14.865 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:14.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:14.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:14.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:14.865 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server A'. Stop server first: false 06:17:14.866 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:14.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:14.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:14.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:14.873 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:17:14.873 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:14.890 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:14.890 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:17:14.890 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:17:14.890 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:14.890 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:17:14.890 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:17:14.890 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:17:14.890 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:17:14.890 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 06:17:14.890 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:17:14.890 INFO [main][MenuItemHandler] Select menu item: Delete Delete 06:17:14.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 06:17:14.908 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 06:17:14.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 06:17:14.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:14.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:14.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:17:14.909 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:17:14.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:14.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:14.909 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 06:17:14.909 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:17:14.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:14.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:14.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:14.909 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:17:14.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:14.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:14.909 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:14.909 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:14.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:17:14.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:17:14.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.926 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:14.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:14.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:14.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:14.928 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:14.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') 06:17:14.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:14.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:14.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:14.929 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:14.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:14.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:14.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:14.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:14.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:14.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A... 06:17:14.931 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:14.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:14.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:14.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:14.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:14.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:14.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:14.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:14.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:14.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:14.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:14.941 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:14.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 '\*?\QServers\E') 06:17:14.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:14.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:14.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:14.942 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:14.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:14.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:14.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:14.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:14.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:14.944 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 06:17:14.944 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:14.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:14.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:14.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:14.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:14.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:14.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:14.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:14.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:14.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:14.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:14.946 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:14.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:14.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:14.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:14.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:14.947 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:14.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:14.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:14.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:14.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:14.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:14.949 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server AB' 06:17:14.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A finished successfully 06:17:14.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:14.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:17:14.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:14.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:14.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:14.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.956 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:14.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:14.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:14.957 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:14.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:14.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:14.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:14.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:14.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:14.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:14.958 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:14.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:14.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:14.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:14.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:14.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:14.959 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server AB [Stopped] 06:17:14.959 DEBUG [main][TreeItemHandler] Selecting tree item: Server AB [Stopped] 06:17:14.959 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server AB [Stopped] about selection 06:17:14.964 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server AB [Stopped] 06:17:14.964 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:14.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:14.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:14.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:14.965 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server AB'. Stop server first: false 06:17:14.965 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:14.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:14.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:14.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:14.965 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:17:14.965 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:14.983 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:14.983 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:17:14.983 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:17:14.983 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:14.983 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:17:14.983 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:17:14.983 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:17:14.983 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:17:14.983 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 06:17:14.983 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:17:14.983 INFO [main][MenuItemHandler] Select menu item: Delete Delete 06:17:15.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 06:17:15.002 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 06:17:15.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 06:17:15.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:15.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:15.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:17:15.002 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:17:15.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:15.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:15.002 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 06:17:15.002 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:17:15.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:15.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:15.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:15.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:15.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:15.003 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:17:15.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:15.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:15.003 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:15.003 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:15.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:17:15.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:17:15.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:15.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:15.022 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:15.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:15.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:15.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:15.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:15.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:15.024 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:15.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:15.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:15.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:15.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:15.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:15.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:15.025 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:15.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:15.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:15.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:15.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:15.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:15.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB... 06:17:15.026 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:15.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:15.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:15.027 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 06:17:15.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:15.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:15.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:15.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:15.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:15.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:16.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:16.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:16.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:17:16.029 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:17:16.029 INFO [WorkbenchTestable][ServersView2] Requested server 'Server AB' was not found on Servers view 06:17:16.029 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:16.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:16.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:16.030 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 06:17:16.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:16.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:16.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:16.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:16.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:16.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:17.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:17.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:17.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:17:17.033 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:17:17.033 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 06:17:17.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB finished successfully 06:17:17.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:17.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:17.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:17.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:17.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 06:17:17.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:17:17.033 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:17:17.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:17.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:17.033 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 06:17:17.033 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:17:17.033 INFO [WorkbenchTestable][RequirementsRunner] Started test: newServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 06:17:17.033 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 06:17:17.033 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:17:17.033 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:17:17.033 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:17:17.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:17.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:17.035 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:17.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:17.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:17.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:17.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:17.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:17.036 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:17.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:17.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:17.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:17.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:17.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:17.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:17.038 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:17.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:17.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:17.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:17.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:17.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:17.039 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:17.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:17.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:17.039 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 06:17:17.039 INFO [WorkbenchTestable][ServersView2] Create new server 06:17:17.039 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 06:17:17.039 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:17.040 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:17.040 DEBUG [main][MenuItemLookup] Item match:New 06:17:17.041 DEBUG [main][MenuItemLookup] Found menu:'Server' 06:17:17.041 DEBUG [main][MenuItemLookup] Item match:Server 06:17:17.041 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 06:17:17.041 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 06:17:17.041 INFO [main][MenuItemHandler] Select menu item: Server 06:17:17.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 06:17:17.118 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 06:17:17.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:17:17.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:17.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:17.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:17:17.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:17.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:17.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'] 06:17:17.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:17.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:17.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 Server"] 06:17:17.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:17.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:17.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:17:17.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:17.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:17.119 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:17:17.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:17.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:17.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:17.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:17:17.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:17.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:17.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:17.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:17.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:17:17.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:17.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:17.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:17:17.120 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:17:17.120 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:17:17.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:17:17.620 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:17:17.620 INFO [WorkbenchTestable][NewServerWizard] Cancel wizard 06:17:17.620 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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) 06:17:17.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:17.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:17.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:17.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:17.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:17.621 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:17:17.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:17.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:17.621 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:17.621 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:17.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:17:17.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:17:17.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:17.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:17.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:17.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:17.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:17.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:17.655 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:17.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:17.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:17.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:17.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:17.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:17.657 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:17.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') 06:17:17.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:17.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:17.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:17.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:17.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:17.658 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:17.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:17.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:17.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:17.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:17.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:17.659 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:17.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:17.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:17.660 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 06:17:17.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:17.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:17.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:17.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:18.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:18.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:18.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:18.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:18.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:17:18.663 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:17:18.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 06:17:18.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:17:18.663 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:17:18.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:18.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:18.663 INFO [WorkbenchTestable][RequirementsRunner] Finished test: newServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 06:17:18.663 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:17:18.663 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServer_notFound no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 06:17:18.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 06:17:18.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:17:18.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:17:18.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:17:18.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:18.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:18.664 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:18.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:18.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:18.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:18.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:18.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:18.666 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:18.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:18.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:18.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:18.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:18.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:18.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:18.674 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:18.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:18.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:18.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:18.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:18.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:18.675 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:18.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:18.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:18.675 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 06:17:18.675 INFO [WorkbenchTestable][ServersView2] Create new server 06:17:18.675 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 06:17:18.675 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:18.676 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:18.676 DEBUG [main][MenuItemLookup] Item match:New 06:17:18.677 DEBUG [main][MenuItemLookup] Found menu:'Server' 06:17:18.677 DEBUG [main][MenuItemLookup] Item match:Server 06:17:18.677 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 06:17:18.677 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 06:17:18.677 INFO [main][MenuItemHandler] Select menu item: Server 06:17:18.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 06:17:18.752 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 06:17:18.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:17:18.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:18.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:18.752 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:17:18.752 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:18.752 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:18.753 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:17:18.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:18.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:18.753 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 06:17:18.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:18.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:18.753 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:17:18.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:18.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:18.753 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:17:18.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:18.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 06:17:18.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:18.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:18.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:18.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:18.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:18.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:17:18.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:17:18.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 06:17:18.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:17:18.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:17:18.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:17:18.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:18.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:18.757 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:18.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:18.757 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:18.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:17:18.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:18.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:18.757 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:18.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:18.757 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:18.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 06:17:18.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 06:17:18.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:18.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:18.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:18.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:18.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:18.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:17:18.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:17:18.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:17:18.758 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:18.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:18.758 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:18.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:18.758 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:18.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:17:18.758 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:18.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:18.758 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:18.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:18.759 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:18.759 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 06:17:18.759 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 06:17:18.759 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 06:17:18.760 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 06:17:18.760 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:17:18.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:18.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:18.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:18.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:18.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:18.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:19.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:19.261 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:") 06:17:19.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:19.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:19.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:19.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:19.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:17:19.264 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:17:19.264 INFO [WorkbenchTestable][AbstractText] Text set to: Server AB 06:17:19.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:17:19.264 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:17:19.264 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:17:19.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:17:19.765 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:17:19.765 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 06:17:19.765 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:17:19.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:19.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:19.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:19.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:19.768 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:17:19.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:19.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:19.768 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:19.768 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:19.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:17:20.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:17:20.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:20.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:20.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:20.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:20.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.275 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:20.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:20.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:20.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:20.276 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:20.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') 06:17:20.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:20.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:20.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:20.277 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:20.278 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:20.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:20.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:20.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:20.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:20.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB... 06:17:20.279 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:20.279 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:20.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:20.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:20.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:20.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:20.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:20.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:20.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:20.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:20.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:20.281 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:20.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') 06:17:20.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:20.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:20.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:20.283 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:20.283 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:20.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:20.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:20.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:20.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:20.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB finished successfully 06:17:20.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.292 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:20.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.293 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:20.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:20.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:20.294 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:20.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') 06:17:20.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:20.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:20.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:20.295 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:20.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:20.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:20.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:20.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:20.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:20.296 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:20.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:20.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:20.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:20.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:20.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:20.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:20.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:20.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:20.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:20.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:20.298 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:20.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:20.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:20.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:20.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:20.299 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:20.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:20.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:20.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:20.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:20.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:20.308 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 06:17:20.308 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:20.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:20.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:20.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:20.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:20.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:20.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:20.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:20.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:20.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:20.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:20.310 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:20.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:20.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:20.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:20.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:20.312 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:20.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:20.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:20.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:20.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:20.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:20.313 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server AB' 06:17:20.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:20.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:20.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:20.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:20.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:20.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.315 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:20.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:20.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:20.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:20.316 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:20.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 '\*?\QServers\E') 06:17:20.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:20.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:20.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:20.318 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:20.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:20.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:20.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:20.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:20.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:20.319 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:20.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:20.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:20.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:20.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:20.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:20.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:20.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:20.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:20.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:20.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:20.321 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:20.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:20.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:20.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:20.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:20.322 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:20.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:20.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:20.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:20.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:20.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:20.323 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server AB [Stopped] 06:17:20.324 DEBUG [main][TreeItemHandler] Selecting tree item: Server AB [Stopped] 06:17:20.324 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server AB [Stopped] about selection 06:17:20.334 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server AB [Stopped] 06:17:20.334 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:20.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:20.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:20.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:20.335 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server AB'. Stop server first: false 06:17:20.335 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:20.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:20.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:20.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:20.336 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:17:20.336 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:20.345 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:20.345 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:17:20.345 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:17:20.345 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:20.345 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:17:20.345 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:17:20.345 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:17:20.345 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:17:20.345 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 06:17:20.345 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:17:20.345 INFO [main][MenuItemHandler] Select menu item: Delete Delete 06:17:20.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 06:17:20.364 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 06:17:20.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 06:17:20.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:20.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:20.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 "OK") 06:17:20.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:17:20.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:20.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:20.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 06:17:20.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:17:20.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:20.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:20.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:20.365 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:17:20.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:20.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:20.365 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:20.365 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:20.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:17:20.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:17:20.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.385 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:20.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:20.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:20.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:20.386 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:20.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') 06:17:20.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:20.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:20.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:20.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:20.387 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:20.387 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:20.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:20.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:20.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:20.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:20.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB... 06:17:20.388 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:20.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:20.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:20.389 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 06:17:20.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 06:17:20.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:20.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:20.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:20.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:21.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:21.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:21.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:17:21.392 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:17:21.392 INFO [WorkbenchTestable][ServersView2] Requested server 'Server AB' was not found on Servers view 06:17:21.392 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:21.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:21.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:21.392 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 06:17:21.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:21.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:21.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:21.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:21.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:21.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:22.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:22.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:22.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:17:22.396 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:17:22.396 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 06:17:22.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB finished successfully 06:17:22.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:22.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:22.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:22.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:22.396 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 06:17:22.396 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:17:22.396 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:17:22.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:22.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:22.396 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServer_notFound no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 06:17:22.396 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:17:22.396 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 06:17:22.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 06:17:22.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:17:22.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:17:22.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:17:22.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:22.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:22.398 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:22.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:22.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:22.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:22.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:22.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:22.399 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:22.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 '\*?\QServers\E') 06:17:22.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:22.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:22.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:22.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:22.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:22.401 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:22.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:22.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:22.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:22.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:22.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:22.402 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:22.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:22.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:22.402 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 06:17:22.402 INFO [WorkbenchTestable][ServersView2] Create new server 06:17:22.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 06:17:22.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:22.403 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:22.403 DEBUG [main][MenuItemLookup] Item match:New 06:17:22.403 DEBUG [main][MenuItemLookup] Found menu:'Server' 06:17:22.403 DEBUG [main][MenuItemLookup] Item match:Server 06:17:22.403 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 06:17:22.403 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 06:17:22.403 INFO [main][MenuItemHandler] Select menu item: Server 06:17:22.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 06:17:22.479 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 06:17:22.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:17:22.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:22.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:22.480 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:17:22.480 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:22.480 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:22.480 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:17:22.480 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:22.480 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:22.480 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 06:17:22.480 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:22.480 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:22.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:17:22.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:22.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:22.480 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:17:22.480 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:22.482 DEBUG [WorkbenchTestable][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 06:17:22.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:22.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:22.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:22.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:22.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:22.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:17:22.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:17:22.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 06:17:22.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:17:22.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:17:22.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:17:22.484 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:22.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:22.484 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:22.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:22.484 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:22.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:17:22.484 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:22.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:22.484 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:22.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:22.484 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:22.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 06:17:22.484 DEBUG [WorkbenchTestable][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 06:17:22.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:22.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:22.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:22.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:22.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:22.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:17:22.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:17:22.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:17:22.485 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:22.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:22.485 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:22.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:22.485 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:22.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:17:22.485 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:22.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:22.485 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:22.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:22.485 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:22.485 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 06:17:22.485 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 06:17:22.485 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 06:17:22.486 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 06:17:22.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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) 06:17:22.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:22.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:22.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:22.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:22.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:22.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:22.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:22.987 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:") 06:17:22.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:22.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:22.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:22.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:22.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:17:22.990 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:17:22.990 INFO [WorkbenchTestable][AbstractText] Text set to: Server AB 06:17:22.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:17:22.991 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:17:22.991 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:17:23.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:17:23.491 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:17:23.491 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 06:17:23.492 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:17:23.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:23.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:23.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:23.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:23.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:23.495 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:17:23.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:23.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:23.495 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:23.495 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:23.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:17:23.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:17:23.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:23.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:23.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:23.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:23.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:24.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:24.001 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:24.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:24.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:24.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:24.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:24.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:24.002 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:24.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:24.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:24.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:24.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:24.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:24.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:24.004 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:24.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:24.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:24.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:24.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:24.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:24.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB... 06:17:24.005 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:24.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:24.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:24.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:24.006 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:24.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:24.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:24.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:24.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:24.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:24.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:24.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:24.007 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:24.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:24.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:24.008 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:24.008 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:24.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:24.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:24.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:24.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:24.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:24.009 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:24.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:24.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:24.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:24.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:24.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:24.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB finished successfully 06:17:24.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:24.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:24.018 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:24.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:24.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:24.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:24.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:24.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:24.020 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:24.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:24.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:24.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:24.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:24.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:24.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:24.021 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:24.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:24.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:24.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:24.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:24.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:24.023 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:24.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:24.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:24.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:24.023 INFO [WorkbenchTestable][ServersView2] Create new server 06:17:24.023 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:17:24.023 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:24.038 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:24.038 DEBUG [main][MenuItemLookup] Item match:New 06:17:24.039 DEBUG [main][MenuItemLookup] Found menu:'Server' 06:17:24.039 DEBUG [main][MenuItemLookup] Item match:Server 06:17:24.039 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 06:17:24.039 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 06:17:24.039 INFO [main][MenuItemHandler] Select menu item: Server 06:17:24.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 06:17:24.111 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 06:17:24.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:17:24.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:24.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:24.112 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:17:24.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:24.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:24.112 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:17:24.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:24.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:24.112 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 06:17:24.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:24.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:24.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:17:24.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:24.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:24.112 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:17:24.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:24.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 06:17:24.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:24.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:24.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:24.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:24.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:24.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:17:24.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:17:24.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 06:17:24.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:17:24.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:17:24.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:17:24.116 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:24.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:24.116 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:24.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:24.116 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:24.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:17:24.116 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:24.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:24.116 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:24.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:24.116 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:24.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 06:17:24.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 06:17:24.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:24.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:24.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:24.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:24.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:24.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:17:24.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:17:24.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:17:24.117 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:24.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:24.117 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:24.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:24.117 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:24.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:17:24.117 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:24.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:24.118 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:24.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:24.118 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:24.118 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 06:17:24.118 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 06:17:24.118 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 06:17:24.119 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 06:17:24.119 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:17:24.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:24.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:24.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:24.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:24.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:24.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:24.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:24.620 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:") 06:17:24.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:24.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:24.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:24.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:24.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:17:24.624 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:17:24.624 INFO [WorkbenchTestable][AbstractText] Text set to: Server A 06:17:24.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:17:24.624 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:17:24.624 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:17:25.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:17:25.125 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:17:25.125 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 06:17:25.125 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:17:25.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:25.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:25.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:25.128 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:17:25.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:25.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:25.128 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:25.128 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:25.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:17:25.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:17:25.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:25.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:25.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:25.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:25.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.633 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:25.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:25.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:25.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:25.635 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:25.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') 06:17:25.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:25.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:25.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:25.636 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:25.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:25.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:25.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:25.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:25.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:25.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A... 06:17:25.637 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:25.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:25.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:25.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:25.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:25.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:25.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:25.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:25.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:25.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:25.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:25.640 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:25.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 '\*?\QServers\E') 06:17:25.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:25.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:25.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:25.641 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:25.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:25.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:25.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:25.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:25.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:25.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A finished successfully 06:17:25.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.644 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:25.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.645 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:25.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:25.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:25.645 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:25.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:25.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:25.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:25.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:25.654 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:25.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:25.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:25.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:25.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:25.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:25.655 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:25.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:25.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:25.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:25.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:25.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:25.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:25.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:25.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:25.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:25.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:25.658 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:25.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 '\*?\QServers\E') 06:17:25.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:25.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:25.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:25.659 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:25.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:25.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:25.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:25.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:25.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:25.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:25.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:25.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:25.661 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:25.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:25.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:25.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:25.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:25.670 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:25.670 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:25.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:25.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:25.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:25.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:25.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:25.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:25.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:25.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:25.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:25.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.674 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:25.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:25.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:25.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:25.675 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:25.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 '\*?\QServers\E') 06:17:25.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:25.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:25.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:25.676 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:25.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:25.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:25.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:25.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:25.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:25.677 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:25.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:25.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:25.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:25.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:25.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:25.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:25.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:25.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:25.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:25.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:25.687 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:25.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:25.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:25.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:25.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:25.688 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:25.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:25.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:25.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:25.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:25.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:25.690 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server A [Stopped] 06:17:25.690 DEBUG [main][TreeItemHandler] Selecting tree item: Server A [Stopped] 06:17:25.690 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server A [Stopped] about selection 06:17:25.695 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server A [Stopped] 06:17:25.695 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:25.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:25.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:25.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:25.703 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server A'. Stop server first: false 06:17:25.703 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:25.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:25.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:25.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:25.704 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:17:25.704 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:25.715 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:25.715 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:17:25.715 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:17:25.715 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:25.715 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:17:25.715 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:17:25.715 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:17:25.715 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:17:25.715 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 06:17:25.715 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:17:25.715 INFO [main][MenuItemHandler] Select menu item: Delete Delete 06:17:25.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 06:17:25.735 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 06:17:25.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 06:17:25.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:25.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:25.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 "OK") 06:17:25.735 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:17:25.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:25.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:25.735 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 06:17:25.735 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:17:25.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:25.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:25.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:25.736 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:17:25.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:25.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:25.736 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:25.736 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:25.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:17:25.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:17:25.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.756 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:25.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:25.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:25.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:25.758 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:25.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:25.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:25.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:25.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:25.759 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:25.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:25.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:25.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:25.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:25.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:25.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A... 06:17:25.761 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:25.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:25.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:25.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:25.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:25.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:25.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:25.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:25.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:25.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:25.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:25.763 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:25.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:25.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:25.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:25.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:25.765 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:25.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:25.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:25.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:25.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:25.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:25.766 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 06:17:25.766 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:25.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:25.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:25.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:25.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:25.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:25.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:25.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:25.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:25.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:25.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:25.768 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:25.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:25.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:25.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:25.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:25.769 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:25.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:25.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:25.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:25.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:25.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:25.771 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server AB' 06:17:25.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A finished successfully 06:17:25.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:25.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:17:25.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:25.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:25.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:25.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.779 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:25.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:25.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:25.779 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:25.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 '\*?\QServers\E') 06:17:25.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:25.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:25.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:25.780 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:25.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:25.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:25.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:25.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:25.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:25.782 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server AB [Stopped] 06:17:25.782 DEBUG [main][TreeItemHandler] Selecting tree item: Server AB [Stopped] 06:17:25.782 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server AB [Stopped] about selection 06:17:25.786 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server AB [Stopped] 06:17:25.787 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:25.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:25.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:25.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:25.794 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server AB'. Stop server first: false 06:17:25.794 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:25.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:25.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:25.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:25.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:17:25.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:25.805 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:25.805 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:17:25.805 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:17:25.805 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:25.805 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:17:25.805 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:17:25.805 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:17:25.805 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:17:25.805 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 06:17:25.805 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:17:25.805 INFO [main][MenuItemHandler] Select menu item: Delete Delete 06:17:25.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 06:17:25.823 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 06:17:25.823 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 06:17:25.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:25.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:25.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:17:25.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:17:25.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:25.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:25.823 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 06:17:25.823 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:17:25.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:25.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:25.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:25.824 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:17:25.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:25.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:25.824 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:25.824 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:25.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:17:25.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:17:25.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.843 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:25.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:25.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:25.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:25.845 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:25.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:25.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:25.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:25.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:25.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:25.847 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:25.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:25.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:25.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:25.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:25.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:25.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB... 06:17:25.848 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:25.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:25.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:25.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 06:17:25.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:25.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:25.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:25.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:26.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:26.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:26.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:26.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:26.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:17:26.851 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:17:26.851 INFO [WorkbenchTestable][ServersView2] Requested server 'Server AB' was not found on Servers view 06:17:26.851 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:26.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:26.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:26.852 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 06:17:26.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:26.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:26.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:26.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:27.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:27.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:27.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:27.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:27.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:17:27.856 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:17:27.856 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 06:17:27.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB finished successfully 06:17:27.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:27.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:27.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:27.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:27.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 06:17:27.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:17:27.856 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:17:27.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:27.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:27.856 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 06:17:27.857 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:17:27.857 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServers_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 06:17:27.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 06:17:27.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:17:27.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:17:27.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:17:27.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:27.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:27.858 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:27.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:27.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:27.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:27.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:27.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:27.860 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:27.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:27.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:27.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:27.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:27.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:27.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:27.861 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:27.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:27.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:27.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:27.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:27.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:27.862 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:27.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:27.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:27.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 06:17:27.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:27.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:27.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:27.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:28.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:28.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:28.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:28.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:28.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:17:28.865 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:17:28.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:28.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:28.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:28.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:28.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:28.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:28.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:28.873 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:28.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:28.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:28.875 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:28.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:28.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:28.875 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:28.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 '\*?\QServers\E') 06:17:28.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:28.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:28.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:28.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:28.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:28.876 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:28.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:28.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:28.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:28.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:28.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:28.878 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:28.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:28.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:28.878 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 06:17:28.878 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:28.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:28.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:28.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:29.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:29.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:29.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:29.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:29.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:17:29.881 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:17:29.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 06:17:29.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:17:29.881 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:17:29.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:29.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:29.882 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServers_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 06:17:29.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:29.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:29.883 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:29.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:29.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:29.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:29.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:29.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:29.885 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:29.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:29.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:29.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:29.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:29.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:29.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:29.886 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:29.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:29.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:29.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:29.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:29.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:29.887 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:29.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:29.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:29.888 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 06:17:29.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:29.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:29.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:29.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:30.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:30.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:30.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:30.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:17:30.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:17:30.891 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:17:30.891 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 06:17:30.891 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:17:30.891 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:17:30.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:30.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.348 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.024 s getServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 5.465 s newServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 1.63 s getServer_notFound no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 3.733 s getServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 5.46 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 06:17:30.895 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 06:17:30.896 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:17:30.896 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:17:30.896 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 06:17:30.896 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:17:30.896 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:17:30.896 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:17:30.896 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:17:30.896 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:17:30.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: "Import"] 06:17:30.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:30.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: "Import"] 06:17:30.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:30.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: "Import"] 06:17:30.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:30.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: "Import"] 06:17:30.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:30.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: "Import"] 06:17:30.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:30.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: "Import"] 06:17:30.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:30.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: "Import"] 06:17:30.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:30.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: "Import"] 06:17:30.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:30.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: "Import"] 06:17:30.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:30.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:30.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:30.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:30.904 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:30.904 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:17:30.904 DEBUG [main][MenuItemLookup] Found menu:'File' 06:17:30.904 DEBUG [main][MenuItemLookup] Item match:File 06:17:30.905 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:17:30.905 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:17:30.905 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:17:30.905 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:17:30.905 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:30.905 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:17:30.905 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:17:30.905 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:30.905 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:17:30.905 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:17:30.905 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:17:30.905 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:17:30.905 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:30.905 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:17:30.905 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:17:30.905 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:17:30.905 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:17:30.905 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:30.905 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:17:30.905 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:30.905 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:17:30.905 DEBUG [main][MenuItemLookup] Item match:Import... 06:17:30.905 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:17:30.905 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:17:30.905 INFO [main][MenuItemHandler] Select menu item: &Import... 06:17:30.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:17:30.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:17:30.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:17:30.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:30.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:30.952 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:17:30.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:30.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:17:30.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:30.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:30.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:30.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:30.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:30.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:17:30.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:17:30.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:17:30.953 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:17:30.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:30.953 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:17:30.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:30.953 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:17:30.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:17:30.953 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:17:30.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:30.954 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:17:30.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:30.954 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:17:30.954 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 06:17:30.954 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 06:17:30.954 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 06:17:30.954 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 06:17:30.954 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:17:30.954 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:17:30.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.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) 06:17:30.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:30.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:30.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:30.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:30.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:30.955 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:17:30.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:30.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:30.955 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:30.955 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:30.981 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:17:30.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:30.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:30.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:17:30.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:30.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:30.994 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:17:30.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:30.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:17:30.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:17:30.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:17:30.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:30.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:30.994 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:17:30.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:30.994 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' 06:17:30.994 DEBUG [WorkbenchTestable][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:") 06:17:30.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:30.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:30.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:30.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:30.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:30.995 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 06:17:30.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:30.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:30.995 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:30.995 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:30.996 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 06:17:30.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:30.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:17:30.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:17:30.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:30.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:17:30.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/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 06:17:30.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") 06:17:30.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:30.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:31.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:31.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:31.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:31.018 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 06:17:31.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:31.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:31.018 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:31.018 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:31.025 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 06:17:31.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:31.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:31.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:31.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:31.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:31.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 06:17:31.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 06:17:31.026 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 06:17:31.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.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") 06:17:31.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:31.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:31.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:31.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:31.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:31.026 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 06:17:31.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:31.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:31.026 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:31.026 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:31.027 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:17:31.027 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 06:17:31.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.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) 06:17:31.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:31.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:31.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:31.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:31.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:31.028 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:17:31.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:31.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:31.028 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:31.028 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:31.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:17:31.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:17:31.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:31.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'JavaScript indexing in progress' is a system job, skipped 06:17:31.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:17:31.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:17:31.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:31.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:31.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:31.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:31.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:31.557 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:31.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:31.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:31.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:31.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:31.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:31.559 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:31.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') 06:17:31.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:31.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:31.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:31.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:31.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:31.560 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:31.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:31.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:31.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:31.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:31.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:31.561 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:31.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:31.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:31.561 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 06:17:31.561 INFO [WorkbenchTestable][ServersView2] Create new server 06:17:31.561 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 06:17:31.562 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:31.562 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:31.562 DEBUG [main][MenuItemLookup] Item match:New 06:17:31.562 DEBUG [main][MenuItemLookup] Found menu:'Server' 06:17:31.562 DEBUG [main][MenuItemLookup] Item match:Server 06:17:31.562 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 06:17:31.562 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 06:17:31.562 INFO [main][MenuItemHandler] Select menu item: Server 06:17:31.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 06:17:31.638 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 06:17:31.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:17:31.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:31.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:31.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'] 06:17:31.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:31.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:31.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'] 06:17:31.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:31.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:31.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 Server"] 06:17:31.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:31.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:31.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:17:31.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:31.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:31.639 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:17:31.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:31.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 06:17:31.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:31.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:31.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:31.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:31.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:31.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:17:31.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:17:31.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 06:17:31.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:17:31.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:17:31.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:17:31.642 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:31.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:31.642 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:31.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:31.642 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:31.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:17:31.642 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:31.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:31.642 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:31.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:31.642 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:31.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 06:17:31.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 06:17:31.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:31.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:31.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:31.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:31.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:31.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:17:31.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:17:31.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:17:31.643 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:31.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:31.643 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:31.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:31.643 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:31.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:17:31.643 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:17:31.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:31.643 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:17:31.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:31.643 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:17:31.644 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 06:17:31.644 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 06:17:31.644 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 06:17:31.645 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 06:17:31.645 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:17:31.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:31.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:31.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:31.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:31.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:31.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:32.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:32.146 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:") 06:17:32.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:32.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:32.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:32.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:32.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:17:32.149 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:17:32.149 INFO [WorkbenchTestable][AbstractText] Text set to: Server ABC 06:17:32.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:17:32.149 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:17:32.149 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:17:32.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:17:32.650 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:17:32.650 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 06:17:32.650 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:17:32.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:32.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:32.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:32.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:32.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:32.653 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:17:32.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:32.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:32.653 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:32.653 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:32.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:17:33.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:17:33.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:33.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:17:33.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:33.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:33.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:33.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:33.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:33.158 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:33.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:33.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:33.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:33.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:33.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:33.159 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:33.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 '\*?\QServers\E') 06:17:33.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:33.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:33.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:33.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:33.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:33.161 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:33.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:33.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:33.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:33.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:33.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:33.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC... 06:17:33.162 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:33.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:33.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:33.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:33.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 06:17:33.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:33.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:33.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:33.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:33.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:33.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:33.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:33.164 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:33.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:33.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:33.164 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:33.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 '\*?\QServers\E') 06:17:33.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:33.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:33.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:33.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:33.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:33.165 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:33.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:33.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:33.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:33.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:33.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:33.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC finished successfully 06:17:33.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:33.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:33.168 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:17:33.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:33.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:33.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:33.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:33.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:33.169 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:33.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:33.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:33.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:33.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:33.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:33.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:33.177 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:33.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:33.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:33.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:33.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:33.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:33.179 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:33.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:33.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:33.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:33.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:17:33.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:33.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:33.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:33.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:33.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:33.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:33.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:33.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:33.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:33.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:33.181 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:33.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:17:33.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:33.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:33.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:33.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:33.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:33.182 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:33.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:33.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:33.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:33.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:33.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:33.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:33.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:33.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:33.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:33.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:33.185 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:17:33.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') 06:17:33.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:33.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:33.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:33.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:33.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:17:33.187 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:33.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:33.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:33.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:33.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:33.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:33.195 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 06:17:33.195 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 06:17:33.195 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 06:17:33.200 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 06:17:33.200 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:33.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:33.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:33.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:33.201 INFO [WorkbenchTestable][AbstractServer] Start server Server ABC 06:17:33.201 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:33.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:33.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:33.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:33.202 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:33.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:33.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:33.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:33.202 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server ABC 06:17:33.202 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:33.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:33.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:33.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:33.203 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 06:17:33.203 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 06:17:33.203 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 06:17:33.213 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 06:17:33.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:33.213 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:17:33.213 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:33.224 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:33.224 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:17:33.224 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:17:33.224 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:33.224 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:17:33.224 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:17:33.224 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:17:33.224 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:17:33.224 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:33.224 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:17:33.224 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 06:17:33.224 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 06:17:33.224 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 06:17:33.224 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 06:17:33.224 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 06:17:33.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 06:17:33.226 DEBUG [Worker-5: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 06:17:34.231 DEBUG [Worker-5: Starting Server ABC][AbstractWait] Wait for 1 seconds 06:17:35.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 06:17:35.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 06:17:35.726 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:35.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:35.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:35.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:35.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 06:17:35.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:35.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:35.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:35.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:35.728 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:35.728 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:35.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:35.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:35.728 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 06:17:35.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:35.728 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:17:35.728 INFO [WorkbenchTestable][RequirementsRunner] Started test: startServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 06:17:35.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 06:17:35.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:17:35.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:17:35.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:17:35.728 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:35.728 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:35.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:35.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:35.729 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 06:17:35.729 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 06:17:35.729 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 06:17:35.732 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 06:17:35.733 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 06:17:35.733 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:17:35.733 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:35.744 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:35.744 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:17:35.744 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:17:35.744 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:35.744 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:17:35.744 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:17:35.744 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:17:35.744 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:17:35.744 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:35.744 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 06:17:35.744 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 06:17:35.744 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 06:17:35.744 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:17:35.744 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 06:17:35.744 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:17:35.744 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:35.744 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 06:17:35.744 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 06:17:35.744 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 06:17:35.744 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 06:17:35.744 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 06:17:35.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:17:35.788 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:35.789 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:35.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:17:35.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 06:17:35.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:35.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:35.790 DEBUG [WorkbenchTestable][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 06:17:35.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:35.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:35.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:35.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:35.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:35.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:17:35.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:17:35.791 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:17:35.791 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:17:35.791 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:17:35.791 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:17: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.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 >") 06:17:35.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:35.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:35.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:35.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:35.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:35.792 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 06:17:35.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:35.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:35.792 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:35.792 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:35.793 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 06:17:35.793 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:17:35.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:35.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:35.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:35.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:35.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:35.794 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:17:35.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:35.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:35.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:35.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:35.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:17:35.802 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:17:36.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:17:36.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:36.302 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:36.302 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:36.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:36.303 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:36.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:36.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:36.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:36.303 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 06:17:36.303 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:17:36.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:36.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:36.804 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:17:36.805 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:17:36.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:36.805 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:17:36.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:36.805 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:17:36.805 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:36.806 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:36.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:36.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:36.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:36.806 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:17:36.806 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:17:36.807 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:17:36.811 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:17:36.811 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project' 06:17:36.811 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:36.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:36.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:36.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:36.812 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:17:36.812 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:17:36.812 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:17:36.818 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:17:36.818 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:17:36.818 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:36.828 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:36.828 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:36.828 DEBUG [main][MenuItemLookup] Found menu:'Start' 06:17:36.828 DEBUG [main][MenuItemLookup] Item match:Start 06:17:36.828 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 06:17:36.828 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 06:17:36.828 INFO [main][MenuItemHandler] Select menu item: &Start 06:17:36.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:36.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:17:36.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 06:17:36.830 DEBUG [Worker-2: Starting server-project][AbstractWait] Wait for 1 seconds 06:17:37.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 06:17:37.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 06:17:38.330 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:38.330 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:38.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:38.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 06:17:38.331 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:38.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:38.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:38.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:38.332 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 06:17:38.332 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 06:17:38.332 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 06:17:38.335 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 06:17:38.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 06:17:38.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:38.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:17:38.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:38.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:38.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:38.336 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:38.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:38.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:38.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:38.336 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 06:17:38.336 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 06:17:38.336 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 06:17:38.340 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 06:17:38.340 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:38.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:38.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:38.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:38.341 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 06:17:38.341 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:17:38.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:38.341 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:17:38.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:38.341 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:17:38.341 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:17:38.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:38.341 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:17:38.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:38.341 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:17:38.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:38.341 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:38.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:38.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:38.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:38.342 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 06:17:38.342 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 06:17:38.342 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 06:17:38.345 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 06:17:38.345 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:38.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:38.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:38.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:38.348 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 06:17:38.348 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 06:17:38.348 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 06:17:38.351 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 06:17:38.351 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 06:17:38.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:38.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:38.351 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:17:38.351 DEBUG [main][MenuItemLookup] Found menu:'File' 06:17:38.352 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:17:38.352 DEBUG [main][MenuItemLookup] Item match:Edit 06:17:38.352 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:17:38.352 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:17:38.352 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:38.352 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:17:38.352 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:17:38.352 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:17:38.352 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:38.352 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:17:38.352 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:17:38.352 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:17:38.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 06:17:38.352 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:17:38.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 06:17:38.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:38.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:38.352 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:17:38.352 DEBUG [main][MenuItemLookup] Found menu:'File' 06:17:38.353 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:17:38.353 DEBUG [main][MenuItemLookup] Item match:Edit 06:17:38.353 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:17:38.353 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:17:38.353 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:38.353 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:17:38.353 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:17:38.353 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:17:38.353 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:38.353 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:17:38.353 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:17:38.353 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:17:38.353 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:17:38.353 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:17:38.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:17:38.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:17:38.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 06:17:38.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:38.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:38.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 "OK") 06:17:38.374 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:17:38.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:38.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:38.374 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 06:17:38.374 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:17:38.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:38.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:38.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:38.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:38.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:38.375 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:17:38.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:38.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:38.375 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:38.375 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:38.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:17:38.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:17:38.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:38.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:17:38.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:17:38.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:38.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:38.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:38.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 06:17:38.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 06:17:38.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 06:17:48.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 'Publishing to .*'] is available. failed, NO exception will be thrown 06:17:48.433 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.... 06:17:48.433 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 06:17:48.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:48.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:48.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:17:48.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:48.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:48.434 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 06:17:48.434 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:17:48.434 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:17:48.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:48.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:48.434 INFO [WorkbenchTestable][RequirementsRunner] Finished test: startServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 06:17:48.434 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:17:48.435 INFO [WorkbenchTestable][RequirementsRunner] Started test: restartServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 06:17:48.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 06:17:48.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:17:48.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:17:48.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:17:48.435 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:48.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:48.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:48.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:17:48.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:17:48.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:17:48.437 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 06:17:48.437 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 06:17:48.437 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 06:17:48.448 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 06:17:48.448 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 06:17:48.448 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:17:48.448 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:48.460 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:48.460 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:17:48.460 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:17:48.460 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:48.460 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:17:48.460 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:17:48.460 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:17:48.460 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:17:48.460 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:48.460 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 06:17:48.460 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 06:17:48.460 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 06:17:48.460 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:17:48.460 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 06:17:48.460 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:17:48.460 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:48.460 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 06:17:48.460 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 06:17:48.460 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 06:17:48.460 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 06:17:48.460 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 06:17:48.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: "Add and Remove..."] is available.... 06:17:48.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:48.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:48.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: "Add and Remove..."] is available. finished successfully 06:17:48.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 06:17:48.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:48.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:48.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 06:17:48.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:48.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:48.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:48.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:48.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:17:48.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:17:48.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:17:48.507 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:17:48.507 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:17:48.507 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:17:48.507 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:17:48.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add >") 06:17:48.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:48.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:48.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:48.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:48.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:48.508 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 06:17:48.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:48.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:48.508 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:48.508 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:48.509 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 06:17:48.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 06:17:48.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:48.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:48.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:48.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:48.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:48.511 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:17:48.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:48.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:48.511 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:48.511 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:48.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:17:48.518 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:17:49.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:17:49.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:49.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:17:49.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:17:49.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:49.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:49.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:49.020 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:49.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:49.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:49.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:49.020 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 06:17:49.020 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:17:49.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:49.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:17:49.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:49.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:17:49.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:17:49.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:49.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:17:49.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:49.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:17:49.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:49.021 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:49.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:49.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:49.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:49.021 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:17:49.022 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:17:49.022 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:17:49.029 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:17:49.029 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:17:49.029 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:49.039 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:49.039 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:49.039 DEBUG [main][MenuItemLookup] Found menu:'Start' 06:17:49.039 DEBUG [main][MenuItemLookup] Found menu:'Stop' 06:17:49.039 DEBUG [main][MenuItemLookup] Found menu:'Restart' 06:17:49.039 DEBUG [main][MenuItemLookup] Item match:Restart 06:17:49.040 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:49.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:49.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:49.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:49.040 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:17:49.040 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:17:49.040 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:17:49.046 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:17:49.046 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project' 06:17:49.046 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:49.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:49.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:49.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:49.047 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:17:49.047 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:17:49.047 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:17:49.050 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:17:49.050 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:17:49.050 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:49.058 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:49.058 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:49.058 DEBUG [main][MenuItemLookup] Found menu:'Start' 06:17:49.058 DEBUG [main][MenuItemLookup] Item match:Start 06:17:49.058 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 06:17:49.058 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 06:17:49.060 INFO [main][MenuItemHandler] Select menu item: &Start 06:17:49.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:49.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:17:49.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 06:17:49.060 DEBUG [Worker-7: Starting server-project][AbstractWait] Wait for 1 seconds 06:17:49.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:17:49.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 06:17:50.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 06:17:50.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:50.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:50.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:50.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 06:17:50.561 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:50.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:50.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:50.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:50.562 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 06:17:50.562 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 06:17:50.562 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 06:17:50.565 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 06:17:50.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 06:17:50.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:50.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:17:50.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:50.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:50.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:50.565 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:50.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:50.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:50.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:50.566 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 06:17:50.566 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 06:17:50.566 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 06:17:50.570 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 06:17:50.570 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:17:50.570 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:50.579 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:50.580 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:50.580 DEBUG [main][MenuItemLookup] Found menu:'Start' 06:17:50.580 DEBUG [main][MenuItemLookup] Found menu:'Stop' 06:17:50.580 DEBUG [main][MenuItemLookup] Found menu:'Restart' 06:17:50.580 DEBUG [main][MenuItemLookup] Item match:Restart 06:17:50.580 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:50.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:50.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:50.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:50.581 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 06:17:50.581 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 06:17:50.581 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 06:17:50.584 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 06:17:50.585 INFO [WorkbenchTestable][ServerModule] Restart server module with name 'server-project' 06:17:50.585 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:50.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:50.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:50.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:50.585 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 06:17:50.585 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 06:17:50.586 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 06:17:50.589 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 06:17:50.589 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:17:50.589 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:50.598 DEBUG [main][MenuItemLookup] Found menu:'New' 06:17:50.598 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:50.598 DEBUG [main][MenuItemLookup] Found menu:'Start' 06:17:50.598 DEBUG [main][MenuItemLookup] Found menu:'Stop' 06:17:50.598 DEBUG [main][MenuItemLookup] Found menu:'Restart' 06:17:50.598 DEBUG [main][MenuItemLookup] Item match:Restart 06:17:50.599 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restart" 06:17:50.599 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart 06:17:50.599 INFO [main][MenuItemHandler] Select menu item: &Restart 06:17:50.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:50.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Restarting server-project' has no excuses, wait for it 06:17:50.600 DEBUG [Worker-4: Restarting server-project][AbstractWait] Wait for 1 seconds 06:17:51.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Restarting server-project' has no excuses, wait for it 06:17:51.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Restarting server-project' has no excuses, wait for it 06:17:52.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:52.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:52.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:52.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 06:17:52.100 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:52.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:52.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:52.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:52.101 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 06:17:52.101 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 06:17:52.101 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 06:17:52.104 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 06:17:52.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 06:17:52.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:52.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:17:52.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:52.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:52.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:52.107 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:52.107 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:52.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:52.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:52.108 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 06:17:52.108 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 06:17:52.108 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 06:17:52.111 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 06:17:52.112 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:52.112 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:52.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:52.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:52.112 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 06:17:52.112 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:17:52.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:52.113 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:17:52.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:52.113 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:17:52.113 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:17:52.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:17:52.113 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:17:52.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:17:52.113 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:17:52.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:17:52.113 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:52.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:52.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:52.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:52.113 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 06:17:52.113 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 06:17:52.114 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 06:17:52.117 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 06:17:52.117 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:17:52.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:17:52.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:17:52.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:17:52.118 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 06:17:52.118 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 06:17:52.118 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 06:17:52.121 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 06:17:52.121 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 06:17:52.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:52.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:52.121 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:17:52.121 DEBUG [main][MenuItemLookup] Found menu:'File' 06:17:52.121 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:17:52.121 DEBUG [main][MenuItemLookup] Item match:Edit 06:17:52.121 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:17:52.121 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:17:52.121 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:52.121 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:17:52.121 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:17:52.121 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:17:52.121 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:52.121 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:17:52.121 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:17:52.122 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:17:52.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 06:17:52.122 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:17:52.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 06:17:52.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:52.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:52.122 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:17:52.122 DEBUG [main][MenuItemLookup] Found menu:'File' 06:17:52.122 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:17:52.122 DEBUG [main][MenuItemLookup] Item match:Edit 06:17:52.122 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:17:52.122 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:17:52.122 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:52.122 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:17:52.122 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:17:52.122 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:17:52.122 DEBUG [main][MenuItemLookup] Found menu:'' 06:17:52.122 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:17:52.122 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:17:52.124 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:17:52.124 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:17:52.124 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:17:52.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:17:52.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:17:52.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 06:17:52.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:17:52.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:17:52.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:17:52.146 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:17:52.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:17:52.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:17:52.146 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 06:17:52.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:17:52.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:17:52.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:17:52.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:17:52.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:17:52.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:17:52.146 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:17:52.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:17:52.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:17:52.146 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:17:52.146 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:17:52.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:17:52.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:17:52.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:17:52.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:17:52.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:17:52.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:17:52.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:17:52.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:17:52.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 06:17:52.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 06:17:52.188 DEBUG [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.... 06:18:02.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 'Publishing to .*'] is available. failed, NO exception will be thrown 06:18:02.206 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.... 06:18:02.206 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 06:18:02.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:02.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:02.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:18:02.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:18:02.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:18:02.207 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 06:18:02.207 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:18:02.207 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:18:02.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:02.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:02.207 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restartServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 06:18:02.207 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:18:02.208 INFO [WorkbenchTestable][RequirementsRunner] Started test: stopServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 06:18:02.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 06:18:02.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:18:02.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:18:02.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:18:02.208 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:02.208 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:02.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:02.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:18:02.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:18:02.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:18:02.209 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 06:18:02.209 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 06:18:02.210 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 06:18:02.220 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 06:18:02.220 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 06:18:02.220 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:18:02.220 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:18:02.232 DEBUG [main][MenuItemLookup] Found menu:'New' 06:18:02.232 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:18:02.232 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:18:02.232 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:02.232 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:18:02.232 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:18:02.232 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:18:02.232 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:18:02.232 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:02.232 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 06:18:02.232 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 06:18:02.232 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 06:18:02.232 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:18:02.232 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 06:18:02.232 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:18:02.232 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:02.232 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 06:18:02.232 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 06:18:02.232 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 06:18:02.232 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 06:18:02.232 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 06:18:02.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:18:02.277 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:18:02.277 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:18:02.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:18:02.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 06:18:02.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:18:02.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:18:02.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 06:18:02.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:18:02.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:18:02.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:18:02.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:18:02.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:18:02.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:18:02.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:18:02.279 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:18:02.279 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:18:02.279 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:18:02.279 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:18:02.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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 >") 06:18:02.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:18:02.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:18:02.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:18:02.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:18:02.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:18:02.279 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 06:18:02.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:18:02.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:18:02.280 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:18:02.280 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:18:02.281 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 06:18:02.281 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:18:02.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:18:02.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:18:02.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:18:02.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:18:02.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:18:02.282 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:18:02.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:18:02.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:18:02.282 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:18:02.282 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:18:02.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:18:02.289 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:18:02.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:18:02.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:18:02.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:18:02.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:18:02.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:18:02.790 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:02.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:02.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:02.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:02.791 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 06:18:02.791 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:18:02.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:18:02.791 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:18:02.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:18:02.791 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:18:02.791 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:18:02.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:18:02.791 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:18:02.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:18:02.791 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:18:02.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:18:02.791 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:02.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:02.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:02.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:02.792 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:18:02.792 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:18:02.792 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:18:02.797 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:18:02.797 INFO [WorkbenchTestable][ServerModule] Stop server module with name 'server-project' 06:18:02.797 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:02.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:02.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:02.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:02.797 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:18:02.798 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:18:02.798 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:18:02.801 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:18:02.801 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:18:02.801 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:18:02.813 DEBUG [main][MenuItemLookup] Found menu:'New' 06:18:02.813 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:02.813 DEBUG [main][MenuItemLookup] Found menu:'Start' 06:18:02.813 DEBUG [main][MenuItemLookup] Found menu:'Stop' 06:18:02.813 DEBUG [main][MenuItemLookup] Item match:Stop 06:18:02.813 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top" 06:18:02.813 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop 06:18:02.813 INFO [main][MenuItemHandler] Select menu item: S&top 06:18:02.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:18:02.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:18:02.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'Stopping server-project' has no excuses, wait for it 06:18:02.814 DEBUG [Worker-0: Stopping server-project][AbstractWait] Wait for 1 seconds 06:18:03.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Stopping server-project' has no excuses, wait for it 06:18:03.814 DEBUG [WorkbenchTestable][JobIsRunning] job 'Stopping server-project' has no excuses, wait for it 06:18:04.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:18:04.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:18:04.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:18:04.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Stopped... 06:18:04.315 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:04.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:04.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:04.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:04.316 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped] 06:18:04.316 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped] 06:18:04.316 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped] about selection 06:18:04.321 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped] 06:18:04.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Stopped finished successfully 06:18:04.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:18:04.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:18:04.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:18:04.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:18:04.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:18:04.321 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:04.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:04.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:04.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:04.322 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped] 06:18:04.322 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped] 06:18:04.322 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped] about selection 06:18:04.325 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped] 06:18:04.326 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:04.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:04.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:04.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:04.327 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 06:18:04.327 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:18:04.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:18:04.327 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:18:04.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:18:04.327 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:18:04.327 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:18:04.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:18:04.327 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:18:04.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:18:04.327 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:18:04.327 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:18:04.327 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:04.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:04.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:04.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:04.327 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped] 06:18:04.327 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped] 06:18:04.328 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped] about selection 06:18:04.330 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped] 06:18:04.331 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:04.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:04.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:04.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:04.331 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped] 06:18:04.331 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped] 06:18:04.331 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped] about selection 06:18:04.334 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped] 06:18:04.335 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 06:18:04.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:04.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:04.335 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:18:04.335 DEBUG [main][MenuItemLookup] Found menu:'File' 06:18:04.335 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:18:04.335 DEBUG [main][MenuItemLookup] Item match:Edit 06:18:04.335 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:18:04.335 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:18:04.335 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:04.335 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:18:04.335 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:18:04.335 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:18:04.335 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:04.335 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:18:04.335 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:18:04.337 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:18:04.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 06:18:04.337 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:18:04.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 06:18:04.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:04.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:04.338 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:18:04.338 DEBUG [main][MenuItemLookup] Found menu:'File' 06:18:04.338 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:18:04.338 DEBUG [main][MenuItemLookup] Item match:Edit 06:18:04.338 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:18:04.338 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:18:04.338 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:04.338 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:18:04.338 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:18:04.338 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:18:04.338 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:04.338 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:18:04.338 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:18:04.338 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:18:04.338 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:18:04.338 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:18:04.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:18:04.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:18:04.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 06:18:04.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:18:04.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:18:04.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:18:04.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:18:04.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:04.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:04.360 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 06:18:04.360 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:18:04.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:18:04.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:18:04.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:18:04.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:18:04.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:18:04.361 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:18:04.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:18:04.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:18:04.361 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:18:04.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:18:04.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:18:04.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:18:04.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:18:04.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:18:04.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:18:04.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:18:04.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:18:04.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:18:04.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 06:18:04.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 06:18:04.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 06:18:14.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 06:18:14.422 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.... 06:18:14.423 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 06:18:14.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:14.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:14.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:18:14.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:18:14.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:18:14.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 06:18:14.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:18:14.423 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:18:14.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:14.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:14.424 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stopServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 06:18:14.424 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:18:14.424 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithNoState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 06:18:14.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 06:18:14.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:18:14.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:18:14.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:18:14.424 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:14.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:14.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:14.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:18:14.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:18:14.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:18:14.426 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 06:18:14.426 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 06:18:14.426 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 06:18:14.437 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 06:18:14.437 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 06:18:14.437 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:18:14.437 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:18:14.449 DEBUG [main][MenuItemLookup] Found menu:'New' 06:18:14.449 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:18:14.449 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:18:14.449 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:14.449 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:18:14.449 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:18:14.449 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:18:14.449 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:18:14.449 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:14.449 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 06:18:14.449 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 06:18:14.449 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 06:18:14.449 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:18:14.449 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 06:18:14.449 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:18:14.449 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:14.449 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 06:18:14.449 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 06:18:14.449 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 06:18:14.449 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 06:18:14.449 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 06:18:14.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:18:14.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:18:14.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:18:14.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:18:14.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 06:18:14.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:18:14.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:18:14.493 DEBUG [WorkbenchTestable][WidgetLookup] 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 >>") 06:18:14.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:18:14.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:18:14.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:18:14.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:18:14.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:18:14.494 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 06:18:14.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:18:14.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:18:14.494 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:18:14.494 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:18:14.496 DEBUG [WorkbenchTestable][WidgetLookup] 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") 06:18:14.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:18:14.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:18:14.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:18:14.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:18:14.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:18:14.496 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 06:18:14.496 DEBUG [WorkbenchTestable][CheckBox] Checkbox If server is started, publish changes &immediately not checked, no action performed 06:18:14.496 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 06:18:14.496 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:18:14.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:18:14.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:18:14.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:18:14.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:18:14.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:18:14.497 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:18:14.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:18:14.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:18:14.497 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:18:14.497 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:18:14.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:18:14.499 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:18:15.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:18:15.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:18:15.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:18:15.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:18:15.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:18:15.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:18:15.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:18:15.000 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:15.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:15.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:15.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:15.001 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 06:18:15.001 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:18:15.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:18:15.001 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:18:15.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:18:15.001 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:18:15.001 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:18:15.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:18:15.001 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:18:15.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:18:15.001 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:18:15.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:18:15.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:18:15.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:18:15.002 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:15.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:15.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:15.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:15.002 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:18:15.002 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:18:15.002 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:18:15.007 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:18:15.007 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:15.007 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:15.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:15.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:15.007 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 06:18:15.007 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 06:18:15.008 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 06:18:15.011 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 06:18:15.011 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:15.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:15.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:15.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:15.012 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 06:18:15.012 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 06:18:15.012 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 06:18:15.015 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 06:18:15.015 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:15.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:15.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:15.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:15.015 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 06:18:15.016 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 06:18:15.016 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 06:18:15.022 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 06:18:15.022 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:15.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:15.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:15.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:15.023 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 06:18:15.023 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 06:18:15.023 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 06:18:15.027 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 06:18:15.027 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:15.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:15.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:15.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:15.028 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 06:18:15.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:18:15.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:18:15.028 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:18:15.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:18:15.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:18:15.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:18:15.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:18:15.028 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:18:15.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:18:15.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:18:15.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:18:15.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:18:15.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:18:15.028 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:15.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:15.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:15.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:15.029 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:18:15.029 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:18:15.029 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:18:15.032 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:18:15.032 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:15.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:15.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:15.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:15.033 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:18:15.033 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:18:15.033 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:18:15.039 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:18:15.039 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 06:18:15.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:15.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:15.039 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:18:15.039 DEBUG [main][MenuItemLookup] Found menu:'File' 06:18:15.040 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:18:15.040 DEBUG [main][MenuItemLookup] Item match:Edit 06:18:15.040 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:18:15.040 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:18:15.040 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:15.040 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:18:15.040 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:18:15.040 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:18:15.040 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:15.040 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:18:15.040 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:18:15.040 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:18:15.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 06:18:15.040 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:18:15.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 06:18:15.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:15.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:15.040 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:18:15.040 DEBUG [main][MenuItemLookup] Found menu:'File' 06:18:15.040 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:18:15.040 DEBUG [main][MenuItemLookup] Item match:Edit 06:18:15.041 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:18:15.041 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:18:15.041 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:15.041 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:18:15.041 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:18:15.041 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:18:15.041 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:15.041 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:18:15.041 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:18:15.041 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:18:15.041 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:18:15.041 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:18:15.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:18:15.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:18:15.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 06:18:15.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:18:15.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:18:15.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") 06:18:15.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:18:15.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:15.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:15.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 06:18:15.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:18:15.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:18:15.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:18:15.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:18:15.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:18:15.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:18:15.064 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:18:15.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:18:15.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:18:15.064 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:18:15.064 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:18:15.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:18:15.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:18:15.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:18:15.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:18:15.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:18:15.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:18:15.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:18:15.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:18:15.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 06:18:15.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 06:18:15.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 06:18:25.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 'Publishing to .*'] is available. failed, NO exception will be thrown 06:18:25.128 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.... 06:18:25.128 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 06:18:25.128 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:25.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:25.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:25.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:25.129 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 06:18:25.129 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 06:18:25.129 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 06:18:25.134 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 06:18:25.134 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:25.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:25.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:25.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:25.135 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 06:18:25.135 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 06:18:25.135 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 06:18:25.138 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 06:18:25.138 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 06:18:25.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:25.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:25.138 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:18:25.138 DEBUG [main][MenuItemLookup] Found menu:'File' 06:18:25.138 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:18:25.138 DEBUG [main][MenuItemLookup] Item match:Edit 06:18:25.139 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:18:25.139 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:18:25.139 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:25.139 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:18:25.139 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:18:25.139 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:18:25.139 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:25.139 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:18:25.139 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:18:25.139 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:18:25.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 06:18:25.139 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:18:25.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 06:18:25.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:25.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:25.139 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:18:25.139 DEBUG [main][MenuItemLookup] Found menu:'File' 06:18:25.139 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:18:25.139 DEBUG [main][MenuItemLookup] Item match:Edit 06:18:25.139 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:18:25.139 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:18:25.139 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:25.139 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:18:25.139 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:18:25.139 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:18:25.139 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:25.139 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:18:25.139 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:18:25.140 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:18:25.140 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:18:25.140 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:18:25.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:18:25.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:18:25.164 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 06:18:25.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:18:25.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:18:25.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:18:25.165 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:18:25.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:25.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:25.165 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 06:18:25.165 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:18:25.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:18:25.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:18:25.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:18:25.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:18:25.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:18:25.165 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:18:25.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:18:25.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:18:25.165 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:18:25.165 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:18:25.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:18:25.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:18:25.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:18:25.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:18:25.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:18:25.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:18:25.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:18:25.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:18:25.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 06:18:25.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 06:18:25.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 'Publishing to .*'] is available.... 06:18:35.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 'Publishing to .*'] is available. failed, NO exception will be thrown 06:18:35.224 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.... 06:18:35.224 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 06:18:35.224 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:35.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:35.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:35.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:35.225 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 06:18:35.225 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 06:18:35.226 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 06:18:35.229 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 06:18:35.229 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:35.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:35.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:35.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:35.230 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 06:18:35.230 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 06:18:35.230 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 06:18:35.233 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 06:18:35.233 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 06:18:35.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:35.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:35.234 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:18:35.234 DEBUG [main][MenuItemLookup] Found menu:'File' 06:18:35.234 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:18:35.234 DEBUG [main][MenuItemLookup] Item match:Edit 06:18:35.234 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:18:35.234 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:18:35.234 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:35.234 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:18:35.234 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:18:35.234 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:18:35.234 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:35.234 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:18:35.234 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:18:35.234 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:18:35.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 06:18:35.234 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:18:35.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 06:18:35.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:35.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:35.235 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:18:35.235 DEBUG [main][MenuItemLookup] Found menu:'File' 06:18:35.235 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:18:35.235 DEBUG [main][MenuItemLookup] Item match:Edit 06:18:35.235 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:18:35.235 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:18:35.235 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:35.235 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:18:35.235 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:18:35.235 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:18:35.235 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:35.235 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:18:35.235 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:18:35.235 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:18:35.235 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:18:35.235 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:18:35.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:18:35.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:18:35.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 06:18:35.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:18:35.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:18:35.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 "OK") 06:18:35.257 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:18:35.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:35.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:35.257 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 06:18:35.257 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:18:35.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:18:35.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:18:35.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:18:35.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:18:35.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:18:35.258 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:18:35.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:18:35.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:18:35.258 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:18:35.258 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:18:35.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:18:35.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:18:35.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:18:35.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:18:35.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:18:35.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:18:35.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:18:35.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:18:35.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 06:18:35.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 06:18:35.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 06:18:45.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 'Publishing to .*'] is available. failed, NO exception will be thrown 06:18:45.316 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.... 06:18:45.316 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 06:18:45.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:45.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:45.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:18:45.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:18:45.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:18:45.317 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 06:18:45.317 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:18:45.317 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:18:45.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:45.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:45.318 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithNoState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 06:18:45.318 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:18:45.318 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 06:18:45.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 06:18:45.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:18:45.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:18:45.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:18:45.318 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:45.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:45.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:45.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:18:45.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:18:45.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:18:45.319 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 06:18:45.319 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 06:18:45.320 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 06:18:45.330 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 06:18:45.330 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 06:18:45.330 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:18:45.330 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:18:45.339 DEBUG [main][MenuItemLookup] Found menu:'New' 06:18:45.339 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:18:45.339 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:18:45.339 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:45.339 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:18:45.339 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:18:45.339 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:18:45.339 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:18:45.339 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:45.339 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 06:18:45.339 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 06:18:45.339 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 06:18:45.339 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:18:45.339 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 06:18:45.339 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:18:45.339 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:45.339 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 06:18:45.339 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 06:18:45.340 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 06:18:45.340 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 06:18:45.340 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 06:18:45.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:18:45.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:18:45.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:18:45.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 06:18:45.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 06:18:45.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:18:45.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:18:45.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.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 >>") 06:18:45.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:18:45.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:18:45.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:18:45.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:18:45.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:18:45.385 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 06:18:45.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:18:45.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:18:45.385 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:18:45.385 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:18:45.386 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 06:18:45.386 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:18:45.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:18:45.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:18:45.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:18:45.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:18:45.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:18:45.387 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:18:45.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:18:45.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:18:45.387 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:18:45.387 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:18:45.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:18:45.389 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:18:45.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:18:45.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:18:45.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:18:45.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:18:45.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:18:45.890 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:45.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:45.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:45.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:45.891 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 06:18:45.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:18:45.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:18:45.891 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:18:45.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:18:45.891 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:18:45.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:18:45.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:18:45.891 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:18:45.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:18:45.891 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:18:45.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:18:45.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:18:45.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:18:45.891 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:45.891 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:45.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:45.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:45.892 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:18:45.892 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:18:45.892 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:18:45.898 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:18:45.898 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:45.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:45.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:45.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:45.899 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 06:18:45.899 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 06:18:45.899 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 06:18:45.902 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 06:18:45.902 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:45.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:45.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:45.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:45.903 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 06:18:45.903 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 06:18:45.903 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 06:18:45.906 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 06:18:45.907 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:45.907 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:45.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:45.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:45.907 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:18:45.907 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:18:45.907 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:18:45.913 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:18:45.913 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:45.914 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:45.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:45.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:45.914 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:18:45.914 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:18:45.914 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:18:45.918 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:18:45.918 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 06:18:45.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:45.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:45.918 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:18:45.918 DEBUG [main][MenuItemLookup] Found menu:'File' 06:18:45.918 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:18:45.918 DEBUG [main][MenuItemLookup] Item match:Edit 06:18:45.919 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:18:45.919 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:18:45.919 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:45.919 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:18:45.919 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:18:45.919 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:18:45.919 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:45.919 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:18:45.919 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:18:45.919 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:18:45.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 06:18:45.919 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:18:45.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 06:18:45.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:45.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:45.919 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:18:45.919 DEBUG [main][MenuItemLookup] Found menu:'File' 06:18:45.919 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:18:45.919 DEBUG [main][MenuItemLookup] Item match:Edit 06:18:45.920 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:18:45.920 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:18:45.920 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:45.920 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:18:45.920 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:18:45.920 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:18:45.920 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:45.920 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:18:45.920 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:18:45.920 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:18:45.920 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:18:45.920 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:18:45.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:18:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:18:45.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 06:18:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:18:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:18:45.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 "OK") 06:18:45.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:18:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:45.942 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 06:18:45.942 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:18:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:18:45.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:18:45.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:18:45.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:18:45.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:18:45.943 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:18:45.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:18:45.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:18:45.943 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:18:45.943 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:18:46.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:18:46.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:18:46.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:18:46.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:18:46.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:18:46.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:18:46.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:18:46.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:18:46.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 06:18:46.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 06:18:46.017 DEBUG [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.... 06:18:56.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. failed, NO exception will be thrown 06:18:56.027 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.... 06:18:56.027 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 06:18:56.027 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:56.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:56.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:56.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:56.028 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 06:18:56.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:18:56.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:18:56.028 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:18:56.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:18:56.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:18:56.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:18:56.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:18:56.028 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:18:56.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:18:56.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:18:56.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:18:56.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:18:56.028 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:56.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:56.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:56.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:56.029 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 06:18:56.029 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 06:18:56.029 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 06:18:56.032 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 06:18:56.032 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:56.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:56.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:56.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:56.033 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 06:18:56.033 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 06:18:56.033 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 06:18:56.036 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 06:18:56.037 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:56.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:56.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:56.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:56.037 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 06:18:56.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:18:56.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:18:56.038 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:18:56.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:18:56.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:18:56.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:18:56.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:18:56.038 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:18:56.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:18:56.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:18:56.038 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:18:56.038 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:18:56.038 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:56.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:56.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:56.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:56.038 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 06:18:56.038 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 06:18:56.038 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 06:18:56.042 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 06:18:56.042 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:18:56.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:18:56.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:18:56.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:18:56.042 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 06:18:56.042 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 06:18:56.042 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 06:18:56.048 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 06:18:56.048 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 06:18:56.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:56.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:56.048 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:18:56.048 DEBUG [main][MenuItemLookup] Found menu:'File' 06:18:56.048 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:18:56.048 DEBUG [main][MenuItemLookup] Item match:Edit 06:18:56.049 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:18:56.049 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:18:56.049 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:56.049 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:18:56.049 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:18:56.049 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:18:56.049 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:56.049 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:18:56.049 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:18:56.049 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:18:56.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 06:18:56.049 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:18:56.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 06:18:56.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:56.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:56.049 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:18:56.049 DEBUG [main][MenuItemLookup] Found menu:'File' 06:18:56.049 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:18:56.049 DEBUG [main][MenuItemLookup] Item match:Edit 06:18:56.049 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:18:56.049 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:18:56.049 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:56.049 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:18:56.049 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:18:56.049 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:18:56.049 DEBUG [main][MenuItemLookup] Found menu:'' 06:18:56.049 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:18:56.049 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:18:56.049 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:18:56.049 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:18:56.050 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:18:56.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:18:56.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:18:56.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 06:18:56.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:18:56.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:18:56.071 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:18:56.071 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:18:56.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:18:56.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:18:56.071 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 06:18:56.071 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:18:56.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:18:56.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:18:56.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:18:56.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:18:56.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:18:56.071 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:18:56.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:18:56.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:18:56.072 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:18:56.072 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:18:56.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:18:56.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:18:56.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:18:56.113 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:18:56.113 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:18:56.113 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:18:56.113 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:18:56.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:18:56.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 06:18:56.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 06:18:56.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 'Publishing to .*'] is available.... 06:19:06.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 06:19:06.130 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.... 06:19:06.130 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 06:19:06.131 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:06.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:06.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:06.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:06.132 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 06:19:06.132 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 06:19:06.132 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 06:19:06.135 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 06:19:06.136 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:06.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:06.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:06.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:06.136 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 06:19:06.136 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 06:19:06.136 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 06:19:06.141 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 06:19:06.141 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 06:19:06.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:19:06.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:19:06.142 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:19:06.142 DEBUG [main][MenuItemLookup] Found menu:'File' 06:19:06.142 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:19:06.142 DEBUG [main][MenuItemLookup] Item match:Edit 06:19:06.142 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:19:06.142 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:19:06.142 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:06.142 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:19:06.142 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:19:06.142 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:19:06.142 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:06.142 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:19:06.142 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:19:06.143 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:19:06.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 06:19:06.143 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:19:06.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 06:19:06.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:19:06.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:19:06.143 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:19:06.143 DEBUG [main][MenuItemLookup] Found menu:'File' 06:19:06.143 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:19:06.143 DEBUG [main][MenuItemLookup] Item match:Edit 06:19:06.144 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:19:06.144 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:19:06.144 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:06.144 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:19:06.144 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:19:06.144 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:19:06.144 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:06.144 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:19:06.144 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:19:06.144 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:19:06.144 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:19:06.144 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:19:06.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:19:06.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:19:06.164 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 06:19:06.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:19:06.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:19:06.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:19:06.165 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:19:06.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:19:06.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:19:06.165 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 06:19:06.165 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:19:06.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:19:06.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:19:06.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:19:06.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:19:06.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:19:06.165 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:19:06.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:19:06.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:19:06.165 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:19:06.165 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:19:06.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:19:06.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:19:06.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:19:06.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:19:06.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:19:06.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:19:06.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:19:06.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:19:06.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 06:19:06.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 06:19:06.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 'Publishing to .*'] is available.... 06:19:16.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 'Publishing to .*'] is available. failed, NO exception will be thrown 06:19:16.223 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.... 06:19:16.223 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 06:19:16.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:19:16.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:19:16.223 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:19:16.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:19:16.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:19:16.224 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 06:19:16.224 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:19:16.224 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:19:16.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:19:16.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:19:16.224 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 06:19:16.224 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:19:16.224 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithStates no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 06:19:16.224 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 06:19:16.224 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:19:16.224 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:19:16.224 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:19:16.225 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:16.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:16.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:16.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:19:16.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:19:16.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:19:16.226 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 06:19:16.226 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 06:19:16.227 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 06:19:16.238 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 06:19:16.238 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 06:19:16.238 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:19:16.238 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:19:16.248 DEBUG [main][MenuItemLookup] Found menu:'New' 06:19:16.248 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:19:16.248 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:19:16.248 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:16.248 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:19:16.248 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:19:16.248 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:19:16.248 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:19:16.248 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:16.248 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 06:19:16.248 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 06:19:16.249 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 06:19:16.249 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:19:16.249 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 06:19:16.249 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:19:16.249 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:16.249 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 06:19:16.249 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 06:19:16.249 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 06:19:16.249 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 06:19:16.249 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 06:19:16.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:19:16.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:19:16.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:19:16.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:19:16.294 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 06:19:16.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:19:16.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:19:16.295 DEBUG [WorkbenchTestable][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 06:19:16.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:19:16.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:19:16.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:19:16.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:19:16.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:19:16.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:19:16.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:19:16.296 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 06:19:16.296 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 06:19:16.297 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 06:19:16.297 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 06:19:16.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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 >") 06:19:16.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:19:16.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:19:16.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:19:16.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:19:16.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:19:16.298 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 06:19:16.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:19:16.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:19:16.298 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:19:16.298 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:19:16.299 DEBUG [WorkbenchTestable][WidgetLookup] 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") 06:19:16.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:19:16.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:19:16.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:19:16.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:19:16.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:19:16.304 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 06:19:16.304 INFO [WorkbenchTestable][CheckBox] Check checkbox If server is started, publish changes &immediately 06:19:16.304 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 06:19:16.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:19:16.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:19:16.304 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:19:16.304 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:19:16.304 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 06:19:16.304 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:19:16.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:19:16.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:19:16.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:19:16.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:19:16.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:19:16.305 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:19:16.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:19:16.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:19:16.305 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:19:16.305 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:19:16.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:19:16.308 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:19:16.309 DEBUG [Worker-2: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 06:19:16.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:19:16.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:19:16.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 06:19:17.309 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 06:19:17.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:19:17.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:19:17.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:19:17.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:19:17.809 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:17.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:17.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:17.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:17.811 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 06:19:17.811 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 06:19:17.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:19:17.811 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 06:19:17.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:19:17.811 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 06:19:17.811 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 06:19:17.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:19:17.811 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 06:19:17.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:19:17.811 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 06:19:17.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:19:17.811 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:17.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:17.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:17.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:17.812 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 06:19:17.812 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 06:19:17.812 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 06:19:17.816 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 06:19:17.816 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project-3' 06:19:17.816 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:17.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:17.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:17.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:17.817 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 06:19:17.817 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 06:19:17.817 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 06:19:17.823 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 06:19:17.823 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:19:17.823 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:19:17.832 DEBUG [main][MenuItemLookup] Found menu:'New' 06:19:17.832 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:17.832 DEBUG [main][MenuItemLookup] Found menu:'Start' 06:19:17.832 DEBUG [main][MenuItemLookup] Item match:Start 06:19:17.832 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 06:19:17.832 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 06:19:17.832 INFO [main][MenuItemHandler] Select menu item: &Start 06:19:17.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:19:17.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-3' has no excuses, wait for it 06:19:17.832 DEBUG [Worker-4: Starting server-project-3][AbstractWait] Wait for 1 seconds 06:19:18.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-3' has no excuses, wait for it 06:19:18.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:19:18.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:19:18.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:19:18.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 06:19:18.833 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:18.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:18.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:18.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:18.834 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Starting, Synchronized] 06:19:18.834 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Starting, Synchronized] 06:19:18.834 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Starting, Synchronized] about selection 06:19:18.839 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Starting, Synchronized] 06:19:19.340 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:19.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:19.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:19.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:19.342 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 06:19:19.342 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 06:19:19.342 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 06:19:19.345 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 06:19:19.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 06:19:19.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:19:19.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:19:19.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:19:19.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:19:19.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:19:19.346 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:19.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:19.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:19.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:19.346 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 06:19:19.346 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 06:19:19.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:19:19.347 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 06:19:19.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:19:19.347 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 06:19:19.347 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 06:19:19.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:19:19.347 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 06:19:19.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:19:19.347 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 06:19:19.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:19:19.347 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:19.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:19.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:19.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:19.347 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 06:19:19.347 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 06:19:19.347 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 06:19:19.350 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 06:19:19.351 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:19.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:19.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:19.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:19.353 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 06:19:19.353 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 06:19:19.353 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 06:19:19.357 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 06:19:19.357 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:19.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:19.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:19.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:19.358 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 06:19:19.358 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 06:19:19.358 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 06:19:19.361 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 06:19:19.361 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:19.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:19.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:19.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:19.361 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 06:19:19.361 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 06:19:19.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:19:19.361 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 06:19:19.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:19:19.362 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 06:19:19.362 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 06:19:19.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:19:19.362 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 06:19:19.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:19:19.362 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 06:19:19.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:19:19.362 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:19.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:19.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:19.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:19.363 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 06:19:19.363 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 06:19:19.363 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 06:19:19.366 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 06:19:19.366 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:19.366 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:19.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:19.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:19.367 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 06:19:19.367 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 06:19:19.367 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 06:19:19.372 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 06:19:19.372 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 06:19:19.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:19:19.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:19:19.372 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:19:19.372 DEBUG [main][MenuItemLookup] Found menu:'File' 06:19:19.372 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:19:19.372 DEBUG [main][MenuItemLookup] Item match:Edit 06:19:19.373 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:19:19.373 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:19:19.373 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:19.373 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:19:19.373 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:19:19.373 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:19:19.373 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:19.373 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:19:19.373 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:19:19.373 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:19:19.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 06:19:19.373 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:19:19.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 06:19:19.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:19:19.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:19:19.373 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:19:19.373 DEBUG [main][MenuItemLookup] Found menu:'File' 06:19:19.373 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:19:19.373 DEBUG [main][MenuItemLookup] Item match:Edit 06:19:19.374 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:19:19.374 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:19:19.374 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:19.374 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:19:19.374 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:19:19.374 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:19:19.374 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:19.374 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:19:19.374 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:19:19.374 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:19:19.374 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:19:19.374 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:19:19.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:19:19.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:19:19.394 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 06:19:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:19:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:19:19.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:19:19.395 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:19:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:19:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:19:19.395 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 06:19:19.395 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:19:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:19:19.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:19:19.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:19:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:19:19.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:19:19.395 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:19:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:19:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:19:19.395 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:19:19.395 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:19:19.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:19:19.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:19:19.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:19:19.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:19:19.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 06:19:19.436 DEBUG [Worker-3: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 06:19:19.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 06:19:20.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 06:19:20.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:19:20.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:19:20.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:19:20.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 06:19:20.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 06:19:20.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.... 06:19:30.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 06:19:30.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.... 06:19:30.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 06:19:30.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:19:30.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:19:30.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:19:30.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:19:30.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:19:30.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 06:19:30.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:19:30.947 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:19:30.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:19:30.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:19:30.947 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithStates no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 06:19:30.947 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:19:30.947 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithServerState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 06:19:30.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 06:19:30.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:19:30.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:19:30.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:19:30.947 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:30.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:30.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:30.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:19:30.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:19:30.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:19:30.949 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 06:19:30.949 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 06:19:30.949 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 06:19:30.960 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 06:19:30.960 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 06:19:30.960 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:19:30.960 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'New' 06:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 06:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 06:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 06:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 06:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 06:19:30.971 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 06:19:30.971 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 06:19:30.971 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 06:19:30.971 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 06:19:31.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:19:31.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:19:31.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:19:31.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:19:31.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 06:19:31.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:19:31.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:19:31.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.wizard.ModifyModulesPage, index 0 and no matchers specified 06:19:31.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:19:31.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:19:31.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:19:31.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:19:31.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:19:31.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:19:31.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:19:31.018 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 06:19:31.018 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 06:19:31.018 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 06:19:31.018 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 06:19:31.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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 >") 06:19:31.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:19:31.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:19:31.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:19:31.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:19:31.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:19:31.019 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 06:19:31.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:19:31.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:19:31.019 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:19:31.019 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:19:31.020 DEBUG [WorkbenchTestable][WidgetLookup] 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") 06:19:31.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:19:31.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:19:31.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:19:31.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:19:31.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:19:31.020 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 06:19:31.020 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox If server is started, publish changes &immediately 06:19:31.020 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 06:19:31.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:19:31.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:19:31.021 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:19:31.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:19:31.021 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 06:19:31.021 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:19:31.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:19:31.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:19:31.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:19:31.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:19:31.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:19:31.021 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:19:31.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:19:31.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:19:31.021 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:19:31.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:19:31.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:19:31.029 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:19:31.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:19:31.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:19:31.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:19:31.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:19:31.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:19:31.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:19:31.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:19:31.530 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:31.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:31.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:31.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:31.531 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 06:19:31.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:19:31.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:19:31.531 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:19:31.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:19:31.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:19:31.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:19:31.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:19:31.531 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:19:31.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:19:31.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:19:31.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:19:31.531 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:31.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:31.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:31.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:31.532 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 06:19:31.532 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 06:19:31.532 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 06:19:31.536 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 06:19:31.536 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project-2' 06:19:31.536 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:31.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:31.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:31.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:31.536 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 06:19:31.537 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 06:19:31.537 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 06:19:31.540 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 06:19:31.540 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:19:31.540 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:19:31.551 DEBUG [main][MenuItemLookup] Found menu:'New' 06:19:31.551 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:31.551 DEBUG [main][MenuItemLookup] Found menu:'Start' 06:19:31.551 DEBUG [main][MenuItemLookup] Item match:Start 06:19:31.551 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 06:19:31.551 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 06:19:31.551 INFO [main][MenuItemHandler] Select menu item: &Start 06:19:31.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:19:31.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:19:31.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-2' has no excuses, wait for it 06:19:31.551 DEBUG [Worker-4: Starting server-project-2][AbstractWait] Wait for 1 seconds 06:19:32.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-2' has no excuses, wait for it 06:19:32.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-2' has no excuses, wait for it 06:19:33.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:19:33.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:19:33.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:19:33.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 06:19:33.053 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:33.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:33.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:33.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:33.054 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 06:19:33.054 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 06:19:33.054 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 06:19:33.057 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 06:19:33.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 06:19:33.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:19:33.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:19:33.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:19:33.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:19:33.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:19:33.060 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:33.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:33.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:33.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:33.061 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 06:19:33.061 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:19:33.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:19:33.061 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:19:33.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:19:33.061 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:19:33.061 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:19:33.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:19:33.061 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:19:33.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:19:33.061 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:19:33.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:19:33.061 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:33.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:33.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:33.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:33.062 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 06:19:33.062 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 06:19:33.062 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 06:19:33.065 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 06:19:33.065 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:33.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:33.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:33.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:33.066 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 06:19:33.066 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 06:19:33.066 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 06:19:33.069 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 06:19:33.070 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:33.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:33.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:33.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:33.070 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 06:19:33.070 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:19:33.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:19:33.070 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:19:33.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:19:33.070 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:19:33.070 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 06:19:33.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:19:33.071 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 06:19:33.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:19:33.071 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 06:19:33.071 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:19:33.071 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:33.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:33.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:33.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:33.071 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 06:19:33.071 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 06:19:33.072 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 06:19:33.077 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 06:19:33.077 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:33.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:33.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:33.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:33.078 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 06:19:33.078 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 06:19:33.078 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 06:19:33.081 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 06:19:33.081 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 06:19:33.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:19:33.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:19:33.081 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:19:33.081 DEBUG [main][MenuItemLookup] Found menu:'File' 06:19:33.081 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:19:33.081 DEBUG [main][MenuItemLookup] Item match:Edit 06:19:33.082 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:19:33.082 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:19:33.082 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:33.082 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:19:33.082 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:19:33.082 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:19:33.082 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:33.082 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:19:33.082 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:19:33.082 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:19:33.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 06:19:33.082 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:19:33.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 06:19:33.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:19:33.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:19:33.082 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:19:33.082 DEBUG [main][MenuItemLookup] Found menu:'File' 06:19:33.082 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:19:33.082 DEBUG [main][MenuItemLookup] Item match:Edit 06:19:33.082 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:19:33.082 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:19:33.082 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:33.082 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:19:33.082 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:19:33.082 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:19:33.082 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:33.082 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:19:33.082 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:19:33.082 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:19:33.082 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:19:33.083 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:19:33.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:19:33.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:19:33.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 06:19:33.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:19:33.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:19:33.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 "OK") 06:19:33.104 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:19:33.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:19:33.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:19:33.104 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 06:19:33.104 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:19:33.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:19:33.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:19:33.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:19:33.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:19:33.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:19:33.104 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:19:33.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:19:33.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:19:33.104 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:19:33.104 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:19:33.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:19:33.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:19:33.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:19:33.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:19:33.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:19:33.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:19:33.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:19:33.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:19:33.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 06:19:33.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 06:19:33.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 'Publishing to .*'] is available.... 06:19:43.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 06:19:43.162 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.... 06:19:43.163 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 06:19:43.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:19:43.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:19:43.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:19:43.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:19:43.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:19:43.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 06:19:43.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:19:43.164 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:19:43.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:19:43.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:19:43.164 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithServerState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 06:19:43.164 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:19:43.164 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithPublishState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 06:19:43.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 06:19:43.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:19:43.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:19:43.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:19:43.164 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:43.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:43.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:43.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:19:43.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:19:43.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:19:43.166 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 06:19:43.166 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 06:19:43.166 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 06:19:43.177 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 06:19:43.177 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 06:19:43.177 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:19:43.177 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:19:43.200 DEBUG [main][MenuItemLookup] Found menu:'New' 06:19:43.200 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:19:43.200 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:19:43.200 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:43.200 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:19:43.200 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:19:43.200 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:19:43.200 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:19:43.200 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:43.200 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 06:19:43.200 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 06:19:43.200 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 06:19:43.200 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:19:43.200 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 06:19:43.200 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:19:43.200 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:43.200 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 06:19:43.200 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 06:19:43.200 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 06:19:43.200 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 06:19:43.200 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 06:19:43.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.... 06:19:43.244 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:19:43.244 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:19:43.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 06:19:43.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 06:19:43.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:19:43.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:19:43.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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 >>") 06:19:43.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:19:43.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:19:43.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:19:43.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:19:43.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:19:43.246 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 06:19:43.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:19:43.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:19:43.246 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:19:43.246 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:19:43.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: 32, Matcher matching widgets with text that without mnenomic matches: is "If server is started, publish changes immediately") 06:19:43.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:19:43.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:19:43.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:19:43.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:19:43.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:19:43.248 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 06:19:43.248 INFO [WorkbenchTestable][CheckBox] Check checkbox If server is started, publish changes &immediately 06:19:43.248 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 06:19:43.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:19:43.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:19:43.248 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:19:43.248 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:19:43.248 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 06:19:43.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 06:19:43.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:19:43.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:19:43.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:19:43.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:19:43.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:19:43.249 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:19:43.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:19:43.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:19:43.249 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:19:43.249 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:19:43.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:19:43.258 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:19:43.260 DEBUG [Worker-2: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 06:19:43.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:19:43.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:19:43.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 06:19:44.259 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 06:19:44.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:19:44.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:19:44.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:19:44.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:19:44.760 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:44.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:44.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:44.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:44.761 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 06:19:44.761 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 06:19:44.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:19:44.761 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 06:19:44.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:19:44.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 06:19:44.761 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 06:19:44.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:19:44.761 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 06:19:44.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:19:44.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 06:19:44.761 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:19:44.761 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:19:44.761 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:19:44.761 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:44.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:44.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:44.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:44.762 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 06:19:44.762 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 06:19:44.762 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 06:19:44.766 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 06:19:44.766 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:44.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:44.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:44.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:44.767 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 06:19:44.767 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 06:19:44.767 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 06:19:44.770 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 06:19:44.771 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:44.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:44.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:44.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:44.771 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 06:19:44.771 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 06:19:44.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:19:44.771 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 06:19:44.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:19:44.771 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 06:19:44.772 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 06:19:44.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:19:44.772 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 06:19:44.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:19:44.772 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 06:19:44.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:19:44.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:19:44.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:19:44.772 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:44.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:44.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:44.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:44.772 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 06:19:44.772 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 06:19:44.772 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 06:19:44.778 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 06:19:44.778 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:44.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:44.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:44.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:44.779 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 06:19:44.779 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 06:19:44.779 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 06:19:44.783 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 06:19:44.783 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 06:19:44.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:19:44.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:19:44.783 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:19:44.783 DEBUG [main][MenuItemLookup] Found menu:'File' 06:19:44.783 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:19:44.783 DEBUG [main][MenuItemLookup] Item match:Edit 06:19:44.783 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:19:44.783 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:19:44.783 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:44.783 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:19:44.783 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:19:44.783 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:19:44.783 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:44.783 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:19:44.783 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:19:44.783 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:19:44.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 06:19:44.784 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:19:44.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 06:19:44.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:19:44.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:19:44.784 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:19:44.784 DEBUG [main][MenuItemLookup] Found menu:'File' 06:19:44.784 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:19:44.784 DEBUG [main][MenuItemLookup] Item match:Edit 06:19:44.784 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:19:44.784 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:19:44.784 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:44.784 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:19:44.784 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:19:44.784 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:19:44.784 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:44.784 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:19:44.784 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:19:44.784 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:19:44.784 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:19:44.784 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:19:44.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:19:44.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:19:44.806 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 06:19:44.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:19:44.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:19:44.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:19:44.807 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:19:44.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:19:44.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:19:44.807 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 06:19:44.807 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:19:44.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:19:44.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:19:44.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:19:44.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:19:44.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:19:44.807 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:19:44.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:19:44.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:19:44.807 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:19:44.807 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:19:44.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:19:44.851 DEBUG [Worker-7: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 06:19:44.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:19:44.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:19:44.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 06:19:45.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 06:19:45.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:19:45.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:19:45.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:19:45.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:19:45.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 06:19:45.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 06:19:45.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 06:19:55.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 06:19:55.869 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.... 06:19:55.870 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 06:19:55.870 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:55.870 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:55.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:55.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:55.871 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Synchronized] 06:19:55.871 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Synchronized] 06:19:55.871 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Synchronized] about selection 06:19:55.874 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Synchronized] 06:19:55.874 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:19:55.874 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:19:55.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:19:55.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:19:55.875 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Synchronized] 06:19:55.875 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Synchronized] 06:19:55.875 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Synchronized] about selection 06:19:55.878 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Synchronized] 06:19:55.879 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 06:19:55.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:19:55.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:19:55.879 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:19:55.879 DEBUG [main][MenuItemLookup] Found menu:'File' 06:19:55.879 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:19:55.879 DEBUG [main][MenuItemLookup] Item match:Edit 06:19:55.879 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:19:55.879 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:19:55.879 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:55.879 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:19:55.879 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:19:55.879 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:19:55.879 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:55.879 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:19:55.879 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:19:55.879 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:19:55.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 06:19:55.879 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:19:55.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 06:19:55.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:19:55.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:19:55.880 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:19:55.880 DEBUG [main][MenuItemLookup] Found menu:'File' 06:19:55.880 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:19:55.880 DEBUG [main][MenuItemLookup] Item match:Edit 06:19:55.880 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:19:55.880 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:19:55.880 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:55.880 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:19:55.880 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:19:55.880 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:19:55.880 DEBUG [main][MenuItemLookup] Found menu:'' 06:19:55.880 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:19:55.880 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:19:55.880 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:19:55.880 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:19:55.880 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:19:55.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:19:55.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:19:55.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 06:19:55.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:19:55.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:19:55.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:19:55.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:19:55.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:19:55.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:19:55.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 06:19:55.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:19:55.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:19:55.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:19:55.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:19:55.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:19:55.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:19:55.902 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:19:55.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:19:55.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:19:55.902 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:19:55.902 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:19:55.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:19:55.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:19:55.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:19:55.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:19:55.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 06:19:55.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 06:19:55.949 DEBUG [Worker-1: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 06:19:56.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 06:19:56.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 06:19:56.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 06:19:56.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 06:19:57.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:19:57.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:19:57.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:19:57.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:19:57.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 06:19:57.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 06:19:57.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 'Publishing to .*'] is available.... 06:20:07.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 'Publishing to .*'] is available. failed, NO exception will be thrown 06:20:07.461 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.... 06:20:07.461 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 06:20:07.461 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:07.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:07.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:07.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20:07.462 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 06:20:07.462 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 06:20:07.462 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 06:20:07.465 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 06:20:07.466 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:07.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:07.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:07.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20:07.467 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 06:20:07.467 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 06:20:07.467 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 06:20:07.472 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 06:20:07.472 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 06:20:07.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:20:07.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:20:07.473 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:20:07.473 DEBUG [main][MenuItemLookup] Found menu:'File' 06:20:07.473 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:20:07.473 DEBUG [main][MenuItemLookup] Item match:Edit 06:20:07.473 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:20:07.473 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:20:07.473 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:07.473 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:20:07.473 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:20:07.473 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:20:07.473 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:07.473 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:20:07.473 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:20:07.473 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:20:07.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 06:20:07.473 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:20:07.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 06:20:07.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:20:07.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:20:07.474 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:20:07.474 DEBUG [main][MenuItemLookup] Found menu:'File' 06:20:07.474 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:20:07.474 DEBUG [main][MenuItemLookup] Item match:Edit 06:20:07.474 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 06:20:07.474 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 06:20:07.474 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:07.474 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:20:07.474 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:20:07.474 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:20:07.474 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:07.474 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:20:07.474 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:20:07.474 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:20:07.474 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:20:07.474 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:20:07.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:20:07.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 06:20:07.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 06:20:07.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:07.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:07.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:20:07.494 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:20:07.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:20:07.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:20:07.495 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 06:20:07.495 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:20:07.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:07.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:07.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:07.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:07.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:07.495 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:20:07.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:07.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:07.495 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:07.495 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:07.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:20:07.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:20:07.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:20:07.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 06:20:07.535 DEBUG [Worker-2: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 06:20:08.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 06:20:08.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 06:20:09.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:20:09.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:20:09.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:20:09.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 06:20:09.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 06:20:09.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.... 06:20:19.043 DEBUG [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 06:20:19.043 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.... 06:20:19.044 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 06:20:19.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:20:19.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:20:19.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:20:19.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:19.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:19.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 06:20:19.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:20:19.045 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:20:19.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:20:19.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:20:19.045 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithPublishState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 06:20:19.046 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:19.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:19.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:19.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:20:19.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:20:19.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:20:19.047 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 06:20:19.047 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 06:20:19.048 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 06:20:19.053 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 06:20:19.053 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:19.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:19.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:19.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20:19.054 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server ABC' 06:20:19.054 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:19.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:19.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:19.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20:19.061 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:19.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:19.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:19.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20:19.062 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server ABC 06:20:19.062 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:19.062 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:19.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:19.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20:19.062 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 06:20:19.062 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 06:20:19.063 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 06:20:19.066 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 06:20:19.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:19.066 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:20:19.066 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:19.078 DEBUG [main][MenuItemLookup] Found menu:'New' 06:20:19.078 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:20:19.078 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:20:19.078 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:19.078 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:20:19.078 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:20:19.078 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:20:19.078 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:20:19.078 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:19.078 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 06:20:19.078 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 06:20:19.078 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 06:20:19.078 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 06:20:19.078 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 06:20:19.078 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 06:20:19.078 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 06:20:19.078 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 06:20:19.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 06:20:19.078 DEBUG [Worker-3: Stopping Server ABC][AbstractWait] Wait for 1 seconds 06:20:20.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 06:20:20.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 06:20:20.579 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:20.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:20.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:20.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20:20.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 06:20:20.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:20:20.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:20:20.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:20:20.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:20:20.580 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:20.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:20.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:20.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20:20.581 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 06:20:20.581 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:20.581 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:20:20.582 DEBUG [main][EditorHandler] 0 editor(s) found 06:20:20.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:20.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:20.582 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:20:20.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:20.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:20.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:20:20.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:20.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:20.583 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:20:20.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:20:20.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:20.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:20.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:20.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:20.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:20:20.584 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:20:20.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:20:20.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:20.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20:20.602 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:20:20.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:20:20.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:20.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20:20.603 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:20:20.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:20:20.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:20.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20:20.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:20.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:20.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:21.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:21.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:21.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:21.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:21.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:20:21.605 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:20:21.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:20:21.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:21.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20: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 06:20:21.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:21.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:21.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:21.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:21.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:20:21.606 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 06:20:21.606 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 06:20:21.606 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 06:20:21.606 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:20:21.606 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:20:21.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:21.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20:21.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:21.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:21.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:22.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:22.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:22.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:22.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:22.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:20:22.608 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:20:22.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:20:22.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:22.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20:22.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 06:20:22.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:22.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:22.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:22.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:22.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:20:22.609 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 06:20:22.609 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 06:20:22.609 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 06:20:22.609 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:20:22.609 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:20:22.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:22.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20:22.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 06:20:22.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:22.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:22.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:22.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:22.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:20:22.610 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:20:22.610 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:20:22.610 DEBUG [main][TreeItemHandler] Set Tree selection 06:20:22.610 DEBUG [main][TreeHandler] Notify Tree about selection event 06:20:22.614 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:20:22.617 DEBUG [WorkbenchTestable][TreeItemHandler] server-project 06:20:22.618 DEBUG [WorkbenchTestable][TreeItemHandler] server-project-2 06:20:22.618 DEBUG [WorkbenchTestable][TreeItemHandler] server-project-3 06:20:22.618 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:20:22.618 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:22.636 DEBUG [main][MenuItemLookup] Found menu:'New' 06:20:22.636 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:20:22.636 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:22.636 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:20:22.636 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:22.636 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:20:22.636 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:20:22.636 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:20:22.636 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:20:22.636 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:20:22.636 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:20:22.636 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:22.636 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:20:22.636 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:20:22.636 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:22.636 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:20:22.636 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:20:22.636 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:20:22.636 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:20:22.636 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:20:22.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:20:22.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:20:23.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:20:23.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:20:23.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:20:23.137 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:20:23.137 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:23.152 DEBUG [main][MenuItemLookup] Found menu:'New' 06:20:23.152 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:20:23.152 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:23.152 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:20:23.152 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:23.152 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:20:23.152 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:20:23.152 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:20:23.152 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:20:23.152 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:20:23.152 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:20:23.152 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:20:23.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:20:23.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 06:20:23.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:20:23.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:23.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:23.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:20:23.706 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:20:23.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:20:23.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:20:23.707 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:20:23.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:20:23.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:23.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:23.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:23.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:23.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:23.707 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:20:23.707 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:20:23.707 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:20:23.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:23.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:23.707 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:23.707 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:23.707 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:20:23.707 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:20:23.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:20:23.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:20:23.707 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:20:23.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:20:23.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:23.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:23.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:23.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:23.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:23.708 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:20:23.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:23.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:23.708 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:23.708 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:23.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:20:23.710 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:20:24.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:20:24.210 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:20:24.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:20:24.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:20:24.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:20:24.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:20:24.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:20:24.211 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:20:24.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:20:24.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:24.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20:24.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:24.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:24.214 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:20:24.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:24.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:24.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:20:24.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:24.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:24.215 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:20:24.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:20:24.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:24.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:24.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:24.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:24.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:20:24.216 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:24.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:24.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:24.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20:24.223 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:24.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:24.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:24.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20:24.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 06:20:24.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:24.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:24.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:24.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:24.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:20:24.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:24.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:24.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:20:24.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:24.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:24.225 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:20:24.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:20:24.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:24.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:24.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:24.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:24.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:20:24.227 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:24.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:24.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:24.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:20:24.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:20:24.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:20:24.228 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped, Synchronized] 06:20:24.228 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped, Synchronized] 06:20:24.228 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped, Synchronized] about selection 06:20:24.239 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped, Synchronized] 06:20:24.240 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:24.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:24.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:24.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20:24.240 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server ABC'. Stop server first: false 06:20:24.240 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:24.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:24.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:24.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20:24.241 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:20:24.241 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:24.251 DEBUG [main][MenuItemLookup] Found menu:'New' 06:20:24.251 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:20:24.251 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:20:24.251 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:24.251 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:20:24.251 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:20:24.251 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:20:24.251 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:20:24.251 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 06:20:24.251 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:20:24.251 INFO [main][MenuItemHandler] Select menu item: Delete Delete 06:20:24.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 06:20:24.269 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 06:20:24.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 06:20:24.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:24.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:24.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:20:24.269 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:20:24.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:20:24.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:20:24.270 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 06:20:24.270 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:20:24.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:24.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:24.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:24.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:24.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:24.270 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:20:24.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:24.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:24.270 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:24.270 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:24.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:20:24.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:20:24.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:24.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:24.289 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:20:24.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:24.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:24.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:20:24.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:24.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:24.291 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:20:24.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:20:24.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:24.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:24.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:24.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:24.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:20:24.292 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:24.292 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:24.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:24.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:20:24.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:20:24.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:20:24.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC... 06:20:24.293 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:24.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:24.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:24.293 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 06:20:24.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:20:24.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:24.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:24.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:24.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:24.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:25.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:25.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:25.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:20:25.296 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:20:25.296 INFO [WorkbenchTestable][ServersView2] Requested server 'Server ABC' was not found on Servers view 06:20:25.296 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:25.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:25.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:25.297 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 06:20:25.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:20:25.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:25.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:25.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:25.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:25.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:26.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:26.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:26.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:20:26.299 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:20:26.299 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 06:20:26.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC finished successfully 06:20:26.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:20:26.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:20:26.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:20:26.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:20:26.299 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 06:20:26.299 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:20:26.299 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:20:26.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:20:26.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 175.405 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.706 s restartServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 13.772 s stopServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 12.217 s testGetServerModuleWithNoState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 30.894 s removeServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 30.906 s testGetServerModuleWithStates no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 14.723 s testGetServerModuleWithServerState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 12.217 s testGetServerModuleWithPublishState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 35.881 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 06:20:26.304 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 06:20:26.305 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:20:26.305 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:20:26.305 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 06:20:26.305 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:20:26.305 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:20:26.306 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:20:26.306 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:20:26.306 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:20:26.306 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:20:26.306 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest) 06:20:26.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 06:20:26.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:20:26.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:20:26.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:20:26.306 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:20:26.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:26.306 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:20:26.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:26.307 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:20:26.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:26.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:20:26.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:26.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:26.307 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:20:26.307 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:20:26.307 DEBUG [main][MenuItemLookup] Found menu:'File' 06:20:26.307 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:20:26.307 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:20:26.307 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:20:26.307 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:20:26.307 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:20:26.307 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:20:26.307 DEBUG [main][MenuItemLookup] Item match:Window 06:20:26.308 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:20:26.308 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:20:26.308 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:20:26.308 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:26.308 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:20:26.308 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:20:26.308 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:26.308 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:20:26.308 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:26.308 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:20:26.308 DEBUG [main][MenuItemLookup] Item match:Preferences 06:20:26.308 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:20:26.308 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:20:26.308 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:20:26.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:20:26.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:20:26.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:20:26.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:26.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:26.381 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:20:26.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:26.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:20:26.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:26.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:26.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:26.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:26.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:20:26.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:20:26.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:20:26.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 06:20:26.383 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:20:26.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:26.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:26.883 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:20:26.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 06:20:26.884 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:20:26.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:26.884 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:20:26.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:26.884 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:20:26.884 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 06:20:26.885 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 06:20:26.885 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 06:20:26.885 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 06:20:26.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:26.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:26.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:27.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:27.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:27.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:27.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:27.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:20:27.914 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 06:20:27.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 06:20:27.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:27.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:27.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:27.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:27.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:20:27.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:27.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:27.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:27.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:27.916 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Server 1(Test runtime)' 06:20:27.916 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 06:20:27.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:27.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:27.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:27.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:27.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:20:27.917 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Server 1' 06:20:27.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:27.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:27.917 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Server 1' was found 06:20:27.917 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Server 1' matched 'Server 1'! Selecting... 06:20:27.917 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 06:20:27.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:27.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:27.917 TRACE [main][WidgetHandler] Notify Table with event 13 06:20:27.917 TRACE [main][WidgetHandler] Wait for synchronization 06:20:27.917 DEBUG [WorkbenchTestable][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") 06:20:27.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:27.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:27.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:27.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:27.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:27.918 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:20:27.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:27.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:27.918 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:27.919 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:27.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:20:30.937 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 06:20:30.937 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 06:20:30.937 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 06:20:30.937 DEBUG [WorkbenchTestable][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...") 06:20:30.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:30.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:30.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:30.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:30.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:30.939 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:20:30.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:30.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:30.939 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:30.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:30.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:20:30.987 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:30.987 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:30.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:20:30.988 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 06:20:30.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:30.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:30.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:20:30.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:20:30.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.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 06:20:30.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:30.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:30.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:30.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:30.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:20:30.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:20:30.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:20:30.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:20:30.992 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:20:30.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:30.992 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:20:30.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:30.992 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:20:30.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:20:30.993 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:20:30.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:30.993 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:20:30.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:30.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:20:30.993 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 06:20:30.993 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 06:20:30.993 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 06:20:30.993 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 06:20:30.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:20:30.993 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:20:30.993 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:20:31.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:20:31.494 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 06:20:31.494 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 06:20:31.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 06:20:31.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:31.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:31.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:31.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:31.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:31.497 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:20:31.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:31.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:31.497 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:31.497 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:31.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:20:32.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:20:32.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:20:32.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:20:32.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:20:32.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:20:32.000 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 06:20:32.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:32.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:32.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:32.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:32.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:20:32.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:32.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:32.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:32.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:32.003 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 06:20:32.003 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 06:20:32.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:32.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:32.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:32.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:32.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:20:32.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:32.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:32.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:32.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:32.004 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 06:20:32.004 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 06:20:32.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:32.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:32.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:32.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:32.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:20:32.005 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 06:20:32.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:32.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:32.005 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 06:20:32.005 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 06:20:32.005 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 06:20:32.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:32.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:32.005 TRACE [main][WidgetHandler] Notify Table with event 13 06:20:32.005 TRACE [main][WidgetHandler] Wait for synchronization 06:20:32.005 DEBUG [WorkbenchTestable][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") 06:20:32.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:32.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:32.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:32.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:32.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:32.006 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:20:32.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:32.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:32.006 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:32.006 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:32.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:20:35.010 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 06:20:35.010 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 06:20:35.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:20:35.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:35.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:35.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:35.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:35.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:35.013 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:20:35.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:35.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:35.013 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:35.013 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:35.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:20:35.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:20:35.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:20:35.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:35.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:35.035 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 06:20:35.035 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:20:35.035 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:20:35.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:20:35.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:20:35.036 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest) 06:20:35.036 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 06:20:35.036 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:20:35.036 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:20:35.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:20:35.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.732 s - in org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest) Time elapsed: 8.73 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 06:20:35.040 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 06:20:35.041 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:20:35.041 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:20:35.041 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 06:20:35.041 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:20:35.041 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:20:35.050 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:20:35.050 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:20:35.050 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:20:35.050 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:20:35.050 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 06:20:35.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 06:20:35.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:20:35.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:20:35.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:20:35.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:35.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:35.052 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:20:35.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:35.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:35.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:20:35.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:35.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:35.053 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:20:35.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:20:35.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:35.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:35.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:35.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:35.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:20:35.055 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:35.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:35.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:35.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:20:35.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:20:35.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:20:35.056 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:35.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:35.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:35.057 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 06:20:35.057 INFO [WorkbenchTestable][ServersView2] Create new server 06:20:35.057 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 06:20:35.057 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:35.057 DEBUG [main][MenuItemLookup] Found menu:'New' 06:20:35.057 DEBUG [main][MenuItemLookup] Item match:New 06:20:35.058 DEBUG [main][MenuItemLookup] Found menu:'Server' 06:20:35.058 DEBUG [main][MenuItemLookup] Item match:Server 06:20:35.064 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 06:20:35.064 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 06:20:35.064 INFO [main][MenuItemHandler] Select menu item: Server 06:20:35.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 06:20:35.133 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 06:20:35.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:20:35.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:35.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:35.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'] 06:20:35.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:35.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:35.134 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:20:35.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:35.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:35.134 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 06:20:35.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:35.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:35.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:20:35.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:35.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:35.134 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:20:35.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:35.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 06:20:35.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:35.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:35.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:35.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:35.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:20:35.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:20:35.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:20:35.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 06:20:35.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:20:35.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:20:35.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:20:35.138 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:20:35.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:35.138 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:20:35.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:35.138 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:20:35.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:20:35.138 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:20:35.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:35.138 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:20:35.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:35.138 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:20:35.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 06:20:35.138 DEBUG [WorkbenchTestable][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 06:20:35.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:35.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:35.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:35.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:35.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:20:35.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:20:35.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:20:35.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:20:35.139 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:20:35.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:35.139 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:20:35.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:35.139 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:20:35.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:20:35.139 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:20:35.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:35.139 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:20:35.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:35.139 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:20:35.140 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 06:20:35.140 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 06:20:35.140 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 06:20:35.141 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 06:20:35.141 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:20:35.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:35.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:35.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:35.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:35.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:35.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:35.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:35.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:20:35.642 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:20:35.642 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:20:36.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:20:36.143 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:20:36.143 INFO [WorkbenchTestable][NewServerWizard] Cancel wizard 06:20:36.143 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:20:36.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:36.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:36.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:36.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:36.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:36.148 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:20:36.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:36.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:36.148 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:36.148 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:36.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:20:36.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:20:36.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:20:36.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:20:36.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:20:36.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:20:36.178 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:36.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:36.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:36.178 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 06:20:36.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:20:36.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:36.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:36.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:36.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:36.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:37.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:37.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:37.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:20:37.180 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:20:37.180 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 06:20:37.180 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:20:37.180 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:20:37.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:20:37.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:20:37.181 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 06:20:37.181 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:20:37.181 INFO [WorkbenchTestable][RequirementsRunner] Started test: setHostName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 06:20:37.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 06:20:37.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:20:37.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:20:37.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:20:37.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:37.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:37.182 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:20:37.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:37.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:37.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:20:37.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:37.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:37.184 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:20:37.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') 06:20:37.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:37.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:37.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:37.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:37.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:20:37.185 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:37.185 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:37.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:37.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:20:37.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:20:37.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:20:37.186 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:37.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:37.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:37.193 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 06:20:37.193 INFO [WorkbenchTestable][ServersView2] Create new server 06:20:37.193 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 06:20:37.193 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:37.194 DEBUG [main][MenuItemLookup] Found menu:'New' 06:20:37.194 DEBUG [main][MenuItemLookup] Item match:New 06:20:37.194 DEBUG [main][MenuItemLookup] Found menu:'Server' 06:20:37.194 DEBUG [main][MenuItemLookup] Item match:Server 06:20:37.194 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 06:20:37.194 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 06:20:37.194 INFO [main][MenuItemHandler] Select menu item: Server 06:20:37.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 06:20:37.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 06:20:37.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:20:37.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:37.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:37.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:20:37.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:37.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:37.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:20:37.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:37.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:37.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 06:20:37.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:37.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:37.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:20:37.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:37.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:37.265 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:20:37.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:37.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server's host name:") 06:20:37.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:37.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:37.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:37.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:37.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:20:37.267 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:20:37.267 INFO [WorkbenchTestable][AbstractText] Text set to: ABC 06:20:37.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:20:37.268 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:20:37.268 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:20:37.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:20:37.768 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:20:37.768 INFO [WorkbenchTestable][NewServerWizard] Cancel wizard 06:20:37.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.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) 06:20:37.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:37.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:37.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:37.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:37.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:37.770 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:20:37.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:37.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:37.770 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:37.770 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:37.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:20:37.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:20:37.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:20:37.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:20:37.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:20:37.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:20:37.799 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:37.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:37.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:37.800 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 06:20:37.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:20:37.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:37.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:37.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:38.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:38.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:38.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:38.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:38.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:20:38.802 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:20:38.802 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 06:20:38.802 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:20:38.802 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:20:38.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:20:38.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:20:38.803 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setHostName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 06:20:38.803 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:20:38.803 INFO [WorkbenchTestable][RequirementsRunner] Started test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 06:20:38.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 06:20:38.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:20:38.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:20:38.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:20:38.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:38.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:38.804 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:20:38.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:38.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:38.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:20:38.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:38.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:38.806 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:20:38.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:20:38.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:38.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:38.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:38.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:38.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:20:38.807 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:38.807 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:38.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:38.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:20:38.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:20:38.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:20:38.808 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:38.808 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:38.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:38.809 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 06:20:38.809 INFO [WorkbenchTestable][ServersView2] Create new server 06:20:38.809 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 06:20:38.809 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:38.809 DEBUG [main][MenuItemLookup] Found menu:'New' 06:20:38.810 DEBUG [main][MenuItemLookup] Item match:New 06:20:38.810 DEBUG [main][MenuItemLookup] Found menu:'Server' 06:20:38.810 DEBUG [main][MenuItemLookup] Item match:Server 06:20:38.810 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 06:20:38.810 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 06:20:38.810 INFO [main][MenuItemHandler] Select menu item: Server 06:20:38.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 06:20:38.886 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 06:20:38.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:20:38.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:38.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:38.886 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:20:38.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:38.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:38.886 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:20:38.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:38.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:38.886 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 06:20:38.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:38.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:38.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:20:38.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:38.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:38.887 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:20:38.887 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:38.888 DEBUG [WorkbenchTestable][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 06:20:38.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:38.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:38.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:38.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:38.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:20:38.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:20:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:20:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 06:20:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:20:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:20:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:20:38.890 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:20:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:38.890 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:20:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:38.890 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:20:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:20:38.890 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:20:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:38.890 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:20:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:38.890 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:20:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 06:20:38.890 DEBUG [WorkbenchTestable][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 06:20:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:38.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:38.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:38.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:38.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:20:38.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:20:38.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:20:38.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:20:38.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:20:38.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:38.891 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:20:38.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:38.891 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:20:38.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:20:38.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:20:38.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:38.891 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:20:38.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:38.891 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:20:38.891 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 06:20:38.891 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 06:20:38.892 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 06:20:38.893 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 06:20:38.893 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:20:38.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:38.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:38.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:38.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:38.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:38.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:39.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:39.394 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:") 06:20:39.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:39.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:39.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:39.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:39.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:20:39.397 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:20:39.397 INFO [WorkbenchTestable][AbstractText] Text set to: ABC server 06:20:39.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:20:39.398 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:20:39.398 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:20:39.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:20:39.898 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:20:39.898 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 06:20:39.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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) 06:20:39.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:39.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:39.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:39.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:39.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:39.901 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:20:39.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:39.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:39.901 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:39.901 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:39.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:20:40.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:20:40.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:20:40.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:20:40.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:20:40.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:20:40.405 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:40.405 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:40.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:40.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 06:20:40.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:20:40.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:20:40.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:20:40.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:40.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:40.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:40.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:40.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:20:40.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:40.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:40.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:20:40.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:40.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:40.409 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:20:40.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') 06:20:40.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:40.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:40.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:40.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:40.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:20:40.410 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:40.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:40.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:40.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:20:40.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:20:40.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:20:40.412 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:40.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:40.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:40.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20:40.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 06:20:40.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:40.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:40.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:40.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:40.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:20:40.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:40.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:40.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:20:40.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:40.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:40.414 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:20:40.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') 06:20:40.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:40.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:40.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:40.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:40.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:20:40.416 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:40.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:40.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:40.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:20:40.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:20:40.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:20:40.417 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ABC server [Stopped] 06:20:40.417 DEBUG [main][TreeItemHandler] Selecting tree item: ABC server [Stopped] 06:20:40.418 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ABC server [Stopped] about selection 06:20:40.429 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ABC server [Stopped] 06:20:40.429 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:40.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:40.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:40.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20:40.430 INFO [WorkbenchTestable][AbstractServer] Delete server 'ABC server'. Stop server first: false 06:20:40.430 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:40.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:40.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:40.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:20:40.431 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:20:40.431 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:40.440 DEBUG [main][MenuItemLookup] Found menu:'New' 06:20:40.440 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:20:40.440 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:20:40.440 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:40.440 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:20:40.440 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:20:40.440 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:20:40.440 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:20:40.440 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 06:20:40.440 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:20:40.440 INFO [main][MenuItemHandler] Select menu item: Delete Delete 06:20:40.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 06:20:40.460 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 06:20:40.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 06:20:40.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:40.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:40.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") 06:20:40.461 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:20:40.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:20:40.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:20:40.461 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 06:20:40.461 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:20:40.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:40.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:40.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:40.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:40.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:40.461 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:20:40.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:40.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:40.461 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:40.461 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:40.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:20:40.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:20:40.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:40.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:40.481 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:20:40.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:40.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:40.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:20:40.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:40.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:40.482 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:20:40.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:20:40.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:40.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:40.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:40.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:40.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:20:40.484 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:40.484 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:40.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:40.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:20:40.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:20:40.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:20:40.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: ABC server... 06:20:40.485 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:40.485 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:40.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:40.485 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 06:20:40.485 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:20:40.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:40.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:40.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:40.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:40.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:41.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:41.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:41.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:20:41.488 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:20:41.488 INFO [WorkbenchTestable][ServersView2] Requested server 'ABC server' was not found on Servers view 06:20:41.488 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:20:41.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:20:41.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:20:41.489 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 06:20:41.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:20:41.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:41.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:41.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:41.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:41.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:42.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:42.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:42.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:20:42.491 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:20:42.491 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 06:20:42.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: ABC server finished successfully 06:20:42.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:20:42.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:20:42.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:20:42.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:20:42.491 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 06:20:42.491 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:20:42.491 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:20:42.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:20:42.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:20:42.492 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 06:20:42.492 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 06:20:42.492 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:20:42.492 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:20:42.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:20:42.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.452 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.131 s setHostName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) Time elapsed: 1.622 s setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) Time elapsed: 3.689 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 06:20:42.496 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 06:20:42.496 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:20:42.497 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:20:42.497 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 06:20:42.497 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:20:42.497 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:20:42.497 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:20:42.497 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:20:42.497 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:20:42.497 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:20:42.497 INFO [WorkbenchTestable][RequirementsRunner] Started test: editRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 06:20:42.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 06:20:42.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:20:42.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:20:42.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:20:42.497 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:20:42.498 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:42.498 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:20:42.498 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:42.498 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:20:42.498 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:42.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:20:42.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:42.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:42.498 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:20:42.498 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:20:42.498 DEBUG [main][MenuItemLookup] Found menu:'File' 06:20:42.498 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:20:42.498 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:20:42.498 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:20:42.498 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:20:42.498 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:20:42.498 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:20:42.498 DEBUG [main][MenuItemLookup] Item match:Window 06:20:42.499 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:20:42.499 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:20:42.499 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:20:42.499 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:42.499 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:20:42.499 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:20:42.499 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:42.499 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:20:42.499 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:42.499 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:20:42.499 DEBUG [main][MenuItemLookup] Item match:Preferences 06:20:42.499 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:20:42.499 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:20:42.499 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:20:42.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:20:42.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:20:42.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:20:42.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:42.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:42.555 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:20:42.555 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:42.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:20:42.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:42.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:42.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:42.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:42.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:20:42.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:20:42.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:20:42.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 06:20:42.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:20:42.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:42.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:20:42.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:42.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:20:42.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 06:20:42.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:20:42.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:42.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:20:42.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:42.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:20:42.557 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 06:20:42.557 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 06:20:42.557 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 06:20:42.557 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 06:20:42.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:42.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:42.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:43.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:43.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:43.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:43.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:43.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:20:43.561 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 06:20:43.561 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 06:20:43.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:43.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:43.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:43.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:43.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:20:43.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:43.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:43.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:43.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:43.566 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server ABC server(Test runtime)' 06:20:43.566 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 06:20:43.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:43.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:43.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:43.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:43.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:20:43.567 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'ABC server' 06:20:43.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:43.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:43.567 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'ABC server' was found 06:20:43.567 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'ABC server' matched 'ABC server'! Selecting... 06:20:43.567 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 06:20:43.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:43.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:43.567 TRACE [main][WidgetHandler] Notify Table with event 13 06:20:43.567 TRACE [main][WidgetHandler] Wait for synchronization 06:20:43.567 DEBUG [WorkbenchTestable][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") 06:20:43.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:43.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:43.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:43.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:43.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:43.568 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:20:43.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:43.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:43.568 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:43.568 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:43.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:20:46.573 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 06:20:46.573 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 06:20:46.573 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 06:20:46.573 DEBUG [WorkbenchTestable][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...") 06:20:46.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:46.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:46.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:46.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:46.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:46.574 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:20:46.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:46.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:46.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:46.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:46.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:20:46.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:46.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:46.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:20:46.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 06:20:46.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:46.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:46.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:20:46.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:20:46.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.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 06:20:46.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:46.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:46.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:46.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:46.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:20:46.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:20:46.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:20:46.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:20:46.620 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:20:46.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:46.620 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:20:46.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:46.620 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:20:46.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:20:46.620 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:20:46.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:46.620 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:20:46.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:46.620 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:20:46.621 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 06:20:46.621 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 06:20:46.621 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 06:20:46.621 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 06:20:46.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:20:46.621 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:20:46.621 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:20:47.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:20:47.122 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 06:20:47.122 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 06:20:47.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.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) 06:20:47.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:47.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:47.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:47.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:47.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:47.125 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:20:47.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:47.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:47.125 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:47.125 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:47.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:20:47.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:20:47.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:20:47.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:20:47.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:20:47.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:20:47.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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...") 06:20:47.629 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:20:47.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:20:47.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:20:47.630 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 06:20:47.630 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:20:47.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:47.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:47.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:47.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:47.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:47.631 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 06:20:47.631 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 06:20:47.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:47.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:47.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:47.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:47.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:20:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:47.634 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 06:20:47.634 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 06:20:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:47.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:47.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:47.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:20:47.634 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 06:20:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:47.634 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 06:20:47.635 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 06:20:47.635 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 06:20:47.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:47.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:47.635 TRACE [main][WidgetHandler] Notify Table with event 13 06:20:47.635 TRACE [main][WidgetHandler] Wait for synchronization 06:20:47.635 DEBUG [WorkbenchTestable][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") 06:20:47.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:47.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:47.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:47.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:47.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:47.636 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:20:47.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:47.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:47.636 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:47.636 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:47.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:20:50.641 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 06:20:50.641 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 06:20:50.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:20:50.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:50.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:50.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:50.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:50.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:50.644 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:20:50.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:50.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:50.644 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:50.644 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:50.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:20:50.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:20:50.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:20:50.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:50.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:50.661 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 06:20:50.661 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:20:50.661 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:20:50.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:20:50.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:20:50.661 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 06:20:50.661 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:20:50.661 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeAllRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 06:20:50.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 06:20:50.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:20:50.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:20:50.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:20:50.661 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:20:50.661 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:50.661 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:20:50.661 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:50.661 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:20:50.662 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:50.662 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:20:50.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:50.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:50.662 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:20:50.662 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:20:50.662 DEBUG [main][MenuItemLookup] Found menu:'File' 06:20:50.662 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:20:50.662 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:20:50.662 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:20:50.662 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:20:50.662 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:20:50.662 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:20:50.662 DEBUG [main][MenuItemLookup] Item match:Window 06:20:50.662 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:20:50.662 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:20:50.662 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:20:50.662 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:50.662 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:20:50.662 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:20:50.662 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:50.662 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:20:50.662 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:50.662 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:20:50.662 DEBUG [main][MenuItemLookup] Item match:Preferences 06:20:50.662 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:20:50.662 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:20:50.662 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:20:50.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.... 06:20:50.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 'Preferences.*'] is available. finished successfully 06:20:50.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:20:50.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:50.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:50.722 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:20:50.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:50.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:20:50.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:50.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:50.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:50.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:50.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:20:50.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:20:50.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:20:50.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 06:20:50.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:20:50.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:50.724 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:20:50.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:50.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:20:50.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 06:20:50.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:20:50.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:50.724 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:20:50.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:50.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:20:50.724 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 06:20:50.724 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 06:20:50.724 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 06:20:50.724 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 06:20:50.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:50.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:50.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:51.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:51.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:51.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:51.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:20:51.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:20:51.729 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 06:20:51.729 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 06:20:51.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:51.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:51.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:51.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:51.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:20:51.733 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 06:20:51.733 DEBUG [WorkbenchTestable][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...") 06:20:51.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:51.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:51.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:51.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:51.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:51.734 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:20:51.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:51.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:51.734 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:51.734 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:51.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 06:20:51.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:51.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:51.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:20:51.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 06:20:51.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:51.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:51.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:20:51.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:20:51.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 06:20:51.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:51.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:51.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:51.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:51.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:20:51.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:20:51.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:20:51.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:20:51.780 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:20:51.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:51.780 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:20:51.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:51.780 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:20:51.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:20:51.781 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:20:51.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:51.781 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:20:51.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:51.781 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:20:51.781 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 06:20:51.781 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 06:20:51.781 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 06:20:51.781 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 06:20:51.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:20:51.781 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:20:51.781 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:20:52.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:20:52.282 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 06:20:52.282 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 06:20:52.282 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:20:52.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:52.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:52.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:52.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:52.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:52.285 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:20:52.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:52.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:52.285 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:52.285 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:52.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:20:52.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:20:52.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:20:52.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:20:52.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:20:52.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:20:52.790 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 06:20:52.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 06:20:52.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:52.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:52.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:52.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:52.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:52.791 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:20:52.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:52.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:52.791 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:52.791 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:52.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:20:52.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:52.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:52.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:20:52.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 06:20:52.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:52.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:52.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:20:52.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:20:52.835 DEBUG [WorkbenchTestable][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 06:20:52.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:52.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:52.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:52.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:52.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:20:52.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:20:52.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:20:52.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:20:52.836 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:20:52.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:52.837 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:20:52.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:52.837 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:20:52.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:20:52.837 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:20:52.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:52.837 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:20:52.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:52.837 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:20:52.837 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 06:20:52.837 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 06:20:52.837 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 06:20:52.837 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 06:20:52.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:20:52.837 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:20:52.837 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:20:53.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:20:53.338 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 06:20:53.338 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 06:20:53.338 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:20:53.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:53.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:53.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:53.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:53.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:53.341 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:20:53.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:53.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:53.341 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:53.341 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:53.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:20:53.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:20:53.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:20:53.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:20:53.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:20:53.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:20:53.846 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 06:20:53.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:53.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:53.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:53.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:53.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:20:53.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:53.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:53.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:53.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:53.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:53.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:53.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:53.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:53.849 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 06:20:53.850 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 06:20:53.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:53.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:53.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:53.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:53.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:20:53.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:53.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:53.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:53.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:53.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:53.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:53.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:53.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:53.851 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 06:20:53.851 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 06:20:53.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:53.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:53.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:53.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:53.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:20:53.851 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 06:20:53.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:53.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:53.851 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 06:20:53.851 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 06:20:53.851 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 06:20:53.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:53.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:53.851 TRACE [main][WidgetHandler] Notify Table with event 13 06:20:53.851 TRACE [main][WidgetHandler] Wait for synchronization 06:20:53.851 DEBUG [WorkbenchTestable][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") 06:20:53.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:53.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:53.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:53.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:53.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:53.853 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:20:53.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:53.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:53.853 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:53.853 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:53.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:20:56.858 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 06:20:56.859 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 06:20:56.859 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime (2)(Test runtime)' 06:20:56.859 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 06:20:56.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:56.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:56.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:56.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:56.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:20:56.860 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime (2)' 06:20:56.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:56.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:56.862 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' was found 06:20:56.862 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' matched 'Test runtime (2)'! Selecting... 06:20:56.862 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 06:20:56.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:20:56.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:20:56.862 TRACE [main][WidgetHandler] Notify Table with event 13 06:20:56.862 TRACE [main][WidgetHandler] Wait for synchronization 06:20:56.863 DEBUG [WorkbenchTestable][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") 06:20:56.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:56.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:56.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:56.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:56.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:56.864 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:20:56.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:56.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:56.864 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:56.864 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:56.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:20:59.868 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 06:20:59.868 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 06:20:59.868 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 06:20:59.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:59.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:59.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:59.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:59.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:20:59.871 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 06:20:59.871 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 06:20:59.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:59.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:59.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:59.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:59.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:20:59.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:20:59.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:59.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:59.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:59.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:59.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:20:59.873 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:20:59.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:20:59.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:20:59.873 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:20:59.873 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:20:59.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:20:59.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:20:59.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:20:59.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:59.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:59.890 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 06:20:59.890 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:20:59.890 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:20:59.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:20:59.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:20:59.891 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeAllRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 06:20:59.891 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:20:59.891 INFO [WorkbenchTestable][RequirementsRunner] Started test: addAndRemoveRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 06:20:59.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 06:20:59.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:20:59.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:20:59.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:20:59.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.*'] 06:20:59.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:59.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.*'] 06:20:59.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:59.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.*'] 06:20:59.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:59.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:20:59.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:59.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:59.891 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:20:59.891 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:20:59.891 DEBUG [main][MenuItemLookup] Found menu:'File' 06:20:59.891 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:20:59.891 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:20:59.891 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:20:59.891 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:20:59.891 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:20:59.891 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:20:59.891 DEBUG [main][MenuItemLookup] Item match:Window 06:20:59.892 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:20:59.892 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:20:59.892 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:20:59.892 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:59.892 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:20:59.892 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:20:59.892 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:59.892 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:20:59.892 DEBUG [main][MenuItemLookup] Found menu:'' 06:20:59.892 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:20:59.892 DEBUG [main][MenuItemLookup] Item match:Preferences 06:20:59.892 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:20:59.892 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:20:59.892 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:20:59.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.... 06:20:59.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 06:20:59.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:20:59.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:20:59.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:20:59.948 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:20:59.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:20:59.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:20:59.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:59.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:59.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:20:59.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:20:59.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:20:59.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:20:59.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:20:59.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 06:20:59.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:20:59.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:59.949 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:20:59.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:59.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:20:59.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 06:20:59.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:20:59.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:20:59.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:20:59.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:20:59.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:20:59.950 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 06:20:59.950 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 06:20:59.950 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 06:20:59.950 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 06:20:59.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:20:59.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:20:59.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:00.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:00.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:00.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:00.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:00.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:21:00.954 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 06:21:00.954 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 06:21:00.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:00.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:00.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:00.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:00.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:21:00.958 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 06:21:00.958 DEBUG [WorkbenchTestable][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...") 06:21:00.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:00.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:00.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:00.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:00.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:00.959 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:21:00.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:00.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:00.959 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:00.959 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:01.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:21:01.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:01.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:01.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:21:01.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 06:21:01.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:01.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:01.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:21:01.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:21:01.004 DEBUG [WorkbenchTestable][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 06:21:01.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:01.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:01.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:01.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:01.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:01.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:01.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:01.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:21:01.006 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:21:01.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:01.006 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:21:01.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:01.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:21:01.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:21:01.006 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:21:01.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:01.006 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:21:01.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:01.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:21:01.006 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 06:21:01.006 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 06:21:01.007 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 06:21:01.007 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 06:21:01.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:21:01.007 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:21:01.007 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:21:01.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:21:01.507 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 06:21:01.507 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 06:21:01.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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) 06:21:01.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:01.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:01.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:01.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:01.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:01.510 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:21:01.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:01.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:01.510 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:01.510 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:01.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:21:02.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:21:02.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:02.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:02.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:02.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:02.014 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 06:21:02.015 DEBUG [WorkbenchTestable][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...") 06:21:02.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:02.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:02.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:02.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:02.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:02.016 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:21:02.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:02.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:02.016 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:02.016 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:02.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 06:21:02.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:02.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:02.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:21:02.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 06:21:02.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:02.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:02.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:21:02.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:21:02.061 DEBUG [WorkbenchTestable][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 06:21:02.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:02.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:02.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:02.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:02.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:02.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:02.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:02.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:21:02.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:21:02.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:02.063 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:21:02.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:02.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:21:02.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:21:02.063 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:21:02.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:02.063 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:21:02.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:02.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:21:02.063 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 06:21:02.063 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 06:21:02.063 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 06:21:02.063 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 06:21:02.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:21:02.063 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:21:02.063 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:21:02.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:21:02.564 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 06:21:02.564 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 06:21:02.564 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:21:02.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:02.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:02.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:02.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:02.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:02.568 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:21:02.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:02.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:02.568 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:02.568 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:02.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:21:03.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:21:03.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:03.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:03.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:03.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:03.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 06:21:03.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:03.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:03.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:03.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:03.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:21:03.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:03.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:03.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:03.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:03.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:03.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:03.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:03.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:03.078 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime (2)(null)' 06:21:03.078 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 06:21:03.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:03.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:03.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:03.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:03.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:21:03.079 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime (2)' 06:21:03.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:03.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:03.079 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 06:21:03.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:03.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:03.079 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' was found 06:21:03.079 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' matched 'Test runtime (2)'! Selecting... 06:21:03.079 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 06:21:03.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:03.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:03.079 TRACE [main][WidgetHandler] Notify Table with event 13 06:21:03.079 TRACE [main][WidgetHandler] Wait for synchronization 06:21:03.079 DEBUG [WorkbenchTestable][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") 06:21:03.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:03.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:03.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:03.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:03.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:03.080 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:21:03.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:03.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:03.080 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:03.080 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:03.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:21:06.085 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 06:21:06.086 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 06:21:06.086 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 06:21:06.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:06.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:06.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:06.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:06.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:21:06.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:06.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:06.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:06.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:06.089 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(null)' 06:21:06.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 06:21:06.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:06.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:06.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:06.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:06.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:21:06.089 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 06:21:06.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:06.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:06.090 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 06:21:06.090 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 06:21:06.090 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 06:21:06.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:06.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:06.090 TRACE [main][WidgetHandler] Notify Table with event 13 06:21:06.090 TRACE [main][WidgetHandler] Wait for synchronization 06:21:06.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.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") 06:21:06.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:06.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:06.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:06.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:06.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:06.091 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:21:06.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:06.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:06.091 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:06.091 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:06.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:21:09.095 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 06:21:09.096 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 06:21:09.096 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 06:21:09.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:09.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:09.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:09.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:09.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:21:09.098 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 06:21:09.098 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 06:21:09.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:09.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:09.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:09.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:09.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:21:09.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:21:09.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:09.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:09.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:09.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:09.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:09.100 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:21:09.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:09.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:09.100 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:09.100 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:09.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:21:09.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:21:09.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:09.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:09.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:09.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 06:21:09.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:09.126 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:09.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:09.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:09.127 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addAndRemoveRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 06:21:09.127 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:21:09.127 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServerRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 06:21:09.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 06:21:09.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:21:09.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:21:09.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:21:09.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.*'] 06:21:09.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:09.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.*'] 06:21:09.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:09.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.*'] 06:21:09.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:09.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:09.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:09.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:09.128 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:21:09.128 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:21:09.128 DEBUG [main][MenuItemLookup] Found menu:'File' 06:21:09.128 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:21:09.128 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:21:09.128 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:21:09.128 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:21:09.128 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:21:09.128 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:21:09.128 DEBUG [main][MenuItemLookup] Item match:Window 06:21:09.128 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:21:09.128 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:21:09.128 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:21:09.128 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:09.128 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:21:09.128 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:21:09.128 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:09.128 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:21:09.128 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:09.128 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:21:09.128 DEBUG [main][MenuItemLookup] Item match:Preferences 06:21:09.128 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:21:09.128 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:21:09.128 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:21:09.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 'Preferences.*'] is available.... 06:21:09.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:21:09.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:21:09.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:09.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:09.184 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:21:09.184 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:09.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:21:09.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:09.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:09.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:09.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:09.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:09.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:09.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:09.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 06:21:09.186 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:21:09.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:09.186 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:21:09.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:09.186 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:21:09.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 06:21:09.186 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:21:09.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:09.186 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:21:09.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:09.186 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:21:09.186 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 06:21:09.186 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 06:21:09.187 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 06:21:09.187 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 06:21:09.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:09.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:09.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:09.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:09.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:10.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:10.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:10.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:21:10.190 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 06:21:10.190 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 06:21:10.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:10.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:10.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:10.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:10.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:21:10.194 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 06:21:10.194 DEBUG [WorkbenchTestable][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...") 06:21:10.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:10.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:10.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:10.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:10.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:10.195 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:21:10.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:10.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:10.195 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:10.195 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:10.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:21:10.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:10.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:10.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:21:10.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 06:21:10.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:10.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:10.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:21:10.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:21:10.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 06:21:10.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:10.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:10.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:10.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:10.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:10.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:10.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:10.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:21:10.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:21:10.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:10.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:21:10.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:10.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:21:10.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:21:10.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:21:10.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:10.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:21:10.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:10.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:21:10.247 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 06:21:10.247 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 06:21:10.247 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 06:21:10.247 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 06:21:10.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:21:10.247 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:21:10.247 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:21:10.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:21:10.748 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 06:21:10.748 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 06:21:10.748 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:21:10.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:10.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:10.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:10.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:10.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:10.751 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:21:10.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:10.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:10.751 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:10.751 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:10.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:21:11.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:21:11.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:11.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:11.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:11.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:11.255 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 06:21:11.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.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...") 06:21:11.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:11.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:11.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:11.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:11.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:11.256 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:21:11.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:11.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:11.256 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:11.256 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:11.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:21:11.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:11.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:11.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:21:11.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 06:21:11.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:11.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:11.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:21:11.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:21:11.298 DEBUG [WorkbenchTestable][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 06:21:11.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:11.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:11.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:11.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:11.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:21:11.299 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:21:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:11.299 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:21:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:11.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:21:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:21:11.299 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:21:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:11.299 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:21:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:11.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:21:11.300 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 2 06:21:11.300 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 2 06:21:11.300 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime 2 about selection 06:21:11.301 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 2 06:21:11.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:21:11.301 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:21:11.301 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:21:11.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:21:11.801 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 06:21:11.801 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 06:21:11.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.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) 06:21:11.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:11.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:11.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:11.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:11.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:11.805 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:21:11.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:11.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:11.805 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:11.805 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:11.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:21:12.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:21:12.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:12.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:12.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:12.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:12.308 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 06:21:12.308 DEBUG [WorkbenchTestable][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...") 06:21:12.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:12.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:12.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:12.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:12.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:12.309 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:21:12.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:12.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:12.309 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:12.309 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:12.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:21:12.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:12.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:12.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:21:12.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 06:21:12.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:12.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:12.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:21:12.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:21:12.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.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 06:21:12.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:12.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:12.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:12.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:12.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:12.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:12.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:12.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:21:12.354 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:21:12.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:12.354 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:21:12.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:12.354 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:21:12.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:21:12.354 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:21:12.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:12.354 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:21:12.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:12.354 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:21:12.354 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 2 06:21:12.354 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 2 06:21:12.355 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime 2 about selection 06:21:12.355 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 2 06:21:12.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:21:12.355 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:21:12.355 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:21:12.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:21:12.856 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 06:21:12.856 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 06:21:12.856 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:21:12.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:12.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:12.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:12.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:12.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:12.859 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:21:12.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:12.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:12.859 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:12.859 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:12.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:21:13.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:21:13.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:13.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:13.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:13.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:13.364 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 06:21:13.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:13.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:13.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:13.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:13.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:21:13.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 06:21:13.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:13.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:13.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:13.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:13.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:21:13.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.370 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 06:21:13.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:13.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:13.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:13.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:21:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.371 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 06:21:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:13.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:13.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:13.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:21:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.372 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 06:21:13.372 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 06:21:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:13.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:13.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:13.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:13.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:21:13.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.373 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 06:21:13.373 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 06:21:13.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:13.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:13.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:13.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:13.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:21:13.374 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 06:21:13.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.374 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 06:21:13.374 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 06:21:13.374 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 06:21:13.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:13.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:13.374 TRACE [main][WidgetHandler] Notify Table with event 13 06:21:13.374 TRACE [main][WidgetHandler] Wait for synchronization 06:21:13.374 DEBUG [WorkbenchTestable][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") 06:21:13.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:13.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:13.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:13.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:13.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:13.375 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:21:13.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:13.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:13.375 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:13.375 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:13.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:21:16.382 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 06:21:16.382 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 06:21:16.382 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime 2(Test runtime 2)' 06:21:16.382 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 06:21:16.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:16.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:16.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:16.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:16.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:21:16.383 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime 2' 06:21:16.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:16.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:16.385 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2' was found 06:21:16.385 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2' matched 'Test runtime 2'! Selecting... 06:21:16.385 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 06:21:16.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:16.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:16.385 TRACE [main][WidgetHandler] Notify Table with event 13 06:21:16.385 TRACE [main][WidgetHandler] Wait for synchronization 06:21:16.386 DEBUG [WorkbenchTestable][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") 06:21:16.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:16.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:16.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:16.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:16.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:16.387 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:21:16.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:16.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:16.387 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:16.387 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:16.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:21:19.392 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 06:21:19.392 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 06:21:19.392 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime 2 (2)(Test runtime 2)' 06:21:19.392 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 06:21:19.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:19.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:19.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:19.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:19.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:21:19.393 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime 2 (2)' 06:21:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:19.395 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2 (2)' was found 06:21:19.395 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2 (2)' matched 'Test runtime 2 (2)'! Selecting... 06:21:19.395 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 06:21:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:19.395 TRACE [main][WidgetHandler] Notify Table with event 13 06:21:19.395 TRACE [main][WidgetHandler] Wait for synchronization 06:21:19.395 DEBUG [WorkbenchTestable][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") 06:21:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:19.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:19.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:19.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:19.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:19.396 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:21:19.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:19.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:19.396 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:19.396 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:19.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:21:22.401 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 06:21:22.401 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 06:21:22.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:21:22.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:22.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:22.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:22.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:22.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:22.404 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:21:22.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:22.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:22.404 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:22.404 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:22.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:21:22.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:21:22.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:22.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:22.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:22.421 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 06:21:22.421 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:22.421 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:22.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:22.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:22.422 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServerRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 06:21:22.422 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 06:21:22.422 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:22.422 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:22.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:22.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.926 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.164 s removeAllRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) Time elapsed: 9.23 s addAndRemoveRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) Time elapsed: 9.236 s getServerRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) Time elapsed: 13.295 s Running org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 06:21:22.426 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 06:21:22.426 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:21:22.427 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:21:22.427 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 06:21:22.427 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:21:22.427 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:21:22.427 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:21:22.427 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:21:22.427 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:21:22.427 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:21:22.427 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectFacet no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 06:21:22.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 06:21:22.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:21:22.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:21:22.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:21:22.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: "Import"] 06:21:22.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:22.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: "Import"] 06:21:22.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:22.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: "Import"] 06:21:22.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:22.428 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:22.428 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:22.428 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:22.428 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:22.428 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:22.428 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:22.428 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:22.428 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:22.428 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:22.428 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:22.428 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:22.428 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:22.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:22.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:22.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:22.428 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:21:22.428 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:21:22.428 DEBUG [main][MenuItemLookup] Found menu:'File' 06:21:22.429 DEBUG [main][MenuItemLookup] Item match:File 06:21:22.430 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:21:22.430 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:21:22.430 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:21:22.430 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:21:22.430 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:22.430 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:21:22.430 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:21:22.430 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:22.430 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:21:22.430 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:21:22.430 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:21:22.430 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:21:22.430 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:22.430 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:21:22.430 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:21:22.430 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:21:22.430 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:21:22.430 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:22.430 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:21:22.430 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:22.430 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:21:22.430 DEBUG [main][MenuItemLookup] Item match:Import... 06:21:22.430 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:21:22.430 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:21:22.430 INFO [main][MenuItemHandler] Select menu item: &Import... 06:21:22.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:21:22.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:21:22.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:21:22.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:22.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:22.479 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:21:22.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:22.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:21:22.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:22.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:22.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:22.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:22.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:22.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:22.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:22.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:21:22.481 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:21:22.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:22.481 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:21:22.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:22.481 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:21:22.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:21:22.481 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:21:22.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:22.481 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:21:22.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:22.481 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:21:22.481 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 06:21:22.481 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 06:21:22.481 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 06:21:22.481 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 06:21:22.481 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:21:22.481 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:21:22.481 DEBUG [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) 06:21:22.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:22.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:22.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:22.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:22.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:22.482 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:21:22.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:22.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:22.482 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:22.482 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:22.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: "Import"] 06:21:22.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:22.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:22.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:21:22.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:22.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:22.521 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:21:22.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:22.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:21:22.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:21:22.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:21:22.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:22.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:22.522 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:21:22.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:22.522 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' 06:21:22.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 06:21:22.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:22.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:22.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:22.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:22.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:22.523 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 06:21:22.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:22.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:22.523 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:22.523 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:22.523 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 06:21:22.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:22.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:21:22.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:21:22.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:22.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:21:22.524 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 06:21:22.532 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.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") 06:21:22.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:22.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:22.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:22.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:22.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:22.546 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 06:21:22.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:22.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:22.546 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:22.546 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:22.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.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 06:21:22.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:22.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:22.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:22.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:22.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:22.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 06:21:22.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 06:21:22.554 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 06:21:22.554 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 06:21:22.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 06:21:22.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:22.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:22.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:22.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:22.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:22.555 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 06:21:22.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:22.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:22.555 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:22.555 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:22.556 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 06:21:22.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:22.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:22.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:22.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:22.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:22.557 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project (server-project/) 06:21:22.557 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project (server-project/): 06:21:22.557 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 06:21:22.570 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project (server-project/) 06:21:22.570 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:21:22.570 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 06:21:22.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 06:21:22.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:22.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:22.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:22.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:22.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:22.572 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:21:22.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:22.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:22.572 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:22.572 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:22.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:21:23.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:21:23.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:23.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:21:23.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:21:23.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:23.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:23.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:23.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:23.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:23.077 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:21:23.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:23.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:23.078 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:23.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:23.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:23.078 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:21:23.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 '\*?\QPackage Explorer\E') 06:21:23.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:23.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:23.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:23.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:23.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:23.079 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:23.079 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:23.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:23.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:23.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:23.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:23.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:23.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:23.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:23.099 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:21:23.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:21:23.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:23.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:23.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:23.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:23.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:23.100 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:23.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:23.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:23.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:21:23.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:21:23.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:21:23.101 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:23.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:23.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:23.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:23.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:23.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:23.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:23.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:23.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:24.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:24.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:24.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:21:24.104 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:24.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:24.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:24.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:24.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:21:24.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:24.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:24.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:24.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:24.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:24.105 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 06:21:24.105 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:21:24.105 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:21:24.105 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:21:24.107 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:21:24.107 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:21:24.107 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'New' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Team' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Configure' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Validate' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:24.126 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:21:24.126 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 06:21:24.126 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 06:21:24.126 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 06:21:24.126 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 06:21:24.189 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"] 06:21:24.189 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:24.189 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:24.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 06:21:24.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:24.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:24.191 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 06:21:24.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:24.191 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 06:21:24.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:24.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:24.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:24.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:24.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:24.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:24.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:24.192 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 06:21:24.192 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 06:21:24.192 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 06:21:24.193 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 06:21:24.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:24.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:24.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:24.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:24.300 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 06:21:24.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:24.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:21:24.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:21:24.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:24.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 06:21:24.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:24.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:24.302 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item Java 06:21:24.302 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item Java: 06:21:24.302 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 06:21:24.324 INFO [WorkbenchTestable][TreeItemHandler] Checked: Java 06:21:24.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.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") 06:21:24.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:24.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:24.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:24.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:24.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:24.326 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 06:21:24.326 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:21:24.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:24.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:24.326 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:24.326 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:24.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 06:21:24.388 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 06:21:24.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:24.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:24.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.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") 06:21:24.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:24.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:24.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:24.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:24.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:24.391 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:21:24.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:24.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:24.391 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:24.391 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:24.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:21:24.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:21:24.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:24.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:24.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:24.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:24.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:24.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:24.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:24.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:24.448 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:21:24.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:21:24.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:24.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:24.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:24.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:24.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:24.449 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:24.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:24.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:24.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:21:24.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:21:24.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:21:24.451 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:24.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:24.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:24.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:24.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:24.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:24.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:24.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:24.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:25.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:25.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:25.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:21:25.454 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:25.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:25.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:25.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:25.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:21:25.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:25.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:25.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:25.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:25.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:25.455 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 06:21:25.455 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:21:25.455 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:21:25.455 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:21:25.457 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:21:25.457 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:21:25.457 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'New' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Team' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Configure' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Validate' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:25.478 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:21:25.478 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 06:21:25.478 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 06:21:25.478 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 06:21:25.478 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 06:21:25.571 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"] 06:21:25.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:25.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:25.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 06:21:25.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:25.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:25.573 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 06:21:25.573 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:25.573 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 06:21:25.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:25.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:25.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:25.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:25.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:25.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:25.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:25.627 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 06:21:25.627 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 06:21:25.627 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 06:21:25.627 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 06:21:25.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:25.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:25.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:25.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:25.628 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 06:21:25.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:25.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:21:25.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:21:25.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:25.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 06:21:25.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:25.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:25.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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") 06:21:25.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:25.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:25.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:25.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:25.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:25.641 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:21:25.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:25.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:25.642 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:25.642 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:25.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:21:25.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:21:25.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:25.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:25.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:25.741 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"] 06:21:25.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:25.741 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"] 06:21:25.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:25.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:25.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:25.742 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:21:25.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:25.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:25.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:25.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:25.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:25.742 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:21:25.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') 06:21:25.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:25.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:25.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:25.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:25.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:25.743 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:25.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:25.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:25.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:21:25.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:21:25.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:21:25.744 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:25.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:25.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:25.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:25.745 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:25.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:25.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:25.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:25.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:25.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:25.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:26.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:26.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:26.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:26.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:26.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:21:26.747 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:26.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:26.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:26.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:26.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:21:26.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:26.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:26.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:26.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:26.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:26.749 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 06:21:26.749 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:21:26.749 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:21:26.749 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:21:26.750 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:21:26.751 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:21:26.751 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:26.772 DEBUG [main][MenuItemLookup] Found menu:'New' 06:21:26.772 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:21:26.772 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:26.772 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:21:26.772 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:21:26.772 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:21:26.772 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:26.772 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:21:26.772 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:21:26.772 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:21:26.772 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:21:26.772 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:26.772 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:21:26.772 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:21:26.772 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:21:26.772 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:21:26.772 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:26.772 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:21:26.772 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:21:26.772 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:26.772 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:21:26.772 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:21:26.772 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:21:26.772 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:21:26.773 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:21:26.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:26.773 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 06:21:26.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:21:27.287 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 06:21:27.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:27.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:27.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:21:27.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:27.288 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 06:21:27.288 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:21:27.288 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:21:27.288 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:21:27.289 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:21:27.289 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:21:27.289 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:27.308 DEBUG [main][MenuItemLookup] Found menu:'New' 06:21:27.308 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:21:27.308 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:27.308 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:21:27.308 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:21:27.308 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:21:27.308 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:27.308 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:21:27.308 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:21:27.308 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:21:27.308 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:21:27.308 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:21:27.308 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:21:27.308 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:21:27.308 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:21:27.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 'Delete.*'] is available.... 06:21:27.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:21:27.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:21:27.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:27.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:27.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:27.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:27.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:21:27.866 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:27.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:27.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:27.866 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:21:27.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:27.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:27.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:27.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:27.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:27.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:27.867 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:21:27.867 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:21:27.867 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:21:27.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:27.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:27.867 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:27.867 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:27.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:21:27.867 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:27.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:27.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:27.867 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:21:27.867 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:27.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:27.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:27.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:27.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:27.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:27.868 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:21:27.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:27.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:27.868 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:27.868 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:27.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:21:27.871 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:21:28.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:21:28.371 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:21:28.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:28.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:21:28.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:28.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:28.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:28.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 06:21:28.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:28.371 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:28.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:28.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:28.372 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectFacet no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 06:21:28.372 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:21:28.372 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectVersion no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 06:21:28.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 06:21:28.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:21:28.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:21:28.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:21: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: "Import"] 06:21:28.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21: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: "Import"] 06:21:28.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21: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: "Import"] 06:21:28.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21: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: "Import"] 06:21:28.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21: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: "Import"] 06:21:28.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21: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: "Import"] 06:21:28.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21: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: "Import"] 06:21:28.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21: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: "Import"] 06:21:28.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21: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: "Import"] 06:21:28.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:28.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:28.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:28.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:28.373 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:21:28.373 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:21:28.373 DEBUG [main][MenuItemLookup] Found menu:'File' 06:21:28.374 DEBUG [main][MenuItemLookup] Item match:File 06:21:28.374 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:21:28.374 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:21:28.374 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:21:28.374 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:21:28.374 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:28.374 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:21:28.374 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:21:28.374 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:28.374 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:21:28.374 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:21:28.374 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:21:28.374 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:21:28.374 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:28.374 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:21:28.374 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:21:28.374 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:21:28.374 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:21:28.374 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:28.374 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:21:28.374 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:28.374 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:21:28.374 DEBUG [main][MenuItemLookup] Item match:Import... 06:21:28.374 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:21:28.374 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:21:28.374 INFO [main][MenuItemHandler] Select menu item: &Import... 06:21:28.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:21:28.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:21:28.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:21:28.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:28.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:28.426 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:21:28.426 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21: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.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:21:28.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:28.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:28.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:28.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:28.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:28.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:28.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:28.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:21:28.427 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:21:28.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:28.427 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:21:28.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:28.427 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:21:28.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:21:28.427 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:21:28.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:28.427 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:21:28.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:28.427 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:21:28.428 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 06:21:28.428 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 06:21:28.428 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 06:21:28.428 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 06:21:28.428 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:21:28.428 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:21:28.428 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 06:21:28.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:28.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:28.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:28.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:28.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:28.429 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:21:28.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:28.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:28.429 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:28.429 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:28.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"] 06:21:28.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:28.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:28.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:21:28.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:28.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:28.469 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:21:28.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:28.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:21:28.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:21:28.470 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:21:28.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:28.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:28.470 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:21:28.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:28.470 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' 06:21:28.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.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:") 06:21:28.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:28.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:28.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:28.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:28.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:28.470 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 06:21:28.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:28.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:28.471 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:28.471 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:28.471 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 06:21:28.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:28.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:21:28.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:21:28.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:28.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:21:28.493 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 06:21:28.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 06:21:28.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:28.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:28.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:28.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:28.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:28.494 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 06:21:28.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:28.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:28.494 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:28.494 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:28.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 06:21:28.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:28.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:28.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:28.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:28.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:28.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 06:21:28.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 06:21:28.502 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 06:21:28.502 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 06:21:28.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.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") 06:21:28.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:28.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:28.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:28.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:28.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:28.503 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 06:21:28.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:28.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:28.503 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:28.503 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:28.504 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 06:21:28.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:28.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:28.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:28.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:28.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:28.504 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project (server-project/) 06:21:28.504 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project (server-project/): 06:21:28.504 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 06:21:28.505 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project (server-project/) 06:21:28.505 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:21:28.505 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 06:21:28.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 06:21:28.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:28.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:28.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:28.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:28.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:28.519 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:21:28.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:28.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:28.519 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:28.519 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:28.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:21:29.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:21:29.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:29.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:21:29.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:21:29.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:29.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:29.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:29.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:29.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:29.026 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:21:29.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:29.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:29.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:29.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:29.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:29.026 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:21:29.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:21:29.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:29.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:29.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:29.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:29.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:29.027 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:29.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:29.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:29.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:21:29.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:21:29.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:21:29.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:29.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:29.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:29.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:29.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:29.051 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:21:29.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:21:29.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:29.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:29.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:29.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:29.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:29.051 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:29.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:29.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:29.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:21:29.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:21:29.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:21:29.053 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:29.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:29.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:29.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:29.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:29.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:29.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:29.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:29.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:30.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:30.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:30.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:21:30.056 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:30.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:30.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:30.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:30.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:21:30.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:30.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:30.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:30.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:30.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:30.058 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 06:21:30.058 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:21:30.058 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:21:30.058 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:21:30.060 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:21:30.060 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:21:30.060 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:30.080 DEBUG [main][MenuItemLookup] Found menu:'New' 06:21:30.080 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:21:30.080 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:30.080 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:21:30.080 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:21:30.080 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:30.080 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:21:30.080 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:21:30.080 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:21:30.080 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:21:30.080 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:30.080 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:21:30.080 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:21:30.080 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:21:30.080 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:30.080 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:21:30.080 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:21:30.080 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:30.080 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:21:30.080 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:21:30.080 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 06:21:30.081 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 06:21:30.081 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:30.081 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 06:21:30.081 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:21:30.081 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:21:30.081 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 06:21:30.081 DEBUG [main][MenuItemLookup] Found menu:'Team' 06:21:30.081 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 06:21:30.081 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 06:21:30.081 DEBUG [main][MenuItemLookup] Found menu:'Configure' 06:21:30.081 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:21:30.081 DEBUG [main][MenuItemLookup] Found menu:'Validate' 06:21:30.081 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:30.081 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:21:30.081 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 06:21:30.081 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 06:21:30.081 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 06:21:30.081 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 06:21:30.169 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"] 06:21:30.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:30.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:30.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 06:21:30.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:30.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:30.171 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 06:21:30.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:30.171 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 06:21:30.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:30.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:30.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:30.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:30.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:30.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:30.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:30.173 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 06:21:30.174 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 06:21:30.174 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 06:21:30.174 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 06:21:30.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:30.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:30.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:30.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:30.174 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 06:21:30.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:30.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:21:30.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:21:30.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:30.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 06:21:30.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:30.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:30.176 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item Java 06:21:30.176 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item Java: 06:21:30.176 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 06:21:30.209 INFO [WorkbenchTestable][TreeItemHandler] Checked: Java 06:21:30.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.common.project.facet.ui.FacetsPropertyPage, index 1 and no matchers specified 06:21:30.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:30.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:21:30.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:21:30.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:30.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 06:21:30.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:30.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:30.210 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 06:21:30.210 DEBUG [main][TreeItemHandler] Selecting tree item: Java 06:21:30.211 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 06:21:30.211 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 06:21:30.211 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:21:30.211 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:30.211 DEBUG [main][MenuItemLookup] Found menu:'Change Version...' 06:21:30.211 DEBUG [main][MenuItemLookup] Item match:Change Version... 06:21:30.211 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Change &Version..." 06:21:30.211 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Change Version... 06:21:30.211 INFO [main][MenuItemHandler] Select menu item: Change &Version... 06:21:30.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Change Version"] is available.... 06:21:30.248 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 06:21:30.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Change Version 06:21:30.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:30.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:30.248 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:") 06:21:30.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:30.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:30.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:30.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:30.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:21:30.249 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo 11 to selection: 1.7 06:21:30.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:21:30.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:30.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:30.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:30.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:30.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:30.253 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:21:30.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:30.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:30.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:30.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:30.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:21:30.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:21:30.308 DEBUG [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") 06:21:30.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:30.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:30.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:30.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:30.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:30.310 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 06:21:30.310 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:21:30.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:30.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:30.310 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:30.310 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:30.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 06:21:30.371 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 06:21:30.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:30.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:30.396 DEBUG [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") 06:21:30.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:30.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:30.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:30.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:30.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:30.398 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:21:30.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:30.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:30.398 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:30.398 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:30.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:21:30.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:21:30.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:30.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:30.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:30.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:30.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:30.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:30.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:30.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:30.462 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:21:30.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:21:30.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:30.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:30.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:30.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:30.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:30.463 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:30.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:30.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:30.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:21:30.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:21:30.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:21:30.464 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:30.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:30.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:30.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:30.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:30.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:30.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:30.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:30.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:31.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:31.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:31.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:21:31.466 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:31.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:31.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:31.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:31.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 06:21:31.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:31.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:31.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:31.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:31.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:31.467 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 06:21:31.467 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:21:31.467 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:21:31.468 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:21:31.469 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:21:31.469 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:21:31.469 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'New' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Team' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Configure' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Validate' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:31.508 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:21:31.508 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 06:21:31.508 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 06:21:31.508 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 06:21:31.508 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 06:21:31.629 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for server-project"] 06:21:31.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:31.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:31.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 06:21:31.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:31.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:31.630 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 06:21:31.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:31.630 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 06:21:31.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:31.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:31.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:31.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:31.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:31.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:31.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:31.631 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 06:21:31.631 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 06:21:31.632 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 06:21:31.632 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 06:21:31.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:31.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:31.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:31.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:31.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.common.project.facet.ui.FacetsPropertyPage, index 1 and no matchers specified 06:21:31.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:31.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:21:31.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:21:31.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:31.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 06:21:31.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:31.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:31.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:31.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:31.635 DEBUG [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") 06:21:31.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:31.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:31.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:31.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:31.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:31.636 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:21:31.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:31.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:31.636 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:31.636 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:31.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:21:31.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:21:31.738 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:31.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:31.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:31.738 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"] 06:21:31.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:31.738 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"] 06:21:31.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:31.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:31.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:31.739 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:21:31.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:31.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:31.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:31.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:31.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:31.740 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:21:31.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:21:31.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:31.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:31.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:31.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:31.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:31.740 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:31.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:31.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:31.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:21:31.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:21:31.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:21:31.742 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:31.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:31.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:31.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:31.742 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:31.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:31.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:31.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:31.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:31.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:31.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:32.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:32.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:32.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:32.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:32.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:21:32.744 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:32.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:32.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:32.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:32.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 06:21:32.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:32.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:32.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:32.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:32.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:32.745 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 06:21:32.745 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:21:32.745 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:21:32.745 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:21:32.746 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:21:32.746 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:21:32.746 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:32.767 DEBUG [main][MenuItemLookup] Found menu:'New' 06:21:32.767 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:21:32.767 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:32.767 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:21:32.767 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:21:32.767 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:21:32.767 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:32.767 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:21:32.767 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:21:32.767 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:21:32.767 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:21:32.767 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:32.767 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:21:32.767 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:21:32.767 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:21:32.767 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:21:32.767 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:32.767 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:21:32.767 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:21:32.767 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:32.767 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:21:32.767 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:21:32.767 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:21:32.767 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:21:32.767 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:21:32.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:32.767 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 06:21:32.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:21:33.267 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 06:21:33.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:21:33.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:33.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:33.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:21:33.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:33.268 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 06:21:33.268 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:21:33.268 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:21:33.268 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:21:33.269 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:21:33.269 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:21:33.269 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:33.289 DEBUG [main][MenuItemLookup] Found menu:'New' 06:21:33.289 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:21:33.289 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:33.289 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:21:33.289 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:21:33.289 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:21:33.289 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:33.289 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:21:33.289 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:21:33.289 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:21:33.289 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:21:33.289 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:21:33.289 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:21:33.289 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:21:33.289 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:21:33.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:21:33.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 'Delete.*'] is available. finished successfully 06:21:33.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:21:33.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:33.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:33.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:33.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:33.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: 32) 06:21:33.884 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:33.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:33.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:33.884 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:21:33.884 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:33.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:33.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:33.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:33.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:33.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:33.884 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:21:33.885 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:21:33.885 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:21:33.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:33.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:33.885 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:33.885 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:33.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:21:33.885 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:33.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:33.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:33.885 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:21:33.885 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:33.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:33.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:33.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:33.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:33.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:33.886 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:21:33.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:33.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:33.886 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:33.886 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:33.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:21:33.888 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:21:34.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:21:34.388 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:21:34.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:34.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:21:34.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:34.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:34.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:34.388 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 06:21:34.388 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:34.388 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:34.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:34.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:34.389 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectVersion no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 06:21:34.389 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 06:21:34.389 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:34.389 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:34.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:34.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.963 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.945 s selectVersion no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) Time elapsed: 6.017 s Running org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 06:21:34.394 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 06:21:34.394 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:21:34.395 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:21:34.395 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 06:21:34.395 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:21:34.395 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:21:34.395 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:21:34.395 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:21:34.395 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:21:34.395 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:21:34.395 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest) 06:21:34.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 06:21:34.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:21:34.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:21:34.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:21:34.395 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:34.395 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:34.395 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:34.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:34.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:34.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:34.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:34.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:34.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:34.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:34.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:34.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:34.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:34.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:34.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:34.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:34.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:34.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:34.396 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:34.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:34.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:34.397 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:21:34.397 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:21:34.397 DEBUG [main][MenuItemLookup] Found menu:'File' 06:21:34.397 DEBUG [main][MenuItemLookup] Item match:File 06:21:34.398 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:21:34.398 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:21:34.398 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:21:34.398 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:21:34.398 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:34.398 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:21:34.398 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:21:34.398 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:34.398 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:21:34.398 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:21:34.398 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:21:34.398 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:21:34.398 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:34.398 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:21:34.398 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:21:34.398 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:21:34.398 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:21:34.398 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:34.398 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:21:34.398 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:34.398 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:21:34.398 DEBUG [main][MenuItemLookup] Item match:Import... 06:21:34.398 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:21:34.398 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:21:34.398 INFO [main][MenuItemHandler] Select menu item: &Import... 06:21:34.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:21:34.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:21:34.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:21:34.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:34.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:34.447 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:21:34.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:34.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:21:34.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:34.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:34.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:34.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:34.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:34.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:34.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:34.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:21:34.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:21:34.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:34.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:21:34.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:34.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:21:34.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:21:34.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:21:34.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:34.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:21:34.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:34.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:21:34.450 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 06:21:34.450 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 06:21:34.450 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 06:21:34.450 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 06:21:34.450 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:21:34.450 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:21:34.450 DEBUG [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) 06:21:34.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:34.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:34.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:34.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:34.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:34.451 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:21:34.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:34.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:34.451 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:34.451 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:34.480 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:34.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:34.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:34.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:21:34.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:34.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:34.492 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:21:34.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:34.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:21:34.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:21:34.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:21:34.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:34.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:34.493 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:21:34.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:34.493 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' 06:21:34.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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:") 06:21:34.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:34.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:34.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:34.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:34.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:34.494 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 06:21:34.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:34.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:34.494 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:34.494 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:34.494 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 06:21:34.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:34.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:21:34.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:21:34.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:34.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:21:34.502 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 06:21:34.515 DEBUG [WorkbenchTestable][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") 06:21:34.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:34.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:34.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:34.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:34.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:34.516 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 06:21:34.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:34.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:34.516 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:34.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:34.523 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 06:21:34.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:34.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:34.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:34.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:34.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:34.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 06:21:34.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 06:21:34.524 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 06:21:34.524 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 06:21:34.524 DEBUG [WorkbenchTestable][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") 06:21:34.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:34.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:34.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:34.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:34.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:34.524 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 06:21:34.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:34.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:34.524 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:34.524 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:34.525 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 06:21:34.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:34.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:34.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:34.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:34.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:34.526 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project (server-project/) 06:21:34.526 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project (server-project/): 06:21:34.526 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 06:21:34.526 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project (server-project/) 06:21:34.526 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:21:34.526 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 06:21:34.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.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) 06:21:34.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:34.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:34.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:34.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:34.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:34.528 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:21:34.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:34.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:34.528 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:34.528 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:34.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:21:34.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:21:34.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:34.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph Update' is a system job, skipped 06:21:34.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:21:34.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:21:34.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:21:34.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:21:34.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:34.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:34.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:34.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.*'] 06:21:34.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:34.595 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:21:34.596 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:34.596 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:21:34.596 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:34.596 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:34.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:34.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:34.596 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:21:34.596 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:21:34.596 DEBUG [main][MenuItemLookup] Found menu:'File' 06:21:34.596 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:21:34.596 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:21:34.596 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:21:34.596 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:21:34.596 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:21:34.596 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:21:34.596 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:21:34.596 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:21:34.596 DEBUG [main][MenuItemLookup] Item match:Window 06:21:34.597 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:21:34.597 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:21:34.597 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:21:34.597 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:34.597 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:21:34.597 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:21:34.597 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:34.597 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:21:34.597 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:34.597 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:21:34.597 DEBUG [main][MenuItemLookup] Item match:Preferences 06:21:34.597 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:21:34.597 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:21:34.597 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:21:34.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 'Preferences.*'] is available.... 06:21:34.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:21:34.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:21:34.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:34.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:34.653 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:21:34.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:34.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:21:34.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:34.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:34.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:34.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:34.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:34.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:34.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:34.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 06:21:34.654 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:21:34.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:34.654 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:21:34.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:34.654 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:21:34.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 06:21:34.654 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:21:34.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:34.655 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:21:34.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:34.655 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:21:34.655 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 06:21:34.655 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 06:21:34.655 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 06:21:34.655 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 06:21:34.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:34.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:34.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:35.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:35.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:35.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:35.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:35.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:21:35.658 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 06:21:35.658 DEBUG [WorkbenchTestable][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...") 06:21:35.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:35.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:35.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:35.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:35.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:35.662 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:21:35.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:35.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:35.662 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:35.662 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:35.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:21:35.703 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:35.703 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:35.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:21:35.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 06:21:35.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:35.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:35.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:21:35.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:21:35.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.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 06:21:35.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:35.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:35.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:35.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:35.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:35.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:35.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:35.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 06:21:35.708 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:21:35.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:35.708 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:21:35.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:35.708 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:21:35.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 06:21:35.709 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 06:21:35.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:35.709 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 06:21:35.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:35.709 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 06:21:35.709 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 06:21:35.709 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 06:21:35.709 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 06:21:35.709 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 06:21:35.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:21:35.709 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 06:21:35.709 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 06:21:36.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 06:21:36.210 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 06:21:36.210 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 06:21:36.210 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:21:36.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:36.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:36.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:36.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:36.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:36.213 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:21:36.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:36.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:36.213 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:36.213 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:36.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:21:36.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:21:36.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:36.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:21:36.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:36.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:36.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:36.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:36.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:36.719 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 06:21:36.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:36.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:36.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:36.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:36.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:36.721 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:21:36.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:36.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:36.721 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:36.721 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:36.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:21:36.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:21:36.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:36.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:36.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:36.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:36.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:36.741 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:21:36.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:36.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:36.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:36.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:36.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:36.742 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:21:36.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') 06:21:36.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:36.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:36.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:36.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:36.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:36.742 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:36.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:36.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:36.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:21:36.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:21:36.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:21:36.751 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:36.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:36.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:36.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:36.752 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:36.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:36.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:36.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:36.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:36.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:36.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:37.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:37.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:37.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:37.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:37.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:21:37.754 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:37.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:37.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:37.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:37.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 06:21:37.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:37.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:37.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:37.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:37.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:37.756 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 06:21:37.756 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:21:37.756 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:21:37.756 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:21:37.758 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:21:37.758 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:21:37.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'New' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Team' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Configure' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Validate' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:37.776 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:21:37.776 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 06:21:37.776 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 06:21:37.776 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 06:21:37.776 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 06:21:37.862 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"] 06:21:37.864 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:37.864 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:37.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 06:21:37.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:37.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:37.865 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 06:21:37.865 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:37.865 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 06:21:37.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:37.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:37.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:37.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:37.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:37.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:37.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:37.867 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Targeted Runtimes 06:21:37.867 DEBUG [main][TreeItemHandler] Selecting tree item: Targeted Runtimes 06:21:37.868 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Targeted Runtimes about selection 06:21:37.868 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Targeted Runtimes 06:21:37.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:37.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:37.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:37.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:37.893 INFO [WorkbenchTestable][RuntimesPropertyPage] Select runtime 'Test runtime' 06:21:37.893 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") 06:21:37.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:37.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:37.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:37.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:37.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 06:21:37.894 INFO [WorkbenchTestable][AbstractTableItem] Check table Item Test runtime: 06:21:37.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 06:21:37.895 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 06:21:37.895 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:37.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 06:21:37.907 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 06:21:37.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:37.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:37.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:37.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:37.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:21:37.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:37.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:37.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:37.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:37.917 DEBUG [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") 06:21:37.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:37.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:37.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:37.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:37.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:37.918 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:21:37.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:37.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:37.918 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:37.918 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:37.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:21:38.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:21:38.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:38.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:38.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:38.505 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:21:38.505 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:21:38.506 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:21:38.507 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:21:38.507 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:21:38.507 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'New' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Team' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Configure' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Validate' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:21:38.530 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 06:21:38.530 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 06:21:38.530 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 06:21:38.530 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 06:21:38.586 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"] 06:21:38.586 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:38.587 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:38.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 06:21:38.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:38.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:38.587 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 06:21:38.588 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:38.588 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 06:21:38.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:38.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:38.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:38.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:38.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:38.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:38.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:38.588 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Targeted Runtimes 06:21:38.588 DEBUG [main][TreeItemHandler] Selecting tree item: Targeted Runtimes 06:21:38.589 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Targeted Runtimes about selection 06:21:38.589 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Targeted Runtimes 06:21:38.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:38.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:38.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:38.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:38.589 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 06:21:38.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:38.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:38.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:38.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:38.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:21:38.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:38.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:38.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 06:21:38.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:38.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:38.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.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) 06:21:38.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:38.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:38.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:38.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:38.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:38.593 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:21:38.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:38.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:38.593 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:38.593 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:38.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:21:38.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:21:38.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:38.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:38.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:38.616 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:21:38.616 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:21:38.617 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:21:38.618 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:21:38.618 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:21:38.618 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:38.641 DEBUG [main][MenuItemLookup] Found menu:'New' 06:21:38.641 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:21:38.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:38.641 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:21:38.641 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:21:38.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:38.641 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:21:38.641 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:21:38.641 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:21:38.641 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:21:38.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:38.641 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:21:38.641 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:21:38.641 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:21:38.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:38.641 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:21:38.641 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:21:38.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:38.641 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:21:38.641 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:21:38.641 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:21:38.641 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:21:38.641 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:21:38.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:38.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:21:39.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:21:39.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:39.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:39.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:21:39.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:39.142 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 06:21:39.142 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 06:21:39.142 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 06:21:39.143 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 06:21:39.145 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 06:21:39.145 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:21:39.145 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:39.161 DEBUG [main][MenuItemLookup] Found menu:'New' 06:21:39.161 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:21:39.161 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:39.161 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:21:39.161 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:21:39.161 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:39.161 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:21:39.161 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:21:39.161 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:21:39.161 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:21:39.161 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:21:39.161 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:21:39.161 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:21:39.162 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:21:39.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.... 06:21:39.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:21:39.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:21:39.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:39.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:39.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:39.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:39.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:21:39.716 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:39.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:39.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:39.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:21:39.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:39.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:39.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:39.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:39.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:39.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:39.717 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:21:39.717 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:21:39.717 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:21:39.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:39.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:39.717 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:39.717 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:39.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 "OK", Widget matcher matching widgets with style: 8) 06:21:39.717 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:39.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:39.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:39.717 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:21:39.717 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:39.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:39.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:39.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:39.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:39.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:39.718 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:21:39.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:39.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:39.718 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:39.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:39.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:21:39.720 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:21:40.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:21:40.221 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:21:40.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:40.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:21:40.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:40.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:40.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:40.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.*'] 06:21:40.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:40.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.*'] 06:21:40.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:40.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.*'] 06:21:40.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:40.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:40.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:40.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:40.222 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:21:40.222 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:21:40.222 DEBUG [main][MenuItemLookup] Found menu:'File' 06:21:40.222 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:21:40.222 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:21:40.222 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:21:40.222 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:21:40.222 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:21:40.222 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:21:40.222 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:21:40.222 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:21:40.222 DEBUG [main][MenuItemLookup] Item match:Window 06:21:40.222 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:21:40.222 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:21:40.222 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:21:40.222 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:40.222 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:21:40.222 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:21:40.222 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:40.222 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:21:40.222 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:40.222 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:21:40.222 DEBUG [main][MenuItemLookup] Item match:Preferences 06:21:40.222 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:21:40.222 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:21:40.222 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:21:40.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 'Preferences.*'] is available.... 06:21:40.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. finished successfully 06:21:40.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:21:40.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:40.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:40.283 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:21:40.283 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:40.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:21:40.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:40.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:40.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:40.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:40.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:40.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:40.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:40.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 06:21:40.284 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:21:40.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:40.284 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:21:40.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:40.284 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:21:40.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 06:21:40.284 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:21:40.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:40.284 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:21:40.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:40.284 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:21:40.284 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 06:21:40.284 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 06:21:40.285 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 06:21:40.285 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 06:21:40.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:40.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:40.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:40.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:40.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:41.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:41.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:41.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:21:41.289 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 06:21:41.289 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 06:21:41.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:41.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:41.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:41.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:41.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:21:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:41.293 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 06:21:41.293 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 06:21:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:41.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:41.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:41.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:41.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:21:41.294 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 06:21:41.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:41.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:41.294 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 06:21:41.294 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 06:21:41.294 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 06:21:41.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:21:41.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:21:41.294 TRACE [main][WidgetHandler] Notify Table with event 13 06:21:41.294 TRACE [main][WidgetHandler] Wait for synchronization 06:21:41.295 DEBUG [WorkbenchTestable][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") 06:21:41.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:41.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:41.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:41.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:41.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:41.296 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:21:41.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:41.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:41.296 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:41.296 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:41.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:21:44.301 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 06:21:44.301 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 06:21:44.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:21:44.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:44.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:44.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:44.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:44.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:44.304 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:21:44.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:44.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:44.304 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:44.304 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:44.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:21:44.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:21:44.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:44.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:44.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:44.323 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 06:21:44.323 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:44.323 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:44.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:44.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:44.323 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest) 06:21:44.323 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 06:21:44.323 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:44.323 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:44.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:44.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.93 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: 9.928 s Running org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 06:21:44.327 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 06:21:44.329 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:21:44.329 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:21:44.329 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 06:21:44.329 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:21:44.329 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:21:44.329 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:21:44.329 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:21:44.329 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:21:44.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: "Import"] 06:21:44.329 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:44.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: "Import"] 06:21:44.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21: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: "Import"] 06:21:44.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21: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: "Import"] 06:21:44.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21: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: "Import"] 06:21:44.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21: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: "Import"] 06:21:44.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21: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: "Import"] 06:21:44.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21: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: "Import"] 06:21:44.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21: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: "Import"] 06:21:44.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:44.331 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:44.331 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:21:44.331 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:21:44.331 DEBUG [main][MenuItemLookup] Found menu:'File' 06:21:44.331 DEBUG [main][MenuItemLookup] Item match:File 06:21:44.332 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:21:44.332 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:21:44.332 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:21:44.332 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:21:44.332 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:44.332 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:21:44.332 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:21:44.332 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:44.332 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:21:44.332 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:21:44.332 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:21:44.332 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:21:44.332 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:44.332 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:21:44.332 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:21:44.332 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:21:44.332 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:21:44.332 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:44.332 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:21:44.332 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:44.332 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:21:44.332 DEBUG [main][MenuItemLookup] Item match:Import... 06:21:44.339 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:21:44.339 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:21:44.339 INFO [main][MenuItemHandler] Select menu item: &Import... 06:21:44.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:21:44.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:21:44.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:21:44.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:44.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:44.387 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:21:44.387 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:44.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 06:21:44.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:44.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:44.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:44.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:44.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:44.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:44.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:44.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:21:44.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:21:44.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:44.388 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:21:44.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:44.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:21:44.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:21:44.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:21:44.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:44.388 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:21:44.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:44.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:21:44.389 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 06:21:44.389 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 06:21:44.389 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 06:21:44.389 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 06:21:44.389 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:21:44.389 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:21:44.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) 06:21:44.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:44.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:44.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:44.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:44.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:44.390 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:21:44.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:44.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:44.390 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:44.390 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:44.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"] 06:21:44.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:44.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:44.429 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:21:44.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:44.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:44.429 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:21:44.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:44.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:21:44.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:21:44.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:21:44.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:44.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:44.430 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:21:44.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:44.430 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' 06:21:44.430 DEBUG [WorkbenchTestable][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:") 06:21:44.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:44.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:44.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:44.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:44.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:44.430 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 06:21:44.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:44.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:44.431 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:44.431 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:44.431 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 06:21:44.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:44.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:21:44.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:21:44.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:44.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:21:44.432 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 06:21:44.439 DEBUG [WorkbenchTestable][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") 06:21:44.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:44.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:44.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:44.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:44.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:44.454 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 06:21:44.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:44.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:44.454 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:44.454 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:44.460 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 06:21:44.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:44.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:44.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:44.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:44.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:44.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 06:21:44.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 06:21:44.461 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 06:21:44.461 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 06:21:44.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 06:21:44.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:44.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:44.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:44.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:44.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:44.462 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 06:21:44.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:44.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:44.462 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:44.462 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:44.462 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 06:21:44.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:44.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:44.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:44.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:44.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:44.463 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 06:21:44.463 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 06:21:44.463 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 06:21:44.464 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 06:21:44.464 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:21:44.464 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 06:21:44.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.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) 06:21:44.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:44.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:44.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:44.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:44.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:44.465 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:21:44.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:44.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:44.465 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:44.465 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:44.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:21:44.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:21:44.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:44.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph Update' is a system job, skipped 06:21:44.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:21:44.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:21:44.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:21:44.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:44.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:44.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:44.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:44.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:44.522 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:21:44.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:44.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:44.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:44.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:44.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:44.522 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:21:44.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 '\*?\QPackage Explorer\E') 06:21:44.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:44.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:44.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:44.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:44.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:44.523 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:44.523 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:44.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:44.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:21:44.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:21:44.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:21:44.525 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:44.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:44.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:44.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:44.525 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:44.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:44.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:44.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:44.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:44.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:44.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:45.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:45.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:45.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:45.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:45.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:21:45.527 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:45.527 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:45.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:45.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21: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 06:21:45.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:45.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:45.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:45.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:45.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:45.528 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 06:21:45.528 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:21:45.529 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 06:21:45.529 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 06:21:45.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:46.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:46.029 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 06:21:46.030 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 06:21:46.030 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 06:21:46.030 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 06:21:46.032 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 06:21:46.032 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 06:21:46.032 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 06:21:46.032 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 06:21:46.032 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 06:21:46.033 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 06:21:46.033 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:21:46.033 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:21:46.122 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:21:46.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:46.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:21:46.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:46.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:46.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:46.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5712a015 is found... 06:21:46.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5712a015 is found finished successfully 06:21:46.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 '\*?\Qfile.xml\E') 06:21:46.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:46.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:46.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:46.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:46.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:46.128 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:46.128 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 06:21:46.128 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:46.128 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 06:21:46.128 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") 06:21:46.128 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:46.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:46.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:46.129 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 06:21:46.129 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:46.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:46.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:46.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:46.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:46.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:46.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 06:21:46.164 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:21:46.164 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNode_childNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 06:21:46.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 06:21:46.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:21:46.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:21:46.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:21:46.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:21:46.164 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:46.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:46.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:46.182 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 06:21:46.182 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:46.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:46.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:46.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:46.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:46.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:46.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:46.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:46.184 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 06:21:46.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:46.184 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 06:21:46.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:46.184 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 06:21:46.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 06:21:46.184 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 06:21:46.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:46.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:46.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 06:21:46.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 06:21:46.685 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 06:21:46.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:46.686 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 06:21:46.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:46.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 06:21:46.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 06:21:46.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 06:21:46.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:47.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:47.187 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 06:21:47.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 06:21:47.187 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 06:21:47.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:47.188 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 06:21:47.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:47.188 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 06:21:47.188 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 06:21:47.188 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:47.188 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:47.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:47.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:47.189 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNode_childNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 06:21:47.189 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:21:47.189 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 06:21:47.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 06:21:47.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:21:47.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:21:47.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:21:47.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:21:47.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:47.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:47.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:47.189 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 06:21:47.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:47.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:47.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:47.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:47.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:47.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:47.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:47.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:47.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 06:21:47.190 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 06:21:47.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:47.190 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 06:21:47.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:47.190 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 06:21:47.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 06:21:47.190 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 06:21:47.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:47.190 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 06:21:47.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:47.190 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 06:21:47.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 06:21:47.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:47.190 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:47.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:47.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:47.191 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 06:21:47.191 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:21:47.191 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAttribute no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 06:21:47.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 06:21:47.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:21:47.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:21:47.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:21:47.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:21:47.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:47.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:47.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:47.191 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 06:21:47.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:47.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:47.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:47.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:47.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:47.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:47.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:47.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:47.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 06:21:47.191 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 06:21:47.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:47.191 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 06:21:47.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:47.191 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 06:21:47.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 06:21:47.192 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 06:21:47.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:47.192 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 06:21:47.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:47.192 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 06:21:47.195 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 06:21:47.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:47.195 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 06:21:47.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:47.195 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 06:21:47.196 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 06:21:47.196 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:47.196 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:47.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:47.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:47.196 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAttribute no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 06:21:47.196 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:21:47.196 INFO [WorkbenchTestable][RequirementsRunner] Started test: getValue no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 06:21:47.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 06:21:47.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:21:47.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:21:47.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:21:47.196 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:21:47.196 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:47.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:47.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:47.196 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 06:21:47.197 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:47.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:47.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:47.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:47.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:47.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:47.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:47.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:47.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 06:21:47.197 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 06:21:47.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:47.197 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 06:21:47.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:47.197 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 06:21:47.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 06:21:47.197 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 06:21:47.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:47.197 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 06:21:47.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:47.197 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 06:21:47.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 06:21:47.198 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 06:21:47.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:47.198 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 06:21:47.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:47.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 06:21:47.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 06:21:47.198 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 06:21:47.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:47.198 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 06:21:47.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:47.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 06:21:47.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 06:21:47.198 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 06:21:47.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:47.198 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 06:21:47.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:47.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 06:21:47.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 06:21:47.198 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 06:21:47.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:47.198 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 06:21:47.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:47.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 06:21:47.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 06:21:47.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:47.198 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:47.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:47.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:47.199 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getValue no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 06:21:47.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:47.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:47.199 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:21:47.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:47.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:47.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 06:21:47.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:47.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:47.200 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 06:21:47.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:21:47.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:47.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:47.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:47.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:47.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:47.200 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:47.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:47.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:47.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:47.222 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:47.222 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:47.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:47.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:47.223 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:47.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:47.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:47.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:47.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:47.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:47.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:47.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:47.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:48.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:48.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:48.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:21:48.225 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:48.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:48.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:48.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:48.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 06:21:48.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:48.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:48.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:48.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:48.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:48.226 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 06:21:48.226 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 06:21:48.226 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 06:21:48.226 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 06:21:48.227 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 06:21:48.228 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:21:48.228 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:48.247 DEBUG [main][MenuItemLookup] Found menu:'New' 06:21:48.247 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:21:48.247 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:48.247 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:21:48.247 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:21:48.247 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:48.247 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:21:48.247 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:21:48.247 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:21:48.247 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:21:48.247 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:48.247 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:21:48.247 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:21:48.247 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:21:48.247 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:48.247 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:21:48.247 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:21:48.247 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:48.247 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:21:48.247 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:21:48.247 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:21:48.247 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:21:48.247 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:21:48.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:48.248 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:21:48.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:48.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:48.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:48.748 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 06:21:48.748 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 06:21:48.748 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 06:21:48.748 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 06:21:48.749 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 06:21:48.749 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:21:48.749 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:48.767 DEBUG [main][MenuItemLookup] Found menu:'New' 06:21:48.767 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:21:48.767 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:48.767 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:21:48.767 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:21:48.767 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:48.767 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:21:48.767 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:21:48.767 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:21:48.767 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:21:48.767 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:21:48.767 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:21:48.767 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:21:48.767 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:21:48.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:21:49.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 'Delete.*'] is available. finished successfully 06:21:49.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:21:49.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:49.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:49.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:49.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:49.341 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:21:49.341 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:49.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:49.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:49.341 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:21:49.341 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:49.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:49.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:49.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:49.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:49.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:49.341 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:21:49.341 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:21:49.341 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:21:49.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:49.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:49.341 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:49.342 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:49.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 "OK", Widget matcher matching widgets with style: 8) 06:21:49.342 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:49.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:49.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:49.342 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:21:49.342 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:49.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:49.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:49.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:49.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:49.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:49.342 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:21:49.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:49.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:49.342 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:49.342 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:49.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:21:49.344 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:21:49.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:21:49.845 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:21:49.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:49.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:21:49.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:49.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:49.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:49.845 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 06:21:49.845 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:49.845 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:49.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:49.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.519 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.025 s getNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) Time elapsed: 0.002 s getAttribute no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) Time elapsed: 0.005 s getValue no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) Time elapsed: 0.003 s Running org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 06:21:49.850 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 06:21:49.850 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:21:49.851 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:21:49.851 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 06:21:49.851 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:21:49.851 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:21:49.851 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:21:49.851 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:21:49.851 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:21:49.851 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:49.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:49.851 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:49.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:49.851 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:49.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:49.851 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:49.852 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:49.852 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:49.852 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:49.852 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:49.852 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:49.852 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:49.852 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:49.852 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:49.852 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:49.852 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 06:21:49.852 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:49.852 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:49.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:49.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:49.852 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:21:49.852 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:21:49.852 DEBUG [main][MenuItemLookup] Found menu:'File' 06:21:49.853 DEBUG [main][MenuItemLookup] Item match:File 06:21:49.853 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:21:49.853 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:21:49.853 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:21:49.853 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:21:49.853 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:49.853 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:21:49.853 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:21:49.853 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:49.853 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:21:49.853 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:21:49.853 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:21:49.853 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:21:49.853 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:49.853 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:21:49.853 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:21:49.853 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:21:49.853 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:21:49.853 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:49.853 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:21:49.853 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:49.853 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:21:49.853 DEBUG [main][MenuItemLookup] Item match:Import... 06:21:49.853 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:21:49.853 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:21:49.853 INFO [main][MenuItemHandler] Select menu item: &Import... 06:21:49.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:21:49.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:21:49.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:21:49.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:49.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:49.902 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:21:49.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:49.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 06:21:49.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:49.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:49.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:49.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:21:49.903 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:21:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:49.903 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:21:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:49.903 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:21:49.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:21:49.904 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:21:49.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:49.904 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:21:49.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:49.904 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:21:49.904 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 06:21:49.904 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 06:21:49.904 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 06:21:49.904 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 06:21:49.904 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:21:49.904 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:21:49.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.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) 06:21:49.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:49.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:49.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:49.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:49.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:49.905 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:21:49.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:49.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:49.905 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:49.905 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:49.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: "Import"] 06:21:49.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:49.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:49.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:21:49.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:49.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:49.943 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:21:49.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:49.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:21:49.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:21:49.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:21:49.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:49.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:49.944 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:21:49.944 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:49.944 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' 06:21:49.944 DEBUG [WorkbenchTestable][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:") 06:21:49.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:49.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:49.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:49.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:49.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:49.944 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 06:21:49.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:49.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:49.944 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:49.944 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:49.945 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 06:21:49.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:49.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:21:49.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:21:49.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:49.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:21:49.946 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 06:21:49.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.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") 06:21:49.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:49.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:49.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:49.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:49.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:49.966 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 06:21:49.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:49.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:49.966 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:49.966 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:49.972 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 06:21:49.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:49.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:49.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:49.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:49.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:49.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 06:21:49.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 06:21:49.973 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 06:21:49.973 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 06:21:49.973 DEBUG [WorkbenchTestable][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") 06:21:49.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:49.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:49.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:49.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:49.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:49.974 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 06:21:49.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:49.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:49.974 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:49.974 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:49.975 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 06:21:49.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:49.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:49.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:49.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:49.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:49.975 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 06:21:49.975 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 06:21:49.975 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 06:21:49.976 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 06:21:49.976 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:21:49.976 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 06:21:49.976 DEBUG [WorkbenchTestable][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) 06:21:49.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:49.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:49.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:49.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:49.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:49.977 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:21:49.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:49.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:49.977 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:49.977 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:49.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:21:50.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:21:50.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:50.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph Update' is a system job, skipped 06:21:50.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:21:50.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:21:50.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:21:50.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:21:50.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:50.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:50.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:50.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:50.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:50.022 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:21:50.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:50.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:50.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:50.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:50.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:50.030 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:21:50.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 '\*?\QPackage Explorer\E') 06:21:50.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:50.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:50.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:50.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:50.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:50.031 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:50.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:50.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:50.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:21:50.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:21:50.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:21:50.032 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:50.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:50.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:50.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:50.033 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:50.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:50.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:50.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:50.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:50.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:50.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:50.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:50.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:51.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:51.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:51.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:21:51.035 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:51.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:51.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:51.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:51.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 06:21:51.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:51.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:51.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:51.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:51.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:51.036 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 06:21:51.036 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:21:51.037 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 06:21:51.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 06:21:51.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:51.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:51.538 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 06:21:51.539 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 06:21:51.539 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 06:21:51.539 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 06:21:51.541 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 06:21:51.541 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 06:21:51.541 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 06:21:51.541 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 06:21:51.541 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 06:21:51.542 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 06:21:51.542 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:21:51.542 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:21:51.623 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:21:51.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:51.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:21:51.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:51.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:51.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:51.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@16419818 is found... 06:21:51.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@16419818 is found finished successfully 06:21:51.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 06:21:51.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:51.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:51.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:51.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:51.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:51.627 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:51.628 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:51.628 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:21:51.628 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 06:21:51.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 06:21:51.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:21:51.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:21:51.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:21:51.628 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:51.628 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:51.628 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") 06:21:51.628 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:51.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:51.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:51.628 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 06:21:51.629 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:51.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:51.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:51.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:51.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:51.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:51.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 06:21:51.631 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:51.631 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:51.631 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") 06:21:51.631 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:51.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:51.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:51.631 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 06:21:51.631 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:51.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:51.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:51.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:51.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:51.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:51.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 06:21:51.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 06:21:51.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:51.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:51.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:51.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:51.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:51.667 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part file.xml 06:21:51.667 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 06:21:51.667 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:51.667 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:51.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:51.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:51.668 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 06:21:51.668 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:21:51.668 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 06:21:51.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 06:21:51.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:21:51.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:21:51.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:21:51.668 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:51.668 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 06:21:51.668 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") 06:21:51.668 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:51.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:51.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:51.668 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 06:21:51.669 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:51.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:51.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:51.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:51.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:51.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:51.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 06:21:51.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 06:21:51.729 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:51.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:51.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:51.733 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 06:21:51.733 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:51.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:51.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:51.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:51.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:51.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:21:51.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 06:21:51.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:51.734 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:51.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:51.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:51.734 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 06:21:51.734 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:21:51.734 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 06:21:51.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 06:21:51.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:21:51.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:21:51.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:21:51.734 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:51.734 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 06:21:51.735 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") 06:21:51.735 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:51.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:51.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:51.735 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 06:21:51.735 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:51.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:51.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:51.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:51.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:51.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:51.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 06:21:51.822 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:51.822 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 06:21:51.822 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") 06:21:51.822 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:51.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:51.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:51.822 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 06:21:51.822 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:51.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:51.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:51.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:51.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:51.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:51.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 06:21:51.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 06:21:51.848 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:51.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:51.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:51.925 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 06:21:51.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:51.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:51.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:51.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 06:21:51.925 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 06:21:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:51.925 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 06:21:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:51.926 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 06:21:51.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 06:21:51.926 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 06:21:51.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:51.926 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 06:21:51.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:51.926 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 06:21:51.926 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 06:21:51.926 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:51.926 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:51.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:51.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:51.927 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 06:21:51.927 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:21:51.927 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 06:21:51.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 06:21:51.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:21:51.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:21:51.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:21:51.928 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:51.928 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:51.928 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") 06:21:51.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:51.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:51.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:51.928 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 06:21:51.928 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:51.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:51.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:51.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:51.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:51.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:51.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 06:21:51.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 06:21:51.930 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:51.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:51.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:51.930 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 06:21:51.930 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:51.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:51.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:51.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:51.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:51.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:51.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:51.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:51.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 06:21:51.931 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 06:21:51.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:51.931 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 06:21:51.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:51.931 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 06:21:51.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 06:21:51.931 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 06:21:51.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:51.931 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 06:21:51.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:51.931 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 06:21:51.931 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 06:21:51.931 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:51.931 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:51.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:51.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:51.932 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 06:21:51.932 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:21:51.932 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingingAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 06:21:51.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 06:21:51.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:21:51.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:21:51.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:21:51.934 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 06:21:51.934 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:51.934 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:51.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:51.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:51.934 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingingAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 06:21:51.934 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:21:51.934 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEvaluatingXPathOnAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 06:21:51.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 06:21:51.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:21:51.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:21:51.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:21:52.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 06:21:52.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:52.000 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:52.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:52.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:52.000 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEvaluatingXPathOnAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 06:21:52.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:52.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:52.001 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:21:52.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:52.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:52.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 06:21:52.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:52.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:52.002 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 06:21:52.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') 06:21:52.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:52.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:52.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:52.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:52.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:52.003 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:52.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:52.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:52.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:52.025 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:52.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:52.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:52.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:52.026 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:52.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:52.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:52.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:52.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:52.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:52.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:52.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:52.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:53.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:53.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:53.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:21:53.028 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:53.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:53.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:53.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:53.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 06:21:53.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:53.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:53.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:53.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:53.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:53.029 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 06:21:53.030 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 06:21:53.030 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 06:21:53.030 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 06:21:53.031 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 06:21:53.031 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:21:53.031 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:53.050 DEBUG [main][MenuItemLookup] Found menu:'New' 06:21:53.050 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:21:53.050 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:53.050 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:21:53.050 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:21:53.050 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:53.050 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:21:53.050 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:21:53.050 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:21:53.050 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:21:53.050 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:53.050 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:21:53.050 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:21:53.050 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:21:53.050 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:53.050 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:21:53.050 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:21:53.050 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:53.050 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:21:53.050 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:21:53.050 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:21:53.050 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:21:53.050 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:21:53.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:53.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:21:53.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:53.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:53.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:53.551 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 06:21:53.551 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 06:21:53.551 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 06:21:53.551 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 06:21:53.553 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 06:21:53.553 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:21:53.553 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:53.571 DEBUG [main][MenuItemLookup] Found menu:'New' 06:21:53.571 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:21:53.571 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:53.571 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:21:53.571 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:21:53.571 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:53.571 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:21:53.571 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:21:53.571 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:21:53.571 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:21:53.571 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:21:53.571 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:21:53.571 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:21:53.571 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:21:53.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.... 06:21:54.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:21:54.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:21:54.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:54.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:54.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:54.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:54.128 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:21:54.128 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:54.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:54.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:54.128 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:21:54.128 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:54.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:54.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:54.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:54.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:54.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:54.129 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:21:54.129 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:21:54.129 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:21:54.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:54.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:54.129 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:54.129 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:54.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:21:54.129 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:54.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:54.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:54.129 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:21:54.129 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:54.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:54.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:54.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:54.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:54.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:54.130 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:21:54.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:54.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:54.130 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:54.130 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:54.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:21:54.132 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:21:54.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:21:54.632 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:21:54.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:54.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:21:54.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:54.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:54.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:54.633 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 06:21:54.633 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:54.633 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:54.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:54.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.783 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.04 s selectSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.066 s getDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.193 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.066 s Running org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 06:21:54.638 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 06:21:54.638 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:21:54.638 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:21:54.638 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 06:21:54.638 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:21:54.638 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:21:54.639 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:21:54.639 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:21:54.639 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:21:54.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: "Import"] 06:21:54.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:54.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: "Import"] 06:21:54.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:54.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: "Import"] 06:21:54.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:54.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: "Import"] 06:21:54.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:54.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: "Import"] 06:21:54.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:54.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: "Import"] 06:21:54.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:54.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: "Import"] 06:21:54.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:54.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: "Import"] 06:21:54.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:54.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: "Import"] 06:21:54.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:54.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:54.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:54.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:54.640 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:21:54.640 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:21:54.640 DEBUG [main][MenuItemLookup] Found menu:'File' 06:21:54.640 DEBUG [main][MenuItemLookup] Item match:File 06:21:54.641 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:21:54.641 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:21:54.641 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:21:54.641 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:21:54.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:54.641 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:21:54.641 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:21:54.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:54.641 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:21:54.641 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 06:21:54.641 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 06:21:54.641 DEBUG [main][MenuItemLookup] Found menu:'Revert' 06:21:54.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:54.641 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:21:54.641 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:21:54.641 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:21:54.641 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 06:21:54.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:54.641 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 06:21:54.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:54.641 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:21:54.641 DEBUG [main][MenuItemLookup] Item match:Import... 06:21:54.641 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 06:21:54.641 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 06:21:54.641 INFO [main][MenuItemHandler] Select menu item: &Import... 06:21:54.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:21:54.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:21:54.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:21:54.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:54.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:54.689 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:21:54.689 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:54.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:21:54.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:54.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:54.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:54.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:54.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:54.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:54.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:54.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:21:54.690 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:21:54.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:54.690 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:21:54.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:54.690 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:21:54.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:21:54.690 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:21:54.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:54.690 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:21:54.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:54.690 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:21:54.690 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 06:21:54.690 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 06:21:54.690 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 06:21:54.691 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 06:21:54.691 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:21:54.691 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 06:21:54.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.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) 06:21:54.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:54.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:54.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:54.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:54.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:54.691 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:21:54.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:54.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:54.691 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:54.691 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:54.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: "Import"] 06:21:54.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:54.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:54.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:21:54.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:54.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:54.731 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 06:21:54.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:54.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 06:21:54.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 06:21:54.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 06:21:54.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:54.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:54.731 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:21:54.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:21:54.731 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' 06:21:54.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.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:") 06:21:54.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:54.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:54.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:54.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:54.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:54.732 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 06:21:54.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:54.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:54.732 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:54.732 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:54.733 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 06:21:54.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:54.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:21:54.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:21:54.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:54.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:21:54.733 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 06:21:54.733 DEBUG [WorkbenchTestable][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") 06:21:54.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:54.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:54.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:54.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:54.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:54.755 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 06:21:54.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:54.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:54.755 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:54.755 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:54.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 06:21:54.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:54.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:54.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:54.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:54.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:54.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 06:21:54.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 06:21:54.763 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 06:21:54.763 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 06:21:54.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.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") 06:21:54.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:54.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:54.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:54.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:54.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:54.764 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 06:21:54.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:54.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:54.764 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:54.764 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:54.764 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 06:21:54.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:54.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:54.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:54.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:54.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:54.765 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 06:21:54.765 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 06:21:54.765 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 06:21:54.766 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 06:21:54.766 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 06:21:54.766 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 06:21:54.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.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) 06:21:54.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:54.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:54.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:54.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:54.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:54.779 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:21:54.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:54.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:54.779 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:54.779 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:54.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:21:55.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:21:55.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:55.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:21:55.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:21:55.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:55.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:55.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:55.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:55.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:55.283 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:21:55.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:55.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:55.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:21:55.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:55.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:55.283 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:21:55.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:21:55.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:55.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:55.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:55.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:55.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:55.284 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:55.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:55.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:55.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:21:55.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:21:55.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:21:55.285 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:21:55.285 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateXPath no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 06:21:55.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 06:21:55.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:21:55.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:21:55.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:21:55.286 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:55.286 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:55.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:55.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:55.286 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:55.286 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:55.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:55.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:55.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:55.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:55.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:55.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:55.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:56.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:56.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:56.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:21:56.288 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:56.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:56.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:56.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:56.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:21:56.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:56.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:56.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:56.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:56.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:56.289 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 06:21:56.289 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:21:56.290 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 06:21:56.290 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 06:21:56.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:56.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:56.791 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 06:21:56.792 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 06:21:56.792 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 06:21:56.792 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 06:21:56.793 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 06:21:56.794 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 06:21:56.794 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 06:21:56.794 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 06:21:56.794 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 06:21:56.795 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 06:21:56.795 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:21:56.795 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:21:56.875 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:21:56.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:21:56.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:21:56.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:21:56.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:21:56.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:21:56.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f1fcfb5 is found... 06:21:56.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f1fcfb5 is found finished successfully 06:21:56.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 06:21:56.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:56.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:56.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:56.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:56.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:56.879 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:56.879 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:56.879 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:56.879 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:56.879 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") 06:21:56.880 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:56.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:56.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:56.880 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 06:21:56.880 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:56.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:56.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:56.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:56.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:56.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:56.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 06:21:56.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 06:21:56.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:56.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:56.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:56.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:56.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:56.914 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part file.xml 06:21:56.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 06:21:56.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:56.916 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:56.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:56.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:56.916 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateXPath no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 06:21:56.916 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:21:56.916 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateXPathWithIgnoringNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 06:21:56.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 06:21:56.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:21:56.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:21:56.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:21:56.916 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:56.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:56.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:56.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:56.935 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:56.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:56.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:56.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:56.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:56.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:56.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:57.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:57.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:57.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:57.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:57.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:21:57.937 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:57.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:57.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:57.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21: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 06:21:57.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:57.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:57.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:57.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:57.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:57.938 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 06:21:57.938 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:21:57.939 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TomcatServerRequirement.xml of tree item xml-project 06:21:57.939 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 06:21:57.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:57.939 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item xml-project is already expanded. No action performed 06:21:57.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:57.939 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 06:21:57.939 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TomcatServerRequirement.xml 06:21:57.939 DEBUG [main][TreeItemHandler] Selecting tree item: TomcatServerRequirement.xml 06:21:57.939 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TomcatServerRequirement.xml about selection 06:21:57.942 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TomcatServerRequirement.xml 06:21:57.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:21:57.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:57.962 DEBUG [main][MenuItemLookup] Found menu:'New' 06:21:57.962 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:57.962 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:21:57.962 DEBUG [main][MenuItemLookup] Found menu:'Open With' 06:21:57.962 DEBUG [main][MenuItemLookup] Item match:Open With 06:21:57.963 DEBUG [main][MenuItemLookup] Found menu:'Generic Text Editor' 06:21:57.963 DEBUG [main][MenuItemLookup] Found menu:'JUnit View' 06:21:57.963 DEBUG [main][MenuItemLookup] Found menu:'Text Editor' 06:21:57.963 DEBUG [main][MenuItemLookup] Found menu:'XML Editor' 06:21:57.963 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:57.963 DEBUG [main][MenuItemLookup] Found menu:'System Editor' 06:21:57.963 DEBUG [main][MenuItemLookup] Found menu:'Default Editor' 06:21:57.963 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:57.963 DEBUG [main][MenuItemLookup] Found menu:'Other...' 06:21:57.963 DEBUG [main][MenuItemLookup] Item match:Other... 06:21:57.964 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Other..." 06:21:57.964 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... 06:21:57.964 INFO [main][MenuItemHandler] Select menu item: Other... 06:21:58.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 06:21:58.017 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 06:21:58.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 06:21:58.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:58.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:58.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:21:58.018 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:58.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:58.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:58.018 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 06:21:58.018 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:58.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:58.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:58.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:58.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:58.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:58.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:58.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:58.019 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item XML Editor 06:21:58.019 DEBUG [main][TreeItemHandler] Selecting tree item: XML Editor 06:21:58.019 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item XML Editor about selection 06:21:58.019 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: XML Editor 06:21:58.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:21:58.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:58.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:58.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:58.019 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 06:21:58.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:58.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:58.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:58.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:58.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:58.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:58.020 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:21:58.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:58.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:58.020 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:58.020 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:58.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:21:58.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:21:58.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@41cc7a61 is found... 06:21:58.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@41cc7a61 is found finished successfully 06:21:58.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTomcatServerRequirement.xml\E') 06:21:58.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:58.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:58.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:58.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:58.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:58.113 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:58.113 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 06:21:58.114 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:58.114 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 06:21:58.114 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") 06:21:58.114 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:58.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:58.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:58.114 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TomcatServerRequirement.xml"as the parent 06:21:58.114 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:58.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:58.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:58.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:58.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:58.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:58.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 06:21:58.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTomcatServerRequirement.xml\E') 06:21:58.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:58.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:58.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:58.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:58.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:58.167 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part TomcatServerRequirement.xml 06:21:58.168 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 06:21:58.168 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:58.168 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:58.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:58.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:58.169 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateXPathWithIgnoringNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 06:21:58.169 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:21:58.169 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateXPathWithNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 06:21:58.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 06:21:58.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:21:58.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:21:58.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:21:58.169 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:58.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:58.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:58.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:58.188 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:58.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:58.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:58.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:58.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:58.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:58.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:58.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:58.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:59.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:59.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:59.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:21:59.191 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:59.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:59.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:59.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:59.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:21:59.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:59.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:59.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:59.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:59.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:59.192 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 06:21:59.192 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:21:59.193 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TomcatServerRequirement.xml of tree item xml-project 06:21:59.193 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 06:21:59.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:21:59.193 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item xml-project is already expanded. No action performed 06:21:59.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:21:59.193 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 06:21:59.193 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TomcatServerRequirement.xml 06:21:59.194 DEBUG [main][TreeItemHandler] Selecting tree item: TomcatServerRequirement.xml 06:21:59.194 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TomcatServerRequirement.xml about selection 06:21:59.195 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TomcatServerRequirement.xml 06:21:59.195 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:21:59.195 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:59.214 DEBUG [main][MenuItemLookup] Found menu:'New' 06:21:59.214 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:59.214 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:21:59.214 DEBUG [main][MenuItemLookup] Found menu:'Open With' 06:21:59.214 DEBUG [main][MenuItemLookup] Item match:Open With 06:21:59.216 DEBUG [main][MenuItemLookup] Found menu:'Generic Text Editor' 06:21:59.216 DEBUG [main][MenuItemLookup] Found menu:'JUnit View' 06:21:59.216 DEBUG [main][MenuItemLookup] Found menu:'Text Editor' 06:21:59.216 DEBUG [main][MenuItemLookup] Found menu:'XML Editor' 06:21:59.216 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:59.216 DEBUG [main][MenuItemLookup] Found menu:'System Editor' 06:21:59.216 DEBUG [main][MenuItemLookup] Found menu:'Default Editor' 06:21:59.216 DEBUG [main][MenuItemLookup] Found menu:'' 06:21:59.216 DEBUG [main][MenuItemLookup] Found menu:'Other...' 06:21:59.216 DEBUG [main][MenuItemLookup] Item match:Other... 06:21:59.216 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Other..." 06:21:59.216 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... 06:21:59.216 INFO [main][MenuItemHandler] Select menu item: Other... 06:21:59.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 06:21:59.258 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 06:21:59.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 06:21:59.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:21:59.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:21:59.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:21:59.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:59.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:59.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:59.259 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 06:21:59.259 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:59.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:59.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:59.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:59.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:59.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:21:59.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:21:59.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:21:59.260 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item XML Editor 06:21:59.260 DEBUG [main][TreeItemHandler] Selecting tree item: XML Editor 06:21:59.260 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item XML Editor about selection 06:21:59.260 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: XML Editor 06:21:59.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:21:59.260 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:59.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:59.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:59.260 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 06:21:59.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:59.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:59.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:59.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:59.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:59.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:21:59.261 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:21:59.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:21:59.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:21:59.261 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:21:59.261 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:21:59.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:21:59.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:21:59.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@76a5e9a8 is found... 06:21:59.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@76a5e9a8 is found finished successfully 06:21:59.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTomcatServerRequirement.xml\E') 06:21:59.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:59.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:59.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:59.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:59.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:59.296 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:59.296 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 06:21:59.296 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:59.296 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 06:21:59.296 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") 06:21:59.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:21:59.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:59.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:59.296 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TomcatServerRequirement.xml"as the parent 06:21:59.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:21:59.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:59.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:59.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:59.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:59.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:59.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 06:21:59.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 '\*?\QTomcatServerRequirement.xml\E') 06:21:59.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:59.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:59.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:21:59.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:21:59.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:21:59.339 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part TomcatServerRequirement.xml 06:21:59.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 06:21:59.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:21:59.340 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:21:59.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:21:59.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:21:59.341 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateXPathWithNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 06:21:59.341 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:21:59.341 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:59.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:59.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:59.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:59.353 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:59.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:59.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:59.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:59.359 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:21:59.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:21:59.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:21:59.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:21:59.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:21:59.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:59.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:21:59.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:21:59.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:00.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:00.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:00.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:00.362 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:00.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:00.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:00.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:00.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:22:00.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:00.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:00.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:00.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:00.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:00.363 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 06:22:00.363 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 06:22:00.363 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 06:22:00.363 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 06:22:00.364 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 06:22:00.364 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:22:00.364 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:00.383 DEBUG [main][MenuItemLookup] Found menu:'New' 06:22:00.383 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:22:00.383 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:00.383 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:22:00.383 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:22:00.383 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:00.383 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:22:00.383 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:22:00.383 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:22:00.383 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:22:00.383 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:00.383 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:22:00.383 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:22:00.383 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:22:00.383 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:00.383 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:22:00.383 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:22:00.383 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:00.383 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:22:00.383 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:22:00.383 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:22:00.383 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:22:00.384 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:22:00.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:00.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:22:00.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:00.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:00.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:00.884 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 06:22:00.885 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 06:22:00.885 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 06:22:00.885 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 06:22:00.886 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 06:22:00.886 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:22:00.886 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:00.904 DEBUG [main][MenuItemLookup] Found menu:'New' 06:22:00.904 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:22:00.904 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:00.904 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:22:00.904 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:22:00.904 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:00.904 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:22:00.904 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:22:00.904 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:22:00.904 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:22:00.904 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:22:00.904 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:22:00.905 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:22:00.905 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:22:00.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 'Delete.*'] is available.... 06:22:01.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:22:01.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:22:01.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:01.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:01.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:01.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:01.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:22:01.464 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:01.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:01.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:01.464 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:22:01.464 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:01.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:01.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:01.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:01.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:01.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:01.465 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:22:01.465 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:22:01.465 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:22:01.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:01.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:01.465 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:01.465 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:01.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:22:01.465 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:01.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:01.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:01.465 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:22:01.465 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:01.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:01.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:01.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:01.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:01.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:01.466 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:22:01.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:01.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:01.466 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:01.466 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:01.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:22:01.468 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:22:01.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:22:01.969 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:22:01.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:01.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:22:01.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:01.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:01.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:01.969 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 06:22:01.969 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:22:01.969 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:22:01.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:01.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.333 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.631 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.172 s Running org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 06:22:01.975 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 06:22:01.975 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:22:01.975 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:22:01.975 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 06:22:01.975 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:22:01.975 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:22:01.976 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:22:01.976 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:22:01.976 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:22:01.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:01.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:01.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:01.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:01.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 06:22:01.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:01.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:01.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:01.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:01.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:01.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:01.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:01.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 06:22:01.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:01.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:01.977 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:01.977 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:01.977 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:01.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:01.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:01.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:01.977 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:01.977 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:01.977 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:01.977 DEBUG [main][MenuItemLookup] Item match:File 06:22:01.978 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:22:01.978 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:22:01.980 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:22:01.980 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:22:01.980 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:01.980 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:22:01.980 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:22:01.980 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:22:01.980 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:22:01.980 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:22:01.980 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:22:01.980 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:22:01.980 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:22:01.980 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:22:01.980 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:01.980 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:22:01.980 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:22:01.980 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:01.980 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:22:01.980 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:01.980 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:22:01.980 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:22:01.980 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:22:01.980 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:22:01.980 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:22:02.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 'New|Select a wizard'] is available.... 06:22:02.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:22:02.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:22:02.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:02.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:02.030 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:02.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:02.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:22:02.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:02.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:02.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:02.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:02.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:02.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:22:02.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:22:02.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 06:22:02.032 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 06:22:02.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:02.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:02.533 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 06:22:02.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 06:22:02.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 06:22:02.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:02.534 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 06:22:02.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:02.534 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 06:22:02.534 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 06:22:02.534 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 06:22:02.535 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 06:22:02.536 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 06:22:02.536 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:02.536 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:22:02.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:22:02.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:02.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:02.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:02.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:02.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:02.538 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:22:02.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:02.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:02.538 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:02.538 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:02.659 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:02.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:02.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:02.668 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.... 06:22:02.669 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 06:22:02.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 06:22:02.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:02.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:02.669 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 06:22:02.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:02.671 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:") 06:22:02.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:02.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:02.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:02.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:02.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:02.672 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:02.673 INFO [WorkbenchTestable][AbstractText] Text set to: HTMLProjectTest 06:22:02.676 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 06:22:02.676 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 06:22:02.676 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) 06:22:02.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:02.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:02.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:02.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:02.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:02.677 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:22:02.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:02.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:02.677 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:02.677 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:02.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:22:03.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:22:03.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:03.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:22:03.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:22:03.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 06:22:03.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:22:03.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:22:03.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:03.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:03.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:03.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:03.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:03.181 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:22:03.181 INFO [WorkbenchTestable][RequirementsRunner] Started test: createHTMLFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest) 06:22:03.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 06:22:03.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:22:03.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:22:03.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:22:03.182 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:03.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:03.182 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:03.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:03.182 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New HTML File"] 06:22:03.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:03.182 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:03.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:03.182 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:03.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:03.182 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:03.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:03.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New HTML File"] 06:22:03.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:03.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:03.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:03.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:03.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:03.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:03.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:03.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:03.183 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:03.183 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:03.183 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:03.183 DEBUG [main][MenuItemLookup] Item match:File 06:22:03.184 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:22:03.184 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:22:03.186 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:22:03.186 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:22:03.186 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:03.186 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:22:03.186 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:22:03.186 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:22:03.186 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:22:03.186 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:22:03.186 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:22:03.186 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:22:03.186 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:22:03.186 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:22:03.186 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:03.186 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:22:03.186 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:22:03.186 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:03.186 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:22:03.186 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:03.186 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:22:03.186 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:22:03.186 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:22:03.186 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:22:03.186 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:22:03.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:22:03.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:22:03.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:22:03.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:03.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:03.246 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:03.247 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:03.247 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:22:03.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:03.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:03.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:03.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:03.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:03.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:22:03.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:22:03.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 06:22:03.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 06:22:03.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:03.248 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 06:22:03.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:03.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 06:22:03.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 06:22:03.249 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 06:22:03.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:03.249 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 06:22:03.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:03.249 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 06:22:03.249 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HTML File 06:22:03.249 DEBUG [main][TreeItemHandler] Selecting tree item: HTML File 06:22:03.249 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HTML File about selection 06:22:03.252 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HTML File 06:22:03.252 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:03.253 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:22:03.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:22:03.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:03.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:03.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:03.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:03.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:03.254 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:22:03.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:03.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:03.254 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:03.254 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:03.607 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:03.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:03.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:03.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New HTML File"] is available.... 06:22:03.608 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 06:22:03.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New HTML File 06:22:03.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:03.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:03.609 TRACE [WorkbenchTestable][NewHTMLWizard] Shell New HTML File is not null and is not disposed 06:22:03.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:03.609 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:") 06:22:03.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:03.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:03.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:03.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:03.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:03.611 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:03.612 INFO [WorkbenchTestable][AbstractText] Text set to: testHTML 06:22:03.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.html.ui.wizard.NewHTMLFileWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 06:22:03.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:03.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:03.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:03.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:03.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:03.615 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:03.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.html.ui.wizard.NewHTMLFileWizardPage, index 0 and no matchers specified 06:22:03.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:03.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:03.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:03.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:03.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:03.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.html.ui.wizard.NewHTMLFileWizardPage, index 0 and no matchers specified 06:22:03.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:03.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:03.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:03.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:03.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:03.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:22:03.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:22:03.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem HTMLProjectTest has children... 06:22:03.622 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item HTMLProjectTest 06:22:03.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:03.622 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item HTMLProjectTest is already expanded. No action performed 06:22:03.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:03.622 INFO [WorkbenchTestable][TreeItemHandler] Expanded: HTMLProjectTest 06:22:03.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem HTMLProjectTest has children finished successfully 06:22:03.622 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item HTMLProjectTest 06:22:03.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:03.623 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item HTMLProjectTest is already expanded. No action performed 06:22:03.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:03.623 INFO [WorkbenchTestable][TreeItemHandler] Expanded: HTMLProjectTest 06:22:03.623 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:22:03.623 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:22:03.623 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:22:03.639 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:22:03.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.html.ui.wizard.NewHTMLFileWizardPage, index 0 and no matchers specified 06:22:03.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:03.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:03.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:03.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:03.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:03.640 TRACE [WorkbenchTestable][NewHTMLWizard] Shell New HTML File is not null and is not disposed 06:22:03.640 INFO [WorkbenchTestable][NewHTMLWizard] Go to next wizard page 06:22:03.640 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) 06:22:03.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:03.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:03.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:03.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:03.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:03.641 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:22:03.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:03.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:03.641 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:03.641 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:03.705 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") 06:22:03.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:03.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:03.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:03.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:03.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:03.705 INFO [WorkbenchTestable][CheckBox] Select checkbox &Use HTML Template 06:22:03.706 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Use HTML Template 06:22:03.706 INFO [WorkbenchTestable][AbstractButton] Click button &Use HTML Template 06:22:03.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:03.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:03.706 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:03.706 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:03.711 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") 06:22:03.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:03.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:03.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:03.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:03.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:03.712 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") 06:22:03.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:03.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:03.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:03.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:03.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:03.713 INFO [WorkbenchTestable][CheckBox] Select checkbox &Use HTML Template 06:22:03.713 INFO [WorkbenchTestable][CheckBox] Check checkbox &Use HTML Template 06:22:03.713 INFO [WorkbenchTestable][AbstractButton] Click button &Use HTML Template 06:22:03.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:03.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:03.713 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:03.713 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:03.745 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") 06:22:03.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:03.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:03.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:03.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:03.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:03.746 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 06:22:03.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:03.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:03.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:03.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:03.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:22:03.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:22:03.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:22:03.800 TRACE [WorkbenchTestable][NewHTMLWizard] Shell New HTML File is not null and is not disposed 06:22:03.800 INFO [WorkbenchTestable][NewHTMLWizard] Finish wizard 06:22:03.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.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) 06:22:03.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:03.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:03.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:03.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:03.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:03.803 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:22:03.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:03.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:03.804 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:03.804 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:03.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:22:03.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:22:03.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:03.943 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating HTMLProjectTest' has no excuses, wait for it 06:22:04.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'JavaScript indexing in progress' is a system job, skipped 06:22:04.444 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 06:22:04.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating JavaScript Index' is a system job, skipped 06:22:04.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:22:04.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:22:04.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 06:22:04.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:22:04.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing JavaScript tooling' is a system job, skipped 06:22:04.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:04.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:04.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:04.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:04.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:22:04.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:04.444 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 06:22:04.444 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:22:04.444 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:22:04.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:04.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:04.444 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createHTMLFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest) 06:22:04.444 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:22:04.445 DEBUG [main][EditorHandler] 1 editor(s) found 06:22:04.445 DEBUG [WorkbenchTestable][EditorHandler] Closing editor testHTML.html 06:22:04.524 DEBUG [WorkbenchTestable][EditorHandler] Editor testHTML.html is closed 06:22:04.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:04.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:04.524 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:22:04.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:04.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:04.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:04.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:04.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:04.526 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:04.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 '\*?\QProject Explorer\E') 06:22:04.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:04.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:04.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:04.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:04.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:04.527 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:22:04.527 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:22:04.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:04.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:04.613 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:22:04.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:22:04.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:04.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:04.614 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:22:04.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:22:04.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:04.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:04.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:04.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:04.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:05.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:05.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:05.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:05.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:05.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:05.616 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:22:05.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:22:05.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:05.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:05.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:22:05.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:05.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:05.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:05.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:05.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:05.617 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name HTMLProjectTest 06:22:05.617 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:22:05.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:22:05.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:05.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:05.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:05.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:05.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:06.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:06.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:06.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:06.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:06.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:06.619 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:22:06.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:22:06.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:06.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:06.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 06:22:06.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:06.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:06.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:06.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:06.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:06.620 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name HTMLProjectTest 06:22:06.621 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:22:06.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:22:06.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:06.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:06.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 06:22:06.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:06.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:06.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:06.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:06.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:06.621 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:22:06.621 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:22:06.621 DEBUG [main][TreeItemHandler] Set Tree selection 06:22:06.621 DEBUG [main][TreeHandler] Notify Tree about selection event 06:22:06.625 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:22:06.626 DEBUG [WorkbenchTestable][TreeItemHandler] HTMLProjectTest 06:22:06.626 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:22:06.626 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:06.680 DEBUG [main][MenuItemLookup] Found menu:'New' 06:22:06.680 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:22:06.680 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:06.680 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:22:06.680 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:06.680 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:22:06.680 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:22:06.680 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:22:06.680 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:22:06.680 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:22:06.680 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:22:06.680 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:22:06.680 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:06.680 DEBUG [main][MenuItemLookup] Found menu:'Import' 06:22:06.680 DEBUG [main][MenuItemLookup] Found menu:'Export' 06:22:06.680 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:06.680 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:22:06.680 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:22:06.681 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:22:06.681 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:22:06.681 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:22:06.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:06.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:22:07.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:22:07.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:22:07.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:22:07.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:22:07.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:22:07.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:07.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:07.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:07.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:07.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:22:07.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:07.182 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:22:07.182 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:07.203 DEBUG [main][MenuItemLookup] Found menu:'New' 06:22:07.203 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:22:07.203 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:07.203 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:22:07.203 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:07.203 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:22:07.203 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:22:07.203 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:22:07.203 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:22:07.203 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:22:07.204 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:22:07.204 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:22:07.204 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:22:07.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:22:07.764 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 06:22:07.764 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:22:07.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:07.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22: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: 32) 06:22:07.766 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:07.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:07.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:07.766 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:22:07.766 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:07.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:07.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:07.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:07.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:07.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:07.767 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:22:07.767 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:22:07.767 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:22:07.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:07.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:07.767 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:07.767 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:07.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:22:07.767 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:07.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:07.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:07.767 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:22:07.767 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:07.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:07.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:07.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:07.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:07.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:07.768 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:22:07.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:07.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:07.768 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:07.768 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:07.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:22:07.770 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:22:08.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:22:08.270 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:22:08.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:08.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:22:08.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:22:08.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:22:08.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:08.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:08.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:08.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:08.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:08.271 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:22:08.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:22:08.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:08.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:08.272 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 06:22:08.272 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:22:08.272 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:22:08.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:08.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.298 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: 1.263 s Running org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 06:22:08.285 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 06:22:08.285 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:22:08.285 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:22:08.285 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 06:22:08.285 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:22:08.285 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:22:08.285 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:22:08.285 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:22:08.285 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:22:08.285 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:22:08.286 DEBUG [main][EditorHandler] 0 editor(s) found 06:22:08.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:08.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:08.286 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:22:08.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:08.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:08.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:08.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:08.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:08.287 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:08.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:22:08.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:08.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:08.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:08.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:08.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:08.288 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:22:08.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:22:08.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:08.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:22:08.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:08.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:08.289 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:22:08.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:22:08.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:08.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:08.290 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:22:08.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:22:08.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:08.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:08.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:08.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:08.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:08.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:08.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:09.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:09.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:09.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:09.292 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:22:09.292 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:22:09.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:09.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:09.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 06:22:09.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:09.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:09.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:09.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:09.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:09.293 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:22:09.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:22:09.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:09.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:09.294 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:22:09.294 INFO [WorkbenchTestable][RequirementsRunner] Started test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest) 06:22:09.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 06:22:09.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:22:09.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:22:09.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:22:09.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:09.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:09.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:09.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:09.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New JavaScript Project"] 06:22:09.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:09.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:09.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:09.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:09.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:09.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:09.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:09.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New JavaScript Project"] 06:22:09.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:09.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:09.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:09.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:09.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:09.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:09.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:09.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:09.296 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:09.296 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:09.296 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:09.296 DEBUG [main][MenuItemLookup] Item match:File 06:22:09.297 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:22:09.297 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:22:09.298 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:22:09.299 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:22:09.299 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:09.299 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:22:09.299 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:22:09.299 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:22:09.299 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:22:09.299 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:22:09.299 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:22:09.299 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:22:09.299 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:22:09.299 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:22:09.299 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:09.299 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:22:09.299 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:22:09.299 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:09.299 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:22:09.299 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:09.299 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:22:09.299 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:22:09.299 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:22:09.299 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:22:09.299 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:22:09.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 'New|Select a wizard'] is available.... 06:22:09.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:22:09.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:22:09.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:09.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:09.350 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:09.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:09.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:22:09.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:09.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:09.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:09.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:09.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:09.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:22:09.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:22:09.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JavaScript has children... 06:22:09.352 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JavaScript 06:22:09.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:09.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:09.853 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JavaScript 06:22:09.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JavaScript has children finished successfully 06:22:09.853 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JavaScript 06:22:09.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:09.853 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JavaScript is already expanded. No action performed 06:22:09.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:09.854 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JavaScript 06:22:09.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 06:22:09.856 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 06:22:09.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:09.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:09.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:22:09.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:09.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:09.856 INFO [WorkbenchTestable][AbstractShell] Close shell Select a wizard 06:22:09.856 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Select a wizard' 06:22:09.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:22:09.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:22:09.873 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 06:22:09.873 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:22:09.873 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:22:09.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:09.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:09.874 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest) 06:22:09.874 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 06:22:09.874 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:22:09.874 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:22:09.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:09.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.59 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.58 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 06:22:09.878 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 06:22:09.878 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:22:09.878 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:22:09.878 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 06:22:09.878 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:22:09.878 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:22:09.879 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:22:09.879 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:22:09.879 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:22:09.879 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:22:09.879 DEBUG [main][EditorHandler] 0 editor(s) found 06:22:09.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:09.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:09.880 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:22:09.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:09.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:09.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:09.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:09.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:09.881 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:09.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 '\*?\QProject Explorer\E') 06:22:09.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:09.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:09.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:09.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:09.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:09.881 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:22:09.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:22:09.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:09.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:22:09.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:09.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:09.883 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:22:09.883 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:22:09.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:09.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:09.883 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:22:09.883 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:22:09.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:09.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:09.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:09.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:09.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:10.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:10.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:10.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:10.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:10.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:10.892 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:22:10.892 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:22:10.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:10.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:10.893 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:22:10.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:10.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:10.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:10.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:10.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:10.893 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:22:10.893 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:22:10.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:10.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:10.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'] 06:22:10.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:10.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'] 06:22:10.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:10.894 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:22:10.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:10.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'] 06:22:10.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:10.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'] 06:22:10.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:10.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'] 06:22:10.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:10.894 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:22:10.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:10.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'] 06:22:10.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:10.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'] 06:22:10.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:10.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:10.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:10.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:10.895 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:10.895 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:10.895 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:10.895 DEBUG [main][MenuItemLookup] Item match:File 06:22:10.896 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:22:10.896 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:22:10.897 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:22:10.897 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:22:10.897 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:10.897 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:22:10.897 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:22:10.897 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:22:10.897 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:22:10.897 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:22:10.897 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:22:10.897 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:22:10.897 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:22:10.897 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:22:10.897 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:10.897 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:22:10.897 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:22:10.897 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:10.898 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:22:10.898 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:10.898 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:22:10.898 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:22:10.898 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:22:10.898 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:22:10.898 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:22:10.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 'New|Select a wizard'] is available.... 06:22:10.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 06:22:10.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:22:10.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:10.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:10.946 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:10.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:10.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:22:10.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:10.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:10.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:10.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:10.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:10.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:22:10.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:22:10.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:22:10.948 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:10.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:10.948 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:10.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:10.948 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:10.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:22:10.948 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:10.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:10.948 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:10.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:10.948 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:10.948 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:22:10.948 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:22:10.948 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:22:10.954 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:22:10.954 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:10.954 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:22:10.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:22:10.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:10.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:10.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:10.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:10.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:10.955 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:22:10.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:10.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:10.955 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:10.956 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:11.078 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:11.079 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:11.079 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:11.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:22:11.079 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 06:22:11.079 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:22:11.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:11.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:11.079 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:22:11.079 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:11.080 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'hellotest' 06:22:11.080 DEBUG [WorkbenchTestable][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:") 06:22:11.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:11.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:11.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:11.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:11.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:11.081 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:11.082 INFO [WorkbenchTestable][AbstractText] Text set to: hellotest 06:22:11.102 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:22:11.102 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:22:11.102 DEBUG [WorkbenchTestable][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) 06:22:11.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:11.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:11.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:11.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:11.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:11.104 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:22:11.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:11.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:11.104 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:11.104 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:11.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:22:11.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. finished successfully 06:22:11.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:22:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:11.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:11.609 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:22:11.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 "Don't Create") 06:22:11.609 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:11.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:11.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:11.610 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:22:11.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:11.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:11.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:11.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:11.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:11.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:11.611 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:22:11.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:11.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:11.611 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:11.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:11.679 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.... 06:22:11.679 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 06:22:11.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:22:11.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:22:11.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:11.679 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 06:22:11.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:22:11.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:22:11.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:22:11.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:11.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:11.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:11.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:11.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:11.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'] 06:22:11.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:11.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'] 06:22:11.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:11.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 Java Class"] 06:22:11.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:11.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'] 06:22:11.680 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:11.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'] 06:22:11.680 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:11.688 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:11.688 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:11.689 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:22:11.689 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:11.689 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:11.689 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:11.689 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:11.694 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:11.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:11.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:11.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:11.694 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:11.694 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:11.695 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:11.695 DEBUG [main][MenuItemLookup] Item match:File 06:22:11.695 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:22:11.695 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:22:11.697 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:22:11.697 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:22:11.697 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:11.697 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:22:11.697 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:22:11.697 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:22:11.697 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:22:11.697 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:22:11.697 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:22:11.697 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:22:11.697 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:22:11.697 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:22:11.697 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:11.697 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:22:11.697 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:22:11.697 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:11.697 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:22:11.697 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:11.698 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:22:11.698 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:22:11.698 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:22:11.698 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:22:11.698 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:22:11.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:22: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 'New|Select a wizard'] is available. finished successfully 06:22:11.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:22:11.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:11.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:11.750 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:11.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:11.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:22:11.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:11.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:11.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:11.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:11.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:11.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:22:11.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:22:11.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:22:11.801 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:11.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:11.801 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:11.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:11.801 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:11.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:22:11.801 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:11.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:11.801 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:11.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:11.801 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:11.801 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:22:11.801 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:22:11.802 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:22:11.803 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:22:11.804 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:11.804 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:22:11.804 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:22:11.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:11.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:11.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:11.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:11.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:11.805 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:22:11.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:11.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:11.805 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:11.805 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:11.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'] 06:22:11.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:11.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:11.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:22:11.931 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 06:22:11.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:22:11.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:11.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:11.932 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:22:11.932 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:11.932 DEBUG [WorkbenchTestable][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:") 06:22:11.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:11.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:11.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:11.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:11.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:11.938 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:11.995 INFO [WorkbenchTestable][AbstractText] Text set to: HelloTest 06:22:12.011 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:22:12.011 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:22:12.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) 06:22:12.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:12.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:12.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:12.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:12.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:12.013 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:22:12.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:12.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:12.013 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:12.013 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:12.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:22:12.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:22:12.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:12.604 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 06:22:12.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:22:12.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:22:12.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:22:12.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:22:12.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:22:12.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:12.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:12.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:12.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:12.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:22:12.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:12.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:12.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:12.605 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:22:12.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:12.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:12.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform 06:22:12.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:12.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:12.606 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform' 06:22:12.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 '\*?\QPackage Explorer\E') 06:22:12.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:12.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:12.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:12.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:12.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:12.607 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:12.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:12.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:12.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:12.645 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:12.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:12.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:12.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:12.645 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:12.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:12.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:12.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:12.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:12.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:12.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:13.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:13.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:13.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:13.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:13.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:13.656 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:13.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:13.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:13.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:13.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 06:22:13.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:13.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:13.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:13.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:13.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:13.658 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 06:22:13.658 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item hellotest 06:22:13.658 DEBUG [main][TreeItemHandler] Selecting tree item: hellotest 06:22:13.658 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item hellotest about selection 06:22:13.659 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: hellotest 06:22:13.659 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:22:13.659 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:13.746 DEBUG [main][MenuItemLookup] Found menu:'New' 06:22:13.746 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:22:13.746 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:13.746 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:22:13.746 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:22:13.746 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:22:13.746 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:13.746 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:22:13.746 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:22:13.746 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:22:13.746 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:22:13.746 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:13.746 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:22:13.746 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:22:13.746 DEBUG [main][MenuItemLookup] Item match:Build Path 06:22:13.749 DEBUG [main][MenuItemLookup] Found menu:'Link Source...' 06:22:13.749 DEBUG [main][MenuItemLookup] Found menu:'New Source Folder...' 06:22:13.749 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:13.749 DEBUG [main][MenuItemLookup] Found menu:'Use as Source Folder' 06:22:13.749 DEBUG [main][MenuItemLookup] Found menu:'Add External Archives...' 06:22:13.749 DEBUG [main][MenuItemLookup] Found menu:'Add Libraries...' 06:22:13.749 DEBUG [main][MenuItemLookup] Item match:Add Libraries... 06:22:13.749 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Add &Libraries..." 06:22:13.749 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add Libraries... 06:22:13.750 INFO [main][MenuItemHandler] Select menu item: Add &Libraries... 06:22:13.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Library"] is available.... 06:22:13.860 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 06:22:13.860 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add Library 06:22:13.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:13.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:13.862 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 06:22:13.862 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:13.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:13.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:13.898 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 06:22:13.898 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:13.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:13.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:13.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:13.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:13.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 06:22:13.901 TRACE [main][WidgetHandler] Notify List with event 13 06:22:13.901 TRACE [main][WidgetHandler] Wait for synchronization 06:22:13.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 06:22:13.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:13.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:13.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:13.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 06:22:13.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:13.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:13.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:13.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:13.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:13.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:13.902 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:22:13.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:13.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:13.902 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:13.902 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:13.935 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 06:22:13.935 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:13.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:13.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:13.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 06:22:13.936 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:13.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:13.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:13.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:13.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:13.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:22:13.936 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JUnit 5 to selection: JUnit 4 06:22:13.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 06:22:13.997 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:13.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:13.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:13.998 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 06:22:13.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:13.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:13.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:13.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:13.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:13.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:13.999 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:22:13.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:13.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:13.999 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:13.999 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:14.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Library"] is available.... 06:22:14.230 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 06:22:14.230 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:14.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:14.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:14.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:14.231 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:14.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:14.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:14.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:14.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:14.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:14.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:14.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:14.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:15.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:15.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:15.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:15.233 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:15.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:15.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:15.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:15.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 06:22:15.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:15.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:15.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:15.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:15.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:15.234 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 06:22:15.234 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:22:15.234 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item hellotest 06:22:15.234 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 06:22:15.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:15.234 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item hellotest is already expanded. No action performed 06:22:15.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:15.234 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 06:22:15.235 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item hellotest of tree item src 06:22:15.235 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:22:15.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:15.235 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:22:15.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:15.235 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:22:15.235 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item HelloTest.java of tree item hellotest 06:22:15.235 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 06:22:15.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:15.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:15.735 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 06:22:15.736 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HelloTest.java 06:22:15.736 DEBUG [main][TreeItemHandler] Selecting tree item: HelloTest.java 06:22:15.739 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HelloTest.java about selection 06:22:15.741 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HelloTest.java 06:22:15.741 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item HelloTest.java 06:22:15.741 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HelloTest.java 06:22:15.741 DEBUG [main][TreeItemHandler] Selecting tree item: HelloTest.java 06:22:15.741 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HelloTest.java about selection 06:22:15.742 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HelloTest.java 06:22:15.742 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:22:15.742 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:22:15.763 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:22:15.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:15.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:22:15.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:22:15.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:22:15.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:15.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:15.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:15.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:15.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:22:15.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:15.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5d5e95ba is found... 06:22:15.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5d5e95ba is found finished successfully 06:22:15.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 '\*?\QHelloTest.java\E') 06:22:15.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:15.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:15.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:15.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:15.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:15.766 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:15.766 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package hellotest; public class HelloTest { } TooltipText=null 06:22:15.766 INFO [WorkbenchTestable][TextEditor] Set text to editor 06:22:15.772 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:15.772 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 06:22:15.772 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:22:15.772 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform 06:22:15.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:15.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:15.773 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform' 06:22:15.773 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform' 06:22:15.773 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:15.773 DEBUG [main][MenuItemLookup] Item match:File 06:22:15.773 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:22:15.774 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:22:15.774 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:22:15.774 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:22:15.774 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:15.774 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:22:15.774 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:22:15.774 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:15.774 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:22:15.774 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:22:15.774 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:22:15.774 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:22:15.774 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:22:15.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:22:15.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:22:15.802 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:15.802 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 06:22:15.802 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:15.802 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 06:22:15.802 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 06:22:15.802 DEBUG [WorkbenchTestable][EditorHandler] Closing editor HelloTest.java 06:22:15.861 DEBUG [WorkbenchTestable][EditorHandler] Editor HelloTest.java is closed 06:22:15.861 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:22:15.861 INFO [WorkbenchTestable][RequirementsRunner] Started test: junitRunTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest) 06:22:15.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 06:22:15.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:22:15.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:22:15.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:22:15.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:15.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:15.862 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:22:15.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:15.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:15.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:15.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:15.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:15.863 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:15.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:22:15.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:15.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:15.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:15.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:15.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:15.863 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:15.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:15.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:15.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:22:15.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:15.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:15.865 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:15.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:15.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:15.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:15.865 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:15.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:15.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:15.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:15.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:15.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:15.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:16.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:16.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:16.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:16.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:16.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:16.867 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:16.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:16.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:16.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:16.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:22:16.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:16.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:16.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:16.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:16.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:16.869 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 06:22:16.869 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:22:16.869 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item hellotest 06:22:16.869 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 06:22:16.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:16.869 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item hellotest is already expanded. No action performed 06:22:16.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:16.869 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 06:22:16.869 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item hellotest of tree item src 06:22:16.869 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:22:16.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:16.869 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:22:16.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:16.869 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:22:16.869 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item HelloTest.java of tree item hellotest 06:22:16.869 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 06:22:16.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:16.869 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item hellotest is already expanded. No action performed 06:22:16.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:16.870 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 06:22:16.870 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HelloTest.java 06:22:16.870 DEBUG [main][TreeItemHandler] Selecting tree item: HelloTest.java 06:22:16.871 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HelloTest.java about selection 06:22:16.873 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HelloTest.java 06:22:16.873 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:22:16.873 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'New' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'Open With' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'References' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:16.897 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:22:16.897 DEBUG [main][MenuItemLookup] Item match:Run As 06:22:16.915 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 06:22:16.915 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+X T' 06:22:16.915 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+X T 06:22:16.915 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+X T" 06:22:16.915 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+X T 06:22:16.915 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+X T 06:22:16.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting while JUnit test has not finished yet... 06:22:16.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:16.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:16.922 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' view via menu. 06:22:16.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:16.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:16.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:16.923 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:16.923 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:16.923 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:16.923 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:22:16.923 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:22:16.923 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:22:16.923 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:22:16.923 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:22:16.923 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:22:16.923 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:22:16.923 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:22:16.923 DEBUG [main][MenuItemLookup] Item match:Window 06:22:16.923 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:22:16.924 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:22:16.924 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:22:16.924 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:16.924 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:22:16.924 DEBUG [main][MenuItemLookup] Item match:Show View 06:22:16.929 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:22:16.929 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:22:16.929 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:22:16.929 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:22:16.929 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:22:16.929 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:22:16.929 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:22:16.929 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:22:16.929 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:22:16.929 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:22:16.929 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:22:16.929 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:22:16.929 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:22:16.929 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:22:16.929 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:16.929 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:22:16.929 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:22:16.944 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:22:16.944 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:22:16.949 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:22:17.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:22:17.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:22:17.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:22:17.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:17.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:17.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 06:22:17.132 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:17.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:17.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:17.133 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:22:17.133 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:17.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:17.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:17.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:17.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:17.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:17.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:22:17.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:22:17.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:22:17.134 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:17.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:17.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:17.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:17.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:22:17.636 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:17.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:17.639 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:17.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:17.639 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:17.639 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 06:22:17.639 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 06:22:17.639 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 06:22:17.639 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 06:22:17.639 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:17.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:17.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:17.640 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:22:17.640 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:17.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:17.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:17.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 "Open") 06:22:17.640 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:17.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:17.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:17.640 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:22:17.640 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:17.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:17.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:17.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:17.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:17.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:17.641 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:22:17.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:17.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:17.641 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:17.641 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:17.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:22:17.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:22:17.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.junit.ui.TestRunnerViewPart' view is open... 06:22:17.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:17.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:17.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.junit.ui.TestRunnerViewPart' view is open finished successfully 06:22:17.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:17.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:17.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:17.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:17.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:17.653 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:17.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 '\*?\QJUnit\E') 06:22:17.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:17.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:17.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:17.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:17.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:17.654 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:17.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:17.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:17.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:22:17.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:17.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:17.655 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:17.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:17.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:17.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:22:17.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:17.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:17.656 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:.*') 06:22:17.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:17.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:17.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:17.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:17.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:17.666 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:17.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting while JUnit test has not finished yet finished successfully 06:22:17.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until JUnit test has not finished yet... 06:22:17.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:17.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:17.668 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:17.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:17.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:17.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:17.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:17.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:17.670 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:17.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E') 06:22:17.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:17.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:17.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:17.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:17.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:17.671 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:17.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:17.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:17.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:22:17.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:17.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:17.672 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:17.672 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:17.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:17.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:22:17.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:17.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:17.673 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:.*') 06:22:17.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:17.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:17.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:17.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:17.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:17.673 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:18.183 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:18.184 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:18.184 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:18.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:18.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 06:22:18.185 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:18.185 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:18.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:18.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 06:22:18.186 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:.*') 06:22:18.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:18.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:18.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:18.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:18.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:18.187 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:18.687 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:18.687 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:18.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:18.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:18.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 06:22:18.689 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:18.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:18.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:18.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 06:22:18.689 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:.*') 06:22:18.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:18.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:18.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:18.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:18.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:18.691 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:19.191 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:19.191 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:19.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:19.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:19.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 06:22:19.192 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:19.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:19.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:19.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 06:22:19.193 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:.*') 06:22:19.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:19.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:19.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:19.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:19.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:19.194 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:19.694 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:19.694 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:19.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:19.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:19.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 06:22:19.696 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:19.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:19.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:19.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 06:22:19.696 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:.*') 06:22:19.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:19.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:19.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:19.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:19.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:19.697 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:20.198 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:20.198 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:20.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:20.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:20.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 06:22:20.199 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:20.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:20.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:20.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 06:22:20.200 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:.*') 06:22:20.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:20.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:20.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:20.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:20.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:20.201 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:20.701 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:20.701 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:20.701 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:20.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:20.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 06:22:20.702 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:20.702 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:20.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:20.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 06:22:20.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 06:22:20.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:20.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:20.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:20.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:20.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:20.704 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:21.204 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:21.204 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:21.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:21.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:21.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 06:22:21.205 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:21.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:21.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:21.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 06:22:21.206 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:.*') 06:22:21.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:21.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:21.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:21.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:21.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:21.207 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:21.707 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:21.707 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:21.707 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:21.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:21.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 06:22:21.709 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:21.709 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:21.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:21.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 06:22:21.710 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:.*') 06:22:21.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:21.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:21.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:21.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:21.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:21.710 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:22.211 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:22.211 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:22.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:22.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:22.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 06:22:22.213 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:22.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:22.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:22.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 06:22:22.213 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:.*') 06:22:22.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:22.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:22.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:22.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:22.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:22.214 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:22.715 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:22.715 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:22.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:22.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:22.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:22.716 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:22.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:22.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:22.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:22.717 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:.*') 06:22:22.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:22.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:22.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:22.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:22.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:22.718 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:22.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 06:22:22.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 06:22:23.219 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:23.220 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:23.220 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:23.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:23.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:23.221 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:23.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:23.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:23.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:23.222 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:.*') 06:22:23.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:23.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:23.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:23.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:23.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:23.223 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:23.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 06:22:23.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 06:22:23.723 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:23.723 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:23.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:23.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:23.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:23.724 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:23.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:23.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:23.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:23.725 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:.*') 06:22:23.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:23.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:23.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:23.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:23.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:23.726 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:23.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 06:22:23.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 06:22:24.227 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:24.227 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:24.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:24.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:24.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:24.229 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:24.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:24.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:24.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:24.229 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:.*') 06:22:24.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:24.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:24.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:24.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:24.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:24.230 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:24.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 06:22:24.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 06:22:24.731 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:24.731 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:24.731 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:24.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:24.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:24.732 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:24.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:24.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:24.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:24.733 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:.*') 06:22:24.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:24.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:24.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:24.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:24.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:24.734 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:24.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 06:22:24.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 06:22:25.234 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:25.234 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:25.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:25.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:25.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:25.236 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:25.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:25.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:25.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:25.236 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:.*') 06:22:25.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:25.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:25.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:25.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:25.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:25.237 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:25.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 06:22:25.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 06:22:25.738 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:25.738 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:25.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:25.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:25.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:25.740 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:25.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:25.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:25.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:25.741 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:.*') 06:22:25.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:25.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:25.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:25.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:25.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:25.741 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:25.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 06:22:25.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 06:22:26.242 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:26.243 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:26.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:26.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:26.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:26.244 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:26.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:26.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:26.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:26.244 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:.*') 06:22:26.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:26.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:26.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:26.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:26.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:26.245 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:26.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 06:22:26.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 06:22:26.745 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:26.746 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:26.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:26.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:26.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:26.747 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:26.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:26.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:26.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:26.747 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:.*') 06:22:26.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:26.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:26.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:26.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:26.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:26.748 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:26.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 06:22:26.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 06:22:27.248 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:27.248 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:27.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:27.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:27.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:27.249 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:27.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:27.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:27.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:27.250 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:.*') 06:22:27.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:27.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:27.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:27.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:27.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:27.251 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:27.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 06:22:27.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 06:22:27.752 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:27.752 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:27.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:27.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:27.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:27.754 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:27.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:27.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:27.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:27.754 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:.*') 06:22:27.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:27.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:27.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:27.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:27.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:27.755 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:27.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is not listed in considered jobs, ignore it 06:22:27.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is not listed in considered jobs, ignore it 06:22:27.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 06:22:27.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 06:22:27.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is not listed in considered jobs, ignore it 06:22:27.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until JUnit test has not finished yet finished successfully 06:22:27.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:27.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:27.757 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:27.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:27.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:27.758 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:27.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:27.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:27.758 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:27.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E') 06:22:27.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:27.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:27.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:27.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:27.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:27.759 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:27.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:27.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:27.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:22:27.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:27.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:27.760 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:27.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:27.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:27.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:22:27.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:27.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:27.761 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:.*') 06:22:27.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:27.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:27.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:27.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:27.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:27.762 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:27.763 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:27.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:27.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:27.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 06:22:27.763 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:.*') 06:22:27.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:27.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:27.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:27.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:27.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:27.764 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:27.765 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:27.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:27.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:27.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1 TooltipText=null 06:22:27.766 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:.*') 06:22:27.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:27.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:27.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:27.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:27.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:27.776 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:27.776 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 06:22:27.776 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:22:27.776 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:22:27.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:27.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:27.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 06:22:27.777 INFO [WorkbenchTestable][RequirementsRunner] Finished test: junitRunTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest) 06:22:27.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:27.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:27.778 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:22:27.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:27.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:27.779 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:27.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:27.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:27.779 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22: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 '\*?\QPackage Explorer\E') 06:22:27.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:27.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:27.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:27.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:27.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:27.780 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:27.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:27.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:27.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:27.802 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:27.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:27.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:27.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:27.802 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:27.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:27.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:27.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:27.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:27.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:27.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:28.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:28.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:28.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:28.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:28.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:28.804 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:28.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:28.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:28.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:28.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 06:22:28.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:28.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:28.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:28.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:28.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:28.805 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 06:22:28.805 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item hellotest 06:22:28.806 DEBUG [main][TreeItemHandler] Selecting tree item: hellotest 06:22:28.806 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item hellotest about selection 06:22:28.807 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: hellotest 06:22:28.807 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:22:28.807 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:28.834 DEBUG [main][MenuItemLookup] Found menu:'New' 06:22:28.834 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:22:28.834 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:28.834 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:22:28.834 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:22:28.834 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:22:28.834 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:28.834 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:22:28.834 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:22:28.834 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:22:28.834 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:22:28.834 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:28.834 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:22:28.834 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:22:28.834 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:22:28.834 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:22:28.834 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:28.834 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:22:28.834 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:22:28.834 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:28.834 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:22:28.834 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:22:28.835 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:22:28.835 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:22:28.835 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:22:28.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:28.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:22:28.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:22:28.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:22:28.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:28.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:28.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:28.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:28.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:22:28.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:28.840 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'hellotest' via Explorer 06:22:28.840 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item hellotest 06:22:28.840 DEBUG [main][TreeItemHandler] Selecting tree item: hellotest 06:22:28.840 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item hellotest about selection 06:22:28.841 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: hellotest 06:22:28.842 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:22:28.842 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:28.862 DEBUG [main][MenuItemLookup] Found menu:'New' 06:22:28.862 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:22:28.862 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:28.862 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:22:28.862 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:22:28.862 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:22:28.862 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:28.862 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:22:28.862 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:22:28.862 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:22:28.862 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:22:28.862 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:22:28.862 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:22:28.862 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:22:28.862 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:22:28.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:22:29.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:22:29.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:22:29.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:29.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:29.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:29.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:29.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:22:29.437 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:29.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:29.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:29.438 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:22:29.438 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:29.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:29.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:29.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:29.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:29.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:29.438 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:22:29.438 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:22:29.438 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:22:29.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:29.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:29.438 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:29.438 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:29.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 "OK", Widget matcher matching widgets with style: 8) 06:22:29.438 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:29.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:29.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:29.439 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:22:29.439 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:29.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:29.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:29.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:29.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:29.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:29.439 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:22:29.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:29.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:29.439 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:29.439 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:29.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:22:29.441 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:22:29.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:22:29.942 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:22:29.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:29.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:22:29.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:22:29.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:22:29.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:29.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:29.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:29.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:29.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:29.942 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 06:22:29.942 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:22:29.942 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:22:29.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:29.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.065 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest junitRunTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest) Time elapsed: 11.916 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 06:22:29.947 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 06:22:29.947 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:22:29.947 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:22:29.947 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 06:22:29.947 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:22:29.947 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:22:29.948 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:22:29.948 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:22:29.948 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:22:29.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:29.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:29.949 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:29.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:29.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:29.949 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:29.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:29.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:29.950 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:29.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 '\*?\QJUnit\E') 06:22:29.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:29.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:29.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:29.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:29.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:29.950 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:29.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:29.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:29.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:29.975 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:29.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:29.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:29.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:29.976 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...") 06:22:29.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:29.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:29.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:29.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:29.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:22:29.976 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Test Run History... 06:22:29.976 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:22:29.976 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:30.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test Runs"] is available.... 06:22:30.009 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 06:22:30.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test Runs 06:22:30.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:30.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:30.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:22:30.010 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:30.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:30.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:30.010 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Test Runs" as the parent 06:22:30.010 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:30.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:30.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:30.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:30.011 INFO [WorkbenchTestable][AbstractButton] Click button Remove &All 06:22:30.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:30.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:30.011 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:30.011 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:30.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 "OK", Widget matcher matching widgets with style: 8) 06:22:30.011 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:30.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:30.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:30.012 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Test Runs" as the parent 06:22:30.012 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:30.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:30.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:30.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:30.014 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:22:30.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:30.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:30.014 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:30.014 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:30.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test Runs"] is available.... 06:22:30.047 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 06:22:30.047 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:22:30.047 INFO [WorkbenchTestable][RequirementsRunner] Started test: getViewStatusTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 06:22:30.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 06:22:30.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:22:30.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:22:30.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:22:30.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.048 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:30.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:30.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:30.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:30.049 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:30.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 '\*?\QJUnit\E') 06:22:30.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:30.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:30.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:30.050 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:30.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:30.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:30.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:22:30.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:30.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:30.051 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:30.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:30.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:30.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:22:30.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:30.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:30.060 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 06:22:30.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:30.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:30.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 06:22:30.061 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 06:22:30.061 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:22:30.061 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:22:30.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:30.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:30.061 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getViewStatusTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 06:22:30.061 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:22:30.061 INFO [WorkbenchTestable][RequirementsRunner] Started test: getRunsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 06:22:30.061 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 06:22:30.061 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:22:30.061 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:22:30.061 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:22:30.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.062 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:30.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:30.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:30.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:30.063 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:30.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 '\*?\QJUnit\E') 06:22:30.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:30.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:30.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:30.064 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:30.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:30.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:30.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:22:30.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:30.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:30.064 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:30.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:30.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:30.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:22:30.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:30.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:30.065 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:.*') 06:22:30.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:30.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:30.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:30.066 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:30.067 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 06:22:30.067 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:22:30.067 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:22:30.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:30.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:30.067 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getRunsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 06:22:30.067 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:22:30.067 INFO [WorkbenchTestable][RequirementsRunner] Started test: getErrorsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 06:22:30.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 06:22:30.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:22:30.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:22:30.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:22:30.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.077 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:30.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.078 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:30.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:30.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:30.078 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:30.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E') 06:22:30.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:30.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:30.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:30.079 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:30.079 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:30.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:30.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:22:30.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:30.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:30.080 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:30.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:30.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:30.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:22:30.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:30.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:30.080 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:.*') 06:22:30.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:30.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:30.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:30.081 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:30.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 06:22:30.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:22:30.082 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:22:30.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:30.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:30.083 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getErrorsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 06:22:30.083 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:22:30.083 INFO [WorkbenchTestable][RequirementsRunner] Started test: getFailuresTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 06:22:30.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 06:22:30.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:22:30.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:22:30.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:22:30.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.084 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 06:22:30.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:30.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:30.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:30.094 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:30.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E') 06:22:30.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:30.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:30.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:30.094 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:30.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:30.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:30.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:22:30.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:30.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:30.095 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 06:22:30.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 06:22:30.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:30.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:22:30.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:30.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:30.096 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:.*') 06:22:30.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:30.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:30.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:30.097 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:30.098 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 06:22:30.098 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:22:30.098 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:22:30.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:30.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:30.099 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getFailuresTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 06:22:30.099 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 06:22:30.099 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:22:30.099 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:22:30.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:30.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 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.014 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.016 s getFailuresTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) Time elapsed: 0.016 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 06:22:30.103 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 06:22:30.103 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:22:30.104 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:22:30.104 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 06:22:30.104 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:22:30.104 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:22:30.111 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:22:30.111 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:22:30.111 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:22:30.111 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:22:30.112 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 06:22:30.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:22:30.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:30.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:30.112 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:30.112 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:30.112 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:22:30.112 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:22:30.112 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:22:30.112 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:22:30.112 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:22:30.112 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:22:30.112 DEBUG [main][MenuItemLookup] Item match:Window 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:22:30.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:30.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:30.113 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:22:30.113 DEBUG [main][MenuItemLookup] Item match:Window 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:22:30.113 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:22:30.113 DEBUG [main][MenuItemLookup] Item match:Perspective 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:22:30.114 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:22:30.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:22:30.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:30.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:30.114 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:22:30.114 DEBUG [main][MenuItemLookup] Item match:Window 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:22:30.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:30.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:30.114 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:22:30.114 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:22:30.114 DEBUG [main][MenuItemLookup] Item match:Window 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:22:30.115 DEBUG [main][MenuItemLookup] Item match:Perspective 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:22:30.115 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:22:30.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:30.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:30.115 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:22:30.115 DEBUG [main][MenuItemLookup] Item match:Window 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:22:30.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:30.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:30.115 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:22:30.115 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:22:30.115 DEBUG [main][MenuItemLookup] Item match:Window 06:22:30.116 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:22:30.116 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:22:30.116 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:22:30.116 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:30.116 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:22:30.116 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:22:30.116 DEBUG [main][MenuItemLookup] Item match:Perspective 06:22:30.116 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:22:30.116 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:30.116 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:22:30.116 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:22:30.116 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:22:30.116 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:22:30.116 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:22:30.116 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:22:30.116 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:22:30.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:22:30.135 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 06:22:30.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:22:30.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:30.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:30.136 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:30.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:30.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:30.136 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:22:30.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:30.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.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 "Reset Perspective") 06:22:30.136 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:30.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:30.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:30.136 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:22:30.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:30.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:30.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:30.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:30.137 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:22:30.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:30.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:30.137 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:30.137 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:30.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'] 06:22:30.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:30.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:30.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:30.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:22:30.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:30.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:30.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:30.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:30.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:30.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:30.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:30.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:22:30.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:30.221 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:30.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:30.221 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:30.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:30.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:30.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:30.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:30.221 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:30.221 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:30.221 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:30.221 DEBUG [main][MenuItemLookup] Item match:File 06:22:30.222 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:22:30.222 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:22:30.224 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:22:30.224 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:22:30.224 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:30.224 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:22:30.224 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:22:30.224 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:22:30.224 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:22:30.224 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:22:30.224 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:22:30.224 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:22:30.224 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:22:30.224 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:22:30.224 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:30.224 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:22:30.224 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:22:30.224 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:30.224 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:22:30.224 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:30.224 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:22:30.224 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:22:30.224 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:22:30.224 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:22:30.224 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:22:30.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:22:30.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 'New|Select a wizard'] is available. finished successfully 06:22:30.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:22:30.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:30.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:30.282 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:30.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:30.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:22:30.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:30.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:30.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:30.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:22:30.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:22:30.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:22:30.283 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:30.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:30.284 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:30.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:30.284 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:30.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:22:30.284 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:30.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:30.284 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:30.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:30.284 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:30.284 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:22:30.284 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:22:30.284 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:22:30.286 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:22:30.286 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:30.286 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:22:30.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:22:30.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:30.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:30.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:30.287 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:22:30.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:30.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:30.287 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:30.287 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:30.400 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:30.400 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:30.400 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:30.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:22:30.400 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 06:22:30.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:22:30.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:30.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:30.401 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:22:30.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:30.401 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectItemTestProject' 06:22:30.401 DEBUG [WorkbenchTestable][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:") 06:22:30.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:30.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:30.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:30.403 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:30.403 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject 06:22:30.424 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:22:30.424 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:22:30.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:22:30.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:30.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:30.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:30.426 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:22:30.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:30.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:30.426 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:30.426 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:30.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.... 06:22:30.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 06:22:30.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:22:30.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:30.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:30.931 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:22:30.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:22:30.931 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:30.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:30.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:30.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:22:30.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:30.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:30.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:30.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:30.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:30.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:30.933 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:22:30.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:30.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:30.933 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:30.933 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:31.001 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.... 06:22:31.001 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 06:22:31.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:22:31.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:22:31.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:31.001 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 06:22:31.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:22:31.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:31.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:31.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:31.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:31.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:31.001 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:31.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.001 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:31.002 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.002 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:22:31.002 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.002 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:31.002 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.002 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:31.002 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.002 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:31.002 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.002 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:22:31.002 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.002 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:31.002 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.002 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:31.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:31.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:31.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:31.003 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:31.003 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:31.003 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:31.003 DEBUG [main][MenuItemLookup] Item match:File 06:22:31.003 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:22:31.003 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:22:31.005 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:22:31.005 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:22:31.005 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:31.005 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:22:31.005 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:22:31.005 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:22:31.005 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:22:31.005 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:22:31.005 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:22:31.005 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:22:31.005 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:22:31.005 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:22:31.005 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:31.005 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:22:31.005 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:22:31.005 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:31.005 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:22:31.005 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:31.005 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:22:31.005 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:22:31.016 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:22:31.016 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:22:31.016 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:22:31.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:22:31.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 'New|Select a wizard'] is available. finished successfully 06:22:31.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:22:31.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:31.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:31.100 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:31.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:22:31.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:31.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:31.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:31.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:31.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:22:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:22:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:22:31.101 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:31.101 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:31.101 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:22:31.101 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:31.101 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:31.101 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:31.102 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:22:31.102 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:22:31.102 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:22:31.104 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:22:31.104 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:31.104 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:22:31.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:22:31.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:31.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:31.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:31.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:31.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:31.105 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:22:31.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:31.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:31.105 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:31.105 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:31.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'] 06:22:31.204 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.204 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:22:31.205 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 06:22:31.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:22:31.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:31.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:31.205 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:22:31.205 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.205 DEBUG [WorkbenchTestable][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:") 06:22:31.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:31.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:31.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:31.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:31.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:31.210 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:31.210 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 06:22:31.223 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:22:31.223 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:22:31.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:22:31.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:31.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:31.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:31.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:31.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:31.225 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:22:31.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:31.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:31.225 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:31.225 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:31.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:22:31.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:22:31.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:31.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:22:31.797 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 06:22:31.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:22:31.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:22:31.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:22:31.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:22:31.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:22:31.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:31.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:31.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:31.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:31.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:22:31.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:31.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:31.797 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 06:22:31.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:22:31.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:22:31.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:22:31.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:22:31.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:22:31.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:31.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:31.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:31.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:31.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:22:31.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:31.797 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:31.797 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.797 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:31.797 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.797 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 06:22:31.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.798 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:31.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.798 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:31.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.798 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:31.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.798 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:22:31.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.798 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:31.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.798 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:31.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.799 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:22:31.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:31.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:31.799 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:22:31.799 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:22:31.799 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:31.799 DEBUG [main][MenuItemLookup] Item match:File 06:22:31.800 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:22:31.800 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:22:31.802 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:22:31.802 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:22:31.802 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:31.802 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:22:31.802 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:22:31.802 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:22:31.802 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:22:31.802 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:22:31.802 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:22:31.802 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:22:31.802 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:22:31.802 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:22:31.802 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:31.802 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:22:31.802 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:22:31.802 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:31.802 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:22:31.802 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:31.802 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:22:31.802 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:22:31.802 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:22:31.802 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:22:31.802 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:22:31.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:22:31.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:22:31.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:22:31.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:31.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:31.919 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:31.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:31.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:22:31.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:31.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:31.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:31.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:31.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:31.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:22:31.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:22:31.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:22:31.921 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:31.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:31.921 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:31.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:31.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:31.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:22:31.921 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:31.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:31.921 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:31.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:31.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:31.921 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:22:31.921 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:22:31.922 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:22:31.922 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:22:31.922 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:31.922 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:22:31.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:22:31.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:31.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:31.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:31.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:31.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:31.923 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:22:31.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:31.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:31.923 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:31.923 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:32.040 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:32.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:32.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:32.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:22:32.040 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 06:22:32.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:22:32.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:32.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:32.041 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:22:32.041 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:32.041 DEBUG [WorkbenchTestable][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:") 06:22:32.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:32.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:32.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:32.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:32.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:32.047 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:32.048 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 06:22:32.106 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:22:32.106 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:22:32.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:22:32.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:32.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:32.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:32.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:32.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:32.110 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:22:32.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:32.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:32.110 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:32.110 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:32.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:22:32.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:22:32.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:32.719 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 06:22:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:22:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:22:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:22:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:22:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:22:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:22:32.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:32.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:32.719 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 06:22:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:22:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:22:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:22:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:22:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:22:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:32.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:22:32.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:32.719 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:22:32.720 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectCollapsedPackageExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 06:22:32.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 06:22:32.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:22:32.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:22:32.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:22:32.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:32.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:32.726 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:22:32.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:32.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:32.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 06:22:32.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:32.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:32.727 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 06:22:32.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 '\*?\QPackage Explorer\E') 06:22:32.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:32.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:32.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:32.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:32.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:32.727 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:32.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:32.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:32.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:32.807 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:32.807 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:32.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:32.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:32.808 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:32.808 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:32.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:32.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:32.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:32.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:32.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:33.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:33.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:33.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:33.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:33.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:33.834 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:33.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:33.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:33.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:33.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:22:33.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:33.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:33.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:33.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:33.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:33.836 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:22:33.836 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:22:33.836 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:22:33.836 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:22:33.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:33.837 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:22:33.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:33.837 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:22:33.837 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:33.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:33.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:33.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:33.837 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:33.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:33.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:33.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:33.838 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:33.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:33.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:33.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:33.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:33.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:33.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:34.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:34.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:34.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:34.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:34.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:34.840 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:34.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:34.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:34.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:34.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 06:22:34.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:34.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:34.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:34.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:34.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:34.842 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:22:34.842 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:22:34.842 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:22:34.842 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:22:34.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:34.842 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:22:34.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:34.842 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:22:34.843 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:22:34.843 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:22:34.843 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:22:34.844 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:22:34.844 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:22:34.844 DEBUG [main][EditorHandler] 2 editor(s) found 06:22:34.844 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 06:22:34.870 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 06:22:34.870 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass1.java 06:22:34.909 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass1.java is closed 06:22:34.909 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:34.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:34.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:34.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:34.910 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:22:34.911 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:22:34.911 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:22:34.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:34.911 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:22:34.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:34.911 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:22:34.911 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 06:22:34.911 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:22:34.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:34.911 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:22:34.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:34.911 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:22:34.911 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 06:22:34.911 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 06:22:34.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:34.911 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item (default package) is already expanded. No action performed 06:22:34.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:34.911 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 06:22:34.912 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item ProjectItemTestProject 06:22:34.912 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item ProjectItemTestProject 06:22:34.912 DEBUG [main][TreeItemHandler] Setting tree item ProjectItemTestProject collapsed 06:22:34.912 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 06:22:34.912 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: ProjectItemTestProject 06:22:34.912 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 06:22:34.912 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 06:22:34.912 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 06:22:34.913 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 06:22:34.913 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:22:34.914 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:22:34.917 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:22:34.922 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:22:34.922 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:34.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:34.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:34.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:34.923 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 06:22:34.923 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 06:22:34.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:34.923 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:22:34.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 06:22:34.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:22:34.945 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:22:34.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:34.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:34.958 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectCollapsedPackageExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 06:22:34.958 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:22:34.958 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 06:22:34.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 06:22:34.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:22:34.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:22:34.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:22:34.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:34.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:34.960 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 06:22:34.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:34.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:34.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:34.961 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:34.961 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:34.961 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:34.961 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:22:34.961 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:22:34.961 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:22:34.961 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:22:34.961 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:22:34.961 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:22:34.961 DEBUG [main][MenuItemLookup] Item match:Window 06:22:34.961 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:22:34.961 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:22:34.961 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:22:34.961 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:34.961 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:22:34.961 DEBUG [main][MenuItemLookup] Item match:Show View 06:22:34.965 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:22:34.965 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:22:34.965 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:22:34.965 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:22:34.965 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:22:34.965 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:22:34.965 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:22:34.965 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:22:34.965 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:22:34.965 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:22:34.965 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:22:34.965 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:22:34.965 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:22:34.965 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:22:34.965 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:34.965 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:22:34.965 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:22:34.965 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:22:34.965 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:22:34.965 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:22:35.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:22:35.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:22:35.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:22:35.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:35.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:35.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:22:35.026 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:35.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:35.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:35.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:22:35.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:35.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:35.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:35.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:35.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:35.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:35.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:22:35.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:22:35.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:22:35.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:35.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:35.028 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:35.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:35.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:35.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:22:35.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:35.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:35.028 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:35.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:35.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:35.028 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 06:22:35.028 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 06:22:35.028 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 06:22:35.028 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 06:22:35.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:35.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:35.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:35.028 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:22:35.028 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:35.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:35.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:35.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:22:35.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:35.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:35.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:35.029 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:22:35.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:35.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:35.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:35.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:35.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:35.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:35.029 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:22:35.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:35.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:35.029 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:35.029 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:35.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:22:35.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:22:35.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 06:22:35.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:35.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:35.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 06:22:35.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:35.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:35.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:35.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:35.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:35.087 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:35.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:22:35.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:35.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:35.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:35.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:35.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:35.088 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:35.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:35.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:35.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:22:35.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:35.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:35.089 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:35.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:35.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:35.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:35.089 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:35.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:35.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:35.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:35.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:35.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:35.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:35.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:35.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:36.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:36.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:36.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:36.091 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:36.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:36.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:36.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:36.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 06:22:36.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:36.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:36.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:36.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:36.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:36.092 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:22:36.093 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:22:36.093 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:22:36.093 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:22:36.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:36.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:36.593 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:22:36.594 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:36.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:36.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:36.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:36.595 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:36.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:36.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:36.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:36.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:36.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:36.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:37.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:37.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:37.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:37.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:37.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:37.601 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:37.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:37.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:37.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:37.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 06:22:37.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:37.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:37.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:37.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:37.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:37.602 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:22:37.602 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:22:37.602 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:22:37.602 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:22:37.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:37.602 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:22:37.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:37.602 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:22:37.602 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:22:37.602 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:22:37.603 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:22:37.604 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:22:37.604 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:22:37.604 DEBUG [main][EditorHandler] 0 editor(s) found 06:22:37.604 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:37.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:37.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:37.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:37.605 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:37.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:37.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:37.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:37.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:37.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:37.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:38.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:38.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:38.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:38.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:38.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:38.608 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:38.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:38.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:38.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:38.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 06:22:38.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:38.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:38.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:38.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:38.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:38.609 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:22:38.609 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:22:38.609 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:22:38.609 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:22:38.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:38.609 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:22:38.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:38.610 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:22:38.610 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 06:22:38.610 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:22:38.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:39.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:39.110 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:22:39.111 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 06:22:39.111 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 06:22:39.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:39.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:39.612 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 06:22:39.612 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:22:39.613 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:22:39.613 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:22:39.614 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:22:39.614 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 06:22:39.614 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 06:22:39.614 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 06:22:39.614 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 06:22:39.615 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 06:22:39.615 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:22:39.615 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:22:39.698 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:22:39.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:39.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:22:39.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:22:39.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:22:39.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:22:39.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:39.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:39.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:39.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:39.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:22:39.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:39.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClass.java\E') 06:22:39.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:39.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:39.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:39.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:39.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:39.705 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:39.705 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class TestClass { } TooltipText=null 06:22:39.705 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:39.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:39.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:39.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:39.722 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 06:22:39.722 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 06:22:39.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:39.723 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:22:39.743 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 06:22:39.743 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:22:39.743 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:22:39.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:39.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:39.754 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 06:22:39.754 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:22:39.755 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 06:22:39.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 06:22:39.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:22:39.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:22:39.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:22:39.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:39.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:39.775 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 06:22:39.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:22:39.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:39.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:39.776 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:22:39.776 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:22:39.776 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:39.776 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:22:39.776 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:22:39.776 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:22:39.776 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:22:39.776 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:22:39.776 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:22:39.776 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:22:39.776 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:22:39.776 DEBUG [main][MenuItemLookup] Item match:Window 06:22:39.778 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:22:39.778 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:22:39.778 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:22:39.778 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:39.778 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:22:39.778 DEBUG [main][MenuItemLookup] Item match:Show View 06:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:39.781 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:22:39.781 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:22:39.781 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:22:39.781 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:22:39.781 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:22:39.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:22:39.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:22:39.826 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:22:39.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:39.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:39.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:22:39.827 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:39.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:39.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:39.827 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:22:39.827 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:39.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:39.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:39.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:39.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:39.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:39.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:22:39.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:22:39.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:22:39.828 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:39.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:39.828 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:39.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:39.828 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:39.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:22:39.828 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:39.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:39.828 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:39.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:39.828 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:39.829 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 06:22:39.829 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 06:22:39.829 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 06:22:39.829 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 06:22:39.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:39.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:39.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:39.829 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:22:39.829 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:39.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:39.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:39.830 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:22:39.830 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:39.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:39.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:39.830 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:22:39.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:39.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:39.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:39.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:39.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:39.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:39.831 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:22:39.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:39.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:39.831 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:39.831 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:39.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:22:39.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:22:39.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 06:22:39.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:39.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:39.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 06:22:39.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:39.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:39.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:22:39.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:39.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:39.893 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:22:39.893 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:22:39.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:39.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:39.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:39.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:39.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:39.893 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:39.893 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:39.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:39.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 06:22:39.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:39.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:39.894 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:39.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:39.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:39.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:39.904 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:39.904 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:39.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:39.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:39.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:39.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:39.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:40.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:40.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:40.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:40.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:40.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:40.907 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:40.907 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:40.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:40.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:40.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 06:22:40.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:40.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:40.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:40.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:40.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:40.908 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:22:40.908 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:22:40.909 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:22:40.909 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:22:40.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:41.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:41.409 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:22:41.410 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:22:41.410 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:22:41.410 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:22:41.412 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:22:41.412 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 06:22:41.412 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 06:22:41.412 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already collapsed. No action performed 06:22:41.412 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 06:22:41.412 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:41.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:41.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:41.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:41.413 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 06:22:41.413 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 06:22:41.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:41.413 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:22:41.433 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 06:22:41.433 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:22:41.433 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:22:41.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:41.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:41.444 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 06:22:41.444 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:22:41.444 INFO [WorkbenchTestable][RequirementsRunner] Started test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 06:22:41.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 06:22:41.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:22:41.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:22:41.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:22:41.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:41.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:41.448 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 06:22:41.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:22:41.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:41.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:41.448 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:22:41.448 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:22:41.449 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:41.449 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:22:41.449 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:22:41.449 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:22:41.449 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:22:41.449 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:22:41.449 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:22:41.449 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:22:41.449 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:22:41.449 DEBUG [main][MenuItemLookup] Item match:Window 06:22:41.449 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:22:41.449 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:22:41.449 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:22:41.449 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:41.449 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:22:41.449 DEBUG [main][MenuItemLookup] Item match:Show View 06:22:41.452 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:22:41.452 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:22:41.452 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:22:41.452 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:22:41.452 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:22:41.452 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:22:41.452 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:22:41.452 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:22:41.452 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:22:41.452 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:22:41.452 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:22:41.452 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:22:41.452 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:22:41.452 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:22:41.452 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:41.452 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:22:41.452 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:22:41.452 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:22:41.452 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:22:41.453 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:22:41.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:22:41.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:22:41.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:22:41.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:41.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:41.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:22:41.504 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:41.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:41.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:41.504 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:22:41.504 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:41.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:41.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:41.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:41.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:41.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:41.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:22:41.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:22:41.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:22:41.507 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:41.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:41.507 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:41.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:41.507 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:41.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:22:41.507 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:41.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:41.507 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:41.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:41.507 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:41.507 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 06:22:41.507 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 06:22:41.507 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 06:22:41.507 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 06:22:41.507 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:41.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:41.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:41.507 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:22:41.507 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:41.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:41.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:41.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:22:41.508 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:41.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:41.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:41.508 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:22:41.508 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:41.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:41.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:41.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:41.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:41.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:41.509 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:22:41.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:41.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:41.509 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:41.509 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:41.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:22:41.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:22:41.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 06:22:41.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:41.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:41.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 06:22:41.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:41.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:41.572 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:22:41.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:41.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:41.572 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:22:41.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 '\*?\QPackage Explorer\E') 06:22:41.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:41.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:41.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:41.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:41.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:41.582 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:41.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:41.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:41.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 06:22:41.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:41.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:41.583 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:41.583 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:41.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:41.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:41.584 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:41.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:41.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:41.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:41.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:41.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:41.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:42.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:42.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:42.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:42.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:42.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:42.586 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:42.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:42.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:42.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:42.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:22:42.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:42.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:42.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:42.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:42.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:42.587 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:22:42.587 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:22:42.588 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:22:42.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:22:42.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:43.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:43.088 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:22:43.089 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:22:43.089 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:22:43.090 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:22:43.091 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:22:43.091 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:43.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:43.091 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:43.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:43.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: "Create New File"] 06:22:43.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:43.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'] 06:22:43.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:43.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'] 06:22:43.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:43.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'] 06:22:43.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:43.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: "Create New File"] 06:22:43.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:43.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'] 06:22:43.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:43.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'] 06:22:43.093 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:43.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:22:43.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:43.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:43.093 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:22:43.093 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:22:43.093 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:43.093 DEBUG [main][MenuItemLookup] Item match:File 06:22:43.094 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:22:43.094 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:22:43.097 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:22:43.097 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:22:43.097 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:43.097 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:22:43.097 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:22:43.097 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:22:43.097 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:22:43.097 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:22:43.097 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:22:43.097 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:22:43.097 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:22:43.097 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:22:43.097 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:43.097 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:22:43.097 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:22:43.097 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:43.097 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:22:43.097 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:43.097 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:22:43.097 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:22:43.097 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:22:43.097 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:22:43.097 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:22:43.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:22:43.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:22:43.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:22:43.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:43.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:43.161 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:43.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:43.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:22:43.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:43.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:43.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:43.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:43.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:43.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:22:43.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:22:43.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:22:43.163 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:22:43.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:43.163 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:22:43.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:43.163 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:22:43.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:22:43.163 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:22:43.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:43.163 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:22:43.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:43.163 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:22:43.163 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 06:22:43.163 DEBUG [main][TreeItemHandler] Selecting tree item: File 06:22:43.163 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 06:22:43.165 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 06:22:43.166 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:43.166 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:22:43.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:22:43.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:43.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:43.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:43.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:43.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:43.167 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:22:43.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:43.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:43.167 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:43.167 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:43.195 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:43.195 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:43.195 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:43.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 06:22:43.196 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 06:22:43.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 06:22:43.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:43.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:43.196 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 06:22:43.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:43.196 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:") 06:22:43.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:43.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:43.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:43.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:43.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:43.198 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:43.198 INFO [WorkbenchTestable][AbstractText] Text set to: text.txt 06:22:43.199 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:") 06:22:43.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:43.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:43.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:43.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:43.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:43.200 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:43.200 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject/src/files/ 06:22:43.200 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 06:22:43.201 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 06:22:43.201 DEBUG [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) 06:22:43.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:43.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:43.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:43.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:43.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:43.202 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:22:43.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:43.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:43.202 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:43.202 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:43.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:22:43.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:22:43.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:43.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:22:43.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:22:43.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:22:43.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:43.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:43.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:43.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:43.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:22:43.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:43.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@f4955a5 is found... 06:22:43.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@f4955a5 is found finished successfully 06:22:43.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtext.txt\E') 06:22:43.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:43.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:43.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:43.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:43.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:43.708 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:43.708 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 06:22:43.709 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:43.709 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 06:22:43.709 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 06:22:43.709 DEBUG [WorkbenchTestable][EditorHandler] Closing editor text.txt 06:22:43.763 DEBUG [WorkbenchTestable][EditorHandler] Editor text.txt is closed 06:22:43.763 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:43.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:43.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:43.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:43.772 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:43.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:43.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:43.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:43.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:43.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:43.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:44.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:44.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:44.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:44.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:44.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:44.775 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:44.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:44.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:44.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:44.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 06:22:44.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:44.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:44.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:44.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:44.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:44.776 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:22:44.776 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:22:44.776 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:22:44.777 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:22:44.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:44.777 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:22:44.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:44.777 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:22:44.777 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 06:22:44.777 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:22:44.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:44.777 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:22:44.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:44.777 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:22:44.777 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 06:22:44.777 DEBUG [main][TreeItemHandler] Selecting tree item: files 06:22:44.777 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 06:22:44.778 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 06:22:44.778 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:22:44.778 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:44.797 DEBUG [main][MenuItemLookup] Found menu:'New' 06:22:44.797 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:22:44.797 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:44.797 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:22:44.797 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:22:44.797 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:22:44.797 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:44.797 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:22:44.797 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:22:44.797 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:22:44.797 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:22:44.797 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:44.797 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:22:44.797 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:22:44.797 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:22:44.797 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:22:44.797 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:44.797 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:22:44.797 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:22:44.797 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:44.797 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:22:44.797 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:22:44.797 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:22:44.797 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:22:44.797 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:22:44.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:44.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:22:45.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:45.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:45.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:45.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:45.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:22:45.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:45.298 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'files' via Explorer 06:22:45.298 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 06:22:45.298 DEBUG [main][TreeItemHandler] Selecting tree item: files 06:22:45.298 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 06:22:45.300 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 06:22:45.300 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:22:45.300 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:45.324 DEBUG [main][MenuItemLookup] Found menu:'New' 06:22:45.324 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:22:45.324 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:45.324 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:22:45.324 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:22:45.324 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:22:45.324 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:45.324 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:22:45.324 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:22:45.324 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:22:45.324 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:22:45.324 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:22:45.324 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:22:45.324 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:22:45.325 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:22:45.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:22:45.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:22:45.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete 06:22:45.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:45.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:45.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:45.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:45.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:22:45.894 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:45.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:45.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:45.895 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete" as the parent 06:22:45.895 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:45.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:45.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:45.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:45.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:45.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:45.895 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:22:45.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:45.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:45.895 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:45.895 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:45.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:22:45.898 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:22:46.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:22:46.399 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:22:46.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:46.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:22:46.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:22:46.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:46.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:46.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:46.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:46.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:22:46.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:46.399 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:46.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:46.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:46.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:46.400 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:46.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:46.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:46.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:46.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:46.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:46.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:46.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:46.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:47.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:47.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:47.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:47.403 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:47.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:47.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:47.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:47.404 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:22:47.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:47.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:47.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:47.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:47.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:47.404 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:22:47.404 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:22:47.404 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:22:47.404 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:22:47.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:47.405 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 06:22:47.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:47.405 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:22:47.405 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:22:47.405 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:22:47.405 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 06:22:47.405 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:22:47.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:47.405 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:22:47.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:47.405 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:22:47.405 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 06:22:47.405 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:22:47.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:47.405 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:22:47.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:47.405 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:22:47.405 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:22:47.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:47.406 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:22:47.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:47.406 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:22:47.406 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 06:22:47.406 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 06:22:47.406 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:22:47.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:47.406 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:22:47.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:47.406 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:22:47.406 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:22:47.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:47.406 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:22:47.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:47.406 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:22:47.406 DEBUG [WorkbenchTestable][AbstractResource] Item "files" was not found. Available items on the current level: 06:22:47.406 DEBUG [WorkbenchTestable][AbstractResource] "(default package)" 06:22:47.406 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:47.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:47.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:47.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:47.406 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 06:22:47.406 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 06:22:47.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:47.407 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:22:47.432 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 06:22:47.432 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:22:47.432 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:22:47.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:47.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:47.444 INFO [WorkbenchTestable][RequirementsRunner] Finished test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 06:22:47.445 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:22:47.445 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 06:22:47.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 06:22:47.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:22:47.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:22:47.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:22:47.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:47.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:47.448 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 06:22:47.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:22:47.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:47.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:47.448 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:22:47.448 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:22:47.448 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:47.449 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:22:47.449 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:22:47.449 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:22:47.449 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:22:47.449 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:22:47.449 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:22:47.449 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:22:47.449 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:22:47.449 DEBUG [main][MenuItemLookup] Item match:Window 06:22:47.449 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:22:47.449 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:22:47.449 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:22:47.449 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:47.449 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:22:47.449 DEBUG [main][MenuItemLookup] Item match:Show View 06:22:47.452 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:22:47.452 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:22:47.452 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:22:47.452 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:22:47.452 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:22:47.452 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:22:47.452 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:22:47.452 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:22:47.452 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:22:47.452 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:22:47.452 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:22:47.452 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:22:47.452 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:22:47.452 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:22:47.452 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:47.452 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:22:47.452 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:22:47.452 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:22:47.452 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:22:47.452 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:22:47.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:22:47.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:22:47.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:22:47.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:47.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:47.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 06:22:47.506 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:47.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:47.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:47.507 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:22:47.507 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:47.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:47.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:47.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:47.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:47.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:47.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:22:47.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:22:47.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:22:47.508 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:47.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:47.508 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:47.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:47.508 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:47.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:22:47.508 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:47.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:47.508 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:47.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:47.508 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:47.508 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 06:22:47.508 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 06:22:47.508 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 06:22:47.508 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 06:22:47.508 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:47.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:47.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:47.508 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:22:47.508 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:47.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:47.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:47.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 "Open") 06:22:47.509 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:47.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:47.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:47.509 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:22:47.509 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:47.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:47.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:47.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:47.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:47.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:47.509 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:22:47.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:47.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:47.509 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:47.509 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:47.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:22:47.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:22:47.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 06:22:47.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:47.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:47.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 06:22:47.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:47.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:47.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:22:47.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:47.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:47.582 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:22:47.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 '\*?\QPackage Explorer\E') 06:22:47.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:47.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:47.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:47.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:47.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:47.583 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:47.583 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:47.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:47.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 06:22:47.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:47.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:47.584 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:47.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:47.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:47.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:47.585 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:47.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:47.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:47.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:47.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:47.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:47.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:48.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:48.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:48.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:48.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:48.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:48.587 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:48.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:48.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:48.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:48.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:22:48.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:48.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:48.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:48.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:48.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:48.588 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:22:48.588 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:22:48.588 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 06:22:48.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 06:22:48.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:49.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:49.089 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 06:22:49.092 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 06:22:49.092 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 06:22:49.092 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already collapsed. No action performed 06:22:49.092 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 06:22:49.092 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 06:22:49.092 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:22:49.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:49.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:49.593 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:22:49.593 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:49.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:49.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:49.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:49.594 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 06:22:49.594 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 06:22:49.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:49.594 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:22:49.616 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 06:22:49.616 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:22:49.616 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:22:49.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:49.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:49.631 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 06:22:49.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:49.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:49.634 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 06:22:49.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:22:49.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:49.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:49.635 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:22:49.635 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:22:49.635 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:49.635 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:22:49.635 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:22:49.635 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:22:49.635 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:22:49.635 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:22:49.635 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:22:49.635 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:22:49.636 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:22:49.636 DEBUG [main][MenuItemLookup] Item match:Window 06:22:49.636 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:22:49.636 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:22:49.636 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:22:49.636 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:49.636 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:22:49.636 DEBUG [main][MenuItemLookup] Item match:Show View 06:22:49.640 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:22:49.640 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:22:49.640 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:22:49.640 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:22:49.640 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:22:49.640 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:22:49.640 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:22:49.640 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:22:49.640 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:22:49.640 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:22:49.640 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:22:49.640 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:22:49.640 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:22:49.640 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:22:49.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:49.641 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:22:49.641 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:22:49.656 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:22:49.656 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:22:49.656 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:22:49.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:22:49.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:22:49.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:22:49.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:49.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:49.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:22:49.699 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:49.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:49.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:49.699 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:22:49.699 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:49.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:49.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:49.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:49.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:49.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:49.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:22:49.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:22:49.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:22:49.700 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:49.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:49.700 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:49.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:49.700 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:49.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:22:49.700 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:49.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:49.700 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:49.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:49.700 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:49.701 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 06:22:49.701 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 06:22:49.701 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 06:22:49.701 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 06:22:49.701 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:49.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:49.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:49.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:22:49.701 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:49.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:49.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:49.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") 06:22:49.701 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:49.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:49.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:49.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:22:49.701 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:49.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:49.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:49.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:49.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:49.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:49.702 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:22:49.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:49.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:49.702 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:49.702 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:49.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:22:49.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:22:49.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 06:22:49.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:49.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:49.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 06:22:49.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:49.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:49.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 06:22:49.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:49.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:49.761 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 06:22:49.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') 06:22:49.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:49.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:49.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:49.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:49.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:49.761 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:49.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:49.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:49.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 06:22:49.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:49.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:49.763 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:49.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:49.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:49.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:49.763 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:49.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:49.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:49.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:49.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:49.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:49.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:50.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:50.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:50.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:50.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:50.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:50.775 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:50.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:50.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:50.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:50.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:22:50.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:50.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:50.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:50.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:50.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:50.777 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 06:22:50.777 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 06:22:50.777 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 06:22:50.777 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 06:22:50.778 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 06:22:50.778 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:22:50.778 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:50.795 DEBUG [main][MenuItemLookup] Found menu:'New' 06:22:50.795 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:22:50.795 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:50.795 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:22:50.795 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:22:50.795 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:22:50.795 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:50.795 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:22:50.795 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:22:50.795 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:22:50.795 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:22:50.795 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:50.795 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:22:50.795 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:22:50.795 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:22:50.795 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:22:50.795 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:50.795 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:22:50.795 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:22:50.795 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:50.795 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:22:50.795 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:22:50.795 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:22:50.795 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:22:50.795 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:22:50.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:50.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:22:51.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:22:51.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:22:51.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:51.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:51.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:51.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:51.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:22:51.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:51.296 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectItemTestProject' via Explorer 06:22:51.296 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 06:22:51.296 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 06:22:51.296 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 06:22:51.297 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 06:22:51.297 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:22:51.297 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:51.323 DEBUG [main][MenuItemLookup] Found menu:'New' 06:22:51.323 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:22:51.323 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:51.323 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:22:51.323 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:22:51.323 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:22:51.323 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:51.323 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:22:51.323 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:22:51.323 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:22:51.323 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:22:51.323 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:22:51.324 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:22:51.324 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:22:51.324 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:22:51.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:22:51.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:22:51.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:22:51.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:51.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:51.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:51.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:51.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:22:51.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:51.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:51.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:51.914 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:22:51.914 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:51.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:51.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:51.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:51.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:51.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:51.914 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:22:51.915 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:22:51.915 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:22:51.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:51.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:51.915 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:51.915 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:51.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:22:51.915 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:51.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:51.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:51.915 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:22:51.915 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:51.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:51.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:51.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:51.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:51.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:51.915 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:22:51.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:51.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:51.915 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:51.915 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:51.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:22:51.917 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:22:52.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:22:52.418 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:22:52.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:52.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:22:52.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:22:52.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:22:52.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:52.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:52.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:52.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:52.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:52.418 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 06:22:52.418 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:22:52.418 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:22:52.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:52.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.316 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.238 s open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 4.796 s select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 1.689 s asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 6 s testExpand no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 2.186 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 06:22:52.423 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 06:22:52.423 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:22:52.423 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:22:52.423 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 06:22:52.423 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:22:52.423 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:22:52.423 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:22:52.424 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:22:52.424 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:22:52.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'] 06:22:52.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:52.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'] 06:22:52.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:52.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"] 06:22:52.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:52.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'] 06:22:52.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:52.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'] 06:22:52.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:52.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'] 06:22:52.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:52.425 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:22:52.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:52.425 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:52.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:52.425 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:52.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:52.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:52.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:52.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:52.425 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:52.425 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:52.425 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:52.426 DEBUG [main][MenuItemLookup] Item match:File 06:22:52.426 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:22:52.426 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:22:52.428 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:22:52.428 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:22:52.428 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:52.428 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:22:52.428 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:22:52.428 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:22:52.428 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:22:52.428 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:22:52.428 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:22:52.428 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:22:52.428 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:22:52.428 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:22:52.428 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:52.428 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:22:52.428 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:22:52.428 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:52.428 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:22:52.428 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:52.428 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:22:52.428 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:22:52.428 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:22:52.428 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:22:52.428 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:22:52.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:22:52.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 06:22:52.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:22:52.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:52.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:52.478 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:52.478 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:52.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:22:52.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:52.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:52.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:52.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:52.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:52.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:22:52.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:22:52.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:22:52.479 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:52.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:52.479 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:52.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:52.480 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:52.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:22:52.480 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:52.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:52.480 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:52.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:52.480 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:52.480 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:22:52.480 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:22:52.480 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:22:52.486 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:22:52.486 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:52.486 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:22:52.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:22:52.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:52.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:52.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:52.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:52.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:52.488 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:22:52.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:52.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:52.488 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:52.488 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:52.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'] 06:22:52.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:52.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:52.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:22:52.603 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 06:22:52.603 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:22:52.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:52.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:52.603 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:22:52.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:52.604 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'JavaTestProject0' 06:22:52.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.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 06:22:52.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:52.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:52.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:52.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:52.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:52.618 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:52.618 INFO [WorkbenchTestable][AbstractText] Text set to: JavaTestProject0 06:22:52.638 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:22:52.638 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:22:52.638 DEBUG [WorkbenchTestable][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) 06:22:52.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:52.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:52.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:52.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:52.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:52.640 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:22:52.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:52.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:52.640 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:52.640 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:52.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:22:53.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 06:22:53.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:22:53.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:53.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:53.146 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:22:53.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:22:53.146 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:53.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:53.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:53.146 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:22:53.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:53.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:53.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:53.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:53.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:53.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:53.147 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:22:53.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:53.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:53.147 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:53.147 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:53.221 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.... 06:22:53.221 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 06:22:53.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:22:53.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:22:53.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:53.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 06:22:53.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:22:53.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:22:53.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:22:53.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:22:53.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:53.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:53.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:53.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:53.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:53.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:53.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:53.222 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:22:53.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:53.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:53.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:53.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:53.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:53.223 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:53.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 '\*?\QPackage Explorer\E') 06:22:53.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:53.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:53.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:53.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:53.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:53.223 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:53.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:53.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:53.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:22:53.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:53.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:53.225 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:22:53.225 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetJavaProject no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest) 06:22:53.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 06:22:53.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:22:53.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:22:53.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:22:53.225 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:53.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:53.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:53.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:53.226 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:53.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:53.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:53.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:53.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:53.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:53.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:53.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:53.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:54.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:54.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:54.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:54.238 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:54.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:54.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:54.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:54.239 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:22:54.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:54.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:54.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:54.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:54.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:54.239 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name JavaTestProject0 06:22:54.242 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 06:22:54.242 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:22:54.242 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:22:54.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:54.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:54.243 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetJavaProject no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest) 06:22:54.243 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:54.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:54.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:54.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:54.243 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 06:22:54.243 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 06:22:54.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:54.244 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:22:54.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:54.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:54.273 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 06:22:54.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:54.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:54.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:54.273 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:54.273 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:54.273 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:54.274 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:22:54.274 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:22:54.274 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:22:54.274 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:22:54.274 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:22:54.274 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:22:54.274 DEBUG [main][MenuItemLookup] Item match:Window 06:22:54.274 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:22:54.274 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:22:54.274 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:22:54.274 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:54.274 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:22:54.274 DEBUG [main][MenuItemLookup] Item match:Show View 06:22:54.278 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:22:54.278 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:22:54.278 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:22:54.278 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:22:54.278 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:22:54.278 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:22:54.278 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:22:54.278 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:22:54.278 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:22:54.278 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:22:54.278 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:22:54.278 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:22:54.278 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:22:54.278 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:22:54.278 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:54.278 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:22:54.278 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:22:54.278 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:22:54.278 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:22:54.278 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:22:54.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:22:54.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:22:54.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:22:54.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:54.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:54.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:22:54.325 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:54.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:54.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:54.325 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:22:54.325 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:54.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:54.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:54.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:54.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:54.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:22:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:22:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:22:54.326 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:54.326 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:54.326 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:22:54.326 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:54.327 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:54.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:54.327 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:54.327 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 06:22:54.327 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 06:22:54.327 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 06:22:54.327 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 06:22:54.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:54.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:54.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:54.327 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:22:54.327 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:54.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:54.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:54.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:22:54.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:54.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:54.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:54.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:22:54.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:54.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:54.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:54.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:54.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:54.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:54.328 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:22:54.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:54.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:54.328 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:54.328 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:54.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:22:54.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:22:54.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 06:22:54.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:54.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:54.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 06:22:54.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:54.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:54.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:54.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:54.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:54.504 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:54.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:22:54.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:54.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:54.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:54.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:54.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:22:54.505 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:54.506 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:54.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:54.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:22:54.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:22:54.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:22:54.508 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:54.508 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:54.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:54.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:54.508 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:54.508 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:54.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:54.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:54.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:54.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:54.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:55.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:55.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:55.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:55.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:55.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:55.544 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:55.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:55.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:55.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:55.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:22:55.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:55.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:55.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:55.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:55.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:55.545 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name JavaTestProject0 06:22:55.545 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:55.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:55.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:55.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:55.546 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:55.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:55.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:55.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:55.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:55.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:55.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:56.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:56.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:56.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:56.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:22:56.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:22:56.548 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:22:56.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:22:56.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:22:56.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:22:56.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 06:22:56.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:56.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:56.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:56.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:56.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:56.549 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name JavaTestProject0 06:22:56.549 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaTestProject0 06:22:56.549 DEBUG [main][TreeItemHandler] Selecting tree item: JavaTestProject0 06:22:56.550 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaTestProject0 about selection 06:22:56.551 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaTestProject0 06:22:56.551 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:22:56.551 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:56.570 DEBUG [main][MenuItemLookup] Found menu:'New' 06:22:56.570 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:22:56.570 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:56.570 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:22:56.570 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:22:56.570 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:22:56.570 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:56.570 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:22:56.570 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:22:56.570 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:22:56.570 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:22:56.570 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:56.570 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:22:56.570 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:22:56.570 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:22:56.570 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:22:56.570 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:56.570 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:22:56.570 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:22:56.570 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:56.570 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:22:56.570 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:22:56.570 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:22:56.570 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:22:56.570 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:22:56.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:56.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:22:57.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:57.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:57.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:57.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:57.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:57.071 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'JavaTestProject0' via Explorer 06:22:57.071 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaTestProject0 06:22:57.071 DEBUG [main][TreeItemHandler] Selecting tree item: JavaTestProject0 06:22:57.071 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaTestProject0 about selection 06:22:57.072 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaTestProject0 06:22:57.072 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:22:57.072 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:57.090 DEBUG [main][MenuItemLookup] Found menu:'New' 06:22:57.090 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:22:57.090 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:57.090 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:22:57.090 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:22:57.090 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:22:57.090 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:57.090 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:22:57.090 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:22:57.090 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:22:57.090 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:22:57.090 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:22:57.090 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:22:57.090 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:22:57.090 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:22:57.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:22:57.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 06:22:57.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:22:57.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:57.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:57.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:57.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:57.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:22:57.655 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:57.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:57.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:57.655 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:22:57.655 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:57.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:57.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:57.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:57.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:57.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:57.656 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:22:57.656 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:22:57.656 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:22:57.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:57.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:57.656 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:57.656 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:57.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) 06:22:57.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:57.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:57.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:57.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:22:57.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:57.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:57.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:57.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:57.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:57.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:57.657 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:22:57.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:57.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:57.657 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:57.657 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:57.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:22:57.659 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:22:58.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:22:58.160 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:22:58.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:58.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:22:58.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:22:58.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:58.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:58.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:58.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:58.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:58.160 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 06:22:58.160 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:22:58.160 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:22:58.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:58.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.738 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.018 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 06:22:58.178 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 06:22:58.179 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:22:58.179 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:22:58.179 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 06:22:58.179 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:22:58.179 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:22:58.179 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:22:58.179 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:22:58.179 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:22:58.179 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:22:58.179 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 06:22:58.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:22:58.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:58.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:58.179 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:22:58.180 DEBUG [main][MenuItemLookup] Item match:Window 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:22:58.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:58.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:58.180 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:22:58.180 DEBUG [main][MenuItemLookup] Item match:Window 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:22:58.180 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:22:58.180 DEBUG [main][MenuItemLookup] Item match:Perspective 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:22:58.181 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:22:58.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:22:58.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:58.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:58.181 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:22:58.181 DEBUG [main][MenuItemLookup] Item match:Window 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:22:58.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:58.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:58.181 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:22:58.181 DEBUG [main][MenuItemLookup] Item match:Window 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:58.181 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:22:58.182 DEBUG [main][MenuItemLookup] Item match:Perspective 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:22:58.182 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:22:58.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:58.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:58.182 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:22:58.182 DEBUG [main][MenuItemLookup] Item match:Window 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:22:58.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:58.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:58.182 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:22:58.182 DEBUG [main][MenuItemLookup] Item match:Window 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:22:58.182 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:22:58.182 DEBUG [main][MenuItemLookup] Item match:Perspective 06:22:58.183 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:22:58.183 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:58.183 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:22:58.183 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:22:58.183 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:22:58.183 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:22:58.183 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:22:58.183 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:22:58.183 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:22:58.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:22:58.202 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 06:22:58.202 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:22:58.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:58.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:58.202 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:58.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:58.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:58.202 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:22:58.202 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:58.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:58.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:58.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 "Reset Perspective") 06:22:58.202 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:58.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:58.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:58.202 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:22:58.202 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:58.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:58.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:58.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:58.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:58.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:58.203 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:22:58.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:58.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:58.203 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:58.203 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:58.270 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:58.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:58.270 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:58.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:58.270 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:22:58.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:58.270 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:58.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:58.270 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:58.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:58.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:58.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:58.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:22:58.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:58.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:58.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:58.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:58.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:58.271 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:58.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:58.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:58.271 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:58.271 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:58.271 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:58.271 DEBUG [main][MenuItemLookup] Item match:File 06:22:58.272 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:22:58.272 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:22:58.274 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:22:58.274 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:22:58.274 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:58.274 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:22:58.274 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:22:58.274 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:22:58.274 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:22:58.274 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:22:58.274 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:22:58.274 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:22:58.274 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:22:58.274 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:22:58.274 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:58.274 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:22:58.274 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:22:58.274 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:58.274 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:22:58.274 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:58.274 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:22:58.274 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:22:58.274 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:22:58.274 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:22:58.274 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:22:58.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.... 06:22:58.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 06:22:58.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:22:58.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:58.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:58.332 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:58.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:58.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:22:58.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:58.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:58.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:58.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:58.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:58.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:22:58.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:22:58.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:22:58.334 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:58.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:58.334 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:58.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:58.334 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:58.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:22:58.334 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:58.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:58.334 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:58.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:58.334 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:58.334 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:22:58.334 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:22:58.335 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:22:58.335 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:22:58.335 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:58.335 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:22:58.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:22:58.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:58.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:58.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:58.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:58.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:58.335 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:22:58.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:58.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:58.335 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:58.335 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:58.457 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:58.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:58.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:58.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:22:58.457 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 06:22:58.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:22:58.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:58.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:58.458 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:22:58.458 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:58.458 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject0' 06:22:58.458 DEBUG [WorkbenchTestable][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:") 06:22:58.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:58.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:58.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:58.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:58.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:58.459 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:58.459 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject0 06:22:58.472 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:22:58.472 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:22:58.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.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) 06:22:58.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:58.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:58.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:58.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:58.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:58.482 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:22:58.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:58.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:58.482 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:58.482 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:58.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:22:58.985 DEBUG [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 06:22:58.985 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:22:58.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:58.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:58.987 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:22:58.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:22:58.987 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:58.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:58.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:58.988 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:22:58.988 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:58.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:58.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:58.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:58.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:58.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:58.989 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:22:58.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:58.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:58.989 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:58.989 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:59.081 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.... 06:22:59.081 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 06:22:59.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:22:59.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:22:59.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:22:59.082 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 06:22:59.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:22:59.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:22:59.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:22:59.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:22:59.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:22:59.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:22:59.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:22:59.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:22:59.082 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:59.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:59.082 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:59.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:59.082 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:22:59.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:59.082 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:59.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:59.082 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:59.083 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:59.083 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:59.083 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:59.083 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:22:59.083 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:59.083 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:59.083 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:59.083 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:22:59.083 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:59.083 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:22:59.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:59.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:59.083 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:22:59.083 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:22:59.083 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:59.083 DEBUG [main][MenuItemLookup] Item match:File 06:22:59.084 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:22:59.084 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:22:59.097 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:22:59.097 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:22:59.097 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:59.097 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:22:59.097 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:22:59.097 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:22:59.097 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:22:59.097 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:22:59.097 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:22:59.097 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:22:59.097 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:22:59.097 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:22:59.097 DEBUG [main][MenuItemLookup] Found menu:'File' 06:22:59.097 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:22:59.097 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:22:59.097 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:59.097 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:22:59.097 DEBUG [main][MenuItemLookup] Found menu:'' 06:22:59.097 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:22:59.097 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:22:59.097 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:22:59.097 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:22:59.097 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:22:59.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:22:59.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:22:59.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:22:59.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:59.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:59.151 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:59.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:59.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 06:22:59.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:59.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:59.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:59.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:59.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:22:59.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:22:59.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:22:59.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:22:59.153 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:59.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:59.153 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:59.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:59.153 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:59.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:22:59.153 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:22:59.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:22:59.153 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:22:59.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:22:59.153 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:22:59.153 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:22:59.153 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:22:59.153 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:22:59.153 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:22:59.153 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:22:59.153 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:22:59.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.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:22:59.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:59.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:59.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:59.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:59.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:59.154 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:22:59.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:59.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:59.154 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:59.154 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:59.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'] 06:22:59.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:59.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:59.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.... 06:22:59.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. finished successfully 06:22:59.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:22:59.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:59.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:59.341 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:22:59.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:22:59.342 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject1' 06:22:59.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:") 06:22:59.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:59.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:59.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:59.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:59.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:22:59.343 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:22:59.344 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject1 06:22:59.409 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:22:59.409 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:22:59.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:22:59.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:59.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:59.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:59.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:59.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:59.410 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:22:59.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:59.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:59.410 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:59.410 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:22:59.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:22:59.913 DEBUG [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 06:22:59.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:22:59.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:22:59.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:22:59.914 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:22:59.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:22:59.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:22:59.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:22:59.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:22:59.914 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:22:59.914 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:22:59.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:22:59.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:22:59.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:22:59.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:22:59.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:22:59.917 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:22:59.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:22:59.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:22:59.917 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:22:59.917 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:00.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:23:00.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 06:23:00.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:23:00.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:23:00.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:00.015 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 06:23:00.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:23:00.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:23:00.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:00.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:23:00.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:00.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:23:00.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:23:00.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:00.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:00.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:00.016 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:00.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:00.016 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:00.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:00.016 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:23:00.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:00.016 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:00.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:00.016 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:00.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:00.016 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:00.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:00.016 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:23:00.017 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:00.017 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:00.017 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:00.017 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:00.017 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:00.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:00.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:00.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:00.018 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:00.018 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:00.018 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:00.018 DEBUG [main][MenuItemLookup] Item match:File 06:23:00.018 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:23:00.018 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:23:00.021 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:23:00.021 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:23:00.021 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:00.021 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:23:00.021 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:23:00.021 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:23:00.021 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:23:00.021 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:23:00.021 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:23:00.021 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:23:00.021 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:23:00.021 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:23:00.021 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:00.021 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:23:00.021 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:23:00.021 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:00.021 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:23:00.021 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:00.021 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:23:00.021 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:23:00.021 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:23:00.021 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:23:00.021 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:23:00.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.... 06:23:00.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 'New|Select a wizard'] is available. finished successfully 06:23:00.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:23:00.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:00.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:00.124 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:23:00.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:00.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:23:00.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:00.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:00.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:00.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:00.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:00.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:00.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:00.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:23:00.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:23:00.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:00.126 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:23:00.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:00.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:23:00.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:23:00.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:23:00.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:00.126 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:23:00.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:00.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:23:00.126 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:23:00.127 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:23:00.127 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:23:00.127 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:23:00.127 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:23:00.127 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:23:00.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:23:00.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:00.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:00.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:00.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:00.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:00.132 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:23:00.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:00.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:00.132 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:00.132 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:00.404 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:00.409 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:00.409 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:00.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.... 06:23:00.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 06:23:00.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:23:00.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:00.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:00.410 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:23:00.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:00.410 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject2' 06:23:00.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:") 06:23:00.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:00.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:00.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:00.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:00.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:23:00.411 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:00.412 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject2 06:23:00.434 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:23:00.434 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:23:00.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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) 06:23:00.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:00.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:00.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:00.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:00.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:00.436 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:23:00.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:00.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:00.436 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:00.436 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:00.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:23:01.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 06:23:01.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:23:01.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:01.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:01.205 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:23:01.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:23:01.205 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:01.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:01.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:01.205 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:23:01.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:01.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:01.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:01.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:01.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:01.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:01.206 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:23:01.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:01.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:01.206 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:01.206 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:01.307 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.... 06:23:01.307 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 06:23:01.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:23:01.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:23:01.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:01.307 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 06:23:01.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:23:01.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:01.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:23:01.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:23:01.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:01.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:01.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:01.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:01.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:01.308 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:23:01.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:01.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:01.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:01.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:01.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:01.308 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:01.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:23:01.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:01.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:01.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:01.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:01.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:23:01.309 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:01.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:01.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:01.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:23:01.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:23:01.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:23:01.310 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:01.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:01.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:01.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:01.311 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:01.311 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:01.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:01.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:01.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:01.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:01.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:01.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:01.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:02.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:02.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:02.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:23:02.312 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:02.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:02.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:02.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:02.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 06:23:02.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:02.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:02.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:02.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:02.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:02.313 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 06:23:02.313 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 06:23:02.313 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 06:23:02.314 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:02.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:02.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:02.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:02.314 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:02.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:02.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:02.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:02.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:02.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:02.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:02.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:02.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:03.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:03.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:03.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:23:03.316 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:03.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:03.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:03.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:03.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 06:23:03.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:03.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:03.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:03.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:03.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:03.317 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 06:23:03.317 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 06:23:03.317 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 06:23:03.318 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:03.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:03.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:03.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:03.318 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:03.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:03.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:03.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:03.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:03.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:03.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:03.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:03.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:04.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:04.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:04.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:23:04.321 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:04.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:04.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:04.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:04.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 06:23:04.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:04.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:04.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:04.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:04.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:04.322 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 06:23:04.322 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 06:23:04.322 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 06:23:04.322 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:23:04.322 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 06:23:04.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 06:23:04.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:23:04.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:23:04.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:23:04.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'] 06:23:04.322 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:04.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'] 06:23:04.322 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:04.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: "New Java Project"] 06:23:04.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:04.323 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:04.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:04.323 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:04.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:04.323 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:04.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:04.323 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:23:04.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:04.323 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:04.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:04.323 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:04.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:04.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:04.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:04.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:04.323 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:04.323 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:04.323 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:04.323 DEBUG [main][MenuItemLookup] Item match:File 06:23:04.324 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:23:04.324 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:23:04.326 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:23:04.326 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:23:04.326 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:04.326 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:23:04.326 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:23:04.326 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:23:04.326 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:23:04.326 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:23:04.326 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:23:04.326 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:23:04.326 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:23:04.326 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:23:04.326 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:04.326 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:23:04.326 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:23:04.326 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:04.326 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:23:04.326 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:04.326 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:23:04.326 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:23:04.326 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:23:04.326 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:23:04.327 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:23:04.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 'New|Select a wizard'] is available.... 06:23:04.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. finished successfully 06:23:04.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:23:04.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:04.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:04.380 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:23:04.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:04.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 06:23:04.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:04.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:04.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:04.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:04.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:04.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:04.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:04.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:23:04.381 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:23:04.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:04.381 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:23:04.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:04.381 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:23:04.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:23:04.382 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:23:04.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:04.382 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:23:04.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:04.382 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:23:04.382 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:23:04.382 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:23:04.382 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:23:04.382 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:23:04.382 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:23:04.382 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:23:04.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) 06:23:04.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:04.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:04.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:04.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:04.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:04.383 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:23:04.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:04.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:04.383 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:04.383 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:04.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'] 06:23:04.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:04.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:04.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:23:04.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 06:23:04.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:23:04.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:04.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:04.506 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:23:04.506 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:04.506 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject3' 06:23:04.506 DEBUG [WorkbenchTestable][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:") 06:23:04.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:04.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:04.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:04.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:04.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:23:04.507 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:04.508 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject3 06:23:04.529 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:23:04.529 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:23:04.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 06:23:04.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:04.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:04.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:04.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:04.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:04.531 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:23:04.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:04.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:04.531 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:04.531 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:04.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:23:05.034 DEBUG [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 06:23:05.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:23:05.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:05.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:05.037 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:23:05.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 "Don't Create") 06:23:05.037 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:05.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:05.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:05.037 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:23:05.037 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:05.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:05.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:05.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:05.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:05.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:05.038 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:23:05.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:05.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:05.038 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:05.038 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:05.123 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.... 06:23:05.123 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 06:23:05.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:23:05.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:23:05.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:05.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/ProjectTestProject3)' is a system job, skipped 06:23:05.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:23:05.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:05.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:05.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:05.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:05.123 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:05.123 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:05.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:05.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:23:05.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:23:05.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:23:05.125 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:05.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:05.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:05.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:05.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:05.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:05.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:05.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:05.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:06.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:06.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:06.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:23:06.127 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:06.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:06.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:06.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:06.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 06:23:06.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:06.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:06.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:06.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:06.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:06.128 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 06:23:06.128 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 06:23:06.128 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 06:23:06.129 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject3 06:23:06.129 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject3 06:23:06.129 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject3 06:23:06.129 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject3 about selection 06:23:06.130 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject3 06:23:06.130 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:06.130 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:06.149 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:06.149 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:06.149 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:06.149 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:23:06.149 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:23:06.149 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:06.149 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:06.149 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:06.149 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:06.149 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:06.149 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:06.149 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:06.149 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:23:06.149 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:23:06.149 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:23:06.149 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:23:06.149 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:06.149 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:23:06.149 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:23:06.149 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:06.149 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:23:06.149 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:23:06.150 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:23:06.150 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:23:06.150 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:23:06.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:06.150 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:23:06.150 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:23:06.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:06.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:06.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:06.650 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject3' via Explorer 06:23:06.650 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject3 06:23:06.650 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject3 06:23:06.651 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject3 about selection 06:23:06.652 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject3 06:23:06.652 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:06.652 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:06.671 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:06.671 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:06.671 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:06.671 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:23:06.671 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:23:06.671 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:06.671 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:06.671 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:06.671 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:06.671 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:06.671 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:06.671 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:23:06.671 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:23:06.671 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:23:06.671 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:23:06.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:23:07.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:23:07.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:23:07.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:07.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:07.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:07.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:07.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) 06:23:07.244 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:07.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:07.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:07.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:23:07.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:07.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:07.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:07.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:07.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:07.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:07.244 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:23:07.244 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:23:07.244 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:23:07.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:07.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:07.244 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:07.244 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:07.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) 06:23:07.245 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:07.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:07.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:07.245 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:23:07.245 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:07.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:07.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:07.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:07.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:07.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:07.245 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:23:07.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:07.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:07.245 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:07.245 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:07.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:23:07.247 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:23:07.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:23:07.748 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:23:07.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:07.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:23:07.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:07.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:07.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:07.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:07.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:07.748 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:07.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:07.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:07.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:07.749 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:07.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:07.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:07.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:07.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:07.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:07.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:08.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:08.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:08.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:08.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:08.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:23:08.752 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:08.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:08.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:08.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:08.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:23:08.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:08.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:08.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:08.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:08.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:08.753 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 06:23:08.753 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 06:23:08.753 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 06:23:08.753 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 06:23:08.753 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:23:08.753 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:23:08.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:08.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:08.754 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 06:23:08.754 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:23:08.754 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 06:23:08.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 06:23:08.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:23:08.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:23:08.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:23:08.754 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 06:23:08.754 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 06:23:08.754 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 06:23:08.756 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 06:23:08.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 06:23:08.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:23:08.756 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:23:08.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:08.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:08.757 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 06:23:08.757 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:23:08.757 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjectItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 06:23:08.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 06:23:08.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:23:08.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:23:08.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:23:08.757 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:23:08.757 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectTestProject1 06:23:08.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectTestProject1 06:23:08.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:09.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:09.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectTestProject1 06:23:09.259 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 06:23:09.259 DEBUG [main][TreeItemHandler] Selecting tree item: src 06:23:09.260 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 06:23:09.261 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 06:23:09.262 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:23:09.262 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectTestProject1 06:23:09.262 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectTestProject1 06:23:09.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:09.262 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectTestProject1 is already expanded. No action performed 06:23:09.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:09.262 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectTestProject1 06:23:09.263 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 06:23:09.263 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 06:23:09.263 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 06:23:09.264 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 06:23:09.264 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 06:23:09.264 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:23:09.264 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:23:09.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:09.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:09.264 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjectItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 06:23:09.264 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:09.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:09.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:09.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:09.265 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 06:23:09.265 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 06:23:09.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:09.265 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:23:09.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:09.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:09.299 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 06:23:09.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:09.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:09.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:09.299 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:09.299 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:09.299 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:09.300 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:23:09.300 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:23:09.300 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:23:09.300 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:23:09.300 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:23:09.300 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:23:09.300 DEBUG [main][MenuItemLookup] Item match:Window 06:23:09.300 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:23:09.300 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:23:09.300 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:23:09.300 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:09.300 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:23:09.300 DEBUG [main][MenuItemLookup] Item match:Show View 06:23:09.303 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:23:09.303 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:23:09.303 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:23:09.303 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:23:09.303 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:23:09.303 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:23:09.303 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:23:09.303 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:23:09.303 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:23:09.303 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:23:09.303 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:23:09.303 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:23:09.303 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:23:09.303 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:23:09.303 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:09.303 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:23:09.303 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:23:09.304 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:23:09.304 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:23:09.304 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:23:09.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:23:09.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:23:09.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:23:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:09.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:23:09.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:09.347 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:23:09.348 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:09.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:09.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:09.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:09.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:09.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:09.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:09.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:09.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:23:09.349 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:23:09.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:09.349 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:23:09.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:09.349 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:23:09.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:23:09.349 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:23:09.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:09.349 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:23:09.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:09.349 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:23:09.349 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 06:23:09.349 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 06:23:09.349 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 06:23:09.349 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 06:23:09.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:09.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:09.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:09.349 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:23:09.349 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:09.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:09.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:09.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:23:09.350 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:09.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:09.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:09.350 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:23:09.350 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:09.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:09.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:09.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:09.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:09.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:09.350 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:23:09.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:09.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:09.350 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:09.350 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:09.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:23:09.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:23:09.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 06:23:09.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:09.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:09.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 06:23:09.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:09.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:09.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:09.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:09.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:09.410 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:09.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 '\*?\QPackage Explorer\E') 06:23:09.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:09.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:09.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:09.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:09.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:23:09.411 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:09.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:09.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:09.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:23:09.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:23:09.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:23:09.412 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:09.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:09.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:09.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:09.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:09.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:09.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:09.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:09.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:10.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:10.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:10.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:23:10.415 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:10.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:10.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:10.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:10.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:23:10.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:10.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:10.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:10.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:10.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:10.416 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 06:23:10.416 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 06:23:10.416 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 06:23:10.417 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject0 06:23:10.417 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject0 06:23:10.417 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject0 about selection 06:23:10.420 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject0 06:23:10.420 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:10.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:10.436 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:10.436 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:10.436 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:10.436 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:23:10.436 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:23:10.436 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:10.436 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:10.436 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:10.436 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:10.436 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:10.436 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:10.436 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:10.436 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:23:10.436 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:23:10.436 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:23:10.436 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:23:10.436 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:10.436 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:23:10.436 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:23:10.436 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:10.436 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:23:10.436 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:23:10.436 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:23:10.436 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:23:10.436 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:23:10.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:10.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:23:10.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:10.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:10.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:10.936 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject0' via Explorer 06:23:10.936 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject0 06:23:10.937 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject0 06:23:10.937 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject0 about selection 06:23:10.938 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject0 06:23:10.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:10.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:10.956 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:10.956 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:10.956 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:10.956 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:23:10.956 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:23:10.956 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:10.956 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:10.956 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:10.956 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:10.956 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:10.956 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:10.956 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:23:10.956 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:23:10.956 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:23:10.956 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:23:10.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:23:11.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:23:11.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:23:11.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:11.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:11.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:11.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:11.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:23:11.512 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:11.512 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:23:11.512 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:11.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:11.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:11.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:11.512 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:23:11.512 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:23:11.512 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:23:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:11.512 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:11.512 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:11.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 "OK", Widget matcher matching widgets with style: 8) 06:23:11.512 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:11.512 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:23:11.512 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:11.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:11.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:11.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:11.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:11.513 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:23:11.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:11.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:11.513 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:11.513 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:11.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:23:11.515 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:23:12.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:23:12.016 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:23:12.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:12.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:23:12.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:12.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:12.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:12.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:12.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:12.016 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 06:23:12.016 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 06:23:12.018 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 06:23:12.020 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 06:23:12.021 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:12.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:12.038 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:12.038 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:12.038 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:12.038 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:23:12.038 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:23:12.038 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:12.038 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:12.038 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:12.038 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:12.038 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:12.038 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:12.038 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:12.038 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:23:12.038 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:23:12.038 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:23:12.038 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:23:12.038 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:12.038 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:23:12.038 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:23:12.038 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:12.038 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:23:12.038 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:23:12.038 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:23:12.038 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:23:12.038 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:23:12.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:12.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:23:12.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:23:12.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:23:12.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:12.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:12.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:12.539 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject1' via Explorer 06:23:12.539 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 06:23:12.539 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 06:23:12.540 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 06:23:12.541 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 06:23:12.541 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:12.541 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:12.559 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:12.559 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:12.559 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:12.559 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:23:12.559 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:23:12.559 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:12.559 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:12.559 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:12.559 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:12.559 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:12.559 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:12.559 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:23:12.559 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:23:12.559 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:23:12.559 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:23:12.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:23:13.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 06:23:13.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:23:13.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:13.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:13.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:13.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:13.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: 32) 06:23:13.125 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:13.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:13.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:13.125 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:23:13.125 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:13.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:13.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:13.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:13.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:13.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:13.125 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:23:13.125 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:23:13.125 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:23:13.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:13.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:13.125 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:13.125 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:13.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) 06:23:13.125 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:13.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:13.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:13.125 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:23:13.125 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:13.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:13.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:13.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:13.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:13.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:13.126 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:23:13.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:13.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:13.126 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:13.126 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:13.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:23:13.128 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:23:13.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:23:13.628 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:23:13.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:13.628 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:13.628 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:23:13.628 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:13.628 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:13.628 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:13.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:13.629 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject2 06:23:13.629 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject2 06:23:13.629 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject2 about selection 06:23:13.631 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject2 06:23:13.631 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:13.631 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:13.649 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:13.649 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:13.649 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:13.649 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:23:13.649 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:23:13.649 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:13.649 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:13.649 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:13.649 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:13.649 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:13.649 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:13.649 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:13.649 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:23:13.649 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:23:13.649 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:23:13.649 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:23:13.649 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:13.649 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:23:13.649 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:23:13.649 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:13.649 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:23:13.649 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:23:13.650 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:23:13.650 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:23:13.650 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:23:13.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:13.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:13.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:23:13.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:23:14.150 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:14.150 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:23:14.150 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:14.150 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:14.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:14.150 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject2' via Explorer 06:23:14.151 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject2 06:23:14.151 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject2 06:23:14.151 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject2 about selection 06:23:14.152 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject2 06:23:14.152 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:14.152 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:14.170 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:14.170 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:14.170 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:14.170 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:23:14.170 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:23:14.170 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:14.170 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:14.170 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:14.170 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:14.170 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:14.170 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:14.170 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:23:14.170 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:23:14.170 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:23:14.170 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:23:14.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.... 06:23:14.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 06:23:14.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:23:14.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:14.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:14.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:14.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:14.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) 06:23:14.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:14.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:14.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:14.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:23:14.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:14.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:14.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:14.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:14.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:14.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:14.723 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:23:14.723 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:23:14.723 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:23:14.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:14.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:14.723 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:14.723 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:14.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) 06:23:14.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:14.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:14.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:14.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:23:14.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:14.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:14.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:14.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:14.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:14.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:14.725 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:23:14.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:14.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:14.725 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:14.725 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:14.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:23:14.727 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:23:15.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:23:15.228 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:23:15.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:15.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:15.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:15.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:15.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:15.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:15.228 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 06:23:15.228 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:23:15.228 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:23:15.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:15.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.051 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.432 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.507 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 06:23:15.233 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 06:23:15.233 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:23:15.233 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:23:15.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 06:23:15.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:23:15.233 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:23:15.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:23:15.233 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:23:15.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:23:15.233 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:15.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:15.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:15.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:15.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:23:15.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:15.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:15.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:15.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:15.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:15.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:15.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:15.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:23:15.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:15.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:15.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:15.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:15.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:15.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:15.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:15.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:15.234 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:15.235 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:15.235 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:15.235 DEBUG [main][MenuItemLookup] Item match:File 06:23:15.235 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:23:15.235 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:23:15.237 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:23:15.237 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:23:15.237 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:15.237 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:23:15.237 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:23:15.237 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:23:15.237 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:23:15.237 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:23:15.237 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:23:15.237 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:23:15.237 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:23:15.237 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:23:15.237 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:15.237 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:23:15.237 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:23:15.237 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:15.237 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:23:15.237 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:15.237 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:23:15.237 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:23:15.238 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:23:15.238 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:23:15.238 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:23:15.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:23:15.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:23:15.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:23:15.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:15.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:15.287 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:23:15.287 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:15.288 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:23:15.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:15.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:15.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:15.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:15.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:15.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:15.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:15.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:23:15.289 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:23:15.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:15.289 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:23:15.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:15.289 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:23:15.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:23:15.289 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:23:15.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:15.289 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:23:15.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:15.289 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:23:15.289 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:23:15.289 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:23:15.289 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:23:15.289 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:23:15.289 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:23:15.289 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:23:15.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:23:15.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:15.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:15.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:15.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:15.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:15.294 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:23:15.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:15.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:15.294 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:15.294 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:15.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'] 06:23:15.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:15.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:15.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.... 06:23:15.415 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 06:23:15.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:23:15.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:15.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:15.416 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:23:15.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:15.416 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject0' 06:23:15.416 DEBUG [WorkbenchTestable][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:") 06:23:15.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:15.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:15.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:15.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:15.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:23:15.417 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:15.418 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject0 06:23:15.438 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:23:15.438 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:23:15.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:23:15.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:15.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:15.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:15.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:15.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:15.440 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:23:15.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:15.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:15.440 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:15.440 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:15.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.... 06:23:15.943 DEBUG [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 06:23:15.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:23:15.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:15.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:15.945 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:23:15.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:23:15.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:15.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:15.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:15.946 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:23:15.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:15.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:15.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:15.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:15.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:15.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:15.947 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:23:15.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:15.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:15.947 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:15.947 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:16.011 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.... 06:23:16.011 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 06:23:16.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:23:16.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:23:16.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:16.011 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 06:23:16.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:23:16.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:23:16.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:16.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:16.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:16.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:16.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:16.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:16.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:16.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:23:16.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:16.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:16.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:16.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:16.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:16.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:16.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:16.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:23:16.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:16.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:16.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:16.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:16.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:16.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:16.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:16.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:16.013 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:16.013 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:16.013 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:16.013 DEBUG [main][MenuItemLookup] Item match:File 06:23:16.013 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:23:16.013 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:23:16.015 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:23:16.015 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:23:16.015 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:16.015 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:23:16.015 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:23:16.015 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:23:16.015 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:23:16.015 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:23:16.015 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:23:16.015 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:23:16.015 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:23:16.015 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:23:16.015 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:16.015 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:23:16.015 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:23:16.015 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:16.015 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:23:16.015 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:16.015 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:23:16.015 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:23:16.016 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:23:16.016 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:23:16.016 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:23:16.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 'New|Select a wizard'] is available.... 06:23:16.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 'New|Select a wizard'] is available. finished successfully 06:23:16.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:23:16.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:16.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:16.117 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:23:16.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:16.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:23:16.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:16.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:16.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:16.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:16.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:16.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:16.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:16.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:23:16.119 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:23:16.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:16.119 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:23:16.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:16.119 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:23:16.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:23:16.119 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:23:16.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:16.119 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:23:16.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:16.119 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:23:16.119 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:23:16.119 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:23:16.119 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:23:16.120 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:23:16.120 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:23:16.120 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:23:16.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:23:16.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:16.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:16.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:16.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:16.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:16.121 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:23:16.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:16.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:16.121 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:16.121 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:16.324 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:16.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:16.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:16.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:23:16.337 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 06:23:16.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:23:16.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:16.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:16.338 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:23:16.338 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:16.338 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject1' 06:23:16.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:") 06:23:16.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:16.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:16.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:16.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:16.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:23:16.340 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:16.340 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject1 06:23:16.404 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:23:16.404 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:23:16.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.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) 06:23:16.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:16.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:16.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:16.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:16.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:16.406 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:23:16.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:16.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:16.406 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:16.406 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:16.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:23:16.909 DEBUG [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 06:23:16.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:23:16.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:16.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:16.911 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:23:16.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:23:16.911 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:16.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:16.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:16.912 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:23:16.912 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:16.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:16.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:16.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:16.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:16.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:16.913 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:23:16.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:16.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:16.913 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:16.913 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:17.010 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.... 06:23:17.011 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 06:23:17.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:23:17.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:23:17.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:17.011 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 06:23:17.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:17.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:23:17.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:23:17.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:17.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:17.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:17.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:17.011 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:17.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:17.011 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:17.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:17.011 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:23:17.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:17.011 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:17.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:17.011 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:17.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:17.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:17.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:17.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:23:17.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:17.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:17.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:17.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:17.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:17.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:17.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:17.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:17.012 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:17.012 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:17.013 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:17.013 DEBUG [main][MenuItemLookup] Item match:File 06:23:17.013 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:23:17.013 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:23:17.016 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:23:17.016 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:23:17.016 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:17.016 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:23:17.016 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:23:17.016 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:23:17.016 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:23:17.016 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:23:17.016 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:23:17.016 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:23:17.016 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:23:17.016 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:23:17.016 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:17.016 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:23:17.016 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:23:17.016 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:17.016 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:23:17.016 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:17.016 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:23:17.016 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:23:17.016 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:23:17.016 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:23:17.016 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:23:17.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 'New|Select a wizard'] is available.... 06:23:17.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:23:17.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:23:17.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:17.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:17.141 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:23:17.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:17.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:23:17.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:17.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:17.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:17.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:17.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:17.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:17.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:17.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:23:17.143 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:23:17.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:17.143 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:23:17.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:17.143 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:23:17.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:23:17.143 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:23:17.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:17.217 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:23:17.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:17.217 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:23:17.217 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:23:17.217 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:23:17.217 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:23:17.218 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:23:17.218 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:23:17.218 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:23:17.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 "Next >", Widget matcher matching widgets with style: 8) 06:23:17.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:17.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:17.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:17.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:17.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:17.219 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:23:17.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:17.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:17.219 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:17.219 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:17.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'] 06:23:17.458 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:17.458 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:17.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:23:17.458 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 06:23:17.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:23:17.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:17.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:17.459 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:23:17.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:17.459 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject2' 06:23:17.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 06:23:17.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:17.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:17.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:17.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:17.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:23:17.460 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:17.461 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject2 06:23:17.503 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:23:17.503 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:23:17.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.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) 06:23:17.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:17.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:17.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:17.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:17.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:17.505 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:23:17.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:17.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:17.505 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:17.505 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:17.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:23:18.007 DEBUG [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 06:23:18.008 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:23:18.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:18.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:18.010 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:23:18.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:23:18.010 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:18.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:18.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:18.010 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:23:18.010 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:18.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:18.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:18.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:18.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:18.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:18.011 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:23:18.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:18.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:18.011 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:18.011 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:18.124 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.... 06:23:18.125 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 06:23:18.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:23:18.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:23:18.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:18.125 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 06:23:18.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:23:18.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:18.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:18.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:18.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:18.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:18.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:18.126 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:23:18.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:18.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:18.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:18.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:18.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:18.126 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:18.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:23:18.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:18.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:18.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:18.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:18.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:23:18.127 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:18.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:18.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:18.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:23:18.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:23:18.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:23:18.128 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:18.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:18.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:18.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:18.129 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:18.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:18.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:18.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:18.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:18.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:18.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:18.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:18.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:19.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:19.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:19.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:23:19.131 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:19.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:19.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:19.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:19.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 06:23:19.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:19.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:19.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:19.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:19.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:19.133 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 06:23:19.133 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 06:23:19.133 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 06:23:19.133 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:19.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:19.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:19.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:19.133 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:19.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:19.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:19.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:19.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:19.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:19.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:19.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:19.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:20.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:20.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:20.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:23:20.136 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:20.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:20.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:20.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:20.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:23:20.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:20.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:20.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:20.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:20.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:20.138 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 06:23:20.138 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 06:23:20.138 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 06:23:20.138 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:20.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:20.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:20.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:20.139 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:20.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:20.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:20.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:20.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:20.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:20.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:20.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:20.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:21.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:21.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:21.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:23:21.141 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:21.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:21.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:21.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:21.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 06:23:21.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:21.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:21.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:21.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:21.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:21.142 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 06:23:21.142 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 06:23:21.142 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 06:23:21.142 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 06:23:21.142 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 06:23:21.142 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 06:23:21.143 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 06:23:21.144 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:23:21.144 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 06:23:21.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 06:23:21.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:23:21.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:23:21.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:23:21.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'] 06:23:21.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:21.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'] 06:23:21.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:21.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"] 06:23:21.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:21.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'] 06:23:21.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:21.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'] 06:23:21.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:21.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'] 06:23:21.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:21.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"] 06:23:21.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:21.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'] 06:23:21.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:21.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'] 06:23:21.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:21.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:21.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:21.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:21.145 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:21.145 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:21.145 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:21.145 DEBUG [main][MenuItemLookup] Item match:File 06:23:21.146 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:23:21.146 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:23:21.148 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:23:21.148 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:23:21.148 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:21.148 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:23:21.148 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:23:21.148 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:23:21.148 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:23:21.148 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:23:21.148 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:23:21.148 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:23:21.148 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:23:21.148 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:23:21.148 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:21.148 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:23:21.148 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:23:21.148 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:21.148 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:23:21.148 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:21.148 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:23:21.148 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:23:21.148 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:23:21.148 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:23:21.148 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:23:21.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.... 06:23:21.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 06:23:21.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:23:21.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:21.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:21.200 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:23:21.200 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:21.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 06:23:21.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:21.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:21.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:21.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:21.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:21.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:21.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:21.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:23:21.205 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:23:21.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:21.205 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:23:21.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:21.205 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:23:21.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:23:21.205 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:23:21.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:21.205 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:23:21.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:21.205 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:23:21.206 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:23:21.206 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:23:21.206 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:23:21.206 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:23:21.206 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:23:21.206 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:23:21.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:23:21.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:21.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:21.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:21.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:21.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:21.207 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:23:21.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:21.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:21.207 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:21.207 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:21.327 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:21.327 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:21.327 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:21.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:23:21.327 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 06:23:21.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:23:21.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:21.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:21.328 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:23:21.328 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:21.328 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject3' 06:23:21.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 06:23:21.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:21.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:21.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:21.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:21.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:23:21.329 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:21.330 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject3 06:23:21.350 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:23:21.350 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:23:21.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:23:21.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:21.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:21.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:21.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:21.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:21.351 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:23:21.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:21.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:21.352 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:21.352 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23: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.... 06:23:21.855 DEBUG [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 06:23:21.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:23:21.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:21.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:21.857 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:23:21.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 "Don't Create") 06:23:21.857 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:21.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:21.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:21.858 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:23:21.858 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:21.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:21.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:21.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:21.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:21.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:21.859 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:23:21.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:21.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:21.859 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:21.859 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:21.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.... 06:23:21.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 06:23:21.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:23:21.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:23:21.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:21.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/PackageExplorerTestProject3)' is a system job, skipped 06:23:21.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:23:21.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:21.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:21.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:21.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:21.929 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:21.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:21.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:21.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:23:21.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:23:21.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:23:21.931 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:21.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:21.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:21.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:21.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:21.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:21.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:22.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:22.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:22.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:22.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:22.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:23:22.934 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:22.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:22.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:22.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:22.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 06:23:22.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:22.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:22.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:22.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:22.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:22.935 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 06:23:22.935 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 06:23:22.935 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 06:23:22.935 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject3 06:23:22.936 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject3 06:23:22.936 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject3 06:23:22.936 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject3 about selection 06:23:22.937 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject3 06:23:22.937 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:22.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:22.956 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:22.956 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:22.956 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:22.956 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:23:22.956 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:23:22.956 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:22.956 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:22.956 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:22.956 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:22.956 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:22.956 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:22.956 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:22.956 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:23:22.956 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:23:22.956 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:23:22.956 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:23:22.956 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:22.956 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:23:22.956 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:23:22.956 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:22.956 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:23:22.956 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:23:22.957 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:23:22.957 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:23:22.957 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:23:22.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:22.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:23:23.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:23.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:23.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:23.457 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject3' via Explorer 06:23:23.458 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject3 06:23:23.458 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject3 06:23:23.458 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject3 about selection 06:23:23.460 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject3 06:23:23.460 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:23.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:23.477 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:23.477 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:23.477 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:23.477 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:23:23.477 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:23:23.477 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:23.477 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:23.477 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:23.477 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:23.477 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:23.477 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:23.477 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:23:23.477 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:23:23.477 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:23:23.478 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:23:23.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.... 06:23:24.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:23:24.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:23:24.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:24.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:24.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:24.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:24.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: 32) 06:23:24.049 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:24.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:24.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:24.049 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:23:24.049 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:24.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:24.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:24.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:24.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:24.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:24.050 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:23:24.050 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:23:24.050 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:23:24.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:24.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:24.050 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:24.050 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:24.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", Widget matcher matching widgets with style: 8) 06:23:24.050 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:24.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:24.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:24.050 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:23:24.050 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:24.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:24.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:24.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:24.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:24.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:24.051 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:23:24.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:24.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:24.051 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:24.051 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:24.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:23:24.053 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:23:24.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:23:24.554 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:23:24.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:24.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:24.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:23:24.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:24.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:24.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:24.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:24.554 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:24.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:24.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:24.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:24.555 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:24.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:24.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:24.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:24.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:24.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:24.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:25.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:25.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:25.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:25.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:25.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:23:25.557 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:25.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:25.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:25.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:25.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 06:23:25.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:25.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:25.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:25.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:25.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:25.558 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 06:23:25.558 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 06:23:25.558 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 06:23:25.559 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 06:23:25.559 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:23:25.559 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:23:25.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:25.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:25.559 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 06:23:25.559 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:23:25.559 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 06:23:25.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 06:23:25.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:23:25.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:23:25.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:23:25.559 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 06:23:25.559 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 06:23:25.559 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 06:23:25.561 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 06:23:25.561 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 06:23:25.561 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:23:25.561 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:23:25.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:25.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:25.562 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 06:23:25.562 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:23:25.562 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 06:23:25.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 06:23:25.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:23:25.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:23:25.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:23:25.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:25.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:25.562 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:23:25.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:25.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:25.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:25.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:25.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:25.563 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:25.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 '\*?\QPackage Explorer\E') 06:23:25.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:25.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:25.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:25.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:25.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:23:25.564 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:25.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:25.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:25.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:23:25.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:23:25.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:23:25.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 06:23:25.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:23:25.565 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:23:25.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:25.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:25.565 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 06:23:25.565 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:23:25.565 INFO [WorkbenchTestable][RequirementsRunner] Started test: multipleSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 06:23:25.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 06:23:25.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:23:25.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:23:25.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:23:25.566 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:25.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:25.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:25.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:25.566 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:25.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:25.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:25.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:25.567 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:25.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:25.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:25.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:25.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:25.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:25.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:26.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:26.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:26.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:26.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:26.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:23:26.577 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:26.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:26.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:26.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:26.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:23:26.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:26.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:26.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:26.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:26.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:26.578 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 06:23:26.578 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 06:23:26.578 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 06:23:26.579 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:26.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:26.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:26.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:26.579 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:26.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:26.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:26.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:26.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:26.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:26.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:27.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:27.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:27.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:27.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:27.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:23:27.581 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:27.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:27.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:27.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:27.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 06:23:27.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:27.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:27.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:27.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:27.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:27.582 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 06:23:27.582 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 06:23:27.582 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 06:23:27.582 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:27.583 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:27.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:27.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:27.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:23:27.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:27.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:27.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:27.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:27.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:27.583 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:23:27.583 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:23:27.583 DEBUG [main][TreeItemHandler] Set Tree selection 06:23:27.584 DEBUG [main][TreeHandler] Notify Tree about selection event 06:23:27.585 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:23:27.585 DEBUG [WorkbenchTestable][TreeItemHandler] PackageExplorerTestProject0 06:23:27.585 DEBUG [WorkbenchTestable][TreeItemHandler] PackageExplorerTestProject2 06:23:27.585 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 06:23:27.585 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:23:27.585 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:23:27.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:27.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:27.586 INFO [WorkbenchTestable][RequirementsRunner] Finished test: multipleSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 06:23:27.586 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:23:27.586 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitle no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 06:23:27.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 06:23:27.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:23:27.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:23:27.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:23:27.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:27.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:27.587 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:23:27.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:27.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:27.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:27.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:27.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:27.588 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:27.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:23:27.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:27.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:27.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:27.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:27.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:23:27.588 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:27.588 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:27.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:27.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:23:27.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:23:27.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:23:27.589 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 06:23:27.589 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:23:27.589 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:23:27.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:27.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:27.590 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitle no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 06:23:27.590 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:27.590 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:27.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:27.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:27.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:27.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:28.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:28.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:28.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:28.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:28.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:23:28.591 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:28.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:28.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:28.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:28.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:23:28.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:28.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:28.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:28.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:28.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:28.592 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 06:23:28.592 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 06:23:28.592 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 06:23:28.592 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject0 06:23:28.593 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject0 06:23:28.593 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject0 about selection 06:23:28.594 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject0 06:23:28.594 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:28.594 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:28.615 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:28.615 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:28.615 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:28.615 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:23:28.615 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:23:28.615 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:28.615 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:28.615 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:28.615 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:28.615 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:28.615 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:28.615 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:28.615 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:23:28.615 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:23:28.615 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:23:28.615 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:23:28.615 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:28.615 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:23:28.615 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:23:28.615 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:28.615 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:23:28.615 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:23:28.615 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:23:28.615 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:23:28.615 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:23:28.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:28.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:23:29.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:29.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:29.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:29.115 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject0' via Explorer 06:23:29.116 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject0 06:23:29.116 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject0 06:23:29.116 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject0 about selection 06:23:29.117 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject0 06:23:29.117 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:29.117 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:29.142 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:29.142 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:29.142 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:29.142 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:23:29.142 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:23:29.142 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:29.142 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:29.142 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:29.142 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:29.142 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:29.142 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:29.142 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:23:29.142 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:23:29.142 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:23:29.142 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:23:29.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:23:29.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 06:23:29.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:23:29.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:29.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:29.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:29.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:29.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) 06:23:29.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:29.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:29.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:29.712 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:23:29.712 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:29.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:29.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:29.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:29.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:29.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:29.713 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:23:29.713 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:23:29.713 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:23:29.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:29.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:29.713 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:29.713 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:29.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) 06:23:29.713 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:29.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:29.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:29.713 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:23:29.713 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:29.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:29.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:29.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:29.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:29.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:29.714 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:23:29.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:29.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:29.714 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:29.714 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:29.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:23:29.716 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:23:30.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:23:30.217 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:23:30.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:30.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:30.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:23:30.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:30.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:30.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:30.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:30.217 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 06:23:30.217 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 06:23:30.217 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 06:23:30.219 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 06:23:30.220 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:30.220 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:30.238 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:30.238 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:30.238 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:30.238 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:23:30.238 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:23:30.238 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:30.238 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:30.238 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:30.238 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:30.238 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:30.238 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:30.238 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:30.238 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:23:30.238 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:23:30.238 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:23:30.238 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:23:30.238 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:30.238 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:23:30.238 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:23:30.238 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:30.238 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:23:30.238 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:23:30.238 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:23:30.238 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:23:30.238 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:23:30.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:30.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:23:30.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:30.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:23:30.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:30.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:30.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:30.739 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject1' via Explorer 06:23:30.739 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 06:23:30.739 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 06:23:30.739 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 06:23:30.740 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 06:23:30.741 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:30.741 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:30.758 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:30.758 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:30.758 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:30.758 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:23:30.758 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:23:30.758 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:30.758 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:30.758 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:30.758 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:30.758 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:30.758 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:30.758 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:23:30.758 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:23:30.758 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:23:30.758 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:23:30.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 'Delete.*'] is available.... 06:23:31.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:23:31.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:23:31.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:31.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:31.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:31.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:31.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:23:31.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:31.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:31.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:31.325 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:23:31.325 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:31.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:31.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:31.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:31.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:31.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:31.325 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:23:31.325 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:23:31.325 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:23:31.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:31.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:31.325 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:31.325 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:31.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:23:31.325 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:31.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:31.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:31.325 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:23:31.325 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:31.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:31.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:31.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:31.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:31.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:31.326 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:23:31.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:31.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:31.326 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:31.326 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:31.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:23:31.328 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:23:31.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:23:31.829 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:23:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:31.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:31.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:23:31.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:31.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:31.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:31.829 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject2 06:23:31.829 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject2 06:23:31.829 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject2 about selection 06:23:31.831 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject2 06:23:31.831 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:31.831 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:31.850 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:31.850 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:31.850 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:31.850 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:23:31.850 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:23:31.850 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:31.850 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:31.850 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:31.850 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:31.850 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:31.850 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:31.850 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:31.850 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:23:31.850 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:23:31.850 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:23:31.850 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:23:31.850 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:31.850 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:23:31.850 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:23:31.850 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:31.850 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:23:31.850 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:23:31.850 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:23:31.850 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:23:31.850 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:23:31.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:31.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:23:31.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:23:32.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:23:32.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:32.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:32.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:32.351 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject2' via Explorer 06:23:32.351 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject2 06:23:32.351 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject2 06:23:32.351 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject2 about selection 06:23:32.352 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject2 06:23:32.353 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:32.353 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:32.370 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:32.370 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:32.370 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:32.370 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:23:32.370 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:23:32.370 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:32.370 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:32.370 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:32.370 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:32.370 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:32.370 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:32.370 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:23:32.370 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:23:32.370 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:23:32.370 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:23:32.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:23:32.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 'Delete.*'] is available. finished successfully 06:23:32.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:23:32.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:32.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:32.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:32.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:32.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:23:32.935 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:32.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:32.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:32.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:23:32.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:32.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:32.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:32.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:32.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:32.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:32.936 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:23:32.936 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:23:32.936 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:23:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:32.936 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:32.936 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:32.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 "OK", Widget matcher matching widgets with style: 8) 06:23:32.936 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:32.936 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:23:32.936 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:32.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:32.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:32.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:32.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:32.937 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:23:32.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:32.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:32.937 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:32.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:32.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:23:32.939 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:23:33.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:23:33.439 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:23:33.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:33.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:33.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:33.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:33.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:33.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:33.439 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 06:23:33.439 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:23:33.440 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:23:33.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:33.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.208 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.415 s select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) Time elapsed: 0.003 s open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) Time elapsed: 0.003 s multipleSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) Time elapsed: 2.021 s getTitle no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) Time elapsed: 0.004 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 06:23:33.446 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 06:23:33.447 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:23:33.447 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:23:33.447 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 06:23:33.447 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:23:33.447 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:23:33.447 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:23:33.447 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:23:33.447 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:23:33.447 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:23:33.447 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 06:23:33.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:23:33.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:33.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:33.448 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:23:33.448 DEBUG [main][MenuItemLookup] Item match:Window 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:23:33.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:33.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:33.448 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:23:33.448 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:23:33.448 DEBUG [main][MenuItemLookup] Item match:Window 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:23:33.449 DEBUG [main][MenuItemLookup] Item match:Perspective 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:23:33.449 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:23:33.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:23:33.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:33.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:33.449 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:23:33.449 DEBUG [main][MenuItemLookup] Item match:Window 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:33.449 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:23:33.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:33.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:33.449 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:23:33.450 DEBUG [main][MenuItemLookup] Item match:Window 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:23:33.450 DEBUG [main][MenuItemLookup] Item match:Perspective 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:23:33.450 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:23:33.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:33.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:33.450 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:23:33.450 DEBUG [main][MenuItemLookup] Item match:Window 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:23:33.450 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:23:33.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:33.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:33.451 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:23:33.451 DEBUG [main][MenuItemLookup] Item match:Window 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:23:33.451 DEBUG [main][MenuItemLookup] Item match:Perspective 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:23:33.451 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:23:33.451 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:23:33.451 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:23:33.451 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:23:33.451 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:23:33.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:23:33.470 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 06:23:33.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:23:33.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:33.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:33.471 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:33.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:33.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:33.471 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:23:33.471 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:33.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:33.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:33.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 06:23:33.472 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:33.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:33.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:33.472 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:23:33.472 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:33.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:33.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:33.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:33.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:33.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:33.472 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:23:33.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:33.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:33.472 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:33.472 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:33.541 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:33.541 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:33.541 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:33.541 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:33.541 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:23:33.541 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:33.541 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:33.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:33.542 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:33.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:33.542 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:33.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:33.542 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:23:33.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:33.542 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:33.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:33.542 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:33.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:33.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:33.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:33.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:33.543 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:33.543 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:33.543 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:33.543 DEBUG [main][MenuItemLookup] Item match:File 06:23:33.543 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:23:33.543 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:23:33.545 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:23:33.545 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:23:33.545 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:33.545 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:23:33.545 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:23:33.545 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:23:33.545 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:23:33.545 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:23:33.545 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:23:33.545 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:23:33.545 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:23:33.545 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:23:33.545 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:33.545 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:23:33.545 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:23:33.545 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:33.545 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:23:33.545 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:33.545 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:23:33.545 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:23:33.545 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:23:33.545 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:23:33.545 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:23:33.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 'New|Select a wizard'] is available.... 06:23:33.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:23:33.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:23:33.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:33.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:33.603 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:23:33.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:33.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:23:33.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:33.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:33.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:33.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:33.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:33.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:33.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:33.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:23:33.605 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:23:33.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:33.605 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:23:33.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:33.605 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:23:33.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:23:33.605 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:23:33.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:33.605 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:23:33.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:33.605 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:23:33.606 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:23:33.606 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:23:33.606 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:23:33.606 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:23:33.606 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:23:33.606 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:23:33.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:23:33.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:33.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:33.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:33.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:33.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:33.607 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:23:33.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:33.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:33.607 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:33.607 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:33.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'] 06:23:33.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:33.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:33.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:23:33.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 06:23:33.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:23:33.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:33.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:33.720 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:23:33.720 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:33.720 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'buildpathspropertypagetest' 06:23:33.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 06:23:33.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:33.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:33.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:33.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:33.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:23:33.733 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:33.734 INFO [WorkbenchTestable][AbstractText] Text set to: buildpathspropertypagetest 06:23:33.754 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:23:33.754 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:23:33.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:23:33.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:33.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:33.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:33.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:33.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:33.756 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:23:33.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:33.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:33.756 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:33.756 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:33.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:23:34.259 DEBUG [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 06:23:34.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:23:34.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:34.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:34.262 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:23:34.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:23:34.262 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:34.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:34.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:34.262 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:23:34.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:34.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:34.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:34.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:34.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:34.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:34.263 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:23:34.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:34.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:34.263 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:34.263 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:34.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:23:34.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 06:23:34.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:23:34.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:23:34.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:34.329 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 06:23:34.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:34.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:23:34.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:23:34.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:34.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:34.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:34.329 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:23:34.329 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTabs no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 06:23:34.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 06:23:34.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:23:34.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:23:34.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:23:34.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:34.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:34.330 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:23:34.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:34.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:34.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:34.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:34.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:34.330 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:34.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:23:34.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:34.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:34.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:34.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:34.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:23:34.331 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:34.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:34.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:34.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:23:34.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:23:34.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:23:34.332 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:34.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:34.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:34.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:34.333 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:34.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:34.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:34.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:34.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:34.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:34.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:34.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:34.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:35.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:35.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:35.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:23:35.335 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:35.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:35.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:35.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:35.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 06:23:35.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:35.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:35.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:35.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:35.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:35.358 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 06:23:35.359 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 06:23:35.359 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 06:23:35.359 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 06:23:35.362 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 06:23:35.362 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:35.362 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Team' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Configure' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Validate' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:35.402 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:23:35.402 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 06:23:35.403 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 06:23:35.403 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 06:23:35.403 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 06:23:35.605 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"] 06:23:35.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:35.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:35.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 06:23:35.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:35.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:35.607 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 06:23:35.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:35.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.dialogs.PropertyDialog, index 0 and no matchers specified 06:23:35.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:35.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:35.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:35.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:35.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:35.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:35.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:35.609 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 06:23:35.609 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 06:23:35.609 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 06:23:35.609 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 06:23:35.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:35.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:35.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:35.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:35.745 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") 06:23:35.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:35.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:35.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:35.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:35.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:23:35.746 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 06:23:35.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:35.773 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 06:23:35.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 06:23:35.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:35.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:35.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:35.773 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") 06:23:35.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:35.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:35.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:35.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:35.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:23:35.798 INFO [WorkbenchTestable][AbstractTabItem] Activate &Source 06:23:35.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:35.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 06:23:35.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 06:23:35.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:35.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:35.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:35.802 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") 06:23:35.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:35.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:35.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:35.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:35.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:23:35.803 INFO [WorkbenchTestable][AbstractTabItem] Activate &Order and Export 06:23:35.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:35.809 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 06:23:35.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:35.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:35.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:35.809 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") 06:23:35.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:35.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:35.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:35.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:35.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:23:35.809 INFO [WorkbenchTestable][AbstractTabItem] Activate &Projects 06:23:35.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:35.813 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 06:23:35.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:35.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:35.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:35.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 06:23:35.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:35.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:35.814 DEBUG [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) 06:23:35.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:35.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:35.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:35.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:35.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:35.815 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:23:35.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:35.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:35.815 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:35.815 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:35.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:23:35.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:23:35.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:35.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:35.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:35.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 06:23:35.939 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:23:35.939 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:23:35.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:35.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:35.939 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTabs no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 06:23:35.939 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:23:35.939 INFO [WorkbenchTestable][RequirementsRunner] Started test: addRemoveModulePathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 06:23:35.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 06:23:35.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:23:35.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:23:35.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:23:35.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:35.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:35.950 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:23:35.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:35.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:35.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:35.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:35.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:35.951 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:35.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:23:35.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:35.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:35.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:35.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:35.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:23:35.952 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:35.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:35.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:35.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:23:35.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:23:35.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:23:35.954 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:35.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:35.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:35.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:35.954 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:35.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:35.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:35.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:35.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:35.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:35.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:36.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:36.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:36.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:36.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:36.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:23:36.956 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:36.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:36.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:36.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:36.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 06:23:36.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:36.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:36.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:36.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:36.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:36.957 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 06:23:36.957 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 06:23:36.957 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 06:23:36.957 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 06:23:36.959 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 06:23:36.959 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:36.959 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Team' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Configure' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Validate' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:36.978 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:23:36.978 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 06:23:36.978 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 06:23:36.978 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 06:23:36.978 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 06:23:37.090 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"] 06:23:37.090 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:37.090 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:37.090 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 06:23:37.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:37.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:37.091 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 06:23:37.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:37.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 06:23:37.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:37.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:37.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:37.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:37.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:37.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:37.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:37.092 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 06:23:37.092 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 06:23:37.092 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 06:23:37.092 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 06:23:37.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:37.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:37.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:37.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:37.094 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 06:23:37.094 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") 06:23:37.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:37.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:37.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:37.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:37.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:23:37.094 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 06:23:37.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:37.108 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 06:23:37.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:23:37.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 06:23:37.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:37.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:37.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:37.108 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") 06:23:37.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:37.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:37.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:37.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:23:37.109 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 06:23:37.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:37.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 06:23:37.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:23:37.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 06:23:37.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:37.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:37.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:37.110 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 06:23:37.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:37.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:23:37.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:23:37.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:37.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 06:23:37.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:37.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:37.111 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Modulepath 06:23:37.111 DEBUG [main][TreeItemHandler] Selecting tree item: Modulepath 06:23:37.111 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Modulepath about selection 06:23:37.112 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Modulepath 06:23:37.112 DEBUG [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...") 06:23:37.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:37.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:37.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:37.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:37.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:37.113 INFO [WorkbenchTestable][AbstractButton] Click button Add &Variable... 06:23:37.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:37.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:37.113 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:37.113 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:37.196 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.... 06:23:37.196 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 06:23:37.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 06:23:37.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:37.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:37.196 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...") 06:23:37.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:37.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:37.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:37.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:37.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:37.202 INFO [WorkbenchTestable][AbstractButton] Click button Configur&e Variables... 06:23:37.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:37.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:37.202 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:37.202 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:37.266 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:23:37.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:37.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:37.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:37.266 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 06:23:37.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:37.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:37.266 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences (Filtered) is not null and is not disposed 06:23:37.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:37.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 06:23:37.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:37.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:37.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.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 06:23:37.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:37.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:37.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:37.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:37.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:23:37.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:23:37.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:23:37.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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...") 06:23:37.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:37.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:37.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:37.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:37.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:37.269 INFO [WorkbenchTestable][AbstractButton] Click button &New... 06:23:37.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:37.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:37.269 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:37.269 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:37.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Entry"] is available.... 06:23:37.300 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 06:23:37.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Entry 06:23:37.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:37.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:37.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 06:23:37.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:37.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:37.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:37.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:37.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:23:37.301 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:37.301 INFO [WorkbenchTestable][AbstractText] Text set to: VN 06:23:37.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Path:") 06:23:37.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:37.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:37.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:37.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:37.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:23:37.302 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:37.303 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 06:23:37.303 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) 06:23:37.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:37.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:37.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:37.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:37.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:37.304 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:23:37.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:37.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:37.304 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:37.304 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:37.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:23:37.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:23:37.332 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 06:23:37.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:37.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:37.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:37.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:37.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:23:37.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:23:37.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:23:37.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:37.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:37.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:23:37.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:37.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:37.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:37.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:37.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:37.336 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:23:37.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:37.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:37.336 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:37.336 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:37.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:23:37.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:23:37.381 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 06:23:37.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:37.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:37.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:23:37.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:37.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:37.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:37.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:37.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:37.382 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:23:37.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:37.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:37.382 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:37.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:37.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:23:37.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:23:37.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:37.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:23:37.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:23:37.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:37.411 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:37.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:37.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.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") 06:23:37.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:37.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:37.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:37.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:37.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:37.413 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:23:37.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:37.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:37.413 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:37.413 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:37.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:37.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:23:37.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Setting build path' has no excuses, wait for it 06:23:37.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:23:37.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:37.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:23:37.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:37.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:37.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:37.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:23:37.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:37.914 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") 06:23:37.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:37.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:37.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:37.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:37.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:23:37.915 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 06:23:37.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:37.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:23:37.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:37.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:23:37.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:37.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:37.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:37.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:23:37.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:37.918 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 06:23:37.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:37.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:23:37.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:23:37.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:37.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 06:23:37.919 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Modulepath and wait with time period 1 06:23:37.919 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 06:23:37.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:37.919 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 06:23:37.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:37.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 06:23:37.920 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 06:23:37.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:37.920 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 06:23:37.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:37.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 06:23:37.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:37.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:37.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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") 06:23:37.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:37.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:37.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:37.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:37.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:37.922 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:23:37.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:37.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:37.922 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:37.922 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:37.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:23:37.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:23:37.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:37.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:37.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:37.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:37.962 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 06:23:37.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:37.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:23:37.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:37.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:37.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:37.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:23:37.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:37.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:37.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:37.963 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:23:37.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:37.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:37.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:37.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:37.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:37.964 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:37.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') 06:23:37.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:37.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:37.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:37.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:37.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:23:37.964 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:37.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:37.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:37.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:23:37.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:23:37.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:23:37.966 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 06:23:37.966 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 06:23:37.966 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 06:23:37.967 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 06:23:37.967 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:37.967 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Team' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Configure' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Validate' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:37.996 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:23:37.996 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 06:23:37.996 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 06:23:37.996 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 06:23:37.996 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 06:23:38.112 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"] 06:23:38.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:38.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:38.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 06:23:38.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:38.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:38.113 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 06:23:38.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:38.113 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 06:23:38.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:38.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:38.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:38.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:38.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:38.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:38.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:38.114 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 06:23:38.114 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 06:23:38.114 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 06:23:38.114 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 06:23:38.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:38.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:38.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:38.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:38.115 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 06:23:38.115 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") 06:23:38.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:38.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:38.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:38.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:38.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:23:38.115 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 06:23:38.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:38.116 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 06:23:38.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:23:38.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:23:38.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 06:23:38.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:38.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:38.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:38.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:23:38.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:38.116 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 06:23:38.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:38.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:23:38.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:23:38.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:38.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 06:23:38.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:38.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:38.117 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 06:23:38.117 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 06:23:38.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:38.118 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 06:23:38.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:38.118 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 06:23:38.118 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 06:23:38.118 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 06:23:38.118 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 06:23:38.119 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 06:23:38.119 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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") 06:23:38.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:38.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:38.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:38.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:38.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:38.128 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:23:38.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:38.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:38.128 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:38.128 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:38.130 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") 06:23:38.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:38.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:38.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:38.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:38.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:23:38.131 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 06:23:38.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:38.131 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 06:23:38.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:23:38.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:23:38.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 06:23:38.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:38.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:38.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:38.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:23:38.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:38.131 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 06:23:38.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:38.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:23:38.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:23:38.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:38.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 06:23:38.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:38.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:38.132 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Modulepath 06:23:38.132 DEBUG [main][TreeItemHandler] Selecting tree item: Modulepath 06:23:38.132 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Modulepath about selection 06:23:38.133 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Modulepath 06:23:38.133 DEBUG [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...") 06:23:38.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:38.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:38.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:38.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:38.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:38.134 INFO [WorkbenchTestable][AbstractButton] Click button Add &Variable... 06:23:38.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:38.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:38.134 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:38.134 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:38.167 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.... 06:23:38.167 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 06:23:38.167 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 06:23:38.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:38.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:38.167 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") 06:23:38.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:38.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:38.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:38.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:38.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 06:23:38.169 TRACE [main][WidgetHandler] Notify Table with event 13 06:23:38.169 TRACE [main][WidgetHandler] Wait for synchronization 06:23:38.171 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...") 06:23:38.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:38.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:38.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:38.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:38.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:38.182 INFO [WorkbenchTestable][AbstractButton] Click button Configur&e Variables... 06:23:38.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:38.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:38.182 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:38.182 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:38.241 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:23:38.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:38.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:38.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:38.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:38.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 06:23:38.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:38.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:38.242 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences (Filtered) is not null and is not disposed 06:23:38.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:38.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 06:23:38.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:38.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:38.242 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 06:23:38.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:38.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:38.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:38.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:38.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:23:38.244 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") 06:23:38.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:38.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:38.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:38.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:38.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 06:23:38.244 TRACE [main][WidgetHandler] Notify Table with event 13 06:23:38.244 TRACE [main][WidgetHandler] Wait for synchronization 06:23:38.244 DEBUG [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") 06:23:38.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:38.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:38.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:38.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:38.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:38.245 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:23:38.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:38.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:38.245 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:38.245 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:38.247 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:38.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:38.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:38.247 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences (Filtered)" as the parent 06:23:38.247 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:38.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:38.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:38.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 "Apply and Close") 06:23:38.255 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:38.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:38.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:38.255 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences (Filtered)" as the parent 06:23:38.255 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:38.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:38.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:38.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:38.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:38.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:38.256 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:23:38.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:38.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:38.256 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:38.256 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:38.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Classpath Variables Changed"] is available.... 06:23:38.280 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 06:23:38.280 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Classpath Variables Changed 06:23:38.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:38.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:38.286 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) 06:23:38.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:38.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:38.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:38.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:38.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:38.286 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 06:23:38.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:38.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:38.287 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:38.287 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:38.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:23:38.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:23:38.357 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) 06:23:38.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:38.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:38.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:38.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:38.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:38.358 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:23:38.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:38.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:38.358 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:38.358 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:38.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:23:38.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:23:38.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:38.376 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 06:23:38.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:23:38.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:23:38.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:38.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:23:38.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:23:38.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:23:38.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:38.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:23:38.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:38.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:38.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:23:38.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:38.376 DEBUG [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") 06:23:38.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:38.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:38.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:38.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:38.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:38.377 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:23:38.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:38.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:38.377 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:38.377 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:38.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:38.378 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 06:23:38.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Setting build path' has no excuses, wait for it 06:23:38.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:23:38.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:38.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 06:23:38.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:23:38.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:38.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:38.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:23:38.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:38.878 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") 06:23:38.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:38.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:38.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:38.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:38.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:23:38.880 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 06:23:38.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:38.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:23:38.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:38.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 06:23:38.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:23:38.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:38.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:38.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:23:38.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:38.882 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 06:23:38.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:38.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:23:38.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:23:38.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:38.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 06:23:38.883 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Modulepath and wait with time period 1 06:23:38.883 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 06:23:38.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:38.883 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 06:23:38.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:38.883 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 06:23:38.884 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 06:23:38.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:38.884 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 06:23:38.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:38.884 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 06:23:38.884 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Classpath and wait with time period 1 06:23:38.884 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 06:23:38.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:39.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:39.385 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 06:23:39.385 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 06:23:39.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:39.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:39.886 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 06:23:39.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:39.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:39.887 DEBUG [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") 06:23:39.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:39.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:39.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:39.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:39.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:39.891 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:23:39.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:39.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:39.891 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:39.891 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:39.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:23:39.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:23:39.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:39.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:39.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:39.926 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 06:23:39.926 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:23:39.926 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:23:39.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:39.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:39.926 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 06:23:39.927 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addRemoveModulePathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 06:23:39.927 INFO [WorkbenchTestable][RequirementsRunner] Test method addRemoveVariable is ignored because shouldRun method of RunIf conditional run is not met. 06:23:39.927 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 06:23:39.927 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:23:39.928 INFO [WorkbenchTestable][RequirementsRunner] Started test: addRemoveClassPathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 06:23:39.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 06:23:39.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:23:39.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:23:39.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:23:39.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:39.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:39.928 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:23:39.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:39.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:39.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:39.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:39.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:39.929 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:39.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') 06:23:39.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:39.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:39.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:39.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:39.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:23:39.930 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:39.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:39.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:39.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:23:39.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:23:39.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:23:39.932 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:39.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:39.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:39.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:39.932 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:39.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:39.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:39.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:39.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:39.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:39.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:40.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:40.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:40.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:40.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:40.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:23:40.935 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:40.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:40.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:40.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:40.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 06:23:40.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:40.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:40.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:40.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:40.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:40.936 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 06:23:40.937 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 06:23:40.937 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 06:23:40.937 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 06:23:40.938 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 06:23:40.939 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:40.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Team' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Configure' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Validate' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:40.957 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:23:40.957 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 06:23:40.957 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 06:23:40.957 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 06:23:40.957 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 06:23:41.066 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"] 06:23:41.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:41.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:41.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 06:23:41.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:41.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:41.067 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 06:23:41.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:41.068 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 06:23:41.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:41.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:41.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:41.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:41.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:41.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:41.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:41.069 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 06:23:41.069 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 06:23:41.069 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 06:23:41.069 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 06:23:41.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:41.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:41.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:41.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:41.070 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 06:23:41.070 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") 06:23:41.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:41.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:41.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:41.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:41.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:23:41.070 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 06:23:41.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:41.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 06:23:41.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:41.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:41.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:23:41.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:41.071 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") 06:23:41.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:41.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:41.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:41.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:41.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:23:41.071 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 06:23:41.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:41.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 06:23:41.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:41.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:41.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:23:41.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:41.071 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 06:23:41.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:41.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:23:41.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:23:41.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:41.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 06:23:41.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:41.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:41.073 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath 06:23:41.073 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath 06:23:41.073 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath about selection 06:23:41.074 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath 06:23:41.074 DEBUG [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...") 06:23:41.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:41.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:41.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:41.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:41.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:41.075 INFO [WorkbenchTestable][AbstractButton] Click button Add &Variable... 06:23:41.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:41.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:41.075 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:41.075 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:41.107 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.... 06:23:41.107 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 06:23:41.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 06:23:41.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:41.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:41.107 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...") 06:23:41.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:41.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:41.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:41.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:41.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:41.108 INFO [WorkbenchTestable][AbstractButton] Click button Configur&e Variables... 06:23:41.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:41.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:41.108 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:41.108 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:41.167 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:23:41.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:41.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:41.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:41.167 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 06:23:41.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:41.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:41.167 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences (Filtered) is not null and is not disposed 06:23:41.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:41.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 06:23:41.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:41.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:41.168 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 06:23:41.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:41.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:41.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:41.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:41.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:23:41.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:23:41.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:23:41.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.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...") 06:23:41.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:41.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:41.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:41.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:41.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:41.175 INFO [WorkbenchTestable][AbstractButton] Click button &New... 06:23:41.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:41.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:41.175 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:41.175 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:41.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Entry"] is available.... 06:23:41.209 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 06:23:41.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Entry 06:23:41.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:41.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:41.210 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:") 06:23:41.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:41.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:41.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:41.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:41.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:23:41.211 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:41.213 INFO [WorkbenchTestable][AbstractText] Text set to: VN 06:23:41.213 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:") 06:23:41.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:41.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:41.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:41.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:41.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:23:41.214 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:41.214 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 06:23:41.214 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) 06:23:41.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:41.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:41.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:41.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:41.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:41.215 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:23:41.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:41.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:41.215 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:41.215 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:41.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:23:41.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:23:41.243 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 06:23:41.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:41.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:41.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:41.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:41.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:23:41.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:23:41.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:23:41.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:41.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:41.247 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 06:23:41.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:41.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:41.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:41.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:41.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:41.248 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:23:41.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:41.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:41.248 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:41.248 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:23:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:23:41.293 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 06:23:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:41.293 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) 06:23:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:41.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:41.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:41.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:41.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:41.294 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:23:41.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:41.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:41.294 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:41.294 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:41.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:23:41.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:23:41.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:41.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:23:41.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:41.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:41.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:23:41.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:41.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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") 06:23:41.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:41.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:41.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:41.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:41.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:41.322 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:23:41.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:41.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:41.322 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:41.322 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:41.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:41.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Setting build path' has no excuses, wait for it 06:23:41.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:23:41.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:41.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:41.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:41.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:41.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:23:41.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:41.823 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") 06:23:41.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:41.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:41.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:41.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:41.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:23:41.824 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 06:23:41.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:41.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:23:41.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:41.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:41.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:41.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:41.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:23:41.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:41.826 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 06:23:41.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:41.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:23:41.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:23:41.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:41.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 06:23:41.828 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Classpath and wait with time period 1 06:23:41.828 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 06:23:41.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:41.828 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Classpath is already expanded. No action performed 06:23:41.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:41.828 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 06:23:41.828 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 06:23:41.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:41.828 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Classpath is already expanded. No action performed 06:23:41.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:41.828 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 06:23:41.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:41.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23: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.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") 06:23:41.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:41.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:41.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:41.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:41.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:41.830 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:23:41.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:41.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:41.830 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:41.830 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:41.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:23:41.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:23:41.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:41.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:41.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:41.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:41.871 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 06:23:41.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:23:41.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:41.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:41.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:41.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:41.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:23:41.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:41.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:41.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:41.871 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:23:41.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:41.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:41.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:41.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:41.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:41.872 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:41.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') 06:23:41.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:41.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:41.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:41.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:41.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:23:41.873 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:41.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:41.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:41.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:23:41.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:23:41.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:23:41.874 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 06:23:41.874 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 06:23:41.874 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 06:23:41.875 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 06:23:41.875 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:41.875 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Team' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Configure' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Validate' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:41.900 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:23:41.900 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 06:23:41.900 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 06:23:41.900 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 06:23:41.900 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 06:23:42.012 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"] 06:23:42.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:42.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:42.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 06:23:42.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:42.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:42.013 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 06:23:42.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:42.013 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 06:23:42.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:42.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:42.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:42.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:42.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:42.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:42.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:42.014 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 06:23:42.014 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 06:23:42.014 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 06:23:42.014 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 06:23:42.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:42.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:42.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:42.015 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 06:23:42.015 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") 06:23:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:42.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:42.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:42.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:23:42.015 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 06:23:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:42.015 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 06:23:42.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:23:42.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:23:42.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 06:23:42.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 06:23:42.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:42.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:42.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:42.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:23:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:42.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 1 and no matchers specified 06:23:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:42.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:23:42.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:23:42.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:42.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 06:23:42.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:42.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:42.017 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 06:23:42.017 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 06:23:42.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:42.017 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Classpath is already expanded. No action performed 06:23:42.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:42.017 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 06:23:42.017 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 06:23:42.017 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 06:23:42.017 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 06:23:42.018 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 06:23:42.018 DEBUG [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") 06:23:42.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:42.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:42.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:42.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:42.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:42.019 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:23:42.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:42.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:42.019 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:42.019 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:42.028 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") 06:23:42.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:42.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:42.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:42.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:42.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:23:42.029 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 06:23:42.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:42.029 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 06:23:42.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:23:42.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:23:42.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 06:23:42.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 06:23:42.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:42.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:42.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:42.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:23:42.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:42.029 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 06:23:42.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:42.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:23:42.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:23:42.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:42.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 06:23:42.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:42.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:42.030 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath 06:23:42.030 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath 06:23:42.030 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath about selection 06:23:42.031 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath 06:23:42.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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...") 06:23:42.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:42.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:42.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:42.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:42.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:42.032 INFO [WorkbenchTestable][AbstractButton] Click button Add &Variable... 06:23:42.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:42.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:42.032 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:42.032 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:42.063 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.... 06:23:42.064 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 06:23:42.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 06:23:42.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:42.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:42.064 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") 06:23:42.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:42.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:42.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:42.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:42.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 06:23:42.065 TRACE [main][WidgetHandler] Notify Table with event 13 06:23:42.065 TRACE [main][WidgetHandler] Wait for synchronization 06:23:42.065 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...") 06:23:42.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:42.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:42.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:42.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:42.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:42.066 INFO [WorkbenchTestable][AbstractButton] Click button Configur&e Variables... 06:23:42.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:42.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:42.066 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:42.066 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:42.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.*'] 06:23:42.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:42.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:42.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:42.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 06:23:42.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:42.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:42.128 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences (Filtered) is not null and is not disposed 06:23:42.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:42.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 06:23:42.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:42.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:42.128 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 06:23:42.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:42.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:42.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:42.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:42.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:23:42.130 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") 06:23:42.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:42.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:42.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:42.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:42.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 06:23:42.130 TRACE [main][WidgetHandler] Notify Table with event 13 06:23:42.130 TRACE [main][WidgetHandler] Wait for synchronization 06:23:42.130 DEBUG [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") 06:23:42.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:42.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:42.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:42.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:42.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:42.139 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:23:42.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:42.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:42.140 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:42.140 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:42.140 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:42.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:42.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:42.140 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences (Filtered)" as the parent 06:23:42.140 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:42.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:42.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:42.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 06:23:42.142 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:42.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:42.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:42.142 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences (Filtered)" as the parent 06:23:42.142 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:42.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:42.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:42.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:42.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:42.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:42.143 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:23:42.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:42.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:42.143 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:42.143 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:42.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Classpath Variables Changed"] is available.... 06:23:42.174 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 06:23:42.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Classpath Variables Changed 06:23:42.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:42.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:42.174 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) 06:23:42.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:42.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:42.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:42.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:42.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:42.175 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 06:23:42.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:42.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:42.175 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:42.175 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:42.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:23:42.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:23:42.267 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) 06:23:42.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:42.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:42.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:42.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:42.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:42.268 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:23:42.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:42.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:42.268 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:42.268 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:42.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:23:42.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:23:42.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:42.284 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 06:23:42.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 06:23:42.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:23:42.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:42.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:23:42.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:23:42.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:23:42.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:23:42.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:23:42.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:42.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:42.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:42.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:23:42.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:42.285 DEBUG [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") 06:23:42.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:42.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:42.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:42.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:42.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:42.286 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:23:42.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:42.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:42.286 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:42.286 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:42.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:42.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'Setting build path' has no excuses, wait for it 06:23:42.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:23:42.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:42.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:42.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:42.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:23:42.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:42.787 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") 06:23:42.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:42.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:42.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:42.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:42.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:23:42.787 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 06:23:42.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:42.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:23:42.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:42.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:42.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:42.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:23:42.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:42.790 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 06:23:42.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:42.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:23:42.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:23:42.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:42.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 06:23:42.791 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Modulepath and wait with time period 1 06:23:42.791 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 06:23:42.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:42.791 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 06:23:42.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:42.791 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 06:23:42.792 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 06:23:42.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:42.792 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 06:23:42.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:42.792 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 06:23:42.792 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Classpath and wait with time period 1 06:23:42.792 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 06:23:42.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:43.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:43.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 06:23:43.293 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 06:23:43.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:43.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:43.793 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 06:23:43.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:43.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:43.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.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") 06:23:43.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:43.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:43.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:43.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:43.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:43.799 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:23:43.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:43.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:43.799 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:43.799 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:43.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:23:43.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:23:43.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:43.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:43.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:43.833 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 06:23:43.833 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:23:43.833 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:23:43.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:43.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:43.834 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addRemoveClassPathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 06:23:43.834 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:23:43.834 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLibraries no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 06:23:43.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 06:23:43.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:23:43.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:23:43.834 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:23:43.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:43.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:43.834 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:23:43.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:43.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:43.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:43.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:43.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:43.835 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:43.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:23:43.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:43.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:43.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:43.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:43.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:23:43.835 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:43.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:43.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:43.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:23:43.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:23:43.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:23:43.838 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:43.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:43.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:43.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:43.838 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:43.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:43.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:43.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:43.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:43.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:43.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:44.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:44.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:44.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:44.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:44.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:23:44.840 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:23:44.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:23:44.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:44.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:44.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 06:23:44.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:44.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:44.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:44.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:44.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:44.841 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 06:23:44.841 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 06:23:44.842 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 06:23:44.842 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 06:23:44.844 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 06:23:44.844 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:44.844 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Team' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Configure' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Validate' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:44.861 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:23:44.861 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 06:23:44.861 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 06:23:44.861 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 06:23:44.862 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 06:23:44.969 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"] 06:23:44.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:44.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:44.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 06:23:44.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:44.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:44.970 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 06:23:44.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:44.970 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 06:23:44.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:44.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:44.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:44.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:44.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:44.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:44.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:44.971 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 06:23:44.971 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 06:23:44.971 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 06:23:44.972 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 06:23:44.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:44.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:44.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:44.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:44.973 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") 06:23:44.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:44.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:44.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:44.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:44.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:23:44.973 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 06:23:44.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:44.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 06:23:44.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:44.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:44.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:23:44.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:44.973 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 1 and no matchers specified 06:23:44.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:44.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:23:44.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:23:44.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:44.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 06:23:44.975 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Modulepath and wait with time period 1 06:23:44.975 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 06:23:44.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:44.975 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 06:23:44.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:44.975 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 06:23:44.975 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 06:23:44.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:44.975 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 06:23:44.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:44.975 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 06:23:44.976 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Classpath and wait with time period 1 06:23:44.976 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 06:23:44.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:45.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:45.476 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 06:23:45.477 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 06:23:45.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:45.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:45.977 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 06:23:45.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 06:23:45.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:45.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:45.984 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 06:23:45.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:45.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:45.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:45.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:45.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:45.985 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:23:45.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:45.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:45.986 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:45.986 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:46.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:23:46.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:23:46.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:46.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:46.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:46.020 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 06:23:46.020 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:23:46.020 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:23:46.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:46.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:46.020 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLibraries no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 06:23:46.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:46.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:46.023 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:23:46.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:46.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:46.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:46.023 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:46.023 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:46.023 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:46.023 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:23:46.023 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:23:46.023 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:23:46.023 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:23:46.023 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:23:46.023 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:23:46.023 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:23:46.023 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:23:46.023 DEBUG [main][MenuItemLookup] Item match:Window 06:23:46.023 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:23:46.023 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:23:46.023 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:23:46.023 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:46.023 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:23:46.023 DEBUG [main][MenuItemLookup] Item match:Show View 06:23:46.028 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:23:46.028 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:23:46.028 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:23:46.028 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:23:46.028 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:23:46.028 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:23:46.028 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:23:46.028 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:23:46.028 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:23:46.028 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:23:46.028 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:23:46.028 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:23:46.028 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:23:46.028 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:23:46.028 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:46.028 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:23:46.028 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:23:46.028 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:23:46.028 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:23:46.028 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:23:46.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:23:46.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:23:46.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:23:46.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:46.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:46.076 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:23:46.076 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:46.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:46.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:46.076 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:23:46.076 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:46.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:46.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:46.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:46.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:46.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:46.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:46.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:46.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:23:46.077 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:23:46.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:46.078 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:23:46.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:46.078 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:23:46.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:23:46.078 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:23:46.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:46.078 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:23:46.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:46.078 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:23:46.078 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:23:46.078 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:23:46.078 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:23:46.082 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:23:46.082 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:46.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:46.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:46.082 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:23:46.082 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:46.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:46.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:46.082 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:23:46.082 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:46.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:46.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:46.082 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:23:46.082 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:46.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:46.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:46.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:46.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:46.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:46.083 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:23:46.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:46.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:46.083 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:46.083 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:46.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:23:46.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:23:46.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:23:46.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:46.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:46.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:23:46.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:46.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:46.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:46.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:46.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:46.113 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:46.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 '\*?\QProject Explorer\E') 06:23:46.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:46.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:46.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:46.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:46.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:23:46.114 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:23:46.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:23:46.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:46.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:23:46.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:23:46.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:23:46.116 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:23:46.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:23:46.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:46.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:46.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:46.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:46.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:46.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:46.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:47.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:47.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:23:47.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:23:47.118 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:23:47.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:23:47.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:23:47.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:23:47.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 06:23:47.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:47.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:47.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:47.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:47.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:47.119 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 06:23:47.119 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 06:23:47.119 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 06:23:47.119 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 06:23:47.124 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 06:23:47.124 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:47.124 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:47.145 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:47.145 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:47.145 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:47.145 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:47.145 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:47.145 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:47.145 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:47.145 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:47.145 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:47.145 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:23:47.145 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:23:47.145 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:23:47.145 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:47.145 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:23:47.145 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:23:47.145 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:47.145 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:23:47.145 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:23:47.145 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:23:47.145 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:23:47.145 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:23:47.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:47.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:23:47.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:23:47.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:23:47.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:47.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:47.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:23:47.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:47.646 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'buildpathspropertypagetest' via Explorer 06:23:47.646 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 06:23:47.646 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 06:23:47.646 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 06:23:47.650 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 06:23:47.650 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:23:47.651 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:47.669 DEBUG [main][MenuItemLookup] Found menu:'New' 06:23:47.669 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:23:47.669 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:47.669 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:23:47.669 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:47.669 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:23:47.669 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:23:47.669 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:23:47.669 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:23:47.669 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:23:47.669 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:23:47.669 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:23:47.669 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:23:47.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.... 06:23:47.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:23:47.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:23:47.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:47.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:47.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:47.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:47.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) 06:23:47.733 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:47.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:47.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:47.733 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:23:47.733 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:47.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:47.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:47.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:47.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:47.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:47.733 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:23:47.733 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:23:47.733 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:23:47.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:47.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:47.733 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:47.733 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:47.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:23:47.733 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:47.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:47.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:47.733 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:23:47.733 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:47.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:47.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:47.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:47.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:47.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:47.734 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:23:47.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:47.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:47.734 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:47.734 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:47.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:23:47.736 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:23:48.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:23:48.237 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:23:48.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:48.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:23:48.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:23:48.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 06:23:48.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:23:48.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:48.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:48.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:23:48.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:48.237 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 06:23:48.237 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:23:48.237 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:23:48.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:48.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 14.794 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.61 s addRemoveModulePathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) Time elapsed: 3.988 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.906 s getLibraries no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) Time elapsed: 2.186 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 06:23:48.242 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 06:23:48.243 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:23:48.243 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:23:48.243 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 06:23:48.243 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:23:48.243 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:23:48.243 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:23:48.243 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:23:48.243 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:23:48.243 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:23:48.243 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 06:23:48.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:23:48.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:48.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:48.243 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:48.243 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:23:48.244 DEBUG [main][MenuItemLookup] Item match:Window 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:23:48.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:48.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:48.244 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:23:48.244 DEBUG [main][MenuItemLookup] Item match:Window 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:23:48.244 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:23:48.244 DEBUG [main][MenuItemLookup] Item match:Perspective 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:23:48.245 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:23:48.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:23:48.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:48.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:48.245 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:23:48.245 DEBUG [main][MenuItemLookup] Item match:Window 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:23:48.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:48.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:48.245 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:23:48.245 DEBUG [main][MenuItemLookup] Item match:Window 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:23:48.245 DEBUG [main][MenuItemLookup] Item match:Perspective 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:23:48.245 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:23:48.245 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:23:48.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:48.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:48.246 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:23:48.246 DEBUG [main][MenuItemLookup] Item match:Window 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:23:48.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:48.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:48.246 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:23:48.246 DEBUG [main][MenuItemLookup] Item match:Window 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:23:48.246 DEBUG [main][MenuItemLookup] Item match:Perspective 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:23:48.246 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:23:48.246 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:23:48.246 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:23:48.246 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:23:48.246 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:23:48.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:23:48.265 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 06:23:48.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:23:48.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:48.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:48.265 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:48.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:48.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:48.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:23:48.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:48.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:48.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:48.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 06:23:48.265 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:48.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:48.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:48.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:23:48.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:48.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:48.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:48.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:48.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:48.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:48.266 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:23:48.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:48.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:48.266 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:48.266 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:48.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'] 06:23:48.336 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:48.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'] 06:23:48.336 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:48.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"] 06:23:48.336 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:48.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'] 06:23:48.336 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:48.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'] 06:23:48.336 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:48.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'] 06:23:48.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:48.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"] 06:23:48.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:48.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'] 06:23:48.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:48.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'] 06:23:48.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:48.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:48.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:48.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:48.337 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:48.337 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:48.337 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:48.337 DEBUG [main][MenuItemLookup] Item match:File 06:23:48.338 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:23:48.338 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:23:48.340 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:23:48.340 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:23:48.340 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:48.340 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:23:48.340 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:23:48.340 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:23:48.340 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:23:48.340 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:23:48.340 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:23:48.340 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:23:48.340 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:23:48.340 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:23:48.340 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:48.340 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:23:48.340 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:23:48.340 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:48.340 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:23:48.340 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:48.340 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:23:48.340 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:23:48.340 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:23:48.340 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:23:48.340 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:23:48.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 'New|Select a wizard'] is available.... 06:23:48.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 'New|Select a wizard'] is available. finished successfully 06:23:48.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:23:48.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:48.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:48.400 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:23:48.400 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:48.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:23:48.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:48.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:48.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:48.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:48.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:48.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:48.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:48.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:23:48.401 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:23:48.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:48.401 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:23:48.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:48.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:23:48.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:23:48.401 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:23:48.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:48.402 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:23:48.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:48.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:23:48.402 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:23:48.402 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:23:48.402 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:23:48.402 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:23:48.402 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:23:48.402 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:23:48.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:23:48.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:48.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:48.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:48.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:48.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:48.403 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:23:48.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:48.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:48.403 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:48.403 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:48.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'] 06:23:48.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:48.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:48.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:23:48.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 06:23:48.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:23:48.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:48.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:48.529 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:23:48.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:48.529 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'testproject' 06:23:48.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 06:23:48.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:48.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:48.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:48.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:48.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:23:48.533 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:48.534 INFO [WorkbenchTestable][AbstractText] Text set to: testproject 06:23:48.555 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:23:48.555 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:23:48.555 DEBUG [WorkbenchTestable][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) 06:23:48.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:48.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:48.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:48.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:48.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:48.557 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:23:48.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:48.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:48.557 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:48.557 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:48.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:23:49.060 DEBUG [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 06:23:49.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:23:49.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:49.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:49.063 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:23:49.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 "Don't Create") 06:23:49.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:49.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:49.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:49.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:23:49.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:49.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.064 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:23:49.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:49.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:49.064 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:49.064 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:49.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.... 06:23:49.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 06:23:49.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:23:49.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:23:49.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:49.128 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 06:23:49.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:23:49.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:23:49.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:49.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:49.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:49.129 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:23:49.129 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 06:23:49.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 06:23:49.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:23:49.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:23:49.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:23:49.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'] 06:23:49.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.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'] 06:23:49.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.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 Interface"] 06:23:49.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:49.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:49.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:49.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 06:23:49.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:49.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:49.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:49.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:49.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:49.130 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:49.130 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:49.130 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:49.131 DEBUG [main][MenuItemLookup] Item match:File 06:23:49.131 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:23:49.131 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:23:49.133 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:23:49.133 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:23:49.133 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:49.133 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:23:49.133 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:23:49.133 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:23:49.133 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:23:49.133 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:23:49.133 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:23:49.133 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:23:49.133 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:23:49.133 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:23:49.133 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:49.133 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:23:49.133 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:23:49.133 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:49.133 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:23:49.133 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:49.133 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:23:49.133 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:23:49.134 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:23:49.134 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:23:49.134 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:23:49.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:23:49.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:23:49.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:23:49.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:49.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:49.234 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:23:49.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:23:49.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:49.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:49.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:49.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:23:49.235 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:23:49.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:49.235 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:23:49.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:49.235 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:23:49.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:23:49.235 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:23:49.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:49.236 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:23:49.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:49.236 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:23:49.236 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 06:23:49.236 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 06:23:49.236 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 06:23:49.238 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 06:23:49.238 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:23:49.238 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:23:49.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:23:49.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.239 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:23:49.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:49.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:49.239 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:49.239 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:49.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'] 06:23:49.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 06:23:49.317 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 06:23:49.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 06:23:49.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:49.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:49.317 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 06:23:49.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.318 DEBUG [WorkbenchTestable][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:") 06:23:49.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:23:49.319 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:49.320 INFO [WorkbenchTestable][AbstractText] Text set to: testproject/src 06:23:49.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 06:23:49.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:23:49.327 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:49.327 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 06:23:49.337 DEBUG [WorkbenchTestable][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:") 06:23:49.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:23:49.342 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:49.342 INFO [WorkbenchTestable][AbstractText] Text set to: InterfaceName 06:23:49.399 DEBUG [WorkbenchTestable][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:") 06:23:49.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:23:49.400 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:49.401 DEBUG [WorkbenchTestable][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:") 06:23:49.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:23:49.403 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:49.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.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 06:23:49.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:23:49.409 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:49.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.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:") 06:23:49.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.410 INFO [WorkbenchTestable][CheckBox] Select checkbox Enclosing t&ype: 06:23:49.410 INFO [WorkbenchTestable][CheckBox] Check checkbox Enclosing t&ype: 06:23:49.411 INFO [WorkbenchTestable][AbstractButton] Click button Enclosing t&ype: 06:23:49.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:49.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:49.411 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:49.411 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:49.421 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 06:23:49.421 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:49.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:49.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:49.421 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:23:49.421 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:49.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 06:23:49.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 06:23:49.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 06:23:49.422 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:49.422 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 06:23:49.422 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:49.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:49.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:49.422 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:23:49.422 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:49.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 06:23:49.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 06:23:49.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 06:23:49.423 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:49.423 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test.InterfaceName 06:23:49.426 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 06:23:49.426 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:49.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:49.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:49.426 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:23:49.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:49.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 06:23:49.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 06:23:49.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 06:23:49.427 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:49.427 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 06:23:49.427 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:49.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:49.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:49.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:23:49.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:49.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 06:23:49.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 06:23:49.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 06:23:49.427 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:49.427 INFO [WorkbenchTestable][AbstractText] Text set to: 06:23:49.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.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") 06:23:49.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.431 DEBUG [WorkbenchTestable][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") 06:23:49.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.432 DEBUG [WorkbenchTestable][RadioButton] Radio Button &public already checked, no action performed 06:23:49.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.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") 06:23:49.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.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.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") 06:23:49.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.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: 16, Matcher matching widgets with text that without mnenomic matches: is "package") 06:23:49.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.434 INFO [WorkbenchTestable][RadioButton] Select radio button pa&ckage 06:23:49.434 INFO [WorkbenchTestable][AbstractButton] Click button pa&ckage 06:23:49.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:49.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:49.434 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:49.434 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:49.434 TRACE [main][WidgetHandler] Notify Button with event 27 06:23:49.434 TRACE [main][WidgetHandler] Wait for synchronization 06:23:49.434 TRACE [main][WidgetHandler] Notify Button with event 13 06:23:49.434 TRACE [main][WidgetHandler] Wait for synchronization 06:23:49.434 TRACE [main][WidgetHandler] Notify Button with event 26 06:23:49.434 TRACE [main][WidgetHandler] Wait for synchronization 06:23:49.434 TRACE [main][WidgetHandler] Notify Button with event 3 06:23:49.434 TRACE [main][WidgetHandler] Wait for synchronization 06:23:49.434 TRACE [main][WidgetHandler] Notify Button with event 4 06:23:49.434 TRACE [main][WidgetHandler] Wait for synchronization 06:23:49.434 TRACE [main][WidgetHandler] Notify Button with event 13 06:23:49.434 TRACE [main][WidgetHandler] Wait for synchronization 06:23:49.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 06:23:49.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 06:23:49.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 06:23:49.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 06:23:49.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.437 DEBUG [WorkbenchTestable][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") 06:23:49.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.445 INFO [WorkbenchTestable][RadioButton] Select radio button pri&vate 06:23:49.445 INFO [WorkbenchTestable][AbstractButton] Click button pri&vate 06:23:49.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:49.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:49.445 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:49.445 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:49.445 TRACE [main][WidgetHandler] Notify Button with event 27 06:23:49.445 TRACE [main][WidgetHandler] Wait for synchronization 06:23:49.445 TRACE [main][WidgetHandler] Notify Button with event 13 06:23:49.445 TRACE [main][WidgetHandler] Wait for synchronization 06:23:49.445 TRACE [main][WidgetHandler] Notify Button with event 26 06:23:49.445 TRACE [main][WidgetHandler] Wait for synchronization 06:23:49.445 TRACE [main][WidgetHandler] Notify Button with event 3 06:23:49.445 TRACE [main][WidgetHandler] Wait for synchronization 06:23:49.445 TRACE [main][WidgetHandler] Notify Button with event 4 06:23:49.445 TRACE [main][WidgetHandler] Wait for synchronization 06:23:49.445 TRACE [main][WidgetHandler] Notify Button with event 13 06:23:49.445 TRACE [main][WidgetHandler] Wait for synchronization 06:23:49.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 06:23:49.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.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") 06:23:49.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 06:23:49.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.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") 06:23:49.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.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") 06:23:49.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.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 "private") 06:23:49.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.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 "protected") 06:23:49.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.556 INFO [WorkbenchTestable][RadioButton] Select radio button pro&tected 06:23:49.556 INFO [WorkbenchTestable][AbstractButton] Click button pro&tected 06:23:49.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:49.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:49.556 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:49.556 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:49.556 TRACE [main][WidgetHandler] Notify Button with event 27 06:23:49.556 TRACE [main][WidgetHandler] Wait for synchronization 06:23:49.556 TRACE [main][WidgetHandler] Notify Button with event 13 06:23:49.556 TRACE [main][WidgetHandler] Wait for synchronization 06:23:49.556 TRACE [main][WidgetHandler] Notify Button with event 26 06:23:49.556 TRACE [main][WidgetHandler] Wait for synchronization 06:23:49.556 TRACE [main][WidgetHandler] Notify Button with event 3 06:23:49.556 TRACE [main][WidgetHandler] Wait for synchronization 06:23:49.556 TRACE [main][WidgetHandler] Notify Button with event 4 06:23:49.556 TRACE [main][WidgetHandler] Wait for synchronization 06:23:49.556 TRACE [main][WidgetHandler] Notify Button with event 13 06:23:49.556 TRACE [main][WidgetHandler] Wait for synchronization 06:23:49.556 DEBUG [WorkbenchTestable][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") 06:23:49.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 06:23:49.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.558 DEBUG [WorkbenchTestable][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") 06:23:49.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.559 DEBUG [WorkbenchTestable][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") 06:23:49.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.559 DEBUG [WorkbenchTestable][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:") 06:23:49.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.560 INFO [WorkbenchTestable][CheckBox] Select checkbox Enclosing t&ype: 06:23:49.560 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Enclosing t&ype: 06:23:49.560 INFO [WorkbenchTestable][AbstractButton] Click button Enclosing t&ype: 06:23:49.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:49.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:49.560 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:49.560 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:49.564 DEBUG [WorkbenchTestable][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") 06:23:49.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.601 DEBUG [WorkbenchTestable][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") 06:23:49.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.603 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 06:23:49.603 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 06:23:49.603 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 06:23:49.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:49.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:49.603 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:49.603 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:49.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.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") 06:23:49.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.604 DEBUG [WorkbenchTestable][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") 06:23:49.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.605 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 06:23:49.605 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Generate comments 06:23:49.605 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 06:23:49.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:49.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:49.605 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:49.605 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:49.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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") 06:23:49.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.606 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 06:23:49.606 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Cancel wizard 06:23:49.606 DEBUG [WorkbenchTestable][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) 06:23:49.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.607 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:23:49.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:49.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:49.607 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:49.607 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:49.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:23:49.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:23:49.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:23:49.709 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 06:23:49.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:49.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:49.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:23:49.709 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:23:49.710 DEBUG [main][EditorHandler] 0 editor(s) found 06:23:49.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 06:23:49.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:23:49.710 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:23:49.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:49.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:49.710 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 06:23:49.710 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:23:49.710 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 06:23:49.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 06:23:49.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:23:49.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:23:49.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:23:49.710 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:49.710 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.710 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:49.710 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.710 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 06:23:49.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.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'] 06:23:49.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.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'] 06:23:49.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.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'] 06:23:49.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.713 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 06:23:49.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.713 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:49.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.713 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:49.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:23:49.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:49.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:49.713 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:23:49.713 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:23:49.713 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:49.714 DEBUG [main][MenuItemLookup] Item match:File 06:23:49.715 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:23:49.715 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:23:49.718 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:23:49.718 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:23:49.718 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:49.718 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:23:49.718 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:23:49.718 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:23:49.718 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:23:49.718 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:23:49.718 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:23:49.718 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:23:49.718 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:23:49.718 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:23:49.718 DEBUG [main][MenuItemLookup] Found menu:'File' 06:23:49.718 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:23:49.718 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:23:49.718 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:49.718 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:23:49.718 DEBUG [main][MenuItemLookup] Found menu:'' 06:23:49.718 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:23:49.718 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:23:49.718 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:23:49.718 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:23:49.718 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:23:49.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:23:49.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:23:49.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:23:49.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:49.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:49.836 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:23:49.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:23:49.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:23:49.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:23:49.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:23:49.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:23:49.837 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:23:49.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:49.837 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:23:49.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:49.837 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:23:49.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:23:49.837 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:23:49.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:23:49.838 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:23:49.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:23:49.838 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:23:49.838 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 06:23:49.838 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 06:23:49.838 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 06:23:49.844 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 06:23:49.844 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:23:49.844 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:23:49.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:23:49.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.845 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:23:49.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:49.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:49.845 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:49.845 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:49.917 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:23:49.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 06:23:49.917 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 06:23:49.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 06:23:49.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:49.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:49.918 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 06:23:49.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:23:49.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 06:23:49.918 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:49.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:49.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:49.918 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:23:49.918 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:49.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:49.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:49.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:49.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:49.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:23:49.919 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:23:49.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:23:49.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:23:49.919 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:23:49.919 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:23:50.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 06:23:50.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 06:23:50.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 06:23:50.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:23:50.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:23:50.004 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 06:23:50.004 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:50.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:50.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:50.004 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:23:50.004 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:50.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:50.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:50.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:50.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:50.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:23:50.004 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:23:50.005 INFO [WorkbenchTestable][AbstractText] Text set to: nonexisting.interface.name 06:23:50.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:23:50.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 06:23:50.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:23:50.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 06:23:50.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 06:23:50.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:23:50.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:50.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:50.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 06:23:50.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 06:23:50.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:23:50.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:23:50.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:50.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:51.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 06:23:51.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 06:23:51.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:23:51.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:23:51.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:51.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:51.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 06:23:51.516 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 06:23:51.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:23:51.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:23:51.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:51.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:52.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 06:23:52.016 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 06:23:52.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:23:52.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:23:52.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:52.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:52.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:52.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:53.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:23:53.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:23:53.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 06:23:53.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:23:53.017 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:23:53.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:23:53.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:23:53.017 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:23:53.017 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:23:53.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:23:53.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:23:53.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:23:53.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:23:53.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:23:53.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:03.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 06:24:03.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:24:03.027 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:03.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:03.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:03.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:03.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:03.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:03.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:03.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:03.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:03.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:03.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:04.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 06:24:04.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 "Cancel") 06:24:04.029 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:04.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:04.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:04.029 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:04.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:04.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:04.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:04.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:04.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:04.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:04.031 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:24:04.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:04.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:04.031 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:04.031 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:04.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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...") 06:24:04.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:04.054 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:04.054 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:04.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:04.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:04.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:04.055 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:24:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:04.055 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:04.055 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:04.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 06:24:04.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 06:24:04.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 06:24:04.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:04.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:04.082 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 06:24:04.082 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:04.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:04.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:04.083 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:04.083 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:04.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:04.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:04.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:04.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:04.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:24:04.083 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:24:04.083 INFO [WorkbenchTestable][AbstractText] Text set to: Acl 06:24:04.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:24:04.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:24:04.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:24:04.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:04.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:04.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:04.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:05.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:05.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:05.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:05.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:06.085 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:06.085 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:06.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:06.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:07.085 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:07.085 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:07.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 06:24:07.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:24:07.085 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:07.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:07.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:07.085 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:07.085 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:07.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:07.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:07.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:07.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:07.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:07.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:07.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:07.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:24:07.089 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:07.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:07.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:07.089 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:07.089 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:07.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:07.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:07.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:07.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:07.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 06:24:07.090 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:07.090 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:07.090 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:07.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:07.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:07.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:07.091 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:24:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:07.091 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:07.091 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:07.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:24:07.108 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:07.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:07.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:07.109 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:07.109 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:07.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:07.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:07.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:07.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:07.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:07.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:08.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 06:24:08.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 06:24:08.611 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:08.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:08.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:08.611 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:08.611 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:08.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:08.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:08.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:08.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:08.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:08.613 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:24:08.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:08.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:08.613 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:08.613 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:08.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 06:24:08.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 06:24:08.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 06:24:08.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:08.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:08.642 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 06:24:08.642 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:08.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:08.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:08.642 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:08.642 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:08.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:08.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:08.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:08.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:08.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:24:08.642 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:24:08.642 INFO [WorkbenchTestable][AbstractText] Text set to: org.w3c.dom.views.AbstractView 06:24:08.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:24:08.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:24:08.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:24:08.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:08.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:09.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:09.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:09.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:09.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:10.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:10.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:10.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:10.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:11.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:11.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:11.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:11.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:11.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 06:24:11.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:24:11.644 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:11.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:11.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:11.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:11.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:11.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:11.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:11.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:11.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:11.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:11.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:11.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:11.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:24:11.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:11.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:11.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:11.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:11.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:11.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:11.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:11.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:11.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:11.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:11.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:11.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:11.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") 06:24:11.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:11.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:11.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:11.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:11.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:11.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:11.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:11.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:11.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:11.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:11.649 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:24:11.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:11.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:11.649 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:11.649 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:11.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:24:11.676 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:11.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:11.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:11.677 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:11.677 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:11.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:11.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:11.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:11.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:11.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:11.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:11.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:11.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:24:11.678 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:11.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:11.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:11.678 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:11.678 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:11.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:11.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:11.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:11.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:11.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:11.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:11.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:11.679 TRACE [main][WidgetHandler] Notify Table with event 13 06:24:11.679 TRACE [main][WidgetHandler] Wait for synchronization 06:24:11.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 06:24:11.679 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:11.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:11.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:11.679 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:11.679 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:11.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:11.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:11.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:11.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:11.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:11.682 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:24:11.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:11.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:11.682 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:11.682 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:11.682 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 06:24:11.682 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Cancel wizard 06:24:11.682 DEBUG [WorkbenchTestable][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) 06:24:11.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:11.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:11.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:11.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:11.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:11.683 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:24:11.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:11.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:11.683 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:11.683 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:11.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:24:11.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:24:11.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:24:11.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:11.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:11.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:24:11.707 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:24:11.708 DEBUG [main][EditorHandler] 0 editor(s) found 06:24:11.708 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 06:24:11.708 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:24:11.708 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:24:11.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:11.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:11.708 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 06:24:11.708 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:24:11.708 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 06:24:11.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 06:24:11.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:24:11.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:24:11.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:24:11.708 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:11.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:11.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'] 06:24:11.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:11.720 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 06:24:11.720 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:11.720 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:11.720 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:11.720 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:11.720 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:11.720 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:11.720 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:11.720 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 06:24:11.720 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:11.720 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:11.720 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:11.720 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:11.720 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:11.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:24:11.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:11.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:11.720 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:24:11.721 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:24:11.721 DEBUG [main][MenuItemLookup] Found menu:'File' 06:24:11.721 DEBUG [main][MenuItemLookup] Item match:File 06:24:11.722 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:24:11.722 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:24:11.724 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:24:11.724 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:24:11.724 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:11.724 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:24:11.724 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:24:11.724 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:24:11.724 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:24:11.724 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:24:11.724 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:24:11.724 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:24:11.724 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:24:11.724 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:24:11.724 DEBUG [main][MenuItemLookup] Found menu:'File' 06:24:11.724 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:24:11.724 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:24:11.724 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:11.724 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:24:11.724 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:11.724 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:24:11.724 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:24:11.724 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:24:11.724 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:24:11.724 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:24:11.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 'New|Select a wizard'] is available.... 06:24:11.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 'New|Select a wizard'] is available. finished successfully 06:24:11.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:24:11.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:11.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:11.777 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:24:11.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:11.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:24:11.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:11.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:11.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:11.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:11.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:24:11.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:24:11.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:24:11.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:24:11.778 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:24:11.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:24:11.778 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:24:11.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:24:11.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:24:11.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:24:11.778 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:24:11.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:24:11.778 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:24:11.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:24:11.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:24:11.779 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 06:24:11.783 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 06:24:11.783 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 06:24:11.785 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 06:24:11.785 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:24:11.785 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:24:11.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:24:11.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:11.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:11.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:11.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:11.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:11.786 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:24:11.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:11.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:11.786 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:11.786 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:11.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'] 06:24:11.825 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:11.825 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:11.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 06:24:11.825 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 06:24:11.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 06:24:11.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:11.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:11.826 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 06:24:11.826 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:11.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 06:24:11.826 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:11.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:11.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:11.826 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:11.826 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:11.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:11.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:11.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:11.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:11.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:11.827 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:24:11.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:11.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:11.827 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:11.827 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:11.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 06:24:11.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 06:24:11.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 06:24:11.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:11.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:11.864 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 06:24:11.864 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:11.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:11.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:11.864 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:11.864 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:11.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:11.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:11.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:11.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:11.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:24:11.864 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:24:11.865 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleAction 06:24:11.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:24:11.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:24:11.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 06:24:11.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:24:11.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:11.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:12.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:12.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:12.866 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:12.866 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:13.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:13.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:13.866 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:13.866 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:14.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:14.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:14.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:14.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:14.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 06:24:14.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:24:14.867 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:14.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:14.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:14.867 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:14.867 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:14.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:14.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:14.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:14.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:14.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:14.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:14.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:14.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:24:14.870 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:14.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:14.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:14.870 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:14.870 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:14.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:14.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:14.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:14.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:14.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:14.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:14.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:14.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:24:14.871 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:14.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:14.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:14.871 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:14.871 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:14.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:14.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:14.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:14.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:14.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:14.872 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:24:14.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:14.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:14.872 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:14.872 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:14.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 06:24:14.903 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:14.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:14.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:14.904 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:14.904 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:14.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:14.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:14.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:14.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:14.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:14.906 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:24:14.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:14.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:14.906 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:14.906 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:14.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 06:24:14.934 DEBUG [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 06:24:14.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 06:24:14.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:14.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:14.934 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 06:24:14.934 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:14.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:14.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:14.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:14.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:14.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:14.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:14.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:14.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:14.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:24:14.935 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:24:14.935 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleEditableText 06:24:14.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:24:14.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:24:14.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:24:14.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:14.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:15.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:15.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:15.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:15.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:16.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:16.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:16.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:16.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:17.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:17.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:17.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:17.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:17.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 06:24:17.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 06:24:17.937 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:17.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:17.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:17.937 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:17.937 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:17.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:17.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:17.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:17.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:17.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:17.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:17.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:17.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 06:24:17.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:17.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:17.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:17.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:17.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:17.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:17.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:17.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:17.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:17.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:17.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:17.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:17.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:24:17.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:17.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:17.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:17.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:17.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:17.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:17.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:17.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:17.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:17.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:17.942 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:24:17.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:17.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:17.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:17.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:17.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 06:24:17.964 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:17.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:17.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:17.965 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:17.965 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:17.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:17.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:17.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:17.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:17.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:17.967 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:24:17.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:17.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:17.967 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:17.967 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:17.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 06:24:17.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 06:24:17.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 06:24:17.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:17.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:17.996 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 06:24:17.996 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:17.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:17.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:17.996 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:17.996 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:17.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:17.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:17.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:17.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:17.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:24:17.997 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:24:17.997 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleExtendedTable 06:24:17.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:24:17.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:24:17.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:24:17.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:17.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:18.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:18.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:18.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:18.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:19.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:19.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:19.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:19.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:20.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:20.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:20.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:20.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:20.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 06:24:20.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:24:20.999 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:20.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:20.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:20.999 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:20.999 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:20.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:20.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:21.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:21.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:21.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:21.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:21.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:21.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:24:21.002 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:21.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:21.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:21.002 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:21.002 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:21.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:21.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:21.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:21.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:21.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:21.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:21.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:21.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:24:21.002 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:21.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:21.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:21.003 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:21.003 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:21.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:21.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:21.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:21.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:21.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:21.003 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:24:21.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:21.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:21.003 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:21.003 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:21.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 06:24:21.026 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:21.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:21.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:21.026 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:21.026 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:21.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:21.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:21.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:21.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:21.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:21.029 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:24:21.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:21.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:21.029 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:21.029 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:21.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 06:24:21.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 06:24:21.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 06:24:21.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:21.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:21.059 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 06:24:21.059 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:21.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:21.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:21.059 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:21.059 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:21.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:21.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:21.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:21.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:21.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:24:21.059 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:24:21.060 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleStreamable 06:24:21.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:24:21.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:24:21.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:24:21.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:21.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:21.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:21.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:22.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:22.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:22.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:22.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:23.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:23.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:23.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:23.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:24.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:24.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:24.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 06:24:24.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 06:24:24.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:24.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:24.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:24.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:24.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:24.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:24.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:24.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:24.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:24.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:24.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:24.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:24.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:24:24.065 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:24.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:24.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:24.065 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:24.065 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:24.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:24.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:24.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:24.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:24.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:24.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:24.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:24.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:24:24.065 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:24.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:24.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:24.065 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:24.065 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:24.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:24.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:24.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:24.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:24.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:24.066 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:24:24.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:24.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:24.066 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:24.066 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:24.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 06:24:24.090 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:24.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:24.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:24.090 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:24.090 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:24.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:24.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:24.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:24.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:24.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:24.093 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:24:24.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:24.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:24.093 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:24.093 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:24.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 06:24:24.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 06:24:24.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 06:24:24.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:24.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:24.126 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 06:24:24.126 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:24.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:24.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:24.126 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:24.126 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:24.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:24.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:24.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:24.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:24.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:24:24.126 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:24:24.127 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleText 06:24:24.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:24:24.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:24:24.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:24:24.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:24.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:24.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:24.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:25.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:25.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:25.628 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:25.628 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:26.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:26.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:26.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:26.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:27.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:27.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:27.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 06:24:27.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:24:27.129 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:27.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:27.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:27.129 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:27.129 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:27.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:27.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:27.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:27.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:24:27.132 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:27.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:27.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:27.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:27.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:27.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:27.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:27.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:27.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") 06:24:27.133 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:27.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:27.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:27.133 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:27.133 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:27.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:27.134 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:24:27.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:27.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:27.134 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:27.134 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:27.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 06:24:27.157 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:27.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:27.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:27.157 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:27.157 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:27.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:27.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:27.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:27.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:24:27.158 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:27.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:27.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:27.158 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:27.158 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:27.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:27.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:27.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:27.159 TRACE [main][WidgetHandler] Notify Table with event 13 06:24:27.159 TRACE [main][WidgetHandler] Wait for synchronization 06:24:27.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 06:24:27.159 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:27.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:27.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:27.159 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:27.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:27.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:27.162 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:24:27.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:27.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:27.162 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:27.162 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:27.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:24:27.163 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:27.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:27.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:27.164 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:27.164 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:27.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:27.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:27.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:27.165 TRACE [main][WidgetHandler] Notify Table with event 13 06:24:27.165 TRACE [main][WidgetHandler] Wait for synchronization 06:24:27.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:24:27.165 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:27.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:27.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:27.165 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:27.165 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:27.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:27.166 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:24:27.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:27.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:27.166 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:27.166 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:27.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:24:27.167 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:27.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:27.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:27.167 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:27.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:27.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:27.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:27.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:27.168 TRACE [main][WidgetHandler] Notify Table with event 13 06:24:27.168 TRACE [main][WidgetHandler] Wait for synchronization 06:24:27.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 06:24:27.168 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:27.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:27.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:27.170 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:27.170 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:27.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:27.171 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:24:27.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:27.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:27.171 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:27.171 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:27.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:24:27.172 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:27.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:27.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:27.172 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:27.172 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:27.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:27.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:27.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:27.173 TRACE [main][WidgetHandler] Notify Table with event 13 06:24:27.173 TRACE [main][WidgetHandler] Wait for synchronization 06:24:27.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:24:27.174 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:27.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:27.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:27.174 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:27.174 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:27.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:27.175 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:24:27.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:27.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:27.175 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:27.175 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:27.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:24:27.176 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:27.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:27.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:27.176 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:27.176 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:27.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:27.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:27.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:27.177 TRACE [main][WidgetHandler] Notify Table with event 13 06:24:27.177 TRACE [main][WidgetHandler] Wait for synchronization 06:24:27.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 06:24:27.177 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:27.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:27.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:27.177 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:27.177 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:27.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:27.178 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:24:27.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:27.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:27.178 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:27.178 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:27.179 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 06:24:27.179 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Cancel wizard 06:24:27.179 DEBUG [WorkbenchTestable][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) 06:24:27.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:27.180 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:24:27.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:27.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:27.180 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:27.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:27.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:24:27.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:24:27.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:24:27.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:27.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:27.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:24:27.216 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:24:27.216 DEBUG [main][EditorHandler] 0 editor(s) found 06:24:27.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 06:24:27.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:24:27.216 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:24:27.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:27.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:27.217 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 06:24:27.217 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:24:27.217 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreateNewInterface no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 06:24:27.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 06:24:27.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:24:27.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:24:27.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:24:27.217 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:27.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.217 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:27.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.217 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 06:24:27.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.217 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:27.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.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'] 06:24:27.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.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'] 06:24:27.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.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 Interface"] 06:24:27.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.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'] 06:24:27.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.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'] 06:24:27.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:24:27.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:27.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:27.218 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:24:27.218 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:24:27.218 DEBUG [main][MenuItemLookup] Found menu:'File' 06:24:27.219 DEBUG [main][MenuItemLookup] Item match:File 06:24:27.219 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:24:27.219 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:24:27.221 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:24:27.221 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:24:27.221 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:27.221 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:24:27.221 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:24:27.221 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:24:27.221 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:24:27.221 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:24:27.221 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:24:27.221 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:24:27.221 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:24:27.221 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:24:27.221 DEBUG [main][MenuItemLookup] Found menu:'File' 06:24:27.221 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:24:27.221 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:24:27.221 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:27.221 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:24:27.221 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:27.221 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:24:27.221 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:24:27.222 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:24:27.222 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:24:27.222 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:24:27.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.... 06:24:27.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:24:27.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:24:27.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:27.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:27.271 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:24:27.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:24:27.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:24:27.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:24:27.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:24:27.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:24:27.272 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:24:27.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:24:27.272 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:24:27.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:24:27.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:24:27.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:24:27.273 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:24:27.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:24:27.273 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:24:27.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:24:27.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:24:27.273 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 06:24:27.273 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 06:24:27.273 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 06:24:27.279 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 06:24:27.279 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:24:27.279 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:24:27.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:24:27.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:27.280 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:24:27.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:27.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:27.280 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:27.280 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:27.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'] 06:24:27.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 06:24:27.317 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 06:24:27.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 06:24:27.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:27.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:27.318 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 06:24:27.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.318 DEBUG [WorkbenchTestable][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:") 06:24:27.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:24:27.320 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:24:27.321 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 06:24:27.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 06:24:27.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:24:27.338 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:24:27.338 INFO [WorkbenchTestable][AbstractText] Text set to: InterfaceName 06:24:27.341 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 06:24:27.341 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Finish wizard 06:24:27.341 DEBUG [WorkbenchTestable][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) 06:24:27.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:27.343 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:24:27.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:27.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:27.343 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:27.343 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:27.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:24:27.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:24:27.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:24:27.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:24:27.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:24:27.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:24:27.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:24:27.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:27.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:24:27.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:27.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:24:27.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is InterfaceName.java... 06:24:27.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 '\*?\QInterfaceName.java\E') 06:24:27.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:24:27.849 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:27.849 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package org.example.test; public interface InterfaceName { } TooltipText=null 06:24:27.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is InterfaceName.java finished successfully 06:24:27.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@736f2e0a is found... 06:24:27.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@736f2e0a is found finished successfully 06:24:27.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInterfaceName.java\E') 06:24:27.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:24:27.851 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:27.851 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package org.example.test; public interface InterfaceName { } TooltipText=null 06:24:27.851 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:24:27.851 DEBUG [main][EditorHandler] 1 editor(s) found 06:24:27.851 DEBUG [WorkbenchTestable][EditorHandler] Closing editor InterfaceName.java 06:24:27.897 DEBUG [WorkbenchTestable][EditorHandler] Editor InterfaceName.java is closed 06:24:27.897 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 06:24:27.897 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:24:27.897 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:24:27.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:27.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:27.898 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreateNewInterface no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 06:24:27.898 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:24:27.898 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreateNewInterfaceWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 06:24:27.898 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 06:24:27.898 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:24:27.898 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:24:27.898 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:24:27.898 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:27.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.898 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:27.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.899 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 06:24:27.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.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'] 06:24:27.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.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'] 06:24:27.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.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'] 06:24:27.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.899 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 06:24:27.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.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'] 06:24:27.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.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'] 06:24:27.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:24:27.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:27.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:27.900 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:24:27.900 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:24:27.900 DEBUG [main][MenuItemLookup] Found menu:'File' 06:24:27.900 DEBUG [main][MenuItemLookup] Item match:File 06:24:27.900 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:24:27.900 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:24:27.902 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:24:27.902 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:24:27.902 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:27.902 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:24:27.902 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:24:27.902 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:24:27.902 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:24:27.902 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:24:27.902 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:24:27.902 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:24:27.902 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:24:27.902 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:24:27.902 DEBUG [main][MenuItemLookup] Found menu:'File' 06:24:27.902 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:24:27.902 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:24:27.902 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:27.902 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:24:27.902 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:27.902 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:24:27.902 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:24:27.902 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:24:27.902 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:24:27.903 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:24:27.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.... 06:24:27.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:24:27.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:24:27.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:27.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:27.960 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:24:27.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:27.961 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:24:27.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:24:27.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:24:27.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:24:27.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:24:27.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:24:27.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:24:27.962 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:24:27.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:24:27.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:24:27.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:24:27.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:24:27.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:24:27.962 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:24:27.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:24:27.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:24:27.963 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 06:24:27.963 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 06:24:27.963 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 06:24:27.963 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 06:24:27.963 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:24:27.963 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:24:27.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) 06:24:27.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:27.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:27.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:27.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:27.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:27.964 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:24:27.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:27.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:27.964 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:27.964 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:28.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'] 06:24:28.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:28.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:28.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 06:24:28.031 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 06:24:28.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 06:24:28.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:28.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:28.032 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 06:24:28.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:28.032 DEBUG [WorkbenchTestable][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:") 06:24:28.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:28.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:28.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:28.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:28.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:24:28.034 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:24:28.035 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test2 06:24:28.039 DEBUG [WorkbenchTestable][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:") 06:24:28.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:28.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:28.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:28.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:28.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:24:28.044 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:24:28.044 INFO [WorkbenchTestable][AbstractText] Text set to: InterfaceName2 06:24:28.054 DEBUG [WorkbenchTestable][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") 06:24:28.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:28.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:28.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:28.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:28.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:28.055 INFO [WorkbenchTestable][RadioButton] Select radio button pa&ckage 06:24:28.055 INFO [WorkbenchTestable][AbstractButton] Click button pa&ckage 06:24:28.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:28.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:28.055 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:28.055 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:28.055 TRACE [main][WidgetHandler] Notify Button with event 27 06:24:28.055 TRACE [main][WidgetHandler] Wait for synchronization 06:24:28.055 TRACE [main][WidgetHandler] Notify Button with event 13 06:24:28.055 TRACE [main][WidgetHandler] Wait for synchronization 06:24:28.055 TRACE [main][WidgetHandler] Notify Button with event 26 06:24:28.055 TRACE [main][WidgetHandler] Wait for synchronization 06:24:28.055 TRACE [main][WidgetHandler] Notify Button with event 3 06:24:28.055 TRACE [main][WidgetHandler] Wait for synchronization 06:24:28.055 TRACE [main][WidgetHandler] Notify Button with event 4 06:24:28.055 TRACE [main][WidgetHandler] Wait for synchronization 06:24:28.055 TRACE [main][WidgetHandler] Notify Button with event 13 06:24:28.055 TRACE [main][WidgetHandler] Wait for synchronization 06:24:28.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 "Add...") 06:24:28.055 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:28.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:28.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:28.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 06:24:28.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:28.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:28.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:28.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:28.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:28.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:28.057 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:24:28.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:28.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:28.057 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:28.057 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:28.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 06:24:28.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 06:24:28.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 06:24:28.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:28.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:28.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 06:24:28.155 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:28.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:28.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:28.155 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:28.155 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:28.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:28.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:28.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:28.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:28.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:24:28.155 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:24:28.156 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleAction 06:24:28.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:24:28.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/testproject)' is a system job, skipped 06:24:28.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:24:28.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:24:28.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:28.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:24:28.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:28.661 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:28.661 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:24:28.661 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:29.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:29.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:24:29.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:29.661 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:29.661 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:24:29.661 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:30.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:30.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:24:30.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:30.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:30.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:24:30.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:31.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:31.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:24:31.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:31.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 06:24:31.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:24:31.162 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:31.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:31.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:31.163 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:31.163 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:31.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:31.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:31.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:31.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:31.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:31.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:31.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:31.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 06:24:31.166 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:31.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:31.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:31.166 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:31.166 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:31.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:31.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:31.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:31.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:31.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:24:31.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:24:31.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:24:31.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:24:31.167 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:31.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:31.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:31.167 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 06:24:31.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:31.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:31.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:31.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:31.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:31.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:31.168 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:24:31.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:31.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:31.168 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:31.168 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:31.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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") 06:24:31.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:31.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:31.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:31.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:31.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:31.200 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 06:24:31.200 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 06:24:31.200 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 06:24:31.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:31.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:31.200 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:31.200 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:31.200 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 06:24:31.200 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Finish wizard 06:24:31.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:24:31.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:31.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:31.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:31.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:31.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:31.202 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:24:31.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:31.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:31.202 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:31.202 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:31.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:24:31.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:24:31.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:24:31.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:24:31.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:24:31.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:24:31.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:24:31.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:31.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:24:31.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:31.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:24:31.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is InterfaceName2.java... 06:24:31.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInterfaceName2.java\E') 06:24:31.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:31.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:31.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:31.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:31.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:24:31.708 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:31.708 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 06:24:31.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is InterfaceName2.java finished successfully 06:24:31.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@63dfc9e3 is found... 06:24:31.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@63dfc9e3 is found finished successfully 06:24:31.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInterfaceName2.java\E') 06:24:31.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:31.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:31.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:31.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:31.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:24:31.710 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:31.710 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 06:24:31.710 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:24:31.710 DEBUG [main][EditorHandler] 1 editor(s) found 06:24:31.710 DEBUG [WorkbenchTestable][EditorHandler] Closing editor InterfaceName2.java 06:24:31.757 DEBUG [WorkbenchTestable][EditorHandler] Editor InterfaceName2.java is closed 06:24:31.757 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 06:24:31.757 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:24:31.757 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:24:31.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:31.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:31.758 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreateNewInterfaceWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 06:24:31.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:31.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:31.760 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:24:31.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:24:31.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:31.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:31.760 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:24:31.760 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:24:31.761 DEBUG [main][MenuItemLookup] Found menu:'File' 06:24:31.761 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:24:31.761 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:24:31.761 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:24:31.761 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:24:31.761 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:24:31.761 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:24:31.761 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:24:31.761 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:24:31.761 DEBUG [main][MenuItemLookup] Item match:Window 06:24:31.761 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:24:31.761 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:24:31.761 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:24:31.761 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:31.761 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:24:31.761 DEBUG [main][MenuItemLookup] Item match:Show View 06:24:31.765 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:24:31.765 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:24:31.765 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:24:31.765 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:24:31.765 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:24:31.765 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:24:31.765 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:24:31.765 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:24:31.765 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:24:31.765 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:24:31.765 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:24:31.765 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:24:31.765 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:24:31.765 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:24:31.765 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:31.765 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:24:31.765 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:24:31.765 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:24:31.765 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:24:31.765 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:24:31.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:24:31.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:24:31.822 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:24:31.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:31.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:31.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:24:31.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:31.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:31.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:31.823 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:24:31.823 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:31.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:31.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:31.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:31.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:31.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:24:31.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:24:31.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:24:31.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:24:31.824 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:24:31.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:24:31.824 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:24:31.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:24:31.824 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:24:31.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:24:31.824 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:24:31.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:24:31.824 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:24:31.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:24:31.824 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:24:31.824 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:24:31.824 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:24:31.825 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:24:31.825 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:24:31.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:31.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:31.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:31.825 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:24:31.825 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:31.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:31.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:31.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:24:31.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:31.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:31.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:31.825 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:24:31.825 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:31.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:31.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:31.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:31.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:31.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:31.826 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:24:31.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:31.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:31.826 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:31.826 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:31.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:24:31.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:24:31.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:24:31.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:31.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:31.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:24:31.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:31.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:31.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:24:31.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:31.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:31.855 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:24:31.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 '\*?\QProject Explorer\E') 06:24:31.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:31.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:31.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:31.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:31.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:24:31.856 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:31.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:31.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:31.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:24:31.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:24:31.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:24:31.857 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:31.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:31.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:31.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:31.858 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:31.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:31.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:31.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:31.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:31.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:31.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:32.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:32.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:32.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:32.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:32.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:24:32.860 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:32.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:32.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:32.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:32.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 06:24:32.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:32.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:32.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:32.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:32.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:24:32.861 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 06:24:32.861 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:32.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:32.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:32.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:32.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:32.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:32.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:33.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:33.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:33.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:33.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:33.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:24:33.864 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:33.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:33.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:33.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:33.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 06:24:33.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:33.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:33.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:33.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:33.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:24:33.865 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 06:24:33.865 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:33.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:33.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:33.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:33.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 06:24:33.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:33.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:33.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:33.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:33.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:24:33.866 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:24:33.866 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:24:33.866 DEBUG [main][TreeItemHandler] Set Tree selection 06:24:33.866 DEBUG [main][TreeHandler] Notify Tree about selection event 06:24:33.870 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:24:33.871 DEBUG [WorkbenchTestable][TreeItemHandler] testproject 06:24:33.871 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:24:33.871 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:33.892 DEBUG [main][MenuItemLookup] Found menu:'New' 06:24:33.892 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:24:33.892 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:33.892 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:24:33.892 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:33.892 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:24:33.892 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:24:33.892 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:24:33.892 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:24:33.892 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:24:33.892 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:24:33.892 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:24:33.892 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:33.892 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:24:33.892 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:24:33.892 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:33.892 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:24:33.892 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:24:33.893 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:24:33.893 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:24:33.893 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:24:33.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:24:33.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:24:33.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:24:34.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:24:34.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:34.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:24:34.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:34.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:24:34.393 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:24:34.393 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:34.411 DEBUG [main][MenuItemLookup] Found menu:'New' 06:24:34.411 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:24:34.411 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:34.411 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:24:34.411 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:34.411 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:24:34.411 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:24:34.411 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:24:34.411 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:24:34.411 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:24:34.411 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:24:34.411 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:24:34.411 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:24:34.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:24:34.974 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 06:24:34.974 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:24:34.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:34.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:34.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:24:34.977 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:34.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:34.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:34.977 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:24:34.977 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:34.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:34.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:34.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:34.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:34.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:34.977 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:24:34.978 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:24:34.978 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:24:34.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:34.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:34.978 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:34.978 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:34.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:24:34.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:34.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:34.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:34.978 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:24:34.978 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:34.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:34.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:34.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:34.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:34.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:34.979 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:24:34.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:34.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:34.979 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:34.979 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:34.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:24:34.981 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:24:35.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:24:35.481 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:24:35.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:24:35.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:24:35.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:24:35.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:24:35.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:35.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:35.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:24:35.481 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 06:24:35.481 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:24:35.482 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:24:35.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:35.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.24 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.581 s testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) Time elapsed: 21.998 s testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) Time elapsed: 15.509 s testCreateNewInterface no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) Time elapsed: 0.681 s testCreateNewInterfaceWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) Time elapsed: 3.86 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 06:24:35.491 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 06:24:35.491 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:24:35.492 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:24:35.492 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 06:24:35.492 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:24:35.492 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:24:35.492 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:24:35.492 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:24:35.492 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:24:35.492 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:24:35.492 DEBUG [main][EditorHandler] 0 editor(s) found 06:24:35.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:35.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:35.493 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:24:35.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:35.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:35.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:24:35.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:35.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:35.494 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:24:35.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:24:35.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:35.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:35.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:35.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:35.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:24:35.494 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:35.494 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:35.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:35.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:24:35.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:24:35.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:24:35.495 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:35.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:35.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:35.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:35.495 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:35.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:35.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:35.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:35.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:35.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:35.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:35.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:35.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:36.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:36.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:36.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:24:36.498 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:36.498 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:36.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:36.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:36.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:24:36.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:36.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:36.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:36.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:36.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:24:36.499 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:36.499 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:36.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:36.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:36.500 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:24:36.500 INFO [WorkbenchTestable][RequirementsRunner] Started test: createEnumClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest) 06:24:36.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 06:24:36.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:24:36.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:24:36.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:24:36.500 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:36.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:36.500 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:36.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:36.500 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:24:36.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:36.500 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:36.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:36.500 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:36.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:36.501 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:36.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:36.501 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:24:36.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:36.501 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:36.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:36.501 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:36.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:36.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:24:36.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:36.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:36.501 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:24:36.502 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:24:36.502 DEBUG [main][MenuItemLookup] Found menu:'File' 06:24:36.502 DEBUG [main][MenuItemLookup] Item match:File 06:24:36.502 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:24:36.502 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:24:36.504 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:24:36.504 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:24:36.504 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:36.504 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:24:36.504 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:24:36.504 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:24:36.504 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:24:36.504 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:24:36.505 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:24:36.505 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:24:36.505 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:24:36.505 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:24:36.505 DEBUG [main][MenuItemLookup] Found menu:'File' 06:24:36.505 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:24:36.505 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:24:36.505 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:36.505 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:24:36.505 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:36.505 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:24:36.505 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:24:36.505 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:24:36.505 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:24:36.505 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:24:36.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:24:36.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. finished successfully 06:24:36.556 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:24:36.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:36.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:36.557 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:24:36.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:36.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:24:36.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:36.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:36.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:36.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:36.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:24:36.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:24:36.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:24:36.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:24:36.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:24:36.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:24:36.559 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:24:36.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:24:36.559 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:24:36.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:24:36.559 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:24:36.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:24:36.559 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:24:36.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:24:36.559 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:24:36.559 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:24:36.559 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:24:36.559 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:24:36.565 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:24:36.565 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:24:36.565 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:24:36.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) 06:24:36.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:36.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:36.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:36.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:36.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:36.566 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:24:36.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:36.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:36.566 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:36.566 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:36.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'] 06:24:36.680 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:36.680 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:36.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:24:36.681 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 06:24:36.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:24:36.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:36.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:36.681 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:24:36.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:36.682 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'EnumProject' 06:24:36.694 DEBUG [WorkbenchTestable][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:") 06:24:36.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:36.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:36.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:36.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:36.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:24:36.695 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:24:36.696 INFO [WorkbenchTestable][AbstractText] Text set to: EnumProject 06:24:36.716 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:24:36.716 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:24:36.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) 06:24:36.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:36.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:36.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:36.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:36.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:36.718 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:24:36.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:36.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:36.718 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:36.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:36.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:24:37.221 DEBUG [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 06:24:37.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:24:37.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:37.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:37.223 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:24:37.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:24:37.223 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:37.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:37.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:37.223 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:24:37.223 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:37.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:37.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:37.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:37.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:37.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:37.224 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:24:37.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:37.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:37.224 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:37.224 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:37.292 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.... 06:24:37.292 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 06:24:37.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:24:37.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:24:37.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:24:37.293 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 06:24:37.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:24:37.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:24:37.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:24:37.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:24:37.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:37.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:37.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:24: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'] 06:24:37.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24: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'] 06:24:37.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24: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 Enum Type"] 06:24:37.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24: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'] 06:24:37.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24: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'] 06:24:37.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24: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'] 06:24:37.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24: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: "New Enum Type"] 06:24:37.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24: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'] 06:24:37.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24: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'] 06:24:37.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:37.294 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:24:37.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:37.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:37.294 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:24:37.294 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:24:37.294 DEBUG [main][MenuItemLookup] Found menu:'File' 06:24:37.294 DEBUG [main][MenuItemLookup] Item match:File 06:24:37.295 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:24:37.295 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:24:37.297 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:24:37.297 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:24:37.297 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:37.297 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:24:37.297 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:24:37.297 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:24:37.297 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:24:37.297 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:24:37.297 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:24:37.297 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:24:37.297 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:24:37.297 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:24:37.297 DEBUG [main][MenuItemLookup] Found menu:'File' 06:24:37.297 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:24:37.297 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:24:37.297 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:37.297 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:24:37.297 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:37.297 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:24:37.297 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:24:37.309 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:24:37.309 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:24:37.309 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:24:37.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.... 06:24:37.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:24:37.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:24:37.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:37.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:37.420 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:24:37.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:37.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:24:37.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:37.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:37.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:37.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:37.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:24:37.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:24:37.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:24:37.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:24:37.422 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:24:37.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:24:37.422 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:24:37.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:24:37.422 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:24:37.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:24:37.422 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:24:37.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:24:37.422 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:24:37.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:24:37.422 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:24:37.422 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enum 06:24:37.422 DEBUG [main][TreeItemHandler] Selecting tree item: Enum 06:24:37.422 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enum about selection 06:24:37.425 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enum 06:24:37.425 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:24:37.425 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:24:37.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:24:37.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:37.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:37.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:37.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:37.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:37.426 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:24:37.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:37.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:37.426 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:37.426 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:37.516 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:37.516 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:37.516 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:37.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Enum Type"] is available.... 06:24:37.517 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 06:24:37.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Enum Type 06:24:37.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:37.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:37.517 TRACE [WorkbenchTestable][NewEnumCreationWizard] Shell New Enum Type is not null and is not disposed 06:24:37.517 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:37.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewEnumWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 06:24:37.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:37.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:37.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:37.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:37.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:24:37.521 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:24:37.522 INFO [WorkbenchTestable][AbstractText] Text set to: MyEnum 06:24:37.527 DEBUG [WorkbenchTestable][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:") 06:24:37.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:37.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:37.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:37.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:37.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:24:37.537 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:24:37.537 INFO [WorkbenchTestable][AbstractText] Text set to: enumPackage 06:24:37.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 06:24:37.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:37.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:37.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:37.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:37.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:37.543 DEBUG [WorkbenchTestable][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") 06:24:37.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:37.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:37.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:37.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:37.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:37.604 TRACE [WorkbenchTestable][NewEnumCreationWizard] Shell New Enum Type is not null and is not disposed 06:24:37.604 INFO [WorkbenchTestable][NewEnumCreationWizard] Finish wizard 06:24:37.604 DEBUG [WorkbenchTestable][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) 06:24:37.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:37.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:37.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:37.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:37.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:37.654 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:24:37.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:37.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:37.654 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:37.654 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:37.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:24:38.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:24:38.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:24:38.209 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 06:24:38.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:24:38.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:24:38.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:24:38.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:24:38.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:24:38.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:38.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:24:38.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:38.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:24:38.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5ed27da4 is found... 06:24:38.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5ed27da4 is found finished successfully 06:24:38.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMyEnum.java\E') 06:24:38.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:38.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:38.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:38.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:38.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:24:38.211 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:38.212 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package enumPackage; public enum MyEnum { } TooltipText=null 06:24:38.212 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:38.212 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package enumPackage; public enum MyEnum { } TooltipText=null 06:24:38.212 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 06:24:38.212 DEBUG [WorkbenchTestable][EditorHandler] Closing editor MyEnum.java 06:24:38.278 DEBUG [WorkbenchTestable][EditorHandler] Editor MyEnum.java is closed 06:24:38.278 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 06:24:38.278 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:24:38.278 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:24:38.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:38.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:38.298 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createEnumClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest) 06:24:38.298 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 06:24:38.298 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:24:38.298 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:24:38.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:38.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.808 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.798 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 06:24:38.303 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 06:24:38.303 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:24:38.303 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:24:38.303 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 06:24:38.303 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:24:38.303 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:24:38.304 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:24:38.304 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:24:38.304 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:24:38.304 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:24:38.304 DEBUG [main][EditorHandler] 0 editor(s) found 06:24:38.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:38.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:38.305 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:24:38.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:38.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:38.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:24:38.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:38.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:38.306 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:24:38.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 '\*?\QProject Explorer\E') 06:24:38.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:38.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:38.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:38.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:38.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:24:38.306 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:38.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:38.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:38.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:24:38.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:24:38.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:24:38.317 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:38.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:38.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:38.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:38.318 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:38.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:38.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:38.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:38.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:38.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:38.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:38.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:38.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:39.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:39.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:39.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:24:39.320 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:39.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:39.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:39.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:39.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 06:24:39.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:39.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:39.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:39.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:39.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:24:39.322 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EnumProject 06:24:39.322 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:39.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:39.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:39.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:39.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:39.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:39.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:39.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:39.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:40.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:40.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:40.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:24:40.324 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:40.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:40.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:40.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:40.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 06:24:40.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:40.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:40.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:40.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:40.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:24:40.325 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EnumProject 06:24:40.325 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:40.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:40.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:40.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:40.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 06:24:40.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:40.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:40.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:40.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:40.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:24:40.326 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:24:40.326 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:24:40.326 DEBUG [main][TreeItemHandler] Set Tree selection 06:24:40.326 DEBUG [main][TreeHandler] Notify Tree about selection event 06:24:40.330 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:24:40.331 DEBUG [WorkbenchTestable][TreeItemHandler] EnumProject 06:24:40.331 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:24:40.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:40.353 DEBUG [main][MenuItemLookup] Found menu:'New' 06:24:40.353 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:24:40.353 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:40.353 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:24:40.353 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:40.353 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:24:40.353 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:24:40.353 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:24:40.353 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:24:40.353 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:24:40.353 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:24:40.353 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:24:40.353 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:40.353 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:24:40.353 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:24:40.353 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:40.353 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:24:40.353 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:24:40.353 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:24:40.353 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:24:40.353 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:24:40.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:24:40.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:24:40.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:24:40.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:40.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:24:40.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:40.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:24:40.854 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:24:40.854 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:40.872 DEBUG [main][MenuItemLookup] Found menu:'New' 06:24:40.872 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:24:40.872 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:40.872 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:24:40.872 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:40.872 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:24:40.872 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:24:40.872 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:24:40.872 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:24:40.872 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:24:40.872 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:24:40.872 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:24:40.872 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:24:40.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:24:41.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 06:24:41.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:24:41.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:41.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:41.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) 06:24:41.429 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:41.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:41.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:41.430 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:24:41.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:41.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:41.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:41.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:41.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:41.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:41.430 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:24:41.430 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:24:41.431 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:24:41.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:41.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:41.431 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:41.431 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:41.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") 06:24:41.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:41.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:41.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:41.431 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:24:41.431 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:41.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:41.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:41.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:41.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:41.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:41.432 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:24:41.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:41.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:41.432 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:41.432 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:41.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:24:41.434 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:24:41.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:24:41.934 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:24:41.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:24:41.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:24:41.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:24:41.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:24:41.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:41.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:41.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:24:41.934 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:41.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:41.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:41.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:41.935 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:41.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:41.935 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:41.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:41.936 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:24:41.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:41.936 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:41.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:41.936 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:41.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:41.936 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:41.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:41.936 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:24:41.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:41.936 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:41.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:41.936 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:41.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:41.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:24:41.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:41.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:41.937 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:24:41.937 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:24:41.937 DEBUG [main][MenuItemLookup] Found menu:'File' 06:24:41.937 DEBUG [main][MenuItemLookup] Item match:File 06:24:41.937 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:24:41.937 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:24:41.939 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:24:41.939 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:24:41.939 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:41.939 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:24:41.939 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:24:41.939 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:24:41.939 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:24:41.939 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:24:41.939 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:24:41.939 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:24:41.939 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:24:41.939 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:24:41.939 DEBUG [main][MenuItemLookup] Found menu:'File' 06:24:41.939 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:24:41.939 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:24:41.939 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:41.939 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:24:41.939 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:41.939 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:24:41.939 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:24:41.940 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:24:41.940 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:24:41.940 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:24:42.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:24:42.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 06:24:42.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:24:42.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:42.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:42.003 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:24:42.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:42.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 06:24:42.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:42.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:42.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:42.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:42.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:24:42.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:24:42.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:24:42.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:24:42.005 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:24:42.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:24:42.005 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:24:42.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:24:42.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:24:42.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:24:42.006 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:24:42.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:24:42.006 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:24:42.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:24:42.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:24:42.006 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:24:42.006 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:24:42.006 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:24:42.009 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:24:42.009 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:24:42.009 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:24:42.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:24:42.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:42.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:42.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:42.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:42.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:42.011 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:24:42.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:42.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:42.011 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:42.011 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:42.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:42.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:42.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:42.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:24:42.220 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 06:24:42.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:24:42.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:42.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:42.221 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:24:42.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:42.221 DEBUG [WorkbenchTestable][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:") 06:24:42.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:42.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:42.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:42.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:42.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:42.222 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 06:24:42.222 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 06:24:42.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:42.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:42.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:42.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:42.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:24:42.223 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:24:42.223 INFO [WorkbenchTestable][JavaProjectWizard] Cancel wizard 06:24:42.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:24:42.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:42.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:42.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:42.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:42.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:42.225 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:24:42.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:42.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:42.225 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:42.225 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:42.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:24:42.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:24:42.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:24:42.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:24:42.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:24:42.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:42.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:42.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:24:42.270 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:24:42.270 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJavaProjectWizardCreateInfoModule no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 06:24:42.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 06:24:42.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:24:42.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:24:42.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:24:42.270 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:42.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:42.270 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:42.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:42.270 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:24:42.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:42.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:42.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:42.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:42.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:42.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:42.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:42.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:24:42.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:42.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:42.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:42.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:42.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:42.271 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:24:42.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:42.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:42.271 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:24:42.271 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:24:42.271 DEBUG [main][MenuItemLookup] Found menu:'File' 06:24:42.272 DEBUG [main][MenuItemLookup] Item match:File 06:24:42.273 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:24:42.273 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:24:42.275 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:24:42.275 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:24:42.275 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:42.275 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:24:42.275 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:24:42.275 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:24:42.275 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:24:42.275 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:24:42.275 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:24:42.275 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:24:42.275 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:24:42.275 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:24:42.275 DEBUG [main][MenuItemLookup] Found menu:'File' 06:24:42.275 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:24:42.275 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:24:42.275 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:42.275 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:24:42.275 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:42.275 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:24:42.275 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:24:42.276 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:24:42.276 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:24:42.276 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:24:42.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.... 06:24:42.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:24:42.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:24:42.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:42.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:42.350 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:24:42.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:42.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:24:42.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:42.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:42.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:42.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:42.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:24:42.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:24:42.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:24:42.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:24:42.352 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:24:42.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:24:42.352 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:24:42.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:24:42.352 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:24:42.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:24:42.352 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:24:42.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:24:42.352 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:24:42.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:24:42.352 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:24:42.352 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:24:42.352 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:24:42.352 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:24:42.355 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:24:42.355 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:24:42.355 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:24:42.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:24:42.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:42.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:42.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:42.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:42.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:42.355 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:24:42.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:42.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:42.356 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:42.356 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:42.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'] 06:24:42.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:42.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:42.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:24:42.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 06:24:42.470 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:24:42.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:42.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:42.470 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:24:42.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:42.470 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'SimpleJavaProject' 06:24:42.471 DEBUG [WorkbenchTestable][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:") 06:24:42.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:42.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:42.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:42.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:42.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:24:42.472 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:24:42.472 INFO [WorkbenchTestable][AbstractText] Text set to: SimpleJavaProject 06:24:42.482 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting active button 'Use an execution environment JRE' 06:24:42.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.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:") 06:24:42.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:42.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:42.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:42.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:42.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:42.494 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 06:24:42.495 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Selecting 'JavaSE-9' 06:24:42.495 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 06:24:42.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:42.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:42.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:42.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:42.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:24:42.495 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JavaSE-11 to selection: JavaSE-9 06:24:42.496 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:24:42.496 INFO [WorkbenchTestable][JavaProjectWizard] Go to next wizard page 06:24:42.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:24:42.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:42.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:42.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:42.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:42.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:42.497 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:24:42.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:42.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:42.497 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:42.497 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:42.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:24:42.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 06:24:42.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 06:24:42.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:24:42.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating workspace' is a system job, skipped 06:24:42.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:42.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:43.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:24:43.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:24:43.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:24:43.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:43.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24: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 06:24:43.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:24:43.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:43.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:44.001 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 06:24:44.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:44.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:44.502 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 06:24:44.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:44.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:45.002 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 06:24:45.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:45.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:45.502 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 06:24:45.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:45.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:45.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 06:24:45.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:24:45.502 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 06:24:45.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:45.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:45.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:24:45.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.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") 06:24:45.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:45.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:45.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:45.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:45.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:45.504 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageTwo] Setting 'Create module-info.java file' to true 06:24:45.507 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 06:24:45.507 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file already selected, no action performed 06:24:45.507 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:24:45.507 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:24:45.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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) 06:24:45.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:45.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:45.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:45.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:45.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:45.509 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:24:45.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:45.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:45.509 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:45.509 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:45.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:24:46.013 DEBUG [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 06:24:46.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:24:46.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:46.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:46.015 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Setting module name to 'simplejavaproject' 06:24:46.016 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:") 06:24:46.016 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:46.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:46.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:46.016 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:24:46.016 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:46.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:46.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:46.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:46.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:46.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:24:46.017 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:24:46.017 INFO [WorkbenchTestable][AbstractText] Text set to: simplejavaproject 06:24:46.020 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Creating module-info.java file 06:24:46.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Create") 06:24:46.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:46.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:46.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:46.021 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:24:46.021 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:46.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:46.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:46.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:46.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:46.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:46.022 INFO [WorkbenchTestable][AbstractButton] Click button &Create 06:24:46.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:46.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:46.022 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:46.022 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:46.261 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.... 06:24:46.265 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 06:24:46.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:24:46.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:24:46.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:24:46.266 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:24:46.266 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:24:46.266 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:24:46.266 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:24:46.266 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:24:46.266 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:24:46.266 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:24:46.266 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:46.266 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:24:46.266 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:46.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:24:46.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:46.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:46.267 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:24:46.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:46.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:46.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - SimpleJavaProject/src/module-info.java - Eclipse Platform 06:24:46.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:46.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:46.268 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - SimpleJavaProject/src/module-info.java - Eclipse Platform' 06:24:46.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:24:46.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:46.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:46.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:46.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:46.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:24:46.269 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:46.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:46.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:46.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:46.291 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:46.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:46.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:46.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:46.291 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:46.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:46.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:46.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:46.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:46.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:46.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:46.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:46.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:47.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:47.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:47.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:24:47.294 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:47.294 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:47.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:47.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24: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 06:24:47.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:47.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:47.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:47.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:47.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:24:47.295 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 06:24:47.295 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:47.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:47.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:47.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:47.296 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:47.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:47.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:47.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:47.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:47.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:47.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:47.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:47.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:48.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:48.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:48.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:24:48.298 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:48.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:48.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:48.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:48.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 06:24:48.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:48.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:48.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:48.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:48.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:24:48.299 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 06:24:48.300 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:24:48.300 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:24:48.300 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item SimpleJavaProject 06:24:48.300 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item SimpleJavaProject 06:24:48.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:24:48.300 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item SimpleJavaProject is already expanded. No action performed 06:24:48.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:24:48.300 INFO [WorkbenchTestable][TreeItemHandler] Expanded: SimpleJavaProject 06:24:48.300 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item module-info.java of tree item src 06:24:48.300 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:24:48.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:24:48.300 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:24:48.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:24:48.300 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:24:48.300 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item simplejavaproject of tree item module-info.java 06:24:48.300 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item module-info.java 06:24:48.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:24:48.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:24:48.801 INFO [WorkbenchTestable][TreeItemHandler] Expanded: module-info.java 06:24:48.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:48.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:48.802 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:24:48.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:48.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:48.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - SimpleJavaProject/src/module-info.java - Eclipse Platform 06:24:48.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:48.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:48.803 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - SimpleJavaProject/src/module-info.java - Eclipse Platform' 06:24:48.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:24:48.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:48.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:48.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:48.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:48.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:24:48.804 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:48.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:48.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:48.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - SimpleJavaProject/src/module-info.java - Eclipse Platform TooltipText=null 06:24:48.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:24:48.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:24:48.805 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:48.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:48.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:48.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:48.805 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:48.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:48.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:48.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:48.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:48.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:48.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:49.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:49.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:49.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:49.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:49.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:24:49.807 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:49.808 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:49.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:49.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:49.809 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:24:49.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:49.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:49.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:49.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:49.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:24:49.809 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 06:24:49.809 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:49.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:49.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:49.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:49.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:49.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:49.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:50.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:50.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:50.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:50.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:50.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:24:50.811 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:50.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:50.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:50.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:50.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 06:24:50.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:50.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:50.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:50.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:50.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:24:50.812 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 06:24:50.813 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:24:50.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:24:50.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:24:50.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:24:50.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 06:24:50.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:50.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:50.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:50.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:50.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:24:50.813 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:24:50.813 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:24:50.813 DEBUG [main][TreeItemHandler] Set Tree selection 06:24:50.813 DEBUG [main][TreeHandler] Notify Tree about selection event 06:24:50.816 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:24:50.817 DEBUG [WorkbenchTestable][TreeItemHandler] SimpleJavaProject 06:24:50.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:24:50.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:50.836 DEBUG [main][MenuItemLookup] Found menu:'New' 06:24:50.836 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:24:50.836 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:50.836 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:24:50.836 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:50.836 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:24:50.836 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:24:50.836 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:24:50.836 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:24:50.836 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:24:50.836 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:24:50.836 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:24:50.836 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:50.836 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:24:50.836 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:24:50.836 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:50.836 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:24:50.836 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:24:50.837 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:24:50.837 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:24:50.837 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:24:50.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:24:50.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:24:51.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:24:51.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:24:51.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:51.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:24:51.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:51.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:24:51.337 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:24:51.337 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:51.354 DEBUG [main][MenuItemLookup] Found menu:'New' 06:24:51.354 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:24:51.354 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:51.354 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:24:51.354 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:51.354 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:24:51.354 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:24:51.354 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:24:51.354 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:24:51.354 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:24:51.354 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:24:51.360 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:24:51.360 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:24:51.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:24:51.922 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 06:24:51.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:24:51.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:51.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:51.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:24:51.924 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:51.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:51.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:51.924 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:24:51.924 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:51.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:51.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:51.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:51.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:51.925 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:24:51.925 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:24:51.925 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:24:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:51.925 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:51.925 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:51.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 "OK") 06:24:51.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:24:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:51.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:24:51.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:24:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:51.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:51.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:51.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:51.926 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:24:51.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:51.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:51.926 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:51.926 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:51.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:24:51.928 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:24:52.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:24:52.428 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:24:52.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:24:52.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:24:52.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:24:52.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:24:52.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:24:52.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:24:52.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:24:52.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 06:24:52.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:24:52.428 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:24:52.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:24:52.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:24:52.429 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJavaProjectWizardCreateInfoModule no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 06:24:52.429 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:24:52.429 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJavaProjectWizardDisabledModuleInfoCheckbox no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 06:24:52.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 06:24:52.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:24:52.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:24:52.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:24:52.430 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:52.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:52.430 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:52.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:52.430 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:24:52.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:52.430 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:52.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:52.430 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:52.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:52.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'] 06:24:52.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:52.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: "New Java Project"] 06:24:52.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:52.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'] 06:24:52.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:52.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'] 06:24:52.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:52.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:24:52.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:52.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:52.431 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:24:52.431 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:24:52.431 DEBUG [main][MenuItemLookup] Found menu:'File' 06:24:52.432 DEBUG [main][MenuItemLookup] Item match:File 06:24:52.432 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:24:52.432 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:24:52.434 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:24:52.434 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:24:52.434 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:52.434 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:24:52.434 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:24:52.434 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:24:52.434 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:24:52.434 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:24:52.434 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:24:52.434 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:24:52.434 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:24:52.434 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:24:52.434 DEBUG [main][MenuItemLookup] Found menu:'File' 06:24:52.434 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:24:52.434 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:24:52.434 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:52.434 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:24:52.434 DEBUG [main][MenuItemLookup] Found menu:'' 06:24:52.434 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:24:52.434 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:24:52.434 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:24:52.434 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:24:52.435 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:24:52.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:24:52.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:24:52.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:24:52.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:52.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:52.485 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:24:52.486 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:52.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:24:52.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:52.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:52.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:52.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:52.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:24:52.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:24:52.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:24:52.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:24:52.487 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:24:52.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:24:52.487 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:24:52.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:24:52.487 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:24:52.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:24:52.487 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:24:52.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:24:52.487 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:24:52.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:24:52.487 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:24:52.487 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:24:52.487 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:24:52.487 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:24:52.488 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:24:52.488 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:24:52.488 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:24:52.488 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:24:52.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:52.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:52.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:52.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:52.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:52.488 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:24:52.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:52.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:52.493 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:52.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:52.606 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:24:52.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:52.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:52.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:24:52.615 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 06:24:52.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:24:52.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:24:52.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:24:52.616 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:24:52.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:24:52.616 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'SimpleJavaProject' 06:24:52.616 DEBUG [WorkbenchTestable][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:") 06:24:52.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:52.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:52.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:52.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:52.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:24:52.617 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:24:52.618 INFO [WorkbenchTestable][AbstractText] Text set to: SimpleJavaProject 06:24:52.631 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting active button 'Use an execution environment JRE' 06:24:52.638 DEBUG [WorkbenchTestable][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:") 06:24:52.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:52.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:52.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:52.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:52.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:52.639 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 06:24:52.639 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Selecting 'JavaSE-1.8' 06:24:52.639 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 06:24:52.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:52.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:52.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:52.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:52.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:24:52.640 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JavaSE-9 to selection: JavaSE-1.8 06:24:52.640 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:24:52.640 INFO [WorkbenchTestable][JavaProjectWizard] Go to next wizard page 06:24:52.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:24:52.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:52.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:52.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:52.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:52.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:52.641 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:24:52.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:24:52.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:24:52.642 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:24:52.642 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:24:52.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.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") 06:24:52.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:24:52.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:52.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:24:53.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:24:53.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:24:53.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:24:53.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:24:53.148 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageTwo] Setting 'Create module-info.java file' to true 06:24:53.148 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 06:24:53.148 INFO [WorkbenchTestable][CheckBox] Check checkbox Create &module-info.java file 06:24:53.148 INFO [WorkbenchTestable][AbstractButton] Click button Create &module-info.java file 06:24:53.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:03.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled failed, an exception will be thrown 06:25:03.170 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:25:03.170 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:25:03.170 DEBUG [WorkbenchTestable][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) 06:25:03.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:03.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:03.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:03.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:03.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:03.174 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:25:03.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:03.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:03.174 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:03.174 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:03.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:25:06.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 06:25:06.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:25:06.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:25:06.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:25:06.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:06.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:06.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:06.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:25:06.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:06.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:06.183 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:25:06.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:06.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:06.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:25:06.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:06.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:06.184 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:25:06.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:25:06.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:06.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:06.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:06.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:06.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:25:06.185 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:06.185 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:06.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:06.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:25:06.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:25:06.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:25:06.186 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:06.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:06.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:06.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:06.187 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:06.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:06.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:06.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:06.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:06.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:06.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:06.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:06.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:07.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:07.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:07.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:25:07.196 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:07.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:07.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:07.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25: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 06:25:07.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:07.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:07.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:07.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:07.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:25:07.198 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 06:25:07.198 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:07.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:07.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:07.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:07.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:07.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:07.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:07.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:07.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:08.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:08.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:08.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:25:08.201 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:08.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:08.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:08.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:08.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 06:25:08.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:08.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:08.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:08.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:08.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:25:08.202 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 06:25:08.202 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:08.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:08.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:08.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:08.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:25:08.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:08.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:08.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:08.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:08.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:25:08.203 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:25:08.203 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:25:08.203 DEBUG [main][TreeItemHandler] Set Tree selection 06:25:08.203 DEBUG [main][TreeHandler] Notify Tree about selection event 06:25:08.207 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:25:08.207 DEBUG [WorkbenchTestable][TreeItemHandler] SimpleJavaProject 06:25:08.207 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:25:08.207 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:08.251 DEBUG [main][MenuItemLookup] Found menu:'New' 06:25:08.251 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:25:08.251 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:08.251 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:25:08.251 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:08.251 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:25:08.251 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:25:08.251 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:25:08.251 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:25:08.251 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:25:08.251 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:25:08.251 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:25:08.251 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:08.251 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:25:08.251 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:25:08.251 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:08.251 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:25:08.251 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:25:08.251 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:25:08.251 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:25:08.251 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:25:08.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:25:08.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:25:08.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:25:08.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:25:08.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:08.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:08.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:08.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:25:08.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:25:08.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:08.769 DEBUG [main][MenuItemLookup] Found menu:'New' 06:25:08.769 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:25:08.769 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:08.769 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:25:08.769 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:08.769 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:25:08.769 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:25:08.769 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:25:08.769 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:25:08.769 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:25:08.769 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:25:08.769 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:25:08.769 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:25:08.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:25:09.319 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 06:25:09.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:25:09.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:09.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:09.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) 06:25:09.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:09.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:09.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:09.322 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:25:09.322 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:09.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:09.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:09.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:09.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:09.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:09.323 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:25:09.323 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:25:09.323 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:25:09.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:09.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:09.323 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:09.323 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:09.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:25:09.323 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:09.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:09.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:09.323 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:25:09.323 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:09.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:09.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:09.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:09.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:09.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:09.324 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:25:09.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:09.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:09.324 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:09.324 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:09.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:25:09.326 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:25:09.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:25:09.826 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:25:09.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:25:09.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:25:09.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:25:09.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:25:09.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:09.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:09.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:25:09.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 06:25:09.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:25:09.826 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:25:09.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:09.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:09.827 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJavaProjectWizardDisabledModuleInfoCheckbox no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 06:25:09.827 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:25:09.827 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJavaProjectWizard no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 06:25:09.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 06:25:09.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:25:09.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:25:09.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:25:09.827 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:09.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:09.827 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:09.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:09.827 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:25:09.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:09.827 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:09.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:09.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:09.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:09.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:09.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:09.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:25:09.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:09.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:09.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:09.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:09.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:09.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:25:09.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:09.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:09.829 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:25:09.829 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:25:09.829 DEBUG [main][MenuItemLookup] Found menu:'File' 06:25:09.829 DEBUG [main][MenuItemLookup] Item match:File 06:25:09.829 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:25:09.829 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:25:09.831 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:25:09.831 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:25:09.831 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:09.831 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:25:09.831 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:25:09.831 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:25:09.831 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:25:09.831 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:25:09.831 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:25:09.831 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:25:09.831 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:25:09.831 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:25:09.831 DEBUG [main][MenuItemLookup] Found menu:'File' 06:25:09.831 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:25:09.831 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:25:09.831 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:09.831 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:25:09.831 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:09.831 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:25:09.831 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:25:09.839 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:25:09.839 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:25:09.839 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:25:09.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:25:09.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:25:09.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:25:09.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:09.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:09.890 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:25:09.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:09.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:25:09.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:09.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:09.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:09.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:09.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:25:09.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:25:09.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:25:09.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:25:09.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:25:09.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:25:09.891 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:25:09.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:25:09.891 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:25:09.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:25:09.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:25:09.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:25:09.891 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:25:09.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:25:09.891 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:25:09.891 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:25:09.891 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:25:09.891 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:25:09.892 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:25:09.892 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:25:09.892 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:25:09.892 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:25:09.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:09.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:09.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:09.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:09.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:09.892 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:25:09.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:09.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:09.892 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:09.892 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:10.005 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:10.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:10.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:10.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:25:10.005 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 06:25:10.006 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:25:10.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:10.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:10.006 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:25:10.006 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:10.006 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'SimpleJavaProject' 06:25:10.006 DEBUG [WorkbenchTestable][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:") 06:25:10.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:10.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:10.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:10.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:10.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:25:10.007 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:25:10.008 INFO [WorkbenchTestable][AbstractText] Text set to: SimpleJavaProject 06:25:10.029 DEBUG [WorkbenchTestable][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") 06:25:10.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:10.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:10.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:10.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:10.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:10.030 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting default location to true 06:25:10.030 INFO [WorkbenchTestable][CheckBox] Select checkbox Use &default location 06:25:10.030 DEBUG [WorkbenchTestable][CheckBox] Checkbox Use &default location already selected, no action performed 06:25:10.030 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:25:10.030 INFO [WorkbenchTestable][JavaProjectWizard] Go to next wizard page 06:25:10.030 DEBUG [WorkbenchTestable][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) 06:25:10.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:10.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:10.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:10.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:10.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:10.031 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:25:10.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:10.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:10.031 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:10.031 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:10.034 DEBUG [WorkbenchTestable][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") 06:25:10.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:10.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:10.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:10.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:10.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:10.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:10.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:10.537 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageTwo] Setting 'Allow output folders for source folders' to true 06:25:10.539 INFO [WorkbenchTestable][CheckBox] Select checkbox Allow output folders for sour&ce folders 06:25:10.539 INFO [WorkbenchTestable][CheckBox] Check checkbox Allow output folders for sour&ce folders 06:25:10.539 INFO [WorkbenchTestable][AbstractButton] Click button Allow output folders for sour&ce folders 06:25:10.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:10.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:10.540 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:10.540 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:10.540 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:25:10.540 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:25:10.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:25:10.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:10.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:10.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:10.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:10.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:10.542 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:25:10.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:10.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:10.542 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:10.542 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:10.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:25:13.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 06:25:13.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:25:13.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:25:13.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:25:13.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:13.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:13.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:13.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:25:13.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:13.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:13.580 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:25:13.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:13.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:13.581 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:25:13.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:13.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:13.581 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:25:13.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 '\*?\QProject Explorer\E') 06:25:13.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:13.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:13.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:13.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:13.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:25:13.582 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:13.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:13.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:13.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:25:13.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:25:13.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:25:13.584 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:13.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:13.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:13.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:13.585 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:13.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:13.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:13.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:13.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:13.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:13.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:14.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:14.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:14.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:14.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:14.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:25:14.587 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:14.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:14.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:14.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:14.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:25:14.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:14.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:14.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:14.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:14.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:25:14.588 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 06:25:14.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:14.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:14.589 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:25:14.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:14.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:14.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:25:14.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:14.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:14.590 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:25:14.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:25:14.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:14.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:14.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:14.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:14.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:25:14.590 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:14.590 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:14.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:14.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:25:14.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:25:14.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:25:14.591 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:14.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:14.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:14.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:14.599 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:14.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:14.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:14.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:14.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:14.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:14.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:15.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:15.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:15.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:15.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:15.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:25:15.602 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:15.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:15.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:15.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:15.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 06:25:15.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:15.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:15.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:15.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:15.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:25:15.603 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 06:25:15.603 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:15.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:15.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:15.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:15.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:15.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:15.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:16.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:16.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:16.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:16.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:16.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:25:16.605 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:16.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:16.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:16.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:16.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 06:25:16.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:16.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:16.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:16.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:16.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:25:16.607 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 06:25:16.607 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:16.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:16.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:16.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:16.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:25:16.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:16.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:16.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:16.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:16.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:25:16.607 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:25:16.607 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:25:16.608 DEBUG [main][TreeItemHandler] Set Tree selection 06:25:16.608 DEBUG [main][TreeHandler] Notify Tree about selection event 06:25:16.611 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:25:16.612 DEBUG [WorkbenchTestable][TreeItemHandler] SimpleJavaProject 06:25:16.612 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:25:16.612 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:16.633 DEBUG [main][MenuItemLookup] Found menu:'New' 06:25:16.633 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:25:16.633 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:16.633 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:25:16.633 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:16.633 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:25:16.633 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:25:16.633 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:25:16.633 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:25:16.633 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:25:16.633 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:25:16.633 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:25:16.633 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:16.633 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:25:16.633 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:25:16.633 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:16.633 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:25:16.633 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:25:16.633 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:25:16.633 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:25:16.633 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:25:16.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:25:16.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:25:16.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:25:17.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:25:17.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:17.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:17.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:17.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:25:17.133 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:25:17.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:17.151 DEBUG [main][MenuItemLookup] Found menu:'New' 06:25:17.151 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:25:17.151 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:17.151 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:25:17.151 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:17.151 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:25:17.151 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:25:17.151 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:25:17.151 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:25:17.151 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:25:17.151 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:25:17.151 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:25:17.151 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:25:17.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:25:17.717 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 06:25:17.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:25:17.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:17.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:17.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) 06:25:17.720 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:17.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:17.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:17.720 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:25:17.720 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:17.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:17.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:17.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:17.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:17.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:17.720 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:25:17.720 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:25:17.720 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:25:17.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:17.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:17.721 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:17.721 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:17.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:25:17.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:17.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:17.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:17.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:25:17.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:17.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:17.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:17.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:17.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:17.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:17.721 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:25:17.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:17.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:17.721 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:17.721 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:17.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:25:17.723 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:25:18.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:25:18.224 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:25:18.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:25:18.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:25:18.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:25:18.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:25:18.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:18.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:18.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:25:18.224 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 06:25:18.224 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:25:18.224 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:25:18.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:18.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:18.225 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJavaProjectWizard no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 06:25:18.225 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:25:18.225 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJavaProjectWizardCreateInfoModuleDefaultName no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 06:25:18.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 06:25:18.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:25:18.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:25:18.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:25:18.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'] 06:25:18.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:18.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'] 06:25:18.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:18.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: "New Java Project"] 06:25:18.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:18.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'] 06:25:18.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:18.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'] 06:25:18.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:18.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'] 06:25:18.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:18.226 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:25:18.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:18.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'] 06:25:18.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:18.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'] 06:25:18.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:18.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:25:18.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:18.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:18.226 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:25:18.226 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:25:18.227 DEBUG [main][MenuItemLookup] Found menu:'File' 06:25:18.227 DEBUG [main][MenuItemLookup] Item match:File 06:25:18.227 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:25:18.227 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:25:18.229 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:25:18.229 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:25:18.229 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:18.229 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:25:18.229 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:25:18.229 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:25:18.229 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:25:18.229 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:25:18.229 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:25:18.229 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:25:18.229 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:25:18.229 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:25:18.229 DEBUG [main][MenuItemLookup] Found menu:'File' 06:25:18.229 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:25:18.229 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:25:18.229 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:18.229 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:25:18.229 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:18.229 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:25:18.229 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:25:18.230 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:25:18.230 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:25:18.230 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:25:18.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:25:18.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:25:18.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:25:18.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:18.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:18.284 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:25:18.284 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:18.284 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:25:18.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:18.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:18.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:18.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:18.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:25:18.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:25:18.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:25:18.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:25:18.290 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:25:18.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:25:18.290 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:25:18.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:25:18.290 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:25:18.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:25:18.290 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:25:18.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:25:18.290 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:25:18.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:25:18.290 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:25:18.290 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:25:18.290 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:25:18.290 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:25:18.291 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:25:18.291 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:25:18.291 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:25:18.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:25:18.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:18.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:18.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:18.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:18.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:18.292 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:25:18.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:18.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:18.292 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:18.292 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:18.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'] 06:25:18.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:18.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:18.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:25:18.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 06:25:18.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:25:18.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:18.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:18.413 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:25:18.414 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:18.414 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'SimpleJavaProject' 06:25:18.414 DEBUG [WorkbenchTestable][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:") 06:25:18.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:18.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:18.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:18.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:18.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:25:18.415 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:25:18.415 INFO [WorkbenchTestable][AbstractText] Text set to: SimpleJavaProject 06:25:18.428 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting active button 'Use an execution environment JRE' 06:25:18.428 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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:") 06:25:18.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:18.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:18.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:18.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:18.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:18.437 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 06:25:18.437 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Selecting 'JavaSE-10' 06:25:18.437 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 06:25:18.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:18.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:18.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:18.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:18.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:25:18.438 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JavaSE-1.8 to selection: JavaSE-10 06:25:18.438 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:25:18.438 INFO [WorkbenchTestable][JavaProjectWizard] Go to next wizard page 06:25:18.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:25:18.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:18.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:18.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:18.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:18.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:18.439 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:25:18.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:18.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:18.440 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:18.440 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:18.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 06:25:18.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:18.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:18.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:19.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:19.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:19.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:19.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:19.050 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageTwo] Setting 'Create module-info.java file' to true 06:25:19.053 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 06:25:19.053 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file already selected, no action performed 06:25:19.053 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:25:19.053 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:25:19.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:25:19.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:19.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:19.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:19.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:19.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:19.055 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:25:19.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:19.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:19.055 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:19.055 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:19.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:25:19.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 06:25:19.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:25:19.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:19.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:19.627 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:25:19.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:25:19.627 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:19.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:19.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:19.627 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:25:19.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:19.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:19.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:19.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:19.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:19.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:19.628 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:25:19.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:19.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:19.628 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:19.628 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:19.739 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.... 06:25:19.740 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 06:25:19.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:25:19.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:25:19.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:25:19.740 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 06:25:19.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:25:19.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:25:19.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:19.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:19.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:19.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:25:19.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:19.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:19.741 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:25:19.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:19.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:19.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:25:19.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:19.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:19.741 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:25:19.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:25:19.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:19.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:19.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:19.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:19.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:25:19.742 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:19.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:19.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:19.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:25:19.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:25:19.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:25:19.744 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:19.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:19.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:19.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:19.744 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:19.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:19.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:19.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:19.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:19.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:19.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:20.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:20.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:20.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:20.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:20.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:25:20.752 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:20.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:20.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:20.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:20.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:25:20.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:20.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:20.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:20.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:20.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:25:20.753 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 06:25:20.754 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:20.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:20.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:20.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:20.754 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:20.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:20.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:20.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:20.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:20.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:21.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:21.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:21.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:21.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:21.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:25:21.757 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:21.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:21.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:21.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:21.757 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:25:21.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:21.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:21.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:21.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:21.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:25:21.757 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 06:25:21.758 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:25:21.758 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 06:25:21.758 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item SimpleJavaProject 06:25:21.758 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item SimpleJavaProject 06:25:21.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:25:22.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:25:22.259 INFO [WorkbenchTestable][TreeItemHandler] Expanded: SimpleJavaProject 06:25:22.260 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item module-info.java of tree item src 06:25:22.260 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:25:22.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:25:22.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:25:22.760 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:25:22.761 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 06:25:22.761 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:25:22.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:25:23.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:25:23.261 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:25:23.262 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:25:23.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:25:23.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:25:23.762 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:25:23.763 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 06:25:23.763 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 06:25:23.763 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:25:23.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:25:24.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:25:24.264 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:25:24.264 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:25:24.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:25:24.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:25:24.765 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:25:24.765 DEBUG [WorkbenchTestable][AbstractResource] Item "module-info.java" was not found. Available items on the current level: 06:25:24.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:24.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:24.766 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:25:24.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:24.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:24.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:25:24.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:24.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:24.766 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:25:24.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') 06:25:24.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:24.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:24.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:24.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:24.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:25:24.767 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:24.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:24.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:24.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:25:24.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:25:24.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:25:24.769 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:24.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:24.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:24.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:24.769 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:24.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:24.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:24.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:24.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:24.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:24.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:25.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:25.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:25.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:25.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:25.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:25:25.772 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:25.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:25.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:25.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:25.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 06:25:25.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:25.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:25.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:25.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:25.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:25:25.773 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 06:25:25.773 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:25.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:25.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:25.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:25.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:25.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:25.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:26.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:26.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:26.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:26.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:25:26.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:25:26.775 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:26.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:26.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:26.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:26.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:25:26.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:26.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:26.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:26.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:26.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:25:26.776 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 06:25:26.776 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:25:26.776 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:25:26.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:26.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:25:26.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 06:25:26.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:26.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:26.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:26.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:26.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:25:26.777 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:25:26.777 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:25:26.777 DEBUG [main][TreeItemHandler] Set Tree selection 06:25:26.777 DEBUG [main][TreeHandler] Notify Tree about selection event 06:25:26.781 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:25:26.781 DEBUG [WorkbenchTestable][TreeItemHandler] SimpleJavaProject 06:25:26.781 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:25:26.781 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:26.802 DEBUG [main][MenuItemLookup] Found menu:'New' 06:25:26.802 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:25:26.802 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:26.802 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:25:26.802 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:26.802 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:25:26.802 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:25:26.802 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:25:26.802 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:25:26.802 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:25:26.802 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:25:26.802 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:25:26.802 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:26.802 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:25:26.802 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:25:26.802 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:26.802 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:25:26.802 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:25:26.802 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:25:26.802 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:25:26.802 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:25:26.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:25:26.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:25:26.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:25:27.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:27.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:27.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:27.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:25:27.303 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:25:27.303 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:27.345 DEBUG [main][MenuItemLookup] Found menu:'New' 06:25:27.345 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:25:27.345 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:27.345 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:25:27.345 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:27.345 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:25:27.345 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:25:27.345 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:25:27.345 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:25:27.345 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:25:27.345 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:25:27.345 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:25:27.345 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:25:27.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:25:27.902 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 06:25:27.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:25:27.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:27.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:27.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: 32) 06:25:27.904 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:27.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:27.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:27.904 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:25:27.904 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:27.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:27.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:27.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:27.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:27.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:27.905 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:25:27.905 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:25:27.905 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:25:27.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:27.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:27.905 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:27.905 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:27.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") 06:25:27.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:27.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:27.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:27.905 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:25:27.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:27.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:27.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:27.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:27.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:27.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:27.906 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:25:27.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:27.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:27.906 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:27.906 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:27.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:25:27.908 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:25:28.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:25:28.408 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:25:28.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:25:28.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:25:28.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:25:28.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:28.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:28.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:25:28.409 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 06:25:28.409 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:25:28.409 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:25:28.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:28.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:28.409 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJavaProjectWizardCreateInfoModuleDefaultName no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 06:25:28.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'] 06:25:28.409 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.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'] 06:25:28.409 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.409 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:25:28.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.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'] 06:25:28.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.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'] 06:25:28.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.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'] 06:25:28.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.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"] 06:25:28.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.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'] 06:25:28.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.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'] 06:25:28.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:25:28.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:28.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:28.410 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:25:28.411 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:25:28.411 DEBUG [main][MenuItemLookup] Found menu:'File' 06:25:28.411 DEBUG [main][MenuItemLookup] Item match:File 06:25:28.411 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:25:28.411 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:25:28.413 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:25:28.413 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:25:28.413 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:28.413 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:25:28.413 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:25:28.413 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:25:28.413 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:25:28.413 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:25:28.413 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:25:28.413 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:25:28.413 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:25:28.413 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:25:28.413 DEBUG [main][MenuItemLookup] Found menu:'File' 06:25:28.413 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:25:28.413 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:25:28.413 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:28.413 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:25:28.413 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:28.413 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:25:28.413 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:25:28.421 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:25:28.421 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:25:28.421 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:25:28.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:25:28.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:25:28.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:25:28.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:28.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:28.472 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:25:28.472 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:25:28.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:28.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:28.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:28.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:28.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:25:28.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:25:28.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:25:28.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:25:28.473 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:25:28.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:25:28.473 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:25:28.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:25:28.473 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:25:28.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:25:28.474 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:25:28.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:25:28.474 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:25:28.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:25:28.474 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:25:28.474 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:25:28.474 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:25:28.474 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:25:28.474 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:25:28.474 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:25:28.474 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:25:28.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:25:28.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:28.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:28.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:28.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:28.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:28.479 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:25:28.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:28.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:28.479 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:28.479 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:28.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'] 06:25:28.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:25:28.603 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 06:25:28.603 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:25:28.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:28.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:28.604 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:25:28.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.604 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting active button 'Use an execution environment JRE' 06:25:28.604 DEBUG [WorkbenchTestable][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:") 06:25:28.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:28.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:28.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:28.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:28.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:28.604 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 06:25:28.604 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Selecting 'JavaSE-11' 06:25:28.604 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 06:25:28.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:28.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:28.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:28.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:28.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:25:28.605 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JavaSE-10 to selection: JavaSE-11 06:25:28.605 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:25:28.605 INFO [WorkbenchTestable][JavaProjectWizard] Cancel wizard 06:25:28.605 DEBUG [WorkbenchTestable][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) 06:25:28.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:28.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:28.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:28.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:28.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:28.606 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:25:28.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:28.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:28.606 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:28.606 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:28.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:25:28.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:25:28.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:25:28.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:25:28.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:28.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:28.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:25:28.650 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 06:25:28.650 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:25:28.650 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:25:28.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:28.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.347 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.159 s testJavaProjectWizardDisabledModuleInfoCheckbox no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) Time elapsed: 17.398 s testJavaProjectWizard no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) Time elapsed: 8.398 s testJavaProjectWizardCreateInfoModuleDefaultName no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) Time elapsed: 10.184 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 06:25:28.654 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 06:25:28.664 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:25:28.664 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:25:28.664 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 06:25:28.664 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:25:28.664 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:25:28.680 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:25:28.680 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:25:28.680 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:25:28.680 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:25:28.680 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 06:25:28.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:25:28.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:28.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:28.680 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:25:28.680 DEBUG [main][MenuItemLookup] Found menu:'File' 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:25:28.681 DEBUG [main][MenuItemLookup] Item match:Window 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:25:28.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:28.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:28.681 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'File' 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:25:28.681 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:25:28.681 DEBUG [main][MenuItemLookup] Item match:Window 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:25:28.682 DEBUG [main][MenuItemLookup] Item match:Perspective 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:25:28.682 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:25:28.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:25:28.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:28.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:28.682 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'File' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:25:28.682 DEBUG [main][MenuItemLookup] Item match:Window 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:28.682 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:25:28.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:28.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:28.683 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'File' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:25:28.683 DEBUG [main][MenuItemLookup] Item match:Window 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:25:28.683 DEBUG [main][MenuItemLookup] Item match:Perspective 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:25:28.683 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:25:28.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:28.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:28.683 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'File' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:25:28.683 DEBUG [main][MenuItemLookup] Item match:Window 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:28.683 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:25:28.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:28.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:28.684 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:25:28.684 DEBUG [main][MenuItemLookup] Found menu:'File' 06:25:28.684 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:25:28.684 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:25:28.684 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:25:28.684 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:25:28.684 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:25:28.684 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:25:28.684 DEBUG [main][MenuItemLookup] Item match:Window 06:25:28.684 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:25:28.684 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:25:28.684 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:25:28.684 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:28.684 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:25:28.684 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:25:28.684 DEBUG [main][MenuItemLookup] Item match:Perspective 06:25:28.684 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:25:28.684 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:28.684 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:25:28.684 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:25:28.684 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:25:28.684 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:25:28.684 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:25:28.684 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:25:28.684 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:25:28.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:25:28.709 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 06:25:28.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:25:28.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:28.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:28.709 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:28.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:28.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:28.709 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:25:28.709 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:28.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:28.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:28.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 06:25:28.709 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:28.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:28.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:28.710 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:25:28.710 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:28.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:28.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:28.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:28.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:28.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:28.710 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:25:28.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:28.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:28.710 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:28.710 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:28.783 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:28.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.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'] 06:25:28.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.795 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:25:28.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.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'] 06:25:28.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.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'] 06:25:28.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.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'] 06:25:28.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.795 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:25:28.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.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'] 06:25:28.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.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'] 06:25:28.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:25:28.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:28.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:28.796 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:25:28.796 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:25:28.796 DEBUG [main][MenuItemLookup] Found menu:'File' 06:25:28.796 DEBUG [main][MenuItemLookup] Item match:File 06:25:28.796 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:25:28.796 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:25:28.798 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:25:28.798 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:25:28.798 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:28.798 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:25:28.798 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:25:28.798 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:25:28.798 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:25:28.798 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:25:28.798 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:25:28.798 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:25:28.798 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:25:28.798 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:25:28.798 DEBUG [main][MenuItemLookup] Found menu:'File' 06:25:28.798 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:25:28.798 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:25:28.798 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:28.798 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:25:28.798 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:28.798 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:25:28.798 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:25:28.844 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:25:28.844 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:25:28.844 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:25:28.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:25:28.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 'New|Select a wizard'] is available. finished successfully 06:25:28.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:25:28.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:28.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:28.909 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:25:28.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:28.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:25:28.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:28.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:28.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:28.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:28.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:25:28.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:25:28.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:25:28.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:25:28.910 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:25:28.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:25:28.910 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:25:28.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:25:28.910 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:25:28.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:25:28.910 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:25:28.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:25:28.910 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:25:28.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:25:28.910 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:25:28.911 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:25:28.911 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:25:28.911 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:25:28.911 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:25:28.911 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:25:28.911 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:25:28.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:25:28.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:28.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:28.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:28.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:28.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:28.912 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:25:28.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:28.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:28.912 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:28.912 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:29.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'] 06:25:29.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:29.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:29.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:25:29.040 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 06:25:29.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:25:29.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:29.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:29.041 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:25:29.041 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:29.041 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'testproject' 06:25:29.041 DEBUG [WorkbenchTestable][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:") 06:25:29.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:29.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:29.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:29.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:29.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:25:29.042 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:25:29.042 INFO [WorkbenchTestable][AbstractText] Text set to: testproject 06:25:29.063 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:25:29.063 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:25:29.063 DEBUG [WorkbenchTestable][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) 06:25:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:29.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:29.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:29.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:29.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:29.065 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:25:29.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:29.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:29.065 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:29.065 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:29.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:25:29.567 DEBUG [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 06:25:29.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:25:29.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:29.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:29.570 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:25:29.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:25:29.570 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:29.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:29.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:29.570 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:25:29.570 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:29.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:29.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:29.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:29.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:29.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:29.571 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:25:29.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:29.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:29.571 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:29.571 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:29.642 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.... 06:25:29.642 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 06:25:29.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:25:29.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:25:29.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:25:29.642 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 06:25:29.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:25:29.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:25:29.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:29.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:29.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:25:29.643 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:25:29.643 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreateNewClassWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 06:25:29.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 06:25:29.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:25:29.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:25:29.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:25:29.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'] 06:25:29.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:29.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'] 06:25:29.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:29.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"] 06:25:29.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:29.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'] 06:25:29.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:29.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'] 06:25:29.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:29.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'] 06:25:29.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:29.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"] 06:25:29.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:29.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'] 06:25:29.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:29.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'] 06:25:29.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:29.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:25:29.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:29.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:29.644 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:25:29.644 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:25:29.644 DEBUG [main][MenuItemLookup] Found menu:'File' 06:25:29.644 DEBUG [main][MenuItemLookup] Item match:File 06:25:29.644 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:25:29.644 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:25:29.646 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:25:29.646 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:25:29.646 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:29.646 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:25:29.646 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:25:29.646 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:25:29.646 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:25:29.646 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:25:29.646 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:25:29.646 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:25:29.647 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:25:29.647 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:25:29.647 DEBUG [main][MenuItemLookup] Found menu:'File' 06:25:29.647 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:25:29.647 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:25:29.647 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:29.647 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:25:29.647 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:29.647 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:25:29.647 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:25:29.647 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:25:29.647 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:25:29.647 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:25:29.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 'New|Select a wizard'] is available.... 06:25:29.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. finished successfully 06:25:29.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:25:29.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:29.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:29.719 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:25:29.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:29.719 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:25:29.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:29.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:29.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:29.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:29.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:25:29.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:25:29.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:25:29.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:25:29.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:25:29.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:25:29.721 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:25:29.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:25:29.721 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:25:29.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:25:29.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:25:29.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:25:29.721 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:25:29.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:25:29.721 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:25:29.721 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:25:29.721 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:25:29.721 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:25:29.723 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:25:29.723 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:25:29.723 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:25:29.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:25:29.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:29.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:29.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:29.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:29.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:29.724 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:25:29.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:29.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:29.724 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:29.724 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:29.806 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:29.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:29.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:29.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:25:29.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 06:25:29.806 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:25:29.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:29.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:29.807 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:25:29.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:29.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 06:25:29.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:29.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:29.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:29.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:29.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:25:29.810 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:25:29.810 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test2 06:25:29.815 DEBUG [WorkbenchTestable][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:") 06:25:29.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:29.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:29.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:29.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:29.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:25:29.820 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:25:29.820 INFO [WorkbenchTestable][AbstractText] Text set to: ClassName2 06:25:29.834 DEBUG [WorkbenchTestable][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") 06:25:29.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:29.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:29.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:29.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:29.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:29.835 INFO [WorkbenchTestable][RadioButton] Select radio button pa&ckage 06:25:29.835 INFO [WorkbenchTestable][AbstractButton] Click button pa&ckage 06:25:29.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:29.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:29.835 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:29.835 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:29.835 TRACE [main][WidgetHandler] Notify Button with event 27 06:25:29.835 TRACE [main][WidgetHandler] Wait for synchronization 06:25:29.835 TRACE [main][WidgetHandler] Notify Button with event 13 06:25:29.835 TRACE [main][WidgetHandler] Wait for synchronization 06:25:29.835 TRACE [main][WidgetHandler] Notify Button with event 26 06:25:29.835 TRACE [main][WidgetHandler] Wait for synchronization 06:25:29.835 TRACE [main][WidgetHandler] Notify Button with event 3 06:25:29.835 TRACE [main][WidgetHandler] Wait for synchronization 06:25:29.835 TRACE [main][WidgetHandler] Notify Button with event 4 06:25:29.835 TRACE [main][WidgetHandler] Wait for synchronization 06:25:29.836 TRACE [main][WidgetHandler] Notify Button with event 13 06:25:29.836 TRACE [main][WidgetHandler] Wait for synchronization 06:25:29.836 DEBUG [WorkbenchTestable][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") 06:25:29.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:29.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:29.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:29.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:29.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:29.837 INFO [WorkbenchTestable][CheckBox] Select checkbox abs&tract 06:25:29.837 INFO [WorkbenchTestable][CheckBox] Check checkbox abs&tract 06:25:29.837 INFO [WorkbenchTestable][AbstractButton] Click button abs&tract 06:25:29.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:29.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:29.837 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:29.837 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:29.837 DEBUG [WorkbenchTestable][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:") 06:25:29.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:29.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:29.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:29.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:29.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:25:29.842 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:25:29.843 INFO [WorkbenchTestable][AbstractText] Text set to: java.lang.Exception 06:25:29.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 06:25:29.843 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:29.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:29.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:29.844 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:25:29.844 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:29.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:29.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:29.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:29.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:29.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:29.845 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:25:29.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:29.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:29.845 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:29.845 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:29.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 06:25:29.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 06:25:29.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 06:25:29.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:29.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:29.923 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 06:25:29.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:29.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:29.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:29.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:25:29.924 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:29.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:29.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:29.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:29.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:29.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:25:29.924 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:25:29.924 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleAction 06:25:29.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:25:29.925 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 06:25:29.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 06:25:29.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:25:29.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 06:25:29.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:25:29.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:25:29.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:25:29.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:29.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:30.425 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 06:25:30.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:25:30.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 06:25:30.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:25:30.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:30.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:30.925 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 06:25:30.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:25:30.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 06:25:30.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:25:30.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:30.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:31.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 06:25:31.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:25:31.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 06:25:31.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:25:31.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:31.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:31.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 06:25:31.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:25:31.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 06:25:31.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:25:31.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:31.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:32.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 06:25:32.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:32.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:32.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:32.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:32.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 06:25:32.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:25:32.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:32.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:32.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:32.951 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:25:32.951 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:32.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:32.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:32.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:32.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:32.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:25:32.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:25:32.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:25:32.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:25:32.954 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:32.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:32.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:32.954 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:25:32.954 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:32.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:32.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:32.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:32.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:32.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:25:32.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:25:32.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:25:32.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:25:32.955 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:32.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:32.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:32.955 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:25:32.955 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:32.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:32.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:32.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:32.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:32.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:32.956 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:25:32.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:32.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:32.956 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:32.956 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:32.980 DEBUG [WorkbenchTestable][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)") 06:25:32.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:32.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:32.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:32.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:32.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:32.983 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 06:25:32.983 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 06:25:32.983 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 06:25:32.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:32.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:32.983 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:32.983 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:32.983 DEBUG [WorkbenchTestable][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") 06:25:32.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:32.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:32.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:32.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:32.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:32.984 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 06:25:32.984 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 06:25:32.984 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 06:25:32.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:32.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:32.985 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:32.985 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:32.985 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:25:32.985 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:25:32.985 DEBUG [WorkbenchTestable][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) 06:25:32.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:32.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:32.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:32.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:32.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:32.986 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:25:32.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:32.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:32.986 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:32.986 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:32.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:25:33.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:25:33.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:25:33.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:25:33.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:25:33.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:25:33.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Remote System Explorer Operation' has no excuses, wait for it 06:25:34.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/testproject)' is a system job, skipped 06:25:34.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 06:25:34.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:25:34.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:25:34.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:34.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:34.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:34.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:25:34.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is ClassName2.java... 06:25:34.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QClassName2.java\E') 06:25:34.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:25:34.132 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:34.133 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 06:25:34.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is ClassName2.java finished successfully 06:25:34.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3e5a1bbd is found... 06:25:34.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3e5a1bbd is found finished successfully 06:25:34.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QClassName2.java\E') 06:25:34.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:25:34.134 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:25:34.134 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 06:25:34.134 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:25:34.134 DEBUG [main][EditorHandler] 1 editor(s) found 06:25:34.134 DEBUG [WorkbenchTestable][EditorHandler] Closing editor ClassName2.java 06:25:34.181 DEBUG [WorkbenchTestable][EditorHandler] Editor ClassName2.java is closed 06:25:34.181 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 06:25:34.181 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:25:34.181 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:25:34.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:34.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:34.182 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreateNewClassWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 06:25:34.182 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:25:34.182 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 06:25:34.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 06:25:34.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:25:34.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:25:34.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:25:34.182 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:34.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.182 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:34.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.182 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:25:34.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.182 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:34.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.182 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:34.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.182 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:34.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:25:34.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:34.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:34.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:25:34.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:34.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:34.183 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:25:34.183 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:25:34.183 DEBUG [main][MenuItemLookup] Found menu:'File' 06:25:34.183 DEBUG [main][MenuItemLookup] Item match:File 06:25:34.184 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:25:34.184 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:25:34.186 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:25:34.186 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:25:34.186 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:34.186 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:25:34.186 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:25:34.186 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:25:34.186 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:25:34.186 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:25:34.186 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:25:34.186 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:25:34.186 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:25:34.186 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:25:34.186 DEBUG [main][MenuItemLookup] Found menu:'File' 06:25:34.186 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:25:34.186 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:25:34.186 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:34.186 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:25:34.186 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:34.186 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:25:34.186 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:25:34.187 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:25:34.187 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:25:34.187 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:25:34.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:25:34.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. finished successfully 06:25:34.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:25:34.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:34.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:34.248 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:25:34.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:25:34.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:25:34.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:25:34.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:25:34.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:25:34.249 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:25:34.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:25:34.249 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:25:34.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:25:34.249 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:25:34.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:25:34.250 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:25:34.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:25:34.250 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:25:34.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:25:34.250 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:25:34.250 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:25:34.250 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:25:34.250 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:25:34.250 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:25:34.250 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:25:34.250 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:25:34.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:25:34.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.251 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:25:34.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:34.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:34.251 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:34.251 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:34.307 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:34.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:25:34.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 06:25:34.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:25:34.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:34.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:34.308 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:25:34.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Source folder:") 06:25:34.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:25:34.309 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:25:34.310 INFO [WorkbenchTestable][AbstractText] Text set to: testproject/src 06:25:34.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.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 06:25:34.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:25:34.317 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:25:34.317 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 06:25:34.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 06:25:34.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:25:34.323 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:25:34.323 INFO [WorkbenchTestable][AbstractText] Text set to: ClassName 06:25:34.336 DEBUG [WorkbenchTestable][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:") 06:25:34.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:25:34.337 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:25:34.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.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 06:25:34.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:25:34.340 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:25:34.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 06:25:34.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:25:34.345 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:25:34.345 DEBUG [WorkbenchTestable][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:") 06:25:34.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.346 INFO [WorkbenchTestable][CheckBox] Select checkbox Enclosing t&ype: 06:25:34.346 INFO [WorkbenchTestable][CheckBox] Check checkbox Enclosing t&ype: 06:25:34.346 INFO [WorkbenchTestable][AbstractButton] Click button Enclosing t&ype: 06:25:34.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:34.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:34.346 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:34.346 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:34.347 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 06:25:34.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:34.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:34.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:34.348 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:25:34.348 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:34.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 06:25:34.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 06:25:34.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 06:25:34.348 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:25:34.348 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 06:25:34.348 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:34.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:34.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:34.349 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:25:34.349 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:34.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 06:25:34.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 06:25:34.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 06:25:34.349 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:25:34.349 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test.ClassName 06:25:34.352 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 06:25:34.352 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:34.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:34.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:34.361 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:25:34.361 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:34.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 06:25:34.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 06:25:34.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 06:25:34.362 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:25:34.362 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 06:25:34.362 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:34.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:34.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:34.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:25:34.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:34.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 06:25:34.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 06:25:34.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 06:25:34.362 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:25:34.362 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test2.ClassName2 06:25:34.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") 06:25:34.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.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") 06:25:34.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.367 DEBUG [WorkbenchTestable][RadioButton] Radio Button &public already checked, no action performed 06:25:34.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 "public") 06:25:34.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.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") 06:25:34.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.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 "package") 06:25:34.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.369 INFO [WorkbenchTestable][RadioButton] Select radio button pa&ckage 06:25:34.369 INFO [WorkbenchTestable][AbstractButton] Click button pa&ckage 06:25:34.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:34.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:34.369 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:34.369 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:34.369 TRACE [main][WidgetHandler] Notify Button with event 27 06:25:34.369 TRACE [main][WidgetHandler] Wait for synchronization 06:25:34.369 TRACE [main][WidgetHandler] Notify Button with event 13 06:25:34.369 TRACE [main][WidgetHandler] Wait for synchronization 06:25:34.369 TRACE [main][WidgetHandler] Notify Button with event 26 06:25:34.369 TRACE [main][WidgetHandler] Wait for synchronization 06:25:34.369 TRACE [main][WidgetHandler] Notify Button with event 3 06:25:34.369 TRACE [main][WidgetHandler] Wait for synchronization 06:25:34.369 TRACE [main][WidgetHandler] Notify Button with event 4 06:25:34.369 TRACE [main][WidgetHandler] Wait for synchronization 06:25:34.369 TRACE [main][WidgetHandler] Notify Button with event 13 06:25:34.369 TRACE [main][WidgetHandler] Wait for synchronization 06:25:34.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 "public") 06:25:34.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.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 "package") 06:25:34.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.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") 06:25:34.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.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") 06:25:34.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.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") 06:25:34.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.372 INFO [WorkbenchTestable][RadioButton] Select radio button pri&vate 06:25:34.372 INFO [WorkbenchTestable][AbstractButton] Click button pri&vate 06:25:34.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:34.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:34.372 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:34.372 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:34.373 TRACE [main][WidgetHandler] Notify Button with event 27 06:25:34.373 TRACE [main][WidgetHandler] Wait for synchronization 06:25:34.373 TRACE [main][WidgetHandler] Notify Button with event 13 06:25:34.373 TRACE [main][WidgetHandler] Wait for synchronization 06:25:34.373 TRACE [main][WidgetHandler] Notify Button with event 26 06:25:34.373 TRACE [main][WidgetHandler] Wait for synchronization 06:25:34.373 TRACE [main][WidgetHandler] Notify Button with event 3 06:25:34.373 TRACE [main][WidgetHandler] Wait for synchronization 06:25:34.373 TRACE [main][WidgetHandler] Notify Button with event 4 06:25:34.373 TRACE [main][WidgetHandler] Wait for synchronization 06:25:34.373 TRACE [main][WidgetHandler] Notify Button with event 13 06:25:34.373 TRACE [main][WidgetHandler] Wait for synchronization 06:25:34.373 DEBUG [WorkbenchTestable][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") 06:25:34.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.373 DEBUG [WorkbenchTestable][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") 06:25:34.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.374 DEBUG [WorkbenchTestable][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") 06:25:34.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.375 DEBUG [WorkbenchTestable][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") 06:25:34.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.375 DEBUG [WorkbenchTestable][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") 06:25:34.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.376 DEBUG [WorkbenchTestable][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") 06:25:34.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.377 DEBUG [WorkbenchTestable][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") 06:25:34.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.378 INFO [WorkbenchTestable][RadioButton] Select radio button pro&tected 06:25:34.378 INFO [WorkbenchTestable][AbstractButton] Click button pro&tected 06:25:34.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:34.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:34.378 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:34.378 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:34.378 TRACE [main][WidgetHandler] Notify Button with event 27 06:25:34.378 TRACE [main][WidgetHandler] Wait for synchronization 06:25:34.378 TRACE [main][WidgetHandler] Notify Button with event 13 06:25:34.378 TRACE [main][WidgetHandler] Wait for synchronization 06:25:34.378 TRACE [main][WidgetHandler] Notify Button with event 26 06:25:34.378 TRACE [main][WidgetHandler] Wait for synchronization 06:25:34.378 TRACE [main][WidgetHandler] Notify Button with event 3 06:25:34.378 TRACE [main][WidgetHandler] Wait for synchronization 06:25:34.378 TRACE [main][WidgetHandler] Notify Button with event 4 06:25:34.378 TRACE [main][WidgetHandler] Wait for synchronization 06:25:34.378 TRACE [main][WidgetHandler] Notify Button with event 13 06:25:34.378 TRACE [main][WidgetHandler] Wait for synchronization 06:25:34.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.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") 06:25:34.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.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: 16, Matcher matching widgets with text that without mnenomic matches: is "package") 06:25:34.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.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: 16, Matcher matching widgets with text that without mnenomic matches: is "private") 06:25:34.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.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: 16, Matcher matching widgets with text that without mnenomic matches: is "protected") 06:25:34.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.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.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:") 06:25:34.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.389 INFO [WorkbenchTestable][CheckBox] Select checkbox Enclosing t&ype: 06:25:34.390 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Enclosing t&ype: 06:25:34.390 INFO [WorkbenchTestable][AbstractButton] Click button Enclosing t&ype: 06:25:34.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:34.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:34.390 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:34.390 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:34.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 "abstract") 06:25:34.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.393 INFO [WorkbenchTestable][CheckBox] Select checkbox abs&tract 06:25:34.393 INFO [WorkbenchTestable][CheckBox] Check checkbox abs&tract 06:25:34.393 INFO [WorkbenchTestable][AbstractButton] Click button abs&tract 06:25:34.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:34.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:34.393 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:34.393 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:34.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.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") 06:25:34.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.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.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") 06:25:34.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.394 INFO [WorkbenchTestable][CheckBox] Select checkbox abs&tract 06:25:34.394 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox abs&tract 06:25:34.394 INFO [WorkbenchTestable][AbstractButton] Click button abs&tract 06:25:34.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:34.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:34.395 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:34.395 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:34.395 DEBUG [WorkbenchTestable][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") 06:25:34.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.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 "final") 06:25:34.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.403 INFO [WorkbenchTestable][CheckBox] Select checkbox fina&l 06:25:34.403 INFO [WorkbenchTestable][CheckBox] Check checkbox fina&l 06:25:34.403 INFO [WorkbenchTestable][AbstractButton] Click button fina&l 06:25:34.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:34.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:34.403 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:34.403 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:34.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 "final") 06:25:34.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.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 "final") 06:25:34.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.405 INFO [WorkbenchTestable][CheckBox] Select checkbox fina&l 06:25:34.405 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox fina&l 06:25:34.405 INFO [WorkbenchTestable][AbstractButton] Click button fina&l 06:25:34.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:34.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:34.405 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:34.405 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:34.405 DEBUG [WorkbenchTestable][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") 06:25:34.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 06:25:34.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.407 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 06:25:34.407 DEBUG [WorkbenchTestable][CheckBox] Checkbox public static &void main(String[] args) not checked, no action performed 06:25:34.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 06:25:34.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 06:25:34.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.409 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 06:25:34.409 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 06:25:34.409 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 06:25:34.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:34.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:34.409 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:34.409 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:34.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)") 06:25:34.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.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") 06:25:34.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 06:25:34.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.418 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 06:25:34.418 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 06:25:34.418 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 06:25:34.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:34.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:34.419 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:34.419 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:34.419 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 06:25:34.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 06:25:34.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.421 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 06:25:34.421 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Generate comments 06:25:34.421 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 06:25:34.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:34.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:34.421 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:34.421 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:34.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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") 06:25:34.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.422 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:25:34.422 INFO [WorkbenchTestable][NewClassCreationWizard] Cancel wizard 06:25:34.422 DEBUG [WorkbenchTestable][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) 06:25:34.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.424 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:25:34.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:34.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:34.424 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:34.424 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:34.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:25:34.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:25:34.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:25:34.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:34.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:34.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:34.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:25:34.452 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:25:34.452 DEBUG [main][EditorHandler] 0 editor(s) found 06:25:34.452 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 06:25:34.452 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:25:34.452 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:25:34.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:34.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:34.452 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 06:25:34.452 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:25:34.452 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 06:25:34.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 06:25:34.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:25:34.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:25:34.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:25:34.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'] 06:25:34.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.453 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:34.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.453 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:25:34.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.453 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:34.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.453 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:34.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.453 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:34.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.453 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:25:34.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.453 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:34.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.453 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:34.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:25:34.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:34.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:34.453 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:25:34.453 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:25:34.453 DEBUG [main][MenuItemLookup] Found menu:'File' 06:25:34.454 DEBUG [main][MenuItemLookup] Item match:File 06:25:34.455 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:25:34.455 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:25:34.457 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:25:34.457 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:25:34.457 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:34.457 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:25:34.457 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:25:34.457 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:25:34.457 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:25:34.457 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:25:34.457 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:25:34.457 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:25:34.457 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:25:34.457 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:25:34.457 DEBUG [main][MenuItemLookup] Found menu:'File' 06:25:34.457 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:25:34.457 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:25:34.457 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:34.457 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:25:34.457 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:34.457 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:25:34.457 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:25:34.458 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:25:34.458 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:25:34.458 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:25:34.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 'New|Select a wizard'] is available.... 06:25:34.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 06:25:34.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:25:34.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:34.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:34.515 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:25:34.515 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.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 06:25:34.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:25:34.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:25:34.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:25:34.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:25:34.516 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:25:34.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:25:34.516 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:25:34.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:25:34.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:25:34.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:25:34.517 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:25:34.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:25:34.517 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:25:34.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:25:34.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:25:34.517 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:25:34.517 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:25:34.517 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:25:34.517 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:25:34.517 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:25:34.517 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:25:34.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) 06:25:34.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.518 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:25:34.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:34.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:34.518 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:34.518 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:34.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'] 06:25:34.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.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.... 06:25:34.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 06:25:34.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:25:34.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:34.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:34.571 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:25:34.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:34.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...") 06:25:34.571 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:34.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:34.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:34.571 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:25:34.571 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:34.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:34.572 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:25:34.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:34.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:34.572 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:34.572 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:34.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 06:25:34.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 06:25:34.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 06:25:34.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:34.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:34.608 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 06:25:34.608 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:34.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:34.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:34.609 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:25:34.609 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:34.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:34.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:34.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:34.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:34.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:25:34.609 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:25:34.609 INFO [WorkbenchTestable][AbstractText] Text set to: nonexisting.interface.name 06:25:34.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:25:34.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:25:34.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 06:25:34.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:25:34.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:34.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:34.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:35.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:35.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:35.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:35.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:35.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:35.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:36.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:36.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:36.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:36.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:36.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:36.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:37.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:37.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:37.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:37.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:37.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:37.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:37.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 06:25:37.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:25:37.611 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:37.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:37.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:37.612 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:25:37.612 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:37.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:37.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:37.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:37.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:37.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:25:37.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:25:47.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 06:25:47.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 06:25:47.620 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:47.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:47.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:47.621 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:25:47.621 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:47.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:47.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:47.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:47.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:47.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:25:47.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:25:48.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 06:25:48.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 "Cancel") 06:25:48.623 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:48.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:48.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:48.623 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:25:48.623 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:48.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:48.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:48.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:48.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:48.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:48.625 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:25:48.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:48.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:48.625 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:48.625 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:48.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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...") 06:25:48.649 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:48.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:48.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:48.649 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:25:48.649 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:48.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:48.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:48.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:48.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:48.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:48.651 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:25:48.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:48.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:48.651 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:48.651 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:48.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 06:25:48.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 06:25:48.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 06:25:48.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:48.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:48.680 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 06:25:48.680 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:48.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:48.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:48.680 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:25:48.680 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:48.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:48.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:48.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:48.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:48.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:25:48.680 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:25:48.681 INFO [WorkbenchTestable][AbstractText] Text set to: Acl 06:25:48.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:25:48.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:25:48.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:25:48.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:48.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:48.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:49.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:49.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:49.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:49.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:49.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:49.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:50.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:50.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:50.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:50.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:50.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:50.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:51.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:51.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:51.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:51.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:51.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:51.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:51.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 06:25:51.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:25:51.683 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:51.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:51.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:51.684 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:25:51.684 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:51.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:51.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:51.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:51.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:51.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:25:51.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:25:51.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:25:51.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:25:51.688 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:51.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:51.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:51.688 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:25:51.688 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:51.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:51.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:51.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:51.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:51.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:25:51.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:25:51.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:25:51.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 06:25:51.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:51.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:51.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:51.689 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:25:51.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:51.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:51.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:51.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:51.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:51.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:51.690 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:25:51.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:51.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:51.690 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:51.690 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:51.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 06:25:51.706 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:51.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:51.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:51.707 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:25:51.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:51.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:51.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:51.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:51.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:51.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:25:51.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:25:53.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 06:25:53.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 06:25:53.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:53.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:53.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:53.209 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:25:53.209 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:53.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:53.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:53.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:53.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:53.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:53.211 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:25:53.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:53.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:53.212 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:53.212 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:53.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 06:25:53.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 06:25:53.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 06:25:53.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:53.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:53.241 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 06:25:53.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:53.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:53.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:53.241 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:25:53.241 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:53.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:53.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:53.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:53.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:53.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:25:53.241 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:25:53.242 INFO [WorkbenchTestable][AbstractText] Text set to: org.w3c.dom.views.AbstractView 06:25:53.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:25:53.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:25:53.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:25:53.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:53.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:53.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:53.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:53.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:53.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:54.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:54.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:54.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:54.743 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:54.743 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:54.743 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:55.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:55.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:55.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:55.743 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:55.743 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:55.743 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:56.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:56.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:56.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:56.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 06:25:56.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:25:56.244 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:56.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:56.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:56.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:25:56.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:56.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:56.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:56.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:56.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:56.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:25:56.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:25:56.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:25:56.247 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:25:56.247 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:56.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:56.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:56.247 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:25:56.247 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:56.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:56.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:56.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:56.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:56.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:25:56.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:25:56.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:25:56.247 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:25:56.247 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:56.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:56.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:56.248 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:25:56.248 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:56.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:56.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:56.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:56.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:56.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:56.248 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:25:56.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:56.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:56.248 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:56.248 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:56.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:25:56.273 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:56.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:56.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:56.274 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:25:56.274 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:56.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:56.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:56.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:56.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:56.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:25:56.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:25:56.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:25:56.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:25:56.275 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:56.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:56.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:56.275 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:25:56.275 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:56.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:56.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:56.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:56.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:56.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:25:56.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:25:56.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:25:56.276 TRACE [main][WidgetHandler] Notify Table with event 13 06:25:56.276 TRACE [main][WidgetHandler] Wait for synchronization 06:25:56.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:25:56.276 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:56.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:56.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:56.276 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:25:56.276 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:56.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:56.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:56.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:56.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:56.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:56.279 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:25:56.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:56.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:56.279 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:56.279 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:56.280 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:25:56.280 INFO [WorkbenchTestable][NewClassCreationWizard] Cancel wizard 06:25:56.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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) 06:25:56.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:56.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:56.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:56.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:56.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:56.281 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:25:56.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:56.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:56.281 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:56.281 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:56.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:25:56.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:25:56.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:25:56.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:56.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:56.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:56.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:25:56.311 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:25:56.311 DEBUG [main][EditorHandler] 0 editor(s) found 06:25:56.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 06:25:56.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:25:56.311 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:25:56.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:56.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:56.312 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 06:25:56.312 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:25:56.312 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 06:25:56.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 06:25:56.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:25:56.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:25:56.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:25:56.312 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:56.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:56.312 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:56.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:56.312 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:25:56.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:56.312 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:56.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:56.312 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:56.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:56.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'] 06:25:56.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:56.313 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:25:56.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:56.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'] 06:25:56.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:56.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'] 06:25:56.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:56.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:25:56.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:56.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:56.313 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:25:56.313 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:25:56.313 DEBUG [main][MenuItemLookup] Found menu:'File' 06:25:56.314 DEBUG [main][MenuItemLookup] Item match:File 06:25:56.315 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:25:56.315 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:25:56.317 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:25:56.317 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:25:56.317 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:56.317 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:25:56.317 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:25:56.317 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:25:56.317 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:25:56.317 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:25:56.317 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:25:56.317 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:25:56.317 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:25:56.317 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:25:56.317 DEBUG [main][MenuItemLookup] Found menu:'File' 06:25:56.317 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:25:56.317 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:25:56.317 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:56.317 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:25:56.317 DEBUG [main][MenuItemLookup] Found menu:'' 06:25:56.317 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:25:56.317 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:25:56.317 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:25:56.317 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:25:56.317 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:25:56.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.... 06:25:56.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 06:25:56.375 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:25:56.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:56.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:56.375 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:25:56.375 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:56.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:25:56.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:56.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:56.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:56.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:56.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:25:56.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:25:56.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:25:56.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:25:56.377 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:25:56.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:25:56.377 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:25:56.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:25:56.377 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:25:56.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:25:56.377 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:25:56.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:25:56.377 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:25:56.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:25:56.377 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:25:56.377 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:25:56.377 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:25:56.377 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:25:56.377 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:25:56.377 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:25:56.377 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:25:56.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:25:56.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:56.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:56.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:56.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:56.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:56.378 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:25:56.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:56.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:56.378 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:56.378 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:56.430 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:25:56.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:56.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:56.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:25:56.430 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 06:25:56.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:25:56.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:56.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:56.431 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:25:56.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:25:56.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 "Add...") 06:25:56.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:56.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:56.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:56.431 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:25:56.431 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:56.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:56.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:56.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:56.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:56.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:56.432 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:25:56.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:56.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:56.432 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:56.432 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:56.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 06:25:56.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 06:25:56.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 06:25:56.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:56.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:56.471 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 06:25:56.471 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:56.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:56.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:56.471 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:25:56.471 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:56.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:56.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:56.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:56.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:56.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:25:56.472 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:25:56.472 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleAction 06:25:56.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:25:56.475 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:25:56.475 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 06:25:56.475 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:25:56.475 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:56.475 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:56.475 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:56.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:56.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:56.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:57.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:57.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:57.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:57.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:57.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:57.976 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:58.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:58.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:58.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:58.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:58.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:58.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:59.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:59.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:59.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:25:59.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 06:25:59.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:25:59.477 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:59.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:59.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:59.477 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:25:59.477 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:59.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:59.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:59.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:59.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:59.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:25:59.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:25:59.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:25:59.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:25:59.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:59.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:59.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:59.480 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:25:59.480 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:59.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:59.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:59.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:59.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:59.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:25:59.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:25:59.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:25:59.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:25:59.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:59.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:59.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:59.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:25:59.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:59.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:59.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:59.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:59.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:59.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:59.482 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:25:59.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:59.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:59.482 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:59.482 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:59.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 "Add...") 06:25:59.510 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:59.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:59.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:59.510 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:25:59.510 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:59.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:59.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:59.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:59.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:59.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:25:59.512 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:25:59.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:25:59.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:25:59.512 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:25:59.512 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:25:59.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 06:25:59.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 06:25:59.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 06:25:59.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:25:59.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:25:59.540 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 06:25:59.540 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:25:59.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:25:59.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:25:59.540 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:25:59.540 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:25:59.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:25:59.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:25:59.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:25:59.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:25:59.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:25:59.541 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:25:59.541 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleEditableText 06:25:59.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:25:59.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:25:59.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:25:59.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:25:59.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:25:59.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:00.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:00.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:00.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:00.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:00.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:00.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:01.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:01.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:01.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:01.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:01.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:01.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:02.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:02.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:02.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:02.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:02.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:02.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:02.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 06:26:02.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:26:02.544 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:02.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:02.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:02.544 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:26:02.544 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:02.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:02.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:02.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:02.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:02.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:02.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:02.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:02.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:26:02.546 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:02.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:02.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:02.547 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:26:02.547 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:02.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:02.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:02.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:02.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:02.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:02.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:02.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:02.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:26:02.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:02.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:02.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:02.547 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:26:02.547 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:02.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:02.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:02.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:02.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:02.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:02.548 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:26:02.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:02.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:02.548 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:02.548 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:02.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 "Add...") 06:26:02.572 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:02.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:02.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:02.572 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:26:02.572 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:02.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:02.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:02.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:02.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:02.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:02.574 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:26:02.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:02.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:02.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:02.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:02.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 06:26:02.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 06:26:02.603 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 06:26:02.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:02.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:02.604 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 06:26:02.604 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:02.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:02.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:02.604 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:26:02.604 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:02.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:02.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:02.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:02.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:02.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:02.605 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:02.605 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleExtendedTable 06:26:02.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:26:02.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:26:02.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:26:02.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:02.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:02.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:03.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:03.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:03.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:03.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:03.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:03.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:04.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:04.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:04.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:04.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:04.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:04.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:05.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:05.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:05.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:05.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:05.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:05.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:05.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 06:26:05.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:26:05.607 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:05.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:05.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:05.607 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:26:05.607 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:05.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:05.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:05.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:05.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:05.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:05.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:05.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:05.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:26:05.610 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:05.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:05.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:05.610 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:26:05.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:05.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:05.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:05.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:05.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:05.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:05.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:05.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:05.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:26:05.610 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:05.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:05.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:05.611 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:26:05.611 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:05.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:05.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:05.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:05.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:05.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:05.611 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:26:05.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:05.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:05.611 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:05.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:05.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 "Add...") 06:26:05.635 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:05.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:05.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:05.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:26:05.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:05.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:05.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:05.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:05.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:05.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:05.638 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:26:05.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:05.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:05.638 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:05.638 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:05.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 06:26:05.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 06:26:05.668 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 06:26:05.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:05.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:05.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 06:26:05.669 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:05.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:05.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:05.669 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:26:05.669 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:05.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:05.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:05.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:05.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:05.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:05.669 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:05.669 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleStreamable 06:26:05.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:26:05.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:26:05.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:26:05.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:05.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:05.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:06.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:06.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:06.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:06.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:06.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:06.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:07.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:07.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:07.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:07.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:07.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:07.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:08.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:08.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:08.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:08.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:08.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:08.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:08.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 06:26:08.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:26:08.672 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:08.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:08.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:08.672 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:26:08.672 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:08.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:08.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:08.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:08.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:08.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:08.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:08.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:08.675 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:26:08.675 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:08.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:08.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:08.675 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:26:08.675 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:08.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:08.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:08.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:08.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:08.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:08.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:08.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:08.675 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:26:08.675 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:08.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:08.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:08.676 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:26:08.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:08.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:08.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:08.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:08.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:08.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:08.676 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:26:08.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:08.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:08.676 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:08.676 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:08.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 "Add...") 06:26:08.701 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:08.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:08.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:08.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:26:08.701 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:08.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:08.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:08.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:08.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:08.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:08.704 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:26:08.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:08.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:08.704 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:08.704 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:08.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 06:26:08.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 06:26:08.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 06:26:08.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:08.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:08.735 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 06:26:08.735 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:08.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:08.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:08.735 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:26:08.735 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:08.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:08.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:08.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:08.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:08.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:08.735 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:08.736 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleText 06:26:08.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 06:26:08.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 06:26:08.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 06:26:08.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:08.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:08.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:09.236 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:09.236 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:09.236 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:09.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:09.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:09.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:10.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:10.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:10.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:10.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:10.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:10.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:11.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:11.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:11.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:11.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:11.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:11.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:11.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 06:26:11.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:26:11.737 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:11.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:11.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:11.738 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:26:11.738 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:11.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:11.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:11.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:11.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:11.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:11.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:11.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:11.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:26:11.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:11.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:11.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:11.740 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:26:11.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:11.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:11.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:11.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:11.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:11.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:11.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:11.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:11.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:26:11.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:11.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:11.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:11.741 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 06:26:11.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:11.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:11.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:11.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:11.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:11.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:11.742 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:26:11.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:11.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:11.742 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:11.742 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:11.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:26:11.766 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:11.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:11.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:11.766 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:26:11.766 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:11.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:11.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:11.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:11.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:11.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:11.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:11.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:11.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:26:11.767 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:11.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:11.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:11.767 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:26:11.767 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:11.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:11.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:11.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:11.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:11.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:11.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:11.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:11.768 TRACE [main][WidgetHandler] Notify Table with event 13 06:26:11.768 TRACE [main][WidgetHandler] Wait for synchronization 06:26:11.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:26:11.768 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:11.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:11.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:11.768 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:26:11.768 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:11.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:11.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:11.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:11.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:11.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:11.771 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:26:11.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:11.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:11.771 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:11.771 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:11.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:26:11.772 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:11.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:11.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:11.773 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:26:11.773 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:11.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:11.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:11.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:11.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:11.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:11.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:11.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:11.774 TRACE [main][WidgetHandler] Notify Table with event 13 06:26:11.774 TRACE [main][WidgetHandler] Wait for synchronization 06:26:11.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 06:26:11.774 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:11.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:11.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:11.774 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:26:11.774 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:11.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:11.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:11.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:11.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:11.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:11.775 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:26:11.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:11.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:11.775 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:11.775 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:11.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:26:11.778 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:11.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:11.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:11.778 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:26:11.778 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:11.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:11.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:11.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:11.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:11.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:11.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:11.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:11.780 TRACE [main][WidgetHandler] Notify Table with event 13 06:26:11.780 TRACE [main][WidgetHandler] Wait for synchronization 06:26:11.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 06:26:11.780 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:11.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:11.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:11.780 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:26:11.780 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:11.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:11.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:11.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:11.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:11.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:11.781 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:26:11.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:11.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:11.781 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:11.781 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:11.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:26:11.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:11.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:11.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:11.783 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:26:11.783 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:11.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:11.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:11.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:11.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:11.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:11.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:11.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:11.784 TRACE [main][WidgetHandler] Notify Table with event 13 06:26:11.784 TRACE [main][WidgetHandler] Wait for synchronization 06:26:11.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:26:11.784 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:11.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:11.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:11.784 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:26:11.784 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:11.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:11.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:11.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:11.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:11.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:11.785 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:26:11.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:11.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:11.785 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:11.785 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:11.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:26:11.786 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:11.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:11.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:11.787 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:26:11.787 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:11.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:11.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:11.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:11.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:11.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:11.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:11.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:11.788 TRACE [main][WidgetHandler] Notify Table with event 13 06:26:11.788 TRACE [main][WidgetHandler] Wait for synchronization 06:26:11.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:26:11.788 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:11.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:11.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:11.788 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 06:26:11.788 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:11.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:11.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:11.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:11.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:11.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:11.789 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:26:11.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:11.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:11.789 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:11.789 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:11.790 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:26:11.790 INFO [WorkbenchTestable][NewClassCreationWizard] Cancel wizard 06:26:11.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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) 06:26:11.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:11.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:11.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:11.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:11.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:11.791 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:26:11.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:11.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:11.791 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:11.791 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:11.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:11.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:11.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:11.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:11.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:11.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:11.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:11.820 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:26:11.820 DEBUG [main][EditorHandler] 0 editor(s) found 06:26:11.820 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 06:26:11.820 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:11.820 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:11.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:11.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:11.821 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 06:26:11.821 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:11.821 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreateNewClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 06:26:11.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 06:26:11.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:11.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:11.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26: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'] 06:26:11.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26: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'] 06:26:11.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26: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 Java Class"] 06:26:11.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26: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'] 06:26:11.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26: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'] 06:26:11.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26: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'] 06:26:11.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26: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: "New Java Class"] 06:26:11.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26: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'] 06:26:11.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26: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'] 06:26:11.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:11.822 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:11.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:11.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:11.822 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:11.822 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:11.822 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:11.823 DEBUG [main][MenuItemLookup] Item match:File 06:26:11.824 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:26:11.824 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:26:11.826 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:26:11.826 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:26:11.826 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:11.826 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:26:11.826 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:26:11.826 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:26:11.826 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:26:11.826 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:26:11.826 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:26:11.826 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:26:11.826 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:26:11.826 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:26:11.826 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:11.826 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:26:11.826 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:26:11.826 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:11.826 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:26:11.826 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:11.826 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:26:11.826 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:26:11.826 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:26:11.826 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:26:11.827 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:26:11.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:26:11.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:26:11.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:26:11.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:11.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:11.887 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:26:11.887 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:11.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:26:11.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:11.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:11.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:11.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:11.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:11.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:11.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:11.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:26:11.888 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:11.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:11.888 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:11.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:11.888 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:11.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:26:11.888 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:11.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:11.888 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:11.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:11.888 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:11.889 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:26:11.889 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:26:11.889 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:26:11.889 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:26:11.889 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:26:11.889 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:26:11.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:26:11.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:11.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:11.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:11.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:11.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:11.890 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:26:11.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:11.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:11.890 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:11.890 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:11.943 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:11.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:11.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:11.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:26:11.943 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 06:26:11.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:26:11.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:11.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:11.944 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:26:11.944 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:11.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 "Package:") 06:26:11.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:11.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:11.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:11.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:11.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:11.947 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:11.947 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 06:26:11.963 DEBUG [WorkbenchTestable][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:") 06:26:11.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:11.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:11.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:11.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:11.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:11.968 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:11.969 INFO [WorkbenchTestable][AbstractText] Text set to: ClassName 06:26:11.972 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:26:11.972 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:26:11.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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) 06:26:11.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:11.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:11.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:11.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:11.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:11.974 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:26:11.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:11.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:11.974 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:11.974 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:12.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:12.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:12.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:26:12.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:26:12.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:26:12.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:26:12.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:12.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:12.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:12.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:12.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is ClassName.java... 06:26:12.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QClassName.java\E') 06:26:12.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:12.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:12.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:12.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:12.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:12.479 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:12.479 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package org.example.test; public class ClassName { } TooltipText=null 06:26:12.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is ClassName.java finished successfully 06:26:12.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@54cdc0f3 is found... 06:26:12.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@54cdc0f3 is found finished successfully 06:26:12.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QClassName.java\E') 06:26:12.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:12.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:12.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:12.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:12.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:12.481 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:12.481 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package org.example.test; public class ClassName { } TooltipText=null 06:26:12.481 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:26:12.481 DEBUG [main][EditorHandler] 1 editor(s) found 06:26:12.481 DEBUG [WorkbenchTestable][EditorHandler] Closing editor ClassName.java 06:26:12.528 DEBUG [WorkbenchTestable][EditorHandler] Editor ClassName.java is closed 06:26:12.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 06:26:12.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:12.528 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:12.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:12.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:12.528 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreateNewClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 06:26:12.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:12.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:12.531 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:26:12.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:12.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:12.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:12.532 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:12.532 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:12.532 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:12.532 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:12.532 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:26:12.532 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:26:12.532 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:12.532 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:12.532 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:12.532 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:12.532 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:12.532 DEBUG [main][MenuItemLookup] Item match:Window 06:26:12.532 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:12.532 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:12.532 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:12.532 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:12.532 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:12.533 DEBUG [main][MenuItemLookup] Item match:Show View 06:26:12.536 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:26:12.536 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:26:12.536 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:26:12.536 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:26:12.536 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:26:12.536 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:26:12.536 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:26:12.536 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:26:12.536 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:26:12.536 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:26:12.536 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:26:12.536 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:26:12.536 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:26:12.536 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:26:12.536 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:12.536 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:26:12.536 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:26:12.536 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:26:12.536 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:26:12.537 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:26:12.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:26:12.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:26:12.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:26:12.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:12.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:12.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:26:12.585 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:12.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:12.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:12.586 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:26:12.586 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:12.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:12.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:12.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:12.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:12.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:12.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:12.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:12.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:26:12.587 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:26:12.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:12.587 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:26:12.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:12.587 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:26:12.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:26:12.587 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:26:12.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:12.587 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:26:12.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:12.587 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:26:12.587 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:26:12.587 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:26:12.587 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:26:12.587 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:26:12.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:12.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:12.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:12.588 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:26:12.588 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:12.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:12.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:12.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:26:12.591 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:12.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:12.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:12.592 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:26:12.592 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:12.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:12.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:12.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:12.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:12.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:12.592 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:26:12.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:12.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:12.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:12.592 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:12.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:26:12.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:26:12.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:26:12.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:12.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:12.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:26:12.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:12.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:12.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:12.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:12.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:12.623 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:12.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:26:12.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:12.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:12.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:12.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:12.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:12.624 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:12.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:12.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:12.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:26:12.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:26:12.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:26:12.625 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:12.625 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:12.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:12.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:12.626 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:12.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:12.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:12.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:12.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:12.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:12.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:13.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:13.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:13.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:13.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:13.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:26:13.628 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:13.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:13.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:13.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:13.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 06:26:13.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:13.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:13.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:13.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:13.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:13.629 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 06:26:13.629 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:13.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:13.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:13.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:13.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:13.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:13.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:14.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:14.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:14.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:14.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:14.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:26:14.631 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:14.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:14.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:14.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:14.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 06:26:14.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:14.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:14.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:14.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:14.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:14.632 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 06:26:14.632 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:14.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:14.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:14.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:14.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 06:26:14.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:14.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:14.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:14.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:14.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:14.633 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:26:14.633 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:26:14.633 DEBUG [main][TreeItemHandler] Set Tree selection 06:26:14.633 DEBUG [main][TreeHandler] Notify Tree about selection event 06:26:14.637 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:26:14.638 DEBUG [WorkbenchTestable][TreeItemHandler] testproject 06:26:14.638 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:26:14.638 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:14.658 DEBUG [main][MenuItemLookup] Found menu:'New' 06:26:14.658 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:26:14.658 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:14.658 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:26:14.658 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:14.658 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:26:14.658 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:26:14.658 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:26:14.658 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:26:14.658 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:26:14.658 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:26:14.658 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:26:14.658 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:14.658 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:26:14.658 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:26:14.658 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:14.658 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:26:14.658 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:26:14.658 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:26:14.658 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:26:14.658 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:26:14.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:14.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:26:15.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:26:15.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:15.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:15.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:15.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:15.159 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:26:15.159 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:15.176 DEBUG [main][MenuItemLookup] Found menu:'New' 06:26:15.176 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:26:15.176 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:15.176 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:26:15.176 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:15.176 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:26:15.176 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:26:15.176 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:26:15.176 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:26:15.176 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:26:15.176 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:26:15.176 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:26:15.176 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:26:15.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:26:15.749 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 06:26:15.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:26:15.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:15.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:15.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: 32) 06:26:15.752 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:15.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:15.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:15.752 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:26:15.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:15.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:15.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:15.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:15.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:15.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:15.753 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:26:15.753 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:26:15.753 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:26:15.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:15.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:15.753 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:15.753 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:15.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 "OK") 06:26:15.753 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:15.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:15.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:15.753 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:26:15.753 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:15.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:15.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:15.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:15.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:15.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:15.754 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:26:15.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:15.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:15.754 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:15.754 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:15.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:26:15.756 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:26:16.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:26:16.257 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:26:16.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:16.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:26:16.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:26:16.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:26:16.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 06:26:16.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:26:16.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:26:16.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:16.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:16.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:16.257 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 06:26:16.257 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:16.257 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:16.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:16.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.603 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest testCreateNewClassWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 4.539 s testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 0.27 s testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 21.86 s testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 15.509 s testCreateNewClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 0.707 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 06:26:16.261 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 06:26:16.262 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:26:16.262 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:16.262 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 06:26:16.262 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:16.262 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:26:16.262 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:16.262 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:26:16.262 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:16.262 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:26:16.262 DEBUG [main][EditorHandler] 0 editor(s) found 06:26:16.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:16.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:16.263 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:26:16.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:16.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:16.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:16.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:16.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:16.264 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:16.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') 06:26:16.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:16.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:16.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:16.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:16.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:16.264 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:16.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:16.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:16.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:26:16.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:26:16.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:26:16.265 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:16.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:16.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:16.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:16.266 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:16.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:16.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:16.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:16.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:16.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:16.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:16.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:16.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:17.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:17.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:17.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:26:17.268 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:17.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:17.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:17.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:17.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:26:17.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:17.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:17.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:17.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:17.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:17.269 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:17.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:17.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:17.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:17.270 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:17.270 INFO [WorkbenchTestable][RequirementsRunner] Started test: generateHashAndEquals no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest) 06:26:17.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 06:26:17.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:17.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:17.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:17.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:17.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:17.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:17.271 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:17.271 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 06:26:17.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:17.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:17.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:17.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:17.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:26:17.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:17.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:17.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:17.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:17.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:17.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:17.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:17.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:26:17.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:17.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'] 06:26:17.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:17.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'] 06:26:17.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:17.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:17.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:17.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:17.272 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:17.272 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:17.272 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:17.272 DEBUG [main][MenuItemLookup] Item match:File 06:26:17.273 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:26:17.273 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:26:17.275 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:26:17.275 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:26:17.275 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:17.275 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:26:17.275 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:26:17.275 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:26:17.275 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:26:17.275 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:26:17.275 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:26:17.275 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:26:17.275 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:26:17.275 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:26:17.275 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:17.275 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:26:17.275 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:26:17.275 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:17.275 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:26:17.275 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:17.275 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:26:17.275 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:26:17.283 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:26:17.283 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:26:17.283 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:26:17.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 'New|Select a wizard'] is available.... 06:26:17.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:26:17.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:26:17.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:17.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:17.333 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:26:17.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:17.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:26:17.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:17.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:17.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:17.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:17.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:17.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:17.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:17.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:26:17.335 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:17.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:17.335 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:17.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:17.335 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:17.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:26:17.335 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:17.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:17.335 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:17.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:17.335 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:17.335 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:26:17.335 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:26:17.335 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:26:17.337 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:26:17.341 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:26:17.341 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:26:17.341 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:26:17.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:17.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:17.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:17.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:17.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:17.342 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:26:17.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:17.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:17.343 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:17.343 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:17.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:17.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:17.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:17.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:26:17.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 06:26:17.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:26:17.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:17.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:17.457 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:26:17.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:17.457 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'GenHashProject' 06:26:17.457 DEBUG [WorkbenchTestable][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:") 06:26:17.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:17.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:17.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:17.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:17.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:17.458 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:17.459 INFO [WorkbenchTestable][AbstractText] Text set to: GenHashProject 06:26:17.488 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:26:17.488 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:26:17.488 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:26:17.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:17.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:17.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:17.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:17.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:17.490 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:26:17.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:17.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:17.490 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:17.490 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:17.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:26:17.992 DEBUG [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 06:26:17.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:26:17.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:17.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:17.995 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:26:17.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 "Don't Create") 06:26:17.995 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:17.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:17.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:17.995 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:26:17.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:17.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:17.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:17.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:17.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:17.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:17.996 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:26:17.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:17.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:17.996 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:17.996 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:18.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.... 06:26:18.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. finished successfully 06:26:18.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:18.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:18.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:18.127 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 06:26:18.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:26:18.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:26:18.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:18.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:18.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:18.127 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:18.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:18.127 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:18.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:18.127 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 06:26:18.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:18.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'] 06:26:18.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:18.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'] 06:26:18.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:18.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'] 06:26:18.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:18.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"] 06:26:18.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:18.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'] 06:26:18.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:18.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'] 06:26:18.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:18.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:18.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:18.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:18.128 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:18.128 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:18.128 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:18.128 DEBUG [main][MenuItemLookup] Item match:File 06:26:18.129 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:26:18.129 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:26:18.131 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:26:18.131 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:26:18.131 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:18.131 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:26:18.131 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:26:18.131 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:26:18.131 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:26:18.131 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:26:18.131 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:26:18.131 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:26:18.131 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:26:18.131 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:26:18.131 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:18.131 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:26:18.131 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:26:18.131 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:18.131 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:26:18.131 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:18.131 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:26:18.131 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:26:18.131 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:26:18.131 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:26:18.131 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:26:18.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:26:18.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:26:18.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:26:18.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:18.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:18.211 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:26:18.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:18.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:26:18.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:18.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:18.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:18.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:18.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:18.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:18.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:18.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:26:18.213 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:18.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:18.213 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:18.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:18.213 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:18.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:26:18.213 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:18.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:18.213 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:18.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:18.213 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:18.213 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:26:18.213 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:26:18.214 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:26:18.216 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:26:18.216 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:26:18.216 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:26:18.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:26:18.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:18.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:18.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:18.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:18.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:18.217 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:26:18.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:18.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:18.217 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:18.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:18.308 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:18.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:18.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:18.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:26:18.309 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 06:26:18.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:26:18.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:18.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:18.309 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:26:18.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:18.310 DEBUG [WorkbenchTestable][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:") 06:26:18.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:18.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:18.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:18.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:18.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:18.314 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:18.315 INFO [WorkbenchTestable][AbstractText] Text set to: GenHash 06:26:18.320 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:26:18.320 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:26:18.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:26:18.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:18.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:18.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:18.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:18.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:18.322 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:26:18.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:18.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:18.322 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:18.322 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:18.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:18.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:18.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:18.829 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 06:26:18.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:26:18.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:26:18.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:26:18.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:26:18.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:26:18.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:26:18.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:18.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:18.829 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:18.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:18.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@35256ead is found... 06:26:18.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@35256ead is found finished successfully 06:26:18.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 '\*?\QGenHash.java\E') 06:26:18.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:18.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:18.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:18.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:18.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:18.835 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:18.836 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class GenHash { } TooltipText=null 06:26:18.836 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 3, offser 0 06:26:18.839 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:18.839 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class GenHash { private String text;} TooltipText=null 06:26:18.839 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:26:18.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - GenHashProject/src/GenHash.java - Eclipse Platform 06:26:18.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:18.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:18.839 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - GenHashProject/src/GenHash.java - Eclipse Platform' 06:26:18.839 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - GenHashProject/src/GenHash.java - Eclipse Platform' 06:26:18.840 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:18.840 DEBUG [main][MenuItemLookup] Item match:File 06:26:18.840 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:26:18.840 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:26:18.840 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:26:18.840 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:26:18.840 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:18.840 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:26:18.840 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:26:18.840 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:18.840 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:26:18.840 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:26:18.840 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:26:18.840 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:26:18.840 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:26:18.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:26:18.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:26:18.912 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:18.913 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class GenHash { private String text;} TooltipText=null 06:26:18.914 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 06:26:18.914 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Revert File' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Show in Breadcrumb Shift+Alt+B' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Quick Outline Ctrl+O' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Quick Type Hierarchy Ctrl+T' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Open With' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:26:18.960 DEBUG [main][MenuItemLookup] Item match:Source Shift+Alt+S 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Shift+Ctrl+C' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Remove Block Comment Shift+Ctrl+\' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Generate Element Comment Shift+Alt+J' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Correct Indentation Ctrl+I' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Format Shift+Ctrl+F' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Format Element' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Add Import Shift+Ctrl+M' 06:26:18.960 DEBUG [main][MenuItemLookup] Found menu:'Organize Imports Shift+Ctrl+O' 06:26:18.961 DEBUG [main][MenuItemLookup] Found menu:'Sort Members...' 06:26:18.961 DEBUG [main][MenuItemLookup] Found menu:'Clean Up...' 06:26:18.961 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:18.961 DEBUG [main][MenuItemLookup] Found menu:'Override/Implement Methods...' 06:26:18.961 DEBUG [main][MenuItemLookup] Found menu:'Generate Getters and Setters...' 06:26:18.961 DEBUG [main][MenuItemLookup] Found menu:'Generate Delegate Methods...' 06:26:18.961 DEBUG [main][MenuItemLookup] Found menu:'Generate hashCode() and equals()...' 06:26:18.961 DEBUG [main][MenuItemLookup] Item match:Generate hashCode() and equals()... 06:26:18.961 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Generate &hashCode() and equals()..." 06:26:18.961 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Generate hashCode() and equals()... 06:26:18.961 INFO [main][MenuItemHandler] Select menu item: Generate &hashCode() and equals()... 06:26:19.118 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.... 06:26:19.123 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 06:26:19.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Generate hashCode() and equals() 06:26:19.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:19.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:19.123 TRACE [WorkbenchTestable][GenerateHashCodeEqualsDialog] Shell Generate hashCode() and equals() is not null and is not disposed 06:26:19.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:19.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.shell.DefaultShell, index 0 and no matchers specified 06:26:19.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:19.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:19.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:19.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:19.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:19.124 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item text and wait with time period 1 06:26:19.124 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 06:26:19.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:19.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:19.625 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 06:26:19.625 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 06:26:19.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:20.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:20.148 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 06:26:20.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.shell.DefaultShell, index 0 and no matchers specified 06:26:20.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:20.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:20.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:20.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:20.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:20.149 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item text and wait with time period 1 06:26:20.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 06:26:20.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:20.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:20.650 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 06:26:20.650 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 06:26:20.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:21.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:21.150 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 06:26:21.151 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") 06:26:21.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:21.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:21.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:21.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:21.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:21.154 INFO [WorkbenchTestable][AbstractButton] Click button Select &All 06:26:21.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:21.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:21.154 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:21.154 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:21.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:21.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:21.155 INFO [WorkbenchTestable][AbstractButton] Click button &Generate 06:26:21.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:21.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:21.155 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:21.155 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:21.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:26:21.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:26:21.252 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:21.252 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 06:26:21.252 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 06:26:21.252 DEBUG [WorkbenchTestable][EditorHandler] Closing editor GenHash.java 06:26:21.341 DEBUG [WorkbenchTestable][EditorHandler] Editor GenHash.java is closed 06:26:21.341 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 06:26:21.341 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:21.341 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:21.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:21.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:21.342 INFO [WorkbenchTestable][RequirementsRunner] Finished test: generateHashAndEquals no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest) 06:26:21.342 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:26:21.342 DEBUG [main][EditorHandler] 0 editor(s) found 06:26:21.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:21.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:21.343 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:26:21.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:21.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:21.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:21.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:21.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:21.344 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:21.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') 06:26:21.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:21.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:21.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:21.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:21.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:21.345 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:21.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:21.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:21.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:26:21.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:26:21.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:26:21.347 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:21.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:21.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:21.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:21.347 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:21.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:21.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:21.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:21.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:21.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:21.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:21.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:21.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:22.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:22.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:22.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:26:22.349 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:22.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:22.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:22.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:22.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:26:22.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:22.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:22.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:22.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:22.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:22.350 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name GenHashProject 06:26:22.351 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:22.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:22.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:22.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:22.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:22.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:22.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:22.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:22.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:23.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:23.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:23.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:26:23.353 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:23.353 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:23.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:23.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:23.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 06:26:23.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:23.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:23.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:23.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:23.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:23.354 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name GenHashProject 06:26:23.355 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:23.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:23.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:23.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:23.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 06:26:23.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:23.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:23.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:23.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:23.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:23.355 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:26:23.355 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:26:23.355 DEBUG [main][TreeItemHandler] Set Tree selection 06:26:23.356 DEBUG [main][TreeHandler] Notify Tree about selection event 06:26:23.359 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:26:23.360 DEBUG [WorkbenchTestable][TreeItemHandler] GenHashProject 06:26:23.360 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:26:23.360 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:23.382 DEBUG [main][MenuItemLookup] Found menu:'New' 06:26:23.382 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:26:23.382 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:23.382 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:26:23.382 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:23.382 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:26:23.382 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:26:23.382 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:26:23.382 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:26:23.382 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:26:23.382 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:26:23.382 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:26:23.382 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:23.382 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:26:23.382 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:26:23.382 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:23.382 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:26:23.382 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:26:23.382 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:26:23.382 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:26:23.382 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:26:23.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:23.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:26:23.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:26:23.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:26:23.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:26:23.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:23.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:23.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:23.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:23.883 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:26:23.883 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:23.900 DEBUG [main][MenuItemLookup] Found menu:'New' 06:26:23.900 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:26:23.900 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:23.900 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:26:23.900 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:23.900 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:26:23.900 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:26:23.900 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:26:23.900 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:26:23.900 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:26:23.900 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:26:23.900 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:26:23.900 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:26:23.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:26:24.485 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 06:26:24.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:26:24.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:24.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:24.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:26:24.487 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:24.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:24.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:24.487 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:26:24.488 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:24.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:24.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:24.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:24.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:24.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:24.488 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:26:24.488 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:26:24.488 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:26:24.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:24.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:24.488 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:24.488 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:24.488 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:26:24.488 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:24.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:24.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:24.488 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:26:24.488 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:24.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:24.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:24.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:24.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:24.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:24.489 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:26:24.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:24.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:24.489 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:24.489 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:24.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:26:24.491 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:26:24.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:26:24.992 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:26:24.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:24.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:26:24.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:26:24.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:26:24.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:26:24.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:24.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:24.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:24.992 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:24.992 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:24.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:24.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:24.993 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 06:26:24.993 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:24.993 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:24.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:24.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.732 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest generateHashAndEquals no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest) Time elapsed: 4.072 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 06:26:24.997 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 06:26:24.998 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:26:24.998 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:24.998 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 06:26:24.998 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:24.998 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:26:24.998 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:24.998 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:26:24.998 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:24.998 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:26:24.998 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 06:26:24.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:26:24.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:24.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:24.998 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:24.998 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:24.999 DEBUG [main][MenuItemLookup] Item match:Window 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:26:24.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:24.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:24.999 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:24.999 DEBUG [main][MenuItemLookup] Item match:Window 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:24.999 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:24.999 DEBUG [main][MenuItemLookup] Item match:Perspective 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:26:25.000 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:26:25.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:26:25.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:25.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:25.000 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:25.000 DEBUG [main][MenuItemLookup] Item match:Window 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:26:25.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:25.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:25.000 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:25.000 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:25.000 DEBUG [main][MenuItemLookup] Item match:Window 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:25.001 DEBUG [main][MenuItemLookup] Item match:Perspective 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:26:25.001 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:26:25.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:25.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:25.001 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:25.001 DEBUG [main][MenuItemLookup] Item match:Window 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:26:25.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:25.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:25.001 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:25.001 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:25.001 DEBUG [main][MenuItemLookup] Item match:Window 06:26:25.002 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:25.002 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:25.002 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:25.002 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:25.002 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:25.002 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:25.002 DEBUG [main][MenuItemLookup] Item match:Perspective 06:26:25.002 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:26:25.002 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:25.002 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:26:25.002 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:26:25.002 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:26:25.002 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:26:25.002 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:26:25.002 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:26:25.002 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:26:25.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:26:25.022 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 06:26:25.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:26:25.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:25.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:25.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:25.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:25.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:25.023 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:26:25.023 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:25.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:25.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:25.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 06:26:25.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:25.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:25.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:25.023 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:26:25.023 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:25.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:25.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:25.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:25.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:25.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:25.024 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:26:25.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:25.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:25.024 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:25.024 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:25.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'] 06:26:25.093 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.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'] 06:26:25.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.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: "New Java Project"] 06:26:25.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.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'] 06:26:25.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.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'] 06:26:25.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.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'] 06:26:25.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.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: "New Java Project"] 06:26:25.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.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'] 06:26:25.095 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.095 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:25.095 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.095 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:25.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:25.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:25.095 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:25.095 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:25.095 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:25.095 DEBUG [main][MenuItemLookup] Item match:File 06:26:25.096 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:26:25.096 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:26:25.098 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:26:25.098 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:26:25.098 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:25.098 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:26:25.098 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:26:25.098 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:26:25.098 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:26:25.098 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:26:25.098 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:26:25.098 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:26:25.098 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:26:25.098 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:26:25.098 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:25.098 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:26:25.098 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:26:25.098 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:25.098 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:26:25.098 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:25.098 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:26:25.098 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:26:25.098 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:26:25.098 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:26:25.098 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:26:25.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:26:25.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:26:25.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:26:25.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:25.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:25.157 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:26:25.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:26:25.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:25.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:25.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:25.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:25.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:25.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:25.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:25.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:26:25.159 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:25.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:25.159 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:25.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:25.159 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:25.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:26:25.159 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:25.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:25.159 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:25.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:25.159 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:25.159 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:26:25.159 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:26:25.159 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:26:25.162 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:26:25.162 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:26:25.162 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:26:25.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:26:25.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:25.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:25.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:25.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:25.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:25.163 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:26:25.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:25.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:25.163 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:25.163 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:25.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'] 06:26:25.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:26:25.318 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 06:26:25.318 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:26:25.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:25.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:25.318 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:26:25.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.319 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'OpenTypeSelectionDialogTest' 06:26:25.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 06:26:25.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:25.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:25.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:25.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:25.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:25.320 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:25.321 INFO [WorkbenchTestable][AbstractText] Text set to: OpenTypeSelectionDialogTest 06:26:25.354 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:26:25.354 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:26:25.354 DEBUG [WorkbenchTestable][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) 06:26:25.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:25.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:25.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:25.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:25.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:25.356 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:26:25.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:25.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:25.356 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:25.356 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:25.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:26:25.546 DEBUG [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 06:26:25.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:26:25.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:25.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:25.547 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:26:25.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:26:25.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:25.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:25.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:25.547 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:26:25.547 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:25.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:25.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:25.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:25.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:25.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:25.547 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:26:25.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:25.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:25.547 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:25.547 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:25.652 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.... 06:26:25.652 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 06:26:25.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:25.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:25.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:25.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:26:25.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:26:25.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:26:25.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:26:25.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:26:25.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:25.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:25.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:25.653 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:25.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.653 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:25.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.653 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 06:26:25.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.653 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:25.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.653 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:25.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.653 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:25.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.654 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 06:26:25.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.654 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:25.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.654 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:25.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:25.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:25.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:25.655 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:25.655 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:25.655 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:25.655 DEBUG [main][MenuItemLookup] Item match:File 06:26:25.655 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:26:25.655 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:26:25.657 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:26:25.657 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:26:25.657 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:25.657 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:26:25.657 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:26:25.657 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:26:25.657 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:26:25.657 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:26:25.657 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:26:25.657 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:26:25.657 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:26:25.657 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:26:25.657 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:25.657 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:26:25.657 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:26:25.657 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:25.657 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:26:25.657 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:25.657 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:26:25.657 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:26:25.668 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:26:25.668 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:26:25.668 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:26:25.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:26:25.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. finished successfully 06:26:25.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:26:25.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:25.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:25.719 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:26:25.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.719 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:26:25.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:25.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:25.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:25.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:25.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:25.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:25.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:25.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:26:25.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:25.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:25.721 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:25.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:25.721 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:25.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:26:25.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:25.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:25.721 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:25.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:25.721 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:25.726 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:26:25.726 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:26:25.726 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:26:25.727 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:26:25.728 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:26:25.728 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:26:25.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:26:25.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:25.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:25.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:25.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:25.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:25.729 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:26:25.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:25.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:25.729 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:25.729 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:25.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'] 06:26:25.797 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.797 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:26:25.797 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 06:26:25.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:26:25.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:25.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:25.798 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:26:25.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:25.798 DEBUG [WorkbenchTestable][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:") 06:26:25.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:25.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:25.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:25.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:25.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:25.802 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:25.803 INFO [WorkbenchTestable][AbstractText] Text set to: FindMe 06:26:25.818 DEBUG [WorkbenchTestable][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:") 06:26:25.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:25.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:25.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:25.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:25.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:25.819 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:25.820 DEBUG [WorkbenchTestable][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:") 06:26:25.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:25.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:25.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:25.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:25.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:25.823 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:25.824 INFO [WorkbenchTestable][AbstractText] Text set to: test 06:26:25.827 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:26:25.827 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:26:25.827 DEBUG [WorkbenchTestable][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) 06:26:25.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:25.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:25.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:25.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:25.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:25.829 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:26:25.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:25.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:25.829 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:25.829 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:25.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:26.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:26.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:26.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 06:26:26.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:26:26.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:26:26.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:26:26.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:26:26.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:26:26.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:26.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:26.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:26.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:26.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is FindMe.java... 06:26:26.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QFindMe.java\E') 06:26:26.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:26.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:26.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:26.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:26.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:26.334 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:26.334 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 06:26:26.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is FindMe.java finished successfully 06:26:26.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2dad8e2c is found... 06:26:26.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2dad8e2c is found finished successfully 06:26:26.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QFindMe.java\E') 06:26:26.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:26.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:26.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:26.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:26.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:26.336 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:26.336 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 06:26:26.337 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:26.337 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 06:26:26.337 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 06:26:26.337 DEBUG [WorkbenchTestable][EditorHandler] Closing editor FindMe.java 06:26:26.501 DEBUG [WorkbenchTestable][EditorHandler] Editor FindMe.java is closed 06:26:26.501 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:26.501 INFO [WorkbenchTestable][RequirementsRunner] Started test: openTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 06:26:26.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 06:26:26.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:26.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:26.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:26.503 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"] 06:26:26.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:26.503 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"] 06:26:26.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:26.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:26.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:26.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:26.504 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:26.504 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:26.504 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:26.504 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:26.504 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:26:26.504 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:26:26.504 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:26.504 DEBUG [main][MenuItemLookup] Item match:Navigate 06:26:26.505 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:26:26.505 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:26:26.505 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:26.505 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:26:26.505 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:26:26.505 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 06:26:26.505 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 06:26:26.505 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 06:26:26.505 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 06:26:26.505 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 06:26:26.505 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 06:26:26.505 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:26.505 DEBUG [main][MenuItemLookup] Found menu:'Open Type... Shift+Ctrl+T' 06:26:26.505 DEBUG [main][MenuItemLookup] Item match:Open Type... Shift+Ctrl+T 06:26:26.505 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type... Shift+Ctrl+T" 06:26:26.505 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... Shift+Ctrl+T 06:26:26.505 INFO [main][MenuItemHandler] Select menu item: Open &Type... Shift+Ctrl+T 06:26:26.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available.... 06:26:26.610 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 06:26:26.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 06:26:26.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:26.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:26.611 TRACE [WorkbenchTestable][OpenTypeSelectionDialog] Shell Open Type is not null and is not disposed 06:26:26.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:26.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.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) 06:26:26.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:26.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:26.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:26.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:26.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:26.612 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:26:26.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:26.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:26.612 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:26.612 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:26.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:26.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:26.630 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 06:26:26.631 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:26.631 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:26.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:26.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:26.638 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 06:26:26.638 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:26.639 INFO [WorkbenchTestable][RequirementsRunner] Started test: findAndOpenClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 06:26:26.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 06:26:26.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:26.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:26.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:26.639 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"] 06:26:26.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:26.639 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"] 06:26:26.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:26.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:26.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:26.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:26.639 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:26.639 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:26.639 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:26.640 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:26.640 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:26:26.640 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:26:26.640 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:26.640 DEBUG [main][MenuItemLookup] Item match:Navigate 06:26:26.641 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:26:26.641 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:26:26.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:26.641 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:26:26.641 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:26:26.641 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 06:26:26.641 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 06:26:26.641 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 06:26:26.641 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 06:26:26.641 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 06:26:26.641 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 06:26:26.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:26.641 DEBUG [main][MenuItemLookup] Found menu:'Open Type... Shift+Ctrl+T' 06:26:26.641 DEBUG [main][MenuItemLookup] Item match:Open Type... Shift+Ctrl+T 06:26:26.641 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type... Shift+Ctrl+T" 06:26:26.641 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... Shift+Ctrl+T 06:26:26.641 INFO [main][MenuItemHandler] Select menu item: Open &Type... Shift+Ctrl+T 06:26:26.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available.... 06:26:26.717 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 06:26:26.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 06:26:26.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:26.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:26.718 TRACE [WorkbenchTestable][OpenTypeSelectionDialog] Shell Open Type is not null and is not disposed 06:26:26.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:26.718 DEBUG [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 06:26:26.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:26.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:26.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:26.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:26.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:26.718 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:26.719 INFO [WorkbenchTestable][AbstractText] Text set to: FindMe 06:26:26.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:26.720 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 06:26:26.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is not listed in considered jobs, ignore it 06:26:26.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 06:26:27.225 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 06:26:27.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 06:26:27.725 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 06:26:27.725 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 06:26:28.225 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 06:26:28.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 06:26:28.725 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 06:26:28.725 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 06:26:29.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 06:26:29.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is not listed in considered jobs, ignore it 06:26:29.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 06:26:29.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:29.226 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 06:26:29.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:29.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:29.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:29.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:29.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:29.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:29.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:29.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:29.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:29.230 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:26:29.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:29.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:29.230 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:29.230 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:29.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:29.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:29.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2696c83a is found... 06:26:29.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2696c83a is found finished successfully 06:26:29.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 '\*?\QFindMe.java\E') 06:26:29.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:29.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:29.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:29.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:29.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:29.345 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:29.345 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 06:26:29.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 06:26:29.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:29.345 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:29.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:29.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:29.345 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findAndOpenClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 06:26:29.345 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:29.345 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorTakingShellTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 06:26:29.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 06:26:29.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:29.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:29.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:29.345 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 06:26:29.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:29.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:29.346 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 06:26:29.346 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 06:26:29.346 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:29.346 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:29.346 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:26:29.346 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:26:29.346 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:29.346 DEBUG [main][MenuItemLookup] Item match:Navigate 06:26:29.347 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:26:29.347 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:26:29.347 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:29.347 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 06:26:29.347 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:26:29.347 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 06:26:29.347 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 06:26:29.347 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 06:26:29.347 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 06:26:29.347 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 06:26:29.347 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 06:26:29.347 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:29.347 DEBUG [main][MenuItemLookup] Found menu:'Open Type... Shift+Ctrl+T' 06:26:29.347 DEBUG [main][MenuItemLookup] Item match:Open Type... Shift+Ctrl+T 06:26:29.347 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type... Shift+Ctrl+T" 06:26:29.347 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... Shift+Ctrl+T 06:26:29.347 INFO [main][MenuItemHandler] Select menu item: Open &Type... Shift+Ctrl+T 06:26:29.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available.... 06:26:29.400 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 06:26:29.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 06:26:29.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:29.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:29.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.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) 06:26:29.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:29.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:29.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:29.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:29.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:29.402 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:26:29.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:29.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:29.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:29.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:29.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:29.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:29.429 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 06:26:29.429 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:29.429 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:29.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:29.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:29.430 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorTakingShellTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 06:26:29.430 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:29.430 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonParametericConstructorTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 06:26:29.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 06:26:29.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:29.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:29.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:29.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 06:26:29.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:29.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:29.430 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 06:26:29.430 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 06:26:29.430 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:29.430 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:29.430 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:26:29.430 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:26:29.430 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:29.430 DEBUG [main][MenuItemLookup] Item match:Navigate 06:26:29.431 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:26:29.431 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:26:29.431 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:29.431 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 06:26:29.431 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:26:29.431 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 06:26:29.431 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 06:26:29.431 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 06:26:29.431 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 06:26:29.431 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 06:26:29.431 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 06:26:29.431 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:29.431 DEBUG [main][MenuItemLookup] Found menu:'Open Type... Shift+Ctrl+T' 06:26:29.431 DEBUG [main][MenuItemLookup] Item match:Open Type... Shift+Ctrl+T 06:26:29.431 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type... Shift+Ctrl+T" 06:26:29.431 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... Shift+Ctrl+T 06:26:29.431 INFO [main][MenuItemHandler] Select menu item: Open &Type... Shift+Ctrl+T 06:26:29.467 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"] 06:26:29.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:29.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:29.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 06:26:29.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:29.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:29.470 TRACE [WorkbenchTestable][OpenTypeSelectionDialog] Shell Open Type is not null and is not disposed 06:26:29.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:29.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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) 06:26:29.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:29.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:29.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:29.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:29.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:29.471 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:26:29.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:29.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:29.471 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:29.471 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:29.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:29.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:29.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 06:26:29.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:29.498 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:29.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:29.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:29.499 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonParametericConstructorTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 06:26:29.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:29.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:29.502 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:26:29.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 06:26:29.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:29.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:29.502 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 06:26:29.502 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 06:26:29.502 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:29.502 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:29.502 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:26:29.502 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:26:29.502 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:29.502 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:29.502 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:29.502 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:29.502 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:29.502 DEBUG [main][MenuItemLookup] Item match:Window 06:26:29.504 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:29.504 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:29.504 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:29.504 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:29.504 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:29.504 DEBUG [main][MenuItemLookup] Item match:Show View 06:26:29.507 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:26:29.507 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:26:29.507 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:26:29.507 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:26:29.507 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:26:29.507 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:26:29.507 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:26:29.507 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:26:29.507 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:26:29.507 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:26:29.507 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:26:29.507 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:26:29.507 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:26:29.507 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:26:29.507 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:29.507 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:26:29.507 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:26:29.507 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:26:29.507 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:26:29.507 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:26:29.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:26:29.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:26:29.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:26:29.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:29.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:29.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 06:26:29.556 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:29.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:29.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:29.556 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:26:29.556 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:29.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:29.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:29.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:29.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:29.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:29.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:29.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:29.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:26:29.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:26:29.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:29.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:26:29.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:29.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:26:29.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:26:29.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:26:29.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:29.558 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:26:29.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:29.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:26:29.558 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:26:29.558 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:26:29.558 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:26:29.558 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:26:29.558 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:29.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:29.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:29.558 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:26:29.558 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:29.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:29.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:29.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") 06:26:29.562 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:29.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:29.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:29.563 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:26:29.563 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:29.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:29.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:29.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:29.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:29.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:29.563 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:26:29.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:29.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:29.563 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:29.563 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:29.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:26:29.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:26:29.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:26:29.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:29.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:29.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:26:29.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:29.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:29.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 06:26:29.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:29.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:29.604 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 06:26:29.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 '\*?\QProject Explorer\E') 06:26:29.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:29.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:29.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:29.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:29.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:29.605 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:29.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:29.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:29.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform TooltipText=null 06:26:29.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:26:29.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:26:29.607 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:29.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:29.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:29.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:29.607 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:29.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:29.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:29.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:29.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:29.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:29.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:30.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:30.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:30.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:30.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:30.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:26:30.619 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:30.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:30.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:30.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:30.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 06:26:30.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:30.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:30.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:30.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:30.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:30.620 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OpenTypeSelectionDialogTest 06:26:30.620 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:30.620 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:30.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:30.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:30.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:30.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:30.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:31.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:31.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:31.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:31.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:31.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:26:31.622 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:31.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:31.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:31.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:31.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 06:26:31.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:31.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:31.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:31.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:31.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:31.623 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OpenTypeSelectionDialogTest 06:26:31.623 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:31.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:31.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:31.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:31.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 06:26:31.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:31.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:31.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:31.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:31.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:31.624 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:26:31.624 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:26:31.624 DEBUG [main][TreeItemHandler] Set Tree selection 06:26:31.624 DEBUG [main][TreeHandler] Notify Tree about selection event 06:26:31.628 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:26:31.629 DEBUG [WorkbenchTestable][TreeItemHandler] OpenTypeSelectionDialogTest 06:26:31.629 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:26:31.629 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:31.648 DEBUG [main][MenuItemLookup] Found menu:'New' 06:26:31.648 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:26:31.648 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:31.648 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:26:31.648 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:31.648 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:26:31.648 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:26:31.648 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:26:31.648 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:26:31.648 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:26:31.648 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:26:31.648 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:26:31.648 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:31.648 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:26:31.648 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:26:31.648 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:31.648 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:26:31.648 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:26:31.648 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:26:31.648 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:26:31.649 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:26:31.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:31.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:26:32.149 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:26:32.149 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:32.149 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:32.149 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:32.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:32.149 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:26:32.149 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:32.167 DEBUG [main][MenuItemLookup] Found menu:'New' 06:26:32.167 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:26:32.167 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:32.167 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:26:32.167 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:32.167 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:26:32.167 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:26:32.167 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:26:32.167 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:26:32.167 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:26:32.167 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:26:32.167 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:26:32.167 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:26:32.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:26:32.738 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 06:26:32.738 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:26:32.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:32.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:32.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:26:32.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:32.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:32.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:32.741 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:26:32.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:32.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:32.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:32.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:32.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:32.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:32.741 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:26:32.741 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:26:32.742 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:26:32.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:32.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:32.742 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:32.742 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:32.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:26:32.742 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:32.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:32.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:32.742 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:26:32.742 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:32.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:32.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:32.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:32.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:32.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:32.743 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:26:32.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:32.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:32.743 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:32.743 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:32.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:26:32.745 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:26:33.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:26:33.245 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:26:33.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:33.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:26:33.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:26:33.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:26:33.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:33.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:33.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:33.245 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 06:26:33.245 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:33.245 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:33.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:33.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.249 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.137 s findAndOpenClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) Time elapsed: 2.707 s constructorTakingShellTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) Time elapsed: 0.085 s nonParametericConstructorTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) Time elapsed: 0.069 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 06:26:33.250 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 06:26:33.250 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:26:33.250 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:33.250 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 06:26:33.250 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:33.250 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:26:33.250 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:33.251 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:26:33.251 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:33.251 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:33.251 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 06:26:33.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 06:26:33.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:33.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:33.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:33.251 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:33.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:33.251 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:33.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:33.251 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:33.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:33.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:33.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:33.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:33.252 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:33.252 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:33.252 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:33.252 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:33.252 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:33.252 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:33.252 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:33.252 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:33.252 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:33.252 DEBUG [main][MenuItemLookup] Item match:Window 06:26:33.253 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:33.253 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:33.253 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:33.253 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:33.253 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:33.253 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:33.253 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:33.253 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:26:33.253 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:33.253 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:26:33.253 DEBUG [main][MenuItemLookup] Item match:Preferences 06:26:33.253 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:26:33.253 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:26:33.253 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:26:33.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.... 06:26:33.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 'Preferences.*'] is available. finished successfully 06:26:33.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:33.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:33.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:33.318 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:26:33.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:33.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:26:33.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:33.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:33.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:33.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:33.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:33.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:33.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:33.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 06:26:33.319 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 06:26:33.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:33.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:33.820 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 06:26:33.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 06:26:33.821 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 06:26:33.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:33.821 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 06:26:33.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:33.821 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 06:26:33.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 06:26:33.821 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 06:26:33.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:34.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:34.322 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 06:26:34.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 06:26:34.322 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 06:26:34.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:34.322 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 06:26:34.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:34.323 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 06:26:34.323 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 06:26:34.323 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 06:26:34.323 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 06:26:34.323 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 06:26:34.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:34.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:34.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:26:34.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:34.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:34.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:34.329 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:26:34.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:34.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:34.329 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:34.329 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:34.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:34.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:34.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:34.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:34.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:34.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:34.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 06:26:34.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:34.348 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:34.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:34.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:34.348 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 06:26:34.348 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:34.348 INFO [WorkbenchTestable][RequirementsRunner] Started test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 06:26:34.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 06:26:34.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:34.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:34.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:34.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:34.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:34.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:34.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:34.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:34.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:34.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:34.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.348 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:34.348 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:34.349 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:34.349 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:34.349 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:34.349 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:34.349 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:34.349 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:34.349 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:34.349 DEBUG [main][MenuItemLookup] Item match:Window 06:26:34.349 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:34.349 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:34.349 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:34.349 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:34.349 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:34.349 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:34.349 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:34.349 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:26:34.349 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:34.349 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:26:34.349 DEBUG [main][MenuItemLookup] Item match:Preferences 06:26:34.358 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:26:34.358 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:26:34.358 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:26:34.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:26:34.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:26:34.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:34.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.404 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:26:34.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:34.404 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:26:34.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:34.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:34.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:34.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:34.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:34.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 06:26:34.405 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 06:26:34.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:34.405 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 06:26:34.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:34.405 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 06:26:34.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 06:26:34.405 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 06:26:34.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:34.405 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 06:26:34.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:34.405 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 06:26:34.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 06:26:34.405 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 06:26:34.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:34.405 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 06:26:34.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:34.405 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 06:26:34.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 06:26:34.405 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 06:26:34.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:34.405 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 06:26:34.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:34.405 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 06:26:34.405 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 06:26:34.405 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 06:26:34.405 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 06:26:34.406 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 06:26:34.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:34.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:34.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:26:34.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:34.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:34.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:34.407 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 06:26:34.407 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:26:34.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:34.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:34.407 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:34.407 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:34.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:34.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:34.407 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:34.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.407 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 06:26:34.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:34.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:34.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 06:26:34.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:34.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.408 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 06:26:34.408 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 06:26:34.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:26:34.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:26:34.424 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 06:26:34.424 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:34.424 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:34.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:34.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:34.424 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 06:26:34.424 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:34.425 INFO [WorkbenchTestable][RequirementsRunner] Started test: ok no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 06:26:34.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 06:26:34.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:34.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:34.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:34.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.*'] 06:26:34.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:34.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.*'] 06:26:34.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:34.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.*'] 06:26:34.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:34.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:34.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.425 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:34.425 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:34.425 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:34.425 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:34.425 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:34.425 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:34.425 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:34.425 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:34.425 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:34.425 DEBUG [main][MenuItemLookup] Item match:Window 06:26:34.426 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:34.426 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:34.426 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:34.426 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:34.426 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:34.426 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:34.426 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:34.426 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:26:34.426 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:34.426 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:26:34.426 DEBUG [main][MenuItemLookup] Item match:Preferences 06:26:34.426 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:26:34.426 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:26:34.426 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:26:34.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:26:34.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:26:34.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:34.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.471 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:26:34.471 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:34.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:26:34.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:34.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:34.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:34.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:34.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:34.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 06:26:34.473 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 06:26:34.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:34.473 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 06:26:34.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:34.473 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 06:26:34.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 06:26:34.473 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 06:26:34.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:34.473 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 06:26:34.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:34.473 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 06:26:34.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 06:26:34.473 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 06:26:34.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:34.473 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 06:26:34.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:34.473 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 06:26:34.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 06:26:34.473 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 06:26:34.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:34.473 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 06:26:34.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:34.473 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 06:26:34.474 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 06:26:34.474 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 06:26:34.474 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 06:26:34.474 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 06:26:34.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:34.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:34.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:26:34.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:34.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:34.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:34.476 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:26:34.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:34.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:34.476 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:34.476 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:34.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:34.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:34.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:34.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:34.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:34.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:34.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.500 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 06:26:34.500 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:34.500 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:34.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:34.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:34.500 INFO [WorkbenchTestable][RequirementsRunner] Finished test: ok no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 06:26:34.500 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:34.500 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 06:26:34.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 06:26:34.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:34.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:34.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:34.500 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:34.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:34.500 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:34.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:34.500 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:34.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:34.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:34.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.501 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:34.501 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:34.501 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:34.501 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:34.501 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:34.501 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:34.501 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:34.501 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:34.501 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:34.501 DEBUG [main][MenuItemLookup] Item match:Window 06:26:34.501 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:34.501 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:34.501 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:34.501 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:34.501 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:34.501 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:34.501 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:34.501 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:26:34.501 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:34.501 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:26:34.501 DEBUG [main][MenuItemLookup] Item match:Preferences 06:26:34.501 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:26:34.501 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:26:34.501 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:26:34.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:26:34.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:26:34.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:34.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.546 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:26:34.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:34.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:34.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:34.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:34.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:26:34.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:34.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:34.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:34.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:34.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:34.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 06:26:34.547 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 06:26:34.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:34.547 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 06:26:34.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:34.547 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 06:26:34.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 06:26:34.547 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 06:26:34.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:34.547 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 06:26:34.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:34.547 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 06:26:34.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 06:26:34.548 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 06:26:34.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:34.548 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 06:26:34.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:34.548 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 06:26:34.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 06:26:34.548 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 06:26:34.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:34.548 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 06:26:34.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:34.548 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 06:26:34.548 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 06:26:34.548 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 06:26:34.548 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 06:26:34.548 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 06:26:34.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:34.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:34.549 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 06:26:34.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:34.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:34.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 06:26:34.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:34.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.549 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 06:26:34.549 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 06:26:34.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:26:34.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:26:34.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 06:26:34.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:34.565 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:34.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:34.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:34.565 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 06:26:34.565 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:34.566 INFO [WorkbenchTestable][RequirementsRunner] Started test: apply no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 06:26:34.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 06:26:34.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:34.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:34.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:34.566 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:34.566 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:34.566 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:34.566 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:34.566 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:34.566 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:34.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:34.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.566 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:34.566 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:34.566 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:34.566 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:34.566 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:34.566 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:34.566 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:34.566 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:34.566 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:34.566 DEBUG [main][MenuItemLookup] Item match:Window 06:26:34.567 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:34.567 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:34.567 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:34.567 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:34.567 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:34.567 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:34.567 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:34.567 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:26:34.567 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:34.567 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:26:34.567 DEBUG [main][MenuItemLookup] Item match:Preferences 06:26:34.567 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:26:34.567 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:26:34.567 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:26:34.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:26:34.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:26:34.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:34.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.614 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:26:34.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:34.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:26:34.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:34.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:34.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:34.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:34.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:34.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 06:26:34.615 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 06:26:34.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:34.615 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 06:26:34.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:34.615 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 06:26:34.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 06:26:34.615 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 06:26:34.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:34.615 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 06:26:34.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:34.615 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 06:26:34.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 06:26:34.615 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 06:26:34.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:34.616 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 06:26:34.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:34.616 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 06:26:34.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 06:26:34.616 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 06:26:34.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:34.616 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 06:26:34.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:34.616 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 06:26:34.616 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 06:26:34.616 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 06:26:34.616 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 06:26:34.616 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 06:26:34.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:34.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:34.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:26:34.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:34.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:34.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:34.617 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 06:26:34.617 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:26:34.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:34.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:34.617 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:34.617 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:34.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:34.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:34.617 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:34.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.618 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 06:26:34.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:34.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:34.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 06:26:34.618 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:34.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.618 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 06:26:34.618 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 06:26:34.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:26:34.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:26:34.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 06:26:34.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:34.651 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:34.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:34.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:34.651 INFO [WorkbenchTestable][RequirementsRunner] Finished test: apply no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 06:26:34.651 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:34.651 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 06:26:34.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 06:26:34.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:34.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:34.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:34.651 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:34.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:34.651 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:34.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:34.651 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:34.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:34.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:34.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.652 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:34.652 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:34.652 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:34.652 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:34.652 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:34.652 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:34.652 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:34.652 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:34.652 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:34.652 DEBUG [main][MenuItemLookup] Item match:Window 06:26:34.652 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:34.652 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:34.652 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:34.652 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:34.652 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:34.652 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:34.652 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:34.652 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:26:34.652 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:34.652 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:26:34.652 DEBUG [main][MenuItemLookup] Item match:Preferences 06:26:34.652 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:26:34.652 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:26:34.652 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:26:34.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:26:34.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:26:34.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:34.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.717 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:26:34.717 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:34.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:34.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:34.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:34.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:26:34.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:34.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:34.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:34.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:34.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:34.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 06:26:34.719 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 06:26:34.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:34.719 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 06:26:34.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:34.719 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 06:26:34.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 06:26:34.719 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 06:26:34.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:34.720 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 06:26:34.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:34.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 06:26:34.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 06:26:34.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 06:26:34.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:34.720 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 06:26:34.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:34.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 06:26:34.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 06:26:34.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 06:26:34.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:34.720 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 06:26:34.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:34.721 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 06:26:34.721 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 06:26:34.721 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 06:26:34.721 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 06:26:34.721 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 06:26:34.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:34.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:34.722 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 06:26:34.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:34.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:34.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 06:26:34.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:34.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.723 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 06:26:34.723 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 06:26:34.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:26:34.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:26:34.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 06:26:34.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:34.749 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:34.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:34.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:34.749 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 06:26:34.749 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 06:26:34.749 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:34.749 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:34.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:34.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.499 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest cancel no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 1.097 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.075 s openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.065 s apply no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.085 s openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.098 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 06:26:34.753 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 06:26:34.753 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:26:34.754 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:34.754 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 06:26:34.754 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:34.754 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:26:34.754 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:34.754 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:26:34.754 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:34.754 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:26:34.754 DEBUG [main][EditorHandler] 0 editor(s) found 06:26:34.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.755 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:26:34.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:34.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:34.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:34.756 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:34.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:26:34.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:34.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:34.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:34.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:34.794 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:34.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:34.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:34.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:26:34.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:26:34.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:26:34.795 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:34.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:34.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:34.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:34.796 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:34.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:34.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:34.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:34.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:34.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:34.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:35.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:35.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:35.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:35.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:35.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:26:35.798 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:35.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:35.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:35.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:35.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 06:26:35.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:35.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:35.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:35.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:35.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:35.799 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:35.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:35.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:35.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:35.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'] 06:26:35.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:35.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'] 06:26:35.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:35.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 Project"] 06:26:35.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:35.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'] 06:26:35.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:35.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'] 06:26:35.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:35.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'] 06:26:35.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:35.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 Project"] 06:26:35.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:35.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'] 06:26:35.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:35.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'] 06:26:35.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:35.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:35.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:35.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:35.801 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:35.801 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:35.801 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:35.801 DEBUG [main][MenuItemLookup] Item match:File 06:26:35.801 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:26:35.801 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:26:35.803 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:26:35.803 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:26:35.803 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:35.803 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:26:35.803 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:26:35.803 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:26:35.803 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:26:35.803 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:26:35.803 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:26:35.803 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:26:35.803 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:26:35.803 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:26:35.803 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:35.803 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:26:35.803 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:26:35.803 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:35.803 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:26:35.803 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:35.803 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:26:35.803 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:26:35.804 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:26:35.804 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:26:35.804 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:26:35.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:26:35.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:26:35.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:26:35.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:35.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:35.855 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:26:35.855 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:35.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:26:35.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:35.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:35.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:35.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:35.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:35.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:35.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:35.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:26:35.856 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:35.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:35.856 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:35.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:35.856 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:35.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:26:35.857 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:35.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:35.857 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:35.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:35.857 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:35.857 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:26:35.857 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:26:35.857 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:26:35.863 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:26:35.863 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:26:35.863 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:26:35.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:26:35.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:35.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:35.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:35.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:35.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:35.863 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:26:35.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:35.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:35.864 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:35.864 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:35.977 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:35.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:35.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:35.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:26:35.978 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 06:26:35.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:26:35.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:35.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:35.979 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:26:35.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:35.979 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'java_project' 06:26:35.979 DEBUG [WorkbenchTestable][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:") 06:26:35.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:35.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:35.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:35.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:35.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:35.993 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:35.994 INFO [WorkbenchTestable][AbstractText] Text set to: java_project 06:26:36.015 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:26:36.015 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:26:36.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 06:26:36.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:36.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:36.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:36.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:36.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:36.017 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:26:36.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:36.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:36.017 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:36.017 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:36.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:26:36.520 DEBUG [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 06:26:36.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:26:36.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:36.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:36.522 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:26:36.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:26:36.522 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:36.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:36.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:36.522 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:26:36.522 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:36.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:36.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:36.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:36.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:36.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:36.523 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:26:36.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:36.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:36.523 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:36.523 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:36.589 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.... 06:26:36.590 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 06:26:36.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:36.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:36.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:36.590 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 06:26:36.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:26:36.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:26:36.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:26:36.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:36.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:36.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:36.590 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:36.590 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:36.590 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:36.590 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:36.590 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 06:26:36.590 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:36.590 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:36.590 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:36.590 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:36.590 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:36.590 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:36.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:36.591 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:26:36.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:36.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'] 06:26:36.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:36.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'] 06:26:36.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:36.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:36.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:36.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:36.591 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:36.591 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:36.591 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:36.591 DEBUG [main][MenuItemLookup] Item match:File 06:26:36.592 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:26:36.592 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:26:36.594 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:26:36.594 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:26:36.594 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:36.594 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:26:36.594 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:26:36.594 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:26:36.594 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:26:36.594 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:26:36.606 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:26:36.606 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:26:36.606 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:26:36.606 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:26:36.606 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:36.606 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:26:36.606 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:26:36.606 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:36.606 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:26:36.606 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:36.606 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:26:36.606 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:26:36.618 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:26:36.618 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:26:36.618 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:26:36.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 'New|Select a wizard'] is available.... 06:26:36.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. finished successfully 06:26:36.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:26:36.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:36.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:36.680 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:26:36.680 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:36.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 06:26:36.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:36.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:36.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:36.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:36.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:36.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:36.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:36.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:26:36.681 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:36.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:36.681 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:36.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:36.681 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:36.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:26:36.681 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:36.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:36.681 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:36.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:36.681 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:36.681 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:26:36.681 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:26:36.681 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:26:36.687 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:26:36.694 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:26:36.694 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:26:36.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:26:36.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:36.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:36.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:36.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:36.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:36.695 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:26:36.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:36.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:36.695 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:36.695 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:36.758 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:36.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:36.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:36.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:26:36.759 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 06:26:36.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:26:36.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:36.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:36.760 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:26:36.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:36.760 DEBUG [WorkbenchTestable][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:") 06:26:36.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:36.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:36.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:36.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:36.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:36.764 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:36.765 INFO [WorkbenchTestable][AbstractText] Text set to: Demo 06:26:36.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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)") 06:26:36.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:36.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:36.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:36.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:36.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:36.804 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 06:26:36.804 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 06:26:36.804 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 06:26:36.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:36.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:36.804 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:36.804 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:36.804 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:26:36.804 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:26:36.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.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) 06:26:36.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:36.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:36.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:36.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:36.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:36.806 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:26:36.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:36.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:36.806 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:36.806 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:36.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:37.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:37.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:37.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:26:37.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:26:37.417 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 06:26:37.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:26:37.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:26:37.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:26:37.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:26:37.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:26:37.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:26:37.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:37.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:37.417 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:37.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:37.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@308c4c56 is found... 06:26:37.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@308c4c56 is found finished successfully 06:26:37.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 06:26:37.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:37.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:37.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:37.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:37.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:37.423 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:37.423 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 06:26:37.423 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 6 06:26:37.423 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 6, offser 0 06:26:37.431 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:37.431 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 06:26:37.431 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:26:37.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 06:26:37.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:37.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:37.431 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 06:26:37.431 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 06:26:37.432 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:37.432 DEBUG [main][MenuItemLookup] Item match:File 06:26:37.432 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:26:37.432 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:26:37.432 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:26:37.432 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:26:37.432 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:37.432 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:26:37.432 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:26:37.432 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:37.432 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:26:37.432 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:26:37.432 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:26:37.432 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:26:37.433 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:26:37.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:26:37.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:26:37.544 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:37.544 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 06:26:37.544 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:37.544 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemovingBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 06:26:37.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 06:26:37.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:37.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:37.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:37.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:37.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:37.548 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' view via menu. 06:26:37.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 06:26:37.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:37.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:37.548 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 06:26:37.548 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 06:26:37.548 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:37.548 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:37.548 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:26:37.548 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:26:37.548 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:37.548 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:37.548 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:37.548 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:37.548 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:37.548 DEBUG [main][MenuItemLookup] Item match:Window 06:26:37.550 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:37.550 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:37.550 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:37.550 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:37.550 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:37.550 DEBUG [main][MenuItemLookup] Item match:Show View 06:26:37.554 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:26:37.554 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:26:37.554 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:26:37.554 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:26:37.554 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:26:37.554 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:26:37.554 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:26:37.554 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:26:37.554 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:26:37.554 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:26:37.554 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:26:37.554 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:26:37.554 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:26:37.554 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:26:37.554 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:37.554 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:26:37.554 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:26:37.606 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:26:37.606 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:26:37.607 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:26:37.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:26:37.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:26:37.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:26:37.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:37.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:37.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:26:37.655 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:37.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:37.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:37.655 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:26:37.655 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:37.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:37.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:37.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:37.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:37.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:37.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:37.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:37.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Debug has children... 06:26:37.656 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Debug 06:26:37.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:38.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:38.158 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Debug 06:26:38.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Debug has children finished successfully 06:26:38.159 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Debug 06:26:38.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:38.159 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Debug is already expanded. No action performed 06:26:38.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:38.159 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Debug 06:26:38.159 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Breakpoints 06:26:38.159 DEBUG [main][TreeItemHandler] Selecting tree item: Breakpoints 06:26:38.159 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Breakpoints about selection 06:26:38.159 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Breakpoints 06:26:38.160 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:38.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:38.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:38.160 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:26:38.160 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:38.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:38.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:38.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:26:38.160 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:38.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:38.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:38.160 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:26:38.160 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:38.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:38.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:38.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:38.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:38.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:38.161 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:26:38.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:38.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:38.161 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:38.161 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:38.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:26:38.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:26:38.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView' view is open... 06:26:38.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:38.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:38.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView' view is open finished successfully 06:26:38.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:38.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:38.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 06:26:38.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:38.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:38.229 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 06:26:38.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 06:26:38.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:38.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:38.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:38.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:38.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:38.251 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:26:38.251 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:26:38.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:38.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 06:26:38.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:26:38.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:26:38.305 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 06:26:38.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:38.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:38.319 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:26:38.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:38.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:38.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 06:26:38.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:38.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:38.325 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 06:26: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 '\*?\QBreakpoints\E') 06:26:38.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:38.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:38.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:38.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:38.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:38.327 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:26:38.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:26:38.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:38.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 06:26:38.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:26:38.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:26:38.331 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") 06:26:38.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:38.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:38.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:38.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:38.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:26:38.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2ddbcbc7 is found... 06:26:38.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2ddbcbc7 is found finished successfully 06:26:38.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 06:26:38.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:38.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:38.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:38.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:38.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:38.333 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 06:26:38.409 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:38.409 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 06:26:38.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 06:26:38.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 06:26:38.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 06:26:39.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 06:26:39.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 06:26:39.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 06:26:39.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 06:26:39.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 06:26:39.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 06:26:39.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:39.957 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:39.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:39.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:39.963 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemovingBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 06:26:39.963 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:39.963 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingClassBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 06:26:39.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 06:26:39.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:39.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:39.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:39.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:39.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:39.965 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:26:39.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:39.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:39.967 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 06:26:39.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:39.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:39.968 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 06:26:39.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 06:26:39.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:39.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:39.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:39.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:39.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:39.970 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:26:39.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:26:39.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:39.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:39.997 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 06:26:39.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:40.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:40.000 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:26:40.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:40.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:40.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 06:26:40.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:40.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:40.004 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 06:26:40.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 '\*?\QBreakpoints\E') 06:26:40.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:40.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:40.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:40.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:40.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:40.006 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:26:40.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:26:40.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:40.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 06:26:40.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:26:40.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:26:40.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: "Remove All Breakpoints") 06:26:40.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:40.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:40.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:40.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:40.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:26:40.040 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 06:26:40.040 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:26:40.040 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:40.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 06:26:40.066 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 06:26:40.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 06:26:40.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:40.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:40.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:40.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:40.067 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:26:40.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:40.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:40.067 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:40.067 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:40.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:26:40.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:26:40.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7912205d is found... 06:26:40.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7912205d is found finished successfully 06:26:40.101 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 06:26:40.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:40.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:40.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:40.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:40.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:40.103 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 06:26:40.127 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:40.127 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 06:26:40.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 06:26:40.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 06:26:40.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@a95d5a3 is found... 06:26:40.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@a95d5a3 is found finished successfully 06:26:40.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 06:26:40.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:40.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:40.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:40.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:40.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:40.631 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:40.631 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 06:26:40.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:40.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:40.633 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:26:40.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:40.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:40.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 06:26:40.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:40.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:40.635 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 06:26:40.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 '\*?\QBreakpoints\E') 06:26:40.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:40.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:40.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:40.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:40.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:40.637 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:26:40.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:26:40.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:40.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:40.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:40.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:40.665 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:26:40.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:40.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:40.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 06:26:40.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:40.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:40.669 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 06:26:40.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 06:26:40.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:40.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:40.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:40.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:40.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:40.671 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:26:40.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:26:40.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:40.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 06:26:40.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:26:40.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:26:40.674 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 06:26:40.675 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:26:40.675 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:26:40.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:26:40.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:40.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:40.676 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:26:41.676 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 06:26:41.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:41.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:41.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:41.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:41.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:41.677 DEBUG [WorkbenchTestable][AbstractView] found: Demo 06:26:41.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 06:26:41.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:41.677 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:41.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:41.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:41.677 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingClassBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 06:26:41.677 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:41.677 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingLineBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 06:26:41.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 06:26:41.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:41.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:41.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:41.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:41.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:41.679 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:26:41.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:41.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:41.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 06:26:41.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:41.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:41.684 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 06:26:41.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') 06:26:41.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:41.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:41.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:41.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:41.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:41.686 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:26:41.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:26:41.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:41.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 06:26:41.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:26:41.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:26:41.689 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 06:26:41.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:41.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:41.691 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:26:41.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:41.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:41.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 06:26:41.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:41.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:41.696 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 06:26:41.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 06:26:41.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:41.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:41.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:41.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:41.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:41.710 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:26:41.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:26:41.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:41.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 06:26:41.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:26:41.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:26:41.724 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") 06:26:41.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:41.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:41.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:41.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:41.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:26:41.725 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 06:26:41.725 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:26:41.725 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:41.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 06:26:41.749 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 06:26:41.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 06:26:41.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:41.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:41.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:41.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:41.750 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:26:41.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:41.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:41.751 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:41.751 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:41.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:26:41.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:26:41.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3db1e923 is found... 06:26:41.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3db1e923 is found finished successfully 06:26:41.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 06:26:41.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:41.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:41.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:41.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:41.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:41.796 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 06:26:41.820 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:41.820 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 06:26:41.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 06:26:41.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 06:26:41.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3882686a is found... 06:26:41.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3882686a is found finished successfully 06:26:41.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 06:26:41.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:41.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:41.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:41.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:41.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:41.861 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:41.861 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 06:26:41.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:41.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:41.901 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:26:41.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:41.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:41.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 06:26:41.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:41.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:41.903 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 06:26:41.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 '\*?\QBreakpoints\E') 06:26:41.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:41.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:41.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:41.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:41.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:41.905 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:26:41.905 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:26:41.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:42.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:42.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:42.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:42.009 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:26:42.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:42.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:42.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 06:26:42.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:42.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:42.014 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 06:26:42.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 '\*?\QBreakpoints\E') 06:26:42.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:42.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:42.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:42.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:42.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:42.016 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:26:42.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:26:42.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:42.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 06:26:42.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:26:42.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:26:42.020 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 06:26:42.021 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:26:42.021 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:26:42.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:26:42.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:42.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:42.021 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:26:43.022 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 06:26:43.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:43.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:43.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:43.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:43.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:43.022 DEBUG [WorkbenchTestable][AbstractView] found: Demo [line: 7] - main(String[]) 06:26:43.022 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 06:26:43.022 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:43.022 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:43.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:43.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:43.023 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingLineBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 06:26:43.023 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:43.023 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingMethodBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 06:26:43.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 06:26:43.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:43.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:43.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:43.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:43.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:43.025 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:26:43.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:43.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:43.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 06:26:43.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:43.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:43.030 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 06:26:43.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 '\*?\QBreakpoints\E') 06:26:43.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:43.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:43.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:43.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:43.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:43.032 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:26:43.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:26:43.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:43.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 06:26:43.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:26:43.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:26:43.035 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 06:26:43.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:43.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:43.038 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:26:43.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:43.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:43.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 06:26:43.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:43.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:43.069 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 06:26:43.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 '\*?\QBreakpoints\E') 06:26:43.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:43.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:43.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:43.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:43.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:43.071 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:26:43.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:26:43.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:43.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 06:26:43.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:26:43.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:26:43.075 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") 06:26:43.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:43.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:43.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:43.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:43.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:26:43.076 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 06:26:43.076 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:26:43.076 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:43.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 06:26:43.109 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 06:26:43.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 06:26:43.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:43.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:43.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:43.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:43.109 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:26:43.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:43.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:43.109 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:43.110 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:43.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:26:43.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:26:43.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@507ab7ef is found... 06:26:43.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@507ab7ef is found finished successfully 06:26:43.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 '\*?\QDemo.java\E') 06:26:43.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:43.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:43.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:43.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:43.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:43.143 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 06:26:43.169 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:43.169 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 06:26:43.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 06:26:43.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 06:26:43.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@74e6588e is found... 06:26:43.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@74e6588e is found finished successfully 06:26:43.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 06:26:43.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:43.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:43.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:43.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:43.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:43.675 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:43.676 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 06:26:43.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:43.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:43.678 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:26:43.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:43.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:43.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 06:26:43.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:43.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:43.680 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 06:26:43.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 06:26:43.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:43.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:43.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:43.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:43.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:43.698 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:26:43.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:26:43.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:43.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:43.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:43.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:43.732 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:26:43.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:43.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:43.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 06:26:43.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:43.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:43.737 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 06:26:43.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 '\*?\QBreakpoints\E') 06:26:43.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:43.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:43.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:43.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:43.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:43.739 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:26:43.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:26:43.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:43.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 06:26:43.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:26:43.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:26:43.742 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 06:26:43.743 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 06:26:43.743 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 06:26:43.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 06:26:43.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:43.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:43.744 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 06:26: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.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 06:26:44.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:44.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:44.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:44.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:44.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:44.745 DEBUG [WorkbenchTestable][AbstractView] found: Demo [entry] - main(String[]) 06:26:44.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 06:26:44.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:44.745 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:44.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:44.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:44.745 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingMethodBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 06:26:44.745 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:26:44.745 DEBUG [main][EditorHandler] 1 editor(s) found 06:26:44.745 DEBUG [WorkbenchTestable][EditorHandler] Closing editor Demo.java 06:26:44.785 DEBUG [WorkbenchTestable][EditorHandler] Editor Demo.java is closed 06:26:44.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:44.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:44.786 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:26:44.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:44.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:44.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:44.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:44.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:44.789 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:44.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:26:44.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:44.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:44.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:44.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:44.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:44.790 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:44.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:44.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:44.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:44.796 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:44.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:44.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:44.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:44.796 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:44.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:44.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:44.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:44.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:44.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:44.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:45.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:45.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:45.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:45.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:45.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:26:45.798 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:45.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:45.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:45.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:45.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 06:26:45.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:45.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:45.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:45.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:45.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:45.800 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name java_project 06:26:45.800 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:45.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:45.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:45.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:45.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:45.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:45.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:46.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:46.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:46.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:46.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:46.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:26:46.802 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:46.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:46.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:46.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:46.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 06:26:46.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:46.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:46.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:46.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:46.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:46.803 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name java_project 06:26:46.803 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:46.803 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:46.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:46.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:46.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:26:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:46.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:46.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:46.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:46.803 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:26:46.803 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:26:46.803 DEBUG [main][TreeItemHandler] Set Tree selection 06:26:46.803 DEBUG [main][TreeHandler] Notify Tree about selection event 06:26:46.807 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:26:46.808 DEBUG [WorkbenchTestable][TreeItemHandler] java_project 06:26:46.808 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:26:46.808 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:46.830 DEBUG [main][MenuItemLookup] Found menu:'New' 06:26:46.830 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:26:46.830 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:46.830 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:26:46.830 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:46.830 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:26:46.830 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:26:46.830 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:26:46.830 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:26:46.830 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:26:46.830 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:26:46.830 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:26:46.830 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:46.830 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:26:46.830 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:26:46.830 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:46.830 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:26:46.830 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:26:46.830 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:26:46.830 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:26:46.830 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:26:46.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:46.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:26:47.331 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:26:47.331 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:26:47.331 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:47.331 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:26:47.331 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:47.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:47.331 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:26:47.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:47.347 DEBUG [main][MenuItemLookup] Found menu:'New' 06:26:47.347 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:26:47.347 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:47.347 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:26:47.347 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:47.347 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:26:47.347 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:26:47.348 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:26:47.348 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:26:47.348 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:26:47.348 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:26:47.348 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:26:47.348 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:26:47.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:26:47.909 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 06:26:47.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:26:47.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:47.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:26:47.911 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:47.912 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:26:47.912 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:47.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:47.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:47.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:47.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:47.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:47.912 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:26:47.912 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:26:47.912 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:26:47.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:47.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:47.912 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:47.912 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:47.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") 06:26:47.912 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:47.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:47.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:47.912 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:26:47.912 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:47.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:47.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:47.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:47.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:47.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:47.913 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:26:47.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:47.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:47.913 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:47.913 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:47.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:26:47.915 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:26:48.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:26:48.415 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:26:48.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:48.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:26:48.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:26:48.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 06:26:48.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:26:48.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:26:48.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:48.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:48.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:48.416 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:26:48.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:26:48.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:48.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:48.416 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 06:26:48.416 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:48.416 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:48.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:48.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.664 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.419 s testAddingClassBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) Time elapsed: 1.714 s testAddingLineBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) Time elapsed: 1.346 s testAddingMethodBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) Time elapsed: 1.722 s Running org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 06:26:48.427 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 06:26:48.427 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:26:48.428 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:48.428 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 06:26:48.428 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:48.428 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:26:48.428 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:48.428 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:26:48.428 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:48.428 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:48.428 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPerspectives no-configuration(org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest) 06:26:48.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 06:26:48.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:48.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:48.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:48.428 INFO [WorkbenchTestable][DebugPerspective] Open perspective: 'Debug' 06:26:48.428 DEBUG [WorkbenchTestable][DebugPerspective] Trying to open perspective: 'Debug' 06:26:48.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:48.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:48.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:48.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:48.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:48.429 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") 06:26:48.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:48.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:48.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:48.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:48.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:26:48.432 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 06:26:48.432 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:26:48.432 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:48.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 06:26:48.468 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 06:26:48.468 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 06:26:48.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:48.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:48.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:26:48.468 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:48.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:48.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:48.468 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:26:48.468 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:48.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:48.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:48.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:48.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:48.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:48.469 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Debug') 06:26:48.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:48.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:48.469 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 06:26:48.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:48.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:48.469 TRACE [main][WidgetHandler] Notify Table with event 13 06:26:48.469 TRACE [main][WidgetHandler] Wait for synchronization 06:26:48.469 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:48.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:48.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:48.470 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:26:48.470 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:48.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:48.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:48.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:26:48.470 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:48.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:48.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:48.470 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:26:48.470 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:48.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:48.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:48.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:48.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:48.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:48.471 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:26:48.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:48.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:48.471 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:48.471 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:48.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:26:48.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:26:48.545 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:26:48.545 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 06:26:48.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:48.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:48.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:48.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:48.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:48.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.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 06:26:48.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:48.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:48.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:48.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:48.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:26:48.549 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 06:26:48.549 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:26:48.549 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:48.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 06:26:48.587 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 06:26:48.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 06:26:48.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:48.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:48.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 06:26:48.588 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:48.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:48.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:48.588 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:26:48.588 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:48.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:48.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:48.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:48.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:48.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:48.589 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 06:26:48.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:48.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:48.589 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 06:26:48.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:48.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:48.589 TRACE [main][WidgetHandler] Notify Table with event 13 06:26:48.589 TRACE [main][WidgetHandler] Wait for synchronization 06:26:48.589 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:48.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:48.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:48.589 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:26:48.589 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:48.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:48.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:48.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") 06:26:48.589 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:48.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:48.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:48.591 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:26:48.591 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:48.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:48.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:48.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:48.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:48.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:48.592 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:26:48.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:48.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:48.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:48.592 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:48.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:26:48.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:26:48.649 INFO [WorkbenchTestable][JavaBrowsingPerspective] Open perspective: 'Java Browsing' 06:26:48.649 DEBUG [WorkbenchTestable][JavaBrowsingPerspective] Trying to open perspective: 'Java Browsing' 06:26:48.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:48.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:48.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:48.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:48.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:48.649 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") 06:26:48.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:48.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:48.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:48.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:48.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:26:48.652 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 06:26:48.652 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:26:48.652 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:48.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 06:26:48.689 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 06:26:48.689 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 06:26:48.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:48.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:48.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:26:48.690 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:48.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:48.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:48.690 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:26:48.690 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:48.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:48.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:48.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:48.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:48.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:48.690 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java Browsing') 06:26:48.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:48.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:48.691 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (3) 06:26:48.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:48.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:48.691 TRACE [main][WidgetHandler] Notify Table with event 13 06:26:48.691 TRACE [main][WidgetHandler] Wait for synchronization 06:26:48.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:48.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:48.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:48.691 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:26:48.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:48.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:48.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:48.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:26:48.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:48.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:48.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:48.691 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:26:48.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:48.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:48.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:48.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:48.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:48.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:48.692 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:26:48.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:48.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:48.692 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:48.692 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:48.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:26:48.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:26:48.899 INFO [WorkbenchTestable][JavaTypeHierarchyPerspective] Open perspective: 'Java Type Hierarchy' 06:26:48.899 DEBUG [WorkbenchTestable][JavaTypeHierarchyPerspective] Trying to open perspective: 'Java Type Hierarchy' 06:26:48.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:48.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:48.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:48.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:48.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:48.900 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") 06:26:48.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:48.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:48.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:48.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:48.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:26:48.910 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 06:26:48.910 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:26:48.910 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:48.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 06:26:48.941 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 06:26:48.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 06:26:48.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:48.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:48.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:26:48.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:48.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:48.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:48.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:26:48.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:48.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:48.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:48.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:48.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:48.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:48.942 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java Type Hierarchy') 06:26:48.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:48.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:48.942 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (5) 06:26:48.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:48.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:48.942 TRACE [main][WidgetHandler] Notify Table with event 13 06:26:48.942 TRACE [main][WidgetHandler] Wait for synchronization 06:26:48.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:48.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:48.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:48.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:26:48.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:48.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:48.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:48.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:26:48.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:48.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:48.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:48.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:26:48.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:48.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:48.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:48.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:48.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:48.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:48.944 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:26:48.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:48.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:48.946 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:48.946 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:49.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:26:49.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:26:49.040 INFO [WorkbenchTestable][ResourcePerspective] Open perspective: 'Resource' 06:26:49.043 DEBUG [WorkbenchTestable][ResourcePerspective] Trying to open perspective: 'Resource' 06:26:49.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:49.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:49.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:49.043 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") 06:26:49.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:49.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:49.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:49.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:49.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:26:49.045 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 06:26:49.045 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:26:49.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:49.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 06:26:49.074 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 06:26:49.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 06:26:49.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:49.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:49.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:26:49.075 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:49.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.075 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:26:49.075 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:49.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:49.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:49.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:49.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:49.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:49.076 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Resource') 06:26:49.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:49.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:49.076 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Resource (default)') 06:26:49.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:49.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:49.076 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (7) 06:26:49.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:49.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:49.076 TRACE [main][WidgetHandler] Notify Table with event 13 06:26:49.076 TRACE [main][WidgetHandler] Wait for synchronization 06:26:49.076 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:49.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.076 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:26:49.076 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:49.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:49.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:49.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 "Open") 06:26:49.077 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:49.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.077 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:26:49.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:49.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:49.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:49.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:49.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:49.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:49.078 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:26:49.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:49.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:49.078 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:49.078 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:49.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:26:49.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:26:49.123 INFO [WorkbenchTestable][TeamSynchronizingPerspective] Open perspective: 'Team Synchronizing' 06:26:49.123 DEBUG [WorkbenchTestable][TeamSynchronizingPerspective] Trying to open perspective: 'Team Synchronizing' 06:26:49.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:49.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:49.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:49.124 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") 06:26:49.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:49.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:49.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:49.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:49.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:26:49.134 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 06:26:49.134 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:26:49.134 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:49.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 06:26:49.164 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 06:26:49.164 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 06:26:49.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:49.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:49.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:26:49.165 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:49.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.165 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:26:49.165 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:49.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:49.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:49.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:49.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:49.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:49.166 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Team Synchronizing') 06:26:49.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:49.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:49.166 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (8) 06:26:49.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:49.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:49.166 TRACE [main][WidgetHandler] Notify Table with event 13 06:26:49.166 TRACE [main][WidgetHandler] Wait for synchronization 06:26:49.166 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:49.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.166 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:26:49.166 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:49.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:49.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:49.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:26:49.167 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:49.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.167 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:26:49.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:49.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:49.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:49.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:49.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:49.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:49.167 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:26:49.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:49.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:49.167 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:49.167 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:49.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:26:49.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:26:49.276 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 06:26:49.276 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:49.276 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:49.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.276 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPerspectives no-configuration(org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest) 06:26:49.276 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 06:26:49.276 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:49.276 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:49.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.85 s - in org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest testPerspectives no-configuration(org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest) Time elapsed: 0.848 s Running org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 06:26:49.281 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 06:26:49.281 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:26:49.281 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:49.281 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 06:26:49.281 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:49.281 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:26:49.283 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:49.283 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:26:49.284 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:49.284 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:26:49.284 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 06:26:49.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.284 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:49.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:49.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:49.284 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") 06:26:49.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:49.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:49.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:49.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:49.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:26:49.286 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 06:26:49.286 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:26:49.286 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:49.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 06:26:49.315 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 06:26:49.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 06:26:49.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:49.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:49.315 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:26:49.315 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:49.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.315 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:26:49.315 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:49.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:49.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:49.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:49.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:49.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:49.316 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 06:26:49.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:49.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:49.316 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 06:26:49.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:49.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:49.316 TRACE [main][WidgetHandler] Notify Table with event 13 06:26:49.316 TRACE [main][WidgetHandler] Wait for synchronization 06:26:49.316 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:49.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.317 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:26:49.317 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:49.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:49.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:49.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:26:49.317 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:49.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.317 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:26:49.317 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:49.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:49.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:49.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:49.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:49.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:49.318 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:26:49.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:49.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:49.318 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:49.318 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:49.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:26:49.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:26:49.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:26:49.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.375 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:49.375 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:49.375 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:49.375 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:49.375 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:49.375 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:49.375 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:49.375 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:49.375 DEBUG [main][MenuItemLookup] Item match:Window 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:26:49.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.376 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:49.376 DEBUG [main][MenuItemLookup] Item match:Window 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:49.376 DEBUG [main][MenuItemLookup] Item match:Perspective 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:26:49.376 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:26:49.376 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:26:49.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:26:49.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.377 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:49.377 DEBUG [main][MenuItemLookup] Item match:Window 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:26:49.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.377 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:49.377 DEBUG [main][MenuItemLookup] Item match:Window 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:49.377 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:49.377 DEBUG [main][MenuItemLookup] Item match:Perspective 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:26:49.378 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:26:49.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.378 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:49.378 DEBUG [main][MenuItemLookup] Item match:Window 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:26:49.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.378 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:49.378 DEBUG [main][MenuItemLookup] Item match:Window 06:26:49.378 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:49.379 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:49.379 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:49.379 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:49.379 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:49.379 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:49.379 DEBUG [main][MenuItemLookup] Item match:Perspective 06:26:49.379 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:26:49.379 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:49.379 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:26:49.379 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:26:49.379 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:26:49.379 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:26:49.379 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:26:49.379 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:26:49.379 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:26:49.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:26:49.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 06:26:49.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:26:49.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:49.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:49.400 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:49.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.400 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:26:49.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:49.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:49.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:49.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 "Reset Perspective") 06:26:49.400 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:49.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.401 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:26:49.401 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:49.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:49.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:49.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:49.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:49.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:49.401 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:26:49.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:49.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:49.401 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:49.401 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:49.482 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:49.483 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJUnitTab no-configuration(org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest) 06:26:49.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 06:26:49.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:49.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:49.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:49.483 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 06:26:49.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.483 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:49.483 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:49.483 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:49.483 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:26:49.483 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:26:49.483 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:49.483 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:49.483 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:49.483 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:49.483 DEBUG [main][MenuItemLookup] Item match:Run 06:26:49.484 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 06:26:49.484 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 06:26:49.484 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:49.484 DEBUG [main][MenuItemLookup] Found menu:'Run History' 06:26:49.484 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:26:49.484 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 06:26:49.484 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 06:26:49.484 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 06:26:49.484 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 06:26:49.484 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 06:26:49.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 06:26:49.554 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 06:26:49.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 06:26:49.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:49.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:49.555 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest_test_config 06:26:49.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:26:49.555 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:49.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.555 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:26:49.555 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:49.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:49.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:49.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:49.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:49.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:49.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:49.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:49.559 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 06:26:49.559 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 06:26:49.559 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 06:26:49.560 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 06:26:49.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 06:26:49.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 06:26:49.566 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:26:49.566 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:49.567 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 06:26:49.567 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 06:26:49.567 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 06:26:49.567 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 06:26:49.567 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 06:26:49.569 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:") 06:26:49.569 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:49.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.688 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:26:49.688 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:49.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:49.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:49.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:49.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:49.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:49.692 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:49.692 INFO [WorkbenchTestable][AbstractText] Text set to: class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest_test_config 06:26:49.692 INFO [WorkbenchTestable][LaunchConfiguration] Apply the launch configuration 06:26:49.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 "Apply") 06:26:49.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:49.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:49.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:49.693 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:26:49.693 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:49.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:49.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:49.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:49.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:49.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:49.694 INFO [WorkbenchTestable][AbstractButton] Click button Appl&y 06:26:49.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:50.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:50.195 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:50.195 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:50.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:50.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:26:50.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:26:50.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 06:26:50.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 06:26:50.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 06:26:50.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 06:26:50.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 06:26:50.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 06:26:50.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 06:26:50.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 06:26:50.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:50.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:50.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:50.501 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") 06:26:50.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:50.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:50.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:50.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:26:50.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:50.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:50.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:50.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:50.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:50.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:50.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Test 06:26:50.503 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:") 06:26:50.503 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:50.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:50.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:50.503 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:26:50.503 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:50.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:50.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:50.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:50.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:50.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:50.509 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:50.510 INFO [WorkbenchTestable][AbstractText] Text set to: abc 06:26:50.512 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:") 06:26:50.512 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:50.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:50.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:50.524 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:26:50.524 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:50.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:50.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:50.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:50.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:50.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:50.529 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:50.529 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:") 06:26:50.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:50.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:50.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:50.529 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:26:50.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:50.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:50.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:50.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:50.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:50.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:50.536 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:50.536 INFO [WorkbenchTestable][AbstractText] Text set to: cde 06:26:50.537 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:") 06:26:50.537 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:50.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:50.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:50.538 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:26:50.538 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:50.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:50.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:50.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:50.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:50.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:50.551 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:50.551 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:") 06:26:50.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:50.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:50.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:50.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:26:50.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:50.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:50.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:50.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:50.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:50.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:50.563 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:50.563 INFO [WorkbenchTestable][AbstractText] Text set to: efg 06:26:50.564 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:") 06:26:50.564 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:50.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:50.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:50.565 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:26:50.565 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:50.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:50.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:50.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:50.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:50.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:50.573 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:50.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 06:26:50.578 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 06:26:50.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 06:26:50.578 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 06:26:50.578 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 06:26:50.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:50.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:50.579 INFO [WorkbenchTestable][AbstractShell] Close shell Run Configurations 06:26:50.579 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Run Configurations' 06:26:50.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:26:50.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:26:50.643 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 06:26:50.643 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:50.643 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:50.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:50.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:50.644 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJUnitTab no-configuration(org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest) 06:26:50.644 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 06:26:50.644 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:50.644 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:50.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:50.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.364 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.161 s Running org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 06:26:50.656 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 06:26:50.657 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:26:50.657 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:50.657 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 06:26:50.657 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:50.657 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:26:50.663 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:50.663 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:26:50.663 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:50.663 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:50.663 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 06:26:50.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 06:26:50.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:50.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:50.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:50.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:50.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:50.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:50.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:50.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:50.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:50.664 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:50.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:50.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:50.664 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:50.664 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:50.664 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:50.664 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:50.664 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:26:50.664 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:26:50.664 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:50.664 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:50.664 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:50.664 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:50.664 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:50.664 DEBUG [main][MenuItemLookup] Item match:Window 06:26:50.664 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:50.664 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:50.664 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:50.664 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:50.664 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:50.664 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:50.664 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:50.664 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:26:50.664 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:50.664 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:26:50.664 DEBUG [main][MenuItemLookup] Item match:Preferences 06:26:50.665 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:26:50.665 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:26:50.665 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:26:50.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 'Preferences.*'] is available.... 06:26:50.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:26:50.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:50.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:50.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:50.713 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:26:50.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:50.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:26:50.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:50.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:50.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:50.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:50.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:50.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:50.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:50.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:26:50.714 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:50.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:51.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:51.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:51.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:26:51.217 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:51.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:51.217 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:51.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:51.217 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:51.218 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 06:26:51.218 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 06:26:51.218 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 06:26:51.218 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs (Eclipse:2139): Gtk-CRITICAL **: 06:26:51.240: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:26:51.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.255 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 06:26:51.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:51.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:51.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:51.256 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 06:26:51.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:51.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:51.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:51.257 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item 11.0.2+9 (default): 06:26:51.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 06:26:51.258 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 06:26:51.258 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:51.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 06:26:51.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:26:51.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:51.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:51.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:51.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:51.261 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 06:26:51.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:51.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:51.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:51.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) 06:26:51.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:51.264 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:26:51.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:51.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:51.264 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:51.264 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:51.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:51.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:51.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:51.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:51.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:51.286 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 06:26:51.286 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:51.286 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:51.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:51.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:51.286 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 06:26:51.286 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:51.286 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJRENotFound no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 06:26:51.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 06:26:51.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:51.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:51.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:51.287 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:51.287 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.287 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:51.287 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.287 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:51.287 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:51.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:51.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:51.287 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:51.287 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:51.287 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:51.287 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:51.287 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:26:51.287 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:26:51.287 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:51.287 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:51.287 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:51.287 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:51.287 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:51.287 DEBUG [main][MenuItemLookup] Item match:Window 06:26:51.287 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:51.287 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:51.287 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:51.287 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:51.287 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:51.287 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:51.287 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:51.287 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:26:51.287 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:51.287 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:26:51.287 DEBUG [main][MenuItemLookup] Item match:Preferences 06:26:51.288 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:26:51.288 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:26:51.288 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:2139): Gtk-CRITICAL **: 06:26:51.318: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:26: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 'Preferences.*'] is available.... 06:26:51.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. finished successfully 06:26:51.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:51.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:51.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:51.356 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:26:51.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:26:51.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:51.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:51.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:51.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:26:51.357 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:51.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:51.357 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:51.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:51.357 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:51.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:26:51.357 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:51.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:51.358 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:51.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:51.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:51.358 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 06:26:51.358 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 06:26:51.358 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 06:26:51.358 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 06:26:51.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.365 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 06:26:51.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:51.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:51.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:51.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:51.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:51.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:51.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:51.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:51.367 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 06:26:51.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:51.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:51.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:51.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:26:51.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:51.370 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:26:51.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:51.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:51.370 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:51.370 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:51.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:51.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:51.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:51.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:51.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:51.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 06:26:51.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:51.399 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:51.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:51.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:51.399 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJRENotFound no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 06:26:51.399 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:51.400 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 06:26:51.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 06:26:51.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:51.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:51.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:51.400 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:51.400 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.400 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:51.400 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.400 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:51.400 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:51.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:51.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:51.400 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:51.400 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:51.400 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:51.400 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:51.400 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:26:51.400 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:26:51.400 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:51.400 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:51.400 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:51.400 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:51.400 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:51.400 DEBUG [main][MenuItemLookup] Item match:Window 06:26:51.401 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:51.401 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:51.401 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:51.401 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:51.401 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:51.401 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:51.401 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:51.401 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:26:51.401 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:51.401 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:26:51.401 DEBUG [main][MenuItemLookup] Item match:Preferences 06:26:51.401 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:26:51.401 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:26:51.401 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:2139): Gtk-CRITICAL **: 06:26:51.431: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:26:51.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.... 06:26:51.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:26:51.466 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:51.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:51.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:51.467 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:26:51.467 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:26:51.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:51.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:51.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:51.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:26:51.469 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:51.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:51.469 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:51.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:51.469 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:51.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:26:51.469 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:51.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:51.469 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:51.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:51.469 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:51.469 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 06:26:51.469 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 06:26:51.469 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 06:26:51.469 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 06:26:51.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.470 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:51.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.470 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:51.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:51.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:51.471 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:26:51.471 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:51.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:51.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:51.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:26:51.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:51.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:51.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:51.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:26:51.479 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:51.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:51.479 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:51.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:51.479 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:51.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:26:51.479 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:51.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:51.479 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:51.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:51.479 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:51.479 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 06:26:51.479 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 06:26:51.479 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 06:26:51.479 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 06:26:51.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.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...") 06:26:51.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:51.482 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:26:51.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:51.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:51.482 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:51.482 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:51.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:26:51.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:26:51.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add JRE 06:26:51.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:51.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:51.537 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 06:26:51.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 06:26:51.538 TRACE [main][WidgetHandler] Notify List with event 13 06:26:51.538 TRACE [main][WidgetHandler] Wait for synchronization 06:26:51.538 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 06:26:51.538 INFO [WorkbenchTestable][AddVMInstallWizard] Go to next wizard page 06:26:51.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.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) 06:26:51.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:51.539 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:26:51.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:51.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:51.539 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:51.539 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:51.570 DEBUG [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:") 06:26:51.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:51.571 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:51.572 INFO [WorkbenchTestable][AbstractText] Text set to: /opt/tools/java/openjdk/jdk-11/11.0.2+9 06:26:51.577 DEBUG [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:") 06:26:51.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:51.598 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:51.599 INFO [WorkbenchTestable][AbstractText] Text set to: jre.test 06:26:51.604 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 06:26:51.604 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) 06:26:51.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:51.606 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 06:26:51.606 INFO [WorkbenchTestable][AddVMInstallWizard] Finish wizard 06:26:51.606 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) 06:26:51.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:51.607 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:26:51.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:51.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:51.607 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:51.607 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:51.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:51.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:51.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:51.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 06:26:51.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:51.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:51.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:51.640 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 06:26:51.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:51.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:51.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:51.641 INFO [WorkbenchTestable][AbstractTableItem] Check table Item jre.test: 06:26:51.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 06:26:51.641 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 06:26:51.641 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:51.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 06:26:51.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:26:51.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:51.644 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 06:26:51.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:51.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:51.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:51.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:51.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:51.646 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 06:26:51.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:51.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:51.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:51.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:51.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:51.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:51.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:51.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:51.647 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 06:26:51.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:51.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:51.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:51.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:26:51.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:51.650 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:26:51.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:51.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:51.650 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:51.650 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:51.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:51.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:51.670 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:51.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:51.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:51.670 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 06:26:51.670 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:51.670 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:51.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:51.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:51.671 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 06:26:51.671 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:51.671 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 06:26:51.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 06:26:51.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:51.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:51.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:51.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.*'] 06:26:51.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.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.*'] 06:26:51.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.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.*'] 06:26:51.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:51.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:51.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:51.701 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:51.701 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:51.701 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:51.701 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:51.701 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:26:51.701 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:26:51.701 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:51.701 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:51.701 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:51.701 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:51.701 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:51.701 DEBUG [main][MenuItemLookup] Item match:Window 06:26:51.702 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:51.702 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:51.702 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:51.702 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:51.702 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:51.702 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:51.702 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:51.702 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:26:51.702 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:51.702 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:26:51.702 DEBUG [main][MenuItemLookup] Item match:Preferences 06:26:51.702 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:26:51.702 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:26:51.702 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:2139): Gtk-CRITICAL **: 06:26:51.731: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:26:51.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.... 06:26:51.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 06:26:51.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:51.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:51.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:51.766 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:26:51.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:26:51.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:51.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:51.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:51.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:26:51.767 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:51.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:51.768 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:51.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:51.768 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:51.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:26:51.768 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:51.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:51.768 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:51.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:51.768 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:51.768 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 06:26:51.768 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 06:26:51.768 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 06:26:51.768 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 06:26:51.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.769 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:51.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:51.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:51.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:51.769 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:26:51.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:51.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:51.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:51.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:26:51.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:51.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:51.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:51.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:26:51.777 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:51.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:51.778 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:51.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:51.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:51.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:26:51.778 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:26:51.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:51.778 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:26:51.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:51.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:26:51.778 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 06:26:51.778 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 06:26:51.778 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 06:26:51.778 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 06:26:51.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.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...") 06:26:51.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:51.780 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:26:51.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:51.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:51.780 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:51.780 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:51.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add JRE"] is available.... 06:26:51.813 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.813 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add JRE"] is available. finished successfully 06:26:51.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add JRE 06:26:51.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:51.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:51.814 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 06:26:51.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 06:26:51.815 TRACE [main][WidgetHandler] Notify List with event 13 06:26:51.815 TRACE [main][WidgetHandler] Wait for synchronization 06:26:51.815 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 06:26:51.815 INFO [WorkbenchTestable][AddVMInstallWizard] Go to next wizard page 06:26:51.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.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) 06:26:51.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:51.816 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:26:51.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:51.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:51.816 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:51.816 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:51.842 DEBUG [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:") 06:26:51.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:51.843 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:51.844 INFO [WorkbenchTestable][AbstractText] Text set to: /opt/tools/java/openjdk/jdk-11/11.0.2+9 06:26:51.848 DEBUG [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:") 06:26:51.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:51.849 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:51.850 INFO [WorkbenchTestable][AbstractText] Text set to: jre.test 06:26:51.852 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 06:26:51.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.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) 06:26:51.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:51.853 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 06:26:51.853 INFO [WorkbenchTestable][AddVMInstallWizard] Finish wizard 06:26:51.853 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) 06:26:51.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:51.854 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:26:51.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:51.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:51.854 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:51.854 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:51.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:51.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:51.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:51.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 06:26:51.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:51.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:51.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:51.888 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 06:26:51.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:51.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:51.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:51.889 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 06:26:51.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:51.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:51.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:51.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:51.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:51.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:51.891 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 06:26:51.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:51.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:51.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:51.892 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 06:26:51.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:51.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:51.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:51.893 TRACE [main][WidgetHandler] Notify Table with event 13 06:26:51.893 TRACE [main][WidgetHandler] Wait for synchronization 06:26:51.893 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 06:26:51.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:51.894 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:26:51.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:51.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:51.894 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:51.894 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:51.896 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:26:51.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:51.897 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:26:51.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:51.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:51.897 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:51.897 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:51.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:51.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:51.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:51.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:51.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:51.917 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 06:26:51.917 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:51.917 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:51.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:51.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:51.918 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 06:26:51.918 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 06:26:51.918 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:51.918 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:51.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:51.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.262 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.623 s testJRENotFound no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) Time elapsed: 0.113 s testAddingDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) Time elapsed: 0.271 s testAddingJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) Time elapsed: 0.247 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 06:26:51.922 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 06:26:51.922 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:26:51.922 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:51.922 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 06:26:51.922 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:51.922 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:26:51.922 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:51.922 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:26:51.922 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:51.922 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:51.923 INFO [WorkbenchTestable][RequirementsRunner] Started test: genericConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest) 06:26:51.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 06:26:51.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:51.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:51.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:51.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:51.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:51.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:51.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:51.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:51.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:51.923 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:51.923 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:51.923 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:51.923 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:51.923 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:26:51.923 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:26:51.923 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:51.923 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:51.923 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:51.923 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:51.923 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:51.923 DEBUG [main][MenuItemLookup] Item match:Window 06:26:51.924 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:51.924 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:51.924 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:51.924 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:51.924 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:51.924 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:51.924 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:51.924 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:26:51.924 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:51.924 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:26:51.924 DEBUG [main][MenuItemLookup] Item match:Preferences 06:26:51.924 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:26:51.924 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:26:51.924 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:2139): Gtk-CRITICAL **: 06:26:51.953: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:26:51.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:26:51.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:26:51.988 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:51.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:51.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:51.989 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:26:51.989 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:51.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:26:51.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:51.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:51.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:51.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:51.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:51.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:51.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:51.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 06:26:51.990 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 06:26:51.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:52.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:52.492 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 06:26:52.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 06:26:52.492 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 06:26:52.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:52.493 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 06:26:52.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:52.493 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 06:26:52.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 06:26:52.493 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 06:26:52.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:52.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:52.994 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 06:26:52.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 06:26:52.996 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 06:26:52.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:52.996 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 06:26:52.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:52.997 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 06:26:52.997 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 06:26:52.997 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 06:26:52.997 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 06:26:52.997 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 06:26:53.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:53.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:53.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:53.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:53.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 06:26:53.038 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:53.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:53.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:53.038 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 06:26:53.038 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:53.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:53.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:53.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:53.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:53.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:53.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:54.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 06:26:54.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:54.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:54.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:26:54.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:54.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:54.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:54.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:54.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:54.043 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:26:54.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:54.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:54.043 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:54.043 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:54.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:54.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:54.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:54.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:54.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:54.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:54.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 06:26:54.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:54.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:54.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:54.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:54.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:26:54.557 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' view via menu. 06:26:54.557 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:54.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:54.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:54.557 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:54.557 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:54.557 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:54.557 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:54.557 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:26:54.557 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:26:54.557 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:54.557 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:54.557 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:54.557 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:54.557 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:54.557 DEBUG [main][MenuItemLookup] Item match:Window 06:26:54.557 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:54.557 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:54.557 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:54.557 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:54.557 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:54.557 DEBUG [main][MenuItemLookup] Item match:Show View 06:26:54.561 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:26:54.561 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:26:54.561 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:26:54.561 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:26:54.561 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:26:54.561 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:26:54.561 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:26:54.561 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:26:54.561 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:26:54.561 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:26:54.561 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:26:54.561 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:26:54.561 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:26:54.561 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:26:54.561 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:54.561 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:26:54.561 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:26:54.561 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:26:54.561 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:26:54.561 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:26:54.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:26:54.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:26:54.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:26:54.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:54.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:54.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 06:26:54.610 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:54.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:54.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:54.610 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:26:54.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:54.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:54.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:54.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:54.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:54.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:54.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:54.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:54.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 06:26:54.611 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 06:26:54.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:55.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:55.113 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 06:26:55.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 06:26:55.113 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 06:26:55.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:55.113 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 06:26:55.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:55.113 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 06:26:55.114 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Data Source Explorer 06:26:55.114 DEBUG [main][TreeItemHandler] Selecting tree item: Data Source Explorer 06:26:55.114 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Data Source Explorer about selection 06:26:55.114 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Data Source Explorer 06:26:55.114 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:55.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:55.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:55.114 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:26:55.114 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:55.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:55.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:55.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:26:55.114 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:55.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:55.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:55.114 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:26:55.114 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:55.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:55.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:55.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:55.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:55.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:55.115 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:26:55.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:55.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:55.115 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:55.115 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:55.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:26:55.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:26:55.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.dse.views.DataSourceExplorerView' view is open... 06:26:55.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:55.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:55.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.dse.views.DataSourceExplorerView' view is open finished successfully 06:26:55.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:55.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:55.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:55.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:55.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:55.205 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:55.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 '\*?\QData Source Explorer\E') 06:26:55.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:55.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:55.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:55.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:55.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:55.206 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 06:26:55.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 06:26:55.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:55.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:26:55.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:26:55.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:26:55.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 06:26:55.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:55.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:55.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:55.207 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 06:26:55.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:55.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:55.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:55.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:55.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:55.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:55.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:55.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:55.208 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 10 06:26:55.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 06:26:55.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:55.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:55.708 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 06:26:55.709 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 06:26:55.709 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 06:26:55.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:56.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:56.210 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 06:26:56.210 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 06:26:56.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:56.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:56.711 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 06:26:56.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:56.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:56.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:56.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:56.712 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:56.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:56.713 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:56.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:56.713 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:56.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:56.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:56.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:56.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:56.713 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:56.713 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:56.713 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:56.713 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:56.713 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:56.713 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:56.714 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:56.714 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:56.714 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:56.714 DEBUG [main][MenuItemLookup] Item match:Window 06:26:56.714 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:56.714 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:56.714 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:56.714 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:56.714 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:56.714 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:56.714 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:56.714 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:26:56.714 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:56.714 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:26:56.714 DEBUG [main][MenuItemLookup] Item match:Preferences 06:26:56.714 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:26:56.714 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:26:56.714 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:26:56.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:26:56.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:26:56.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:56.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:56.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:56.772 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:26:56.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:56.773 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:26:56.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:56.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:56.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:56.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:56.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:56.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:56.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:56.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 06:26:56.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 06:26:56.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:56.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 06:26:56.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:56.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 06:26:56.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 06:26:56.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 06:26:56.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:56.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 06:26:56.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:56.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 06:26:56.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 06:26:56.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 06:26:56.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:56.775 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 06:26:56.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:56.775 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 06:26:56.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 06:26:56.775 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 06:26:56.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:56.775 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 06:26:56.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:56.775 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 06:26:56.775 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 06:26:56.775 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 06:26:56.775 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 06:26:56.775 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 06:26:56.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:56.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:56.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:56.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:56.776 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...") 06:26:56.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:56.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:56.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:56.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:56.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:56.777 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:26:56.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:56.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:56.777 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:56.777 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:56.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available.... 06:26:56.845 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 06:26:56.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 06:26:56.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:56.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:56.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:56.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:56.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 06:26:56.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:56.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:56.847 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") 06:26:56.847 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:56.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:56.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:56.847 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:56.847 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:56.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:56.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:56.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:56.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:56.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:26:56.847 INFO [WorkbenchTestable][AbstractTabItem] Activate Name/Type 06:26:56.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:26:56.847 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:56.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:56.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:56.853 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:56.853 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:56.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:56.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:56.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:56.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:56.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:56.860 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database and wait with time period 1 06:26:56.860 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 06:26:56.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:56.860 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 06:26:56.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:56.861 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 06:26:56.861 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 06:26:56.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:56.861 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 06:26:56.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:56.861 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 06:26:56.861 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Generic JDBC Driver 06:26:56.861 DEBUG [main][TreeItemHandler] Selecting tree item: Generic JDBC Driver 06:26:56.861 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Generic JDBC Driver about selection 06:26:56.888 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Generic JDBC Driver 06:26:56.888 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:") 06:26:56.888 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:56.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:56.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:56.888 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:56.888 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:56.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:56.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:56.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:56.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:56.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:56.889 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:56.890 INFO [WorkbenchTestable][AbstractText] Text set to: Test H2 Driver 06:26:56.890 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") 06:26:56.890 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:56.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:56.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:56.890 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:56.890 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:56.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:56.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:56.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:56.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:56.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:26:56.891 INFO [WorkbenchTestable][AbstractTabItem] Activate JAR List 06:26:56.893 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 06:26:56.893 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:56.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:56.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:56.893 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:56.893 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:56.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:56.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:56.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:56.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:56.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 06:26:56.894 INFO [WorkbenchTestable][DriverDialog] No drivers to clean, skipped 06:26:56.894 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 06:26:56.894 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:56.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:56.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:56.894 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:56.894 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:56.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:56.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:56.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:56.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:56.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 06:26:56.895 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 06:26:56.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:56.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:56.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:56.896 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:56.896 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:56.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:56.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:56.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:56.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:56.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 06:26:56.896 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 06:26:56.896 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:56.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:56.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:56.896 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:56.896 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:56.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:56.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:56.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:56.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:56.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 06:26:56.897 TRACE [main][WidgetHandler] Notify List with event 13 06:26:56.897 TRACE [main][WidgetHandler] Wait for synchronization 06:26:56.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 "Remove JAR/Zip") 06:26:56.897 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:56.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:56.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:56.900 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:56.900 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:56.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:56.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:56.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:56.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:56.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:56.904 INFO [WorkbenchTestable][AbstractButton] Click button &Remove JAR/Zip 06:26:56.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:56.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:56.904 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:56.904 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:56.913 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") 06:26:56.913 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:56.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:56.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:56.913 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:56.913 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:56.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:56.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:56.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:56.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:56.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:26:56.913 INFO [WorkbenchTestable][AbstractTabItem] Activate Properties 06:26:56.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:26:56.922 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:56.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:56.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:56.922 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:56.922 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:56.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:56.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:56.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:56.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:56.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:56.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:56.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:56.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:26:56.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:26:56.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:56.924 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:26:56.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:56.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:26:56.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:26:56.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:26:56.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:56.924 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:26:56.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:56.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:26:56.924 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item Driver Class 06:26:56.924 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Class 06:26:56.924 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Class 06:26:56.924 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Class about selection 06:26:56.924 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Class 06:26:56.924 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:26:56.924 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:26:56.928 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:26:56.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 "...") 06:26:56.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:56.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:56.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:56.929 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:56.929 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:56.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:56.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:56.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:56.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:56.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:56.929 INFO [WorkbenchTestable][AbstractButton] Click button ... 06:26:56.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:56.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:56.929 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:56.929 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:56.959 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.... 06:26:56.960 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 06:26:56.960 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.... 06:26:56.960 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 06:26:56.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Available Classes from Jar List 06:26:56.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:56.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:56.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 06:26:56.960 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:56.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:56.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:56.960 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 06:26:56.960 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:56.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:56.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:56.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:56.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:56.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:56.961 INFO [WorkbenchTestable][AbstractButton] Click button Type class name 06:26:56.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:56.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:56.961 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:56.961 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:56.961 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: "") 06:26:56.961 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:56.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:56.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:56.961 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 06:26:56.961 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:56.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:56.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:56.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:56.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:56.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:56.961 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:56.962 INFO [WorkbenchTestable][AbstractText] Text set to: org.h2.Driver 06:26:56.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", Widget matcher matching widgets with style: 8) 06:26:56.962 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:56.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:56.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:56.962 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 06:26:56.962 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:56.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:56.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:56.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:56.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:56.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:56.963 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:26:56.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:56.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:56.963 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:56.963 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:56.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:26:56.991 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:56.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:56.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:56.991 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:56.991 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:56.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:56.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:56.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:56.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:56.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:56.992 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:26:56.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:56.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:56.992 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:56.992 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:57.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:26:57.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:26:57.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:57.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:57.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 06:26:57.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:57.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:57.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:57.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:57.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:57.027 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:26:57.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:57.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:57.027 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:57.027 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:57.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:57.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:57.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:57.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:57.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:57.049 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:57.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:57.049 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:57.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:57.049 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection Profile"] 06:26:57.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:57.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:57.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:57.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:57.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:57.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:57.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:57.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection Profile"] 06:26:57.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:57.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:57.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:57.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:57.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:57.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:57.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:57.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:57.052 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:57.052 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:57.052 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:57.052 DEBUG [main][MenuItemLookup] Item match:File 06:26:57.053 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:26:57.053 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:26:57.055 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:26:57.055 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:26:57.055 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:57.055 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:26:57.055 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:26:57.055 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:26:57.055 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:26:57.055 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:26:57.055 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:26:57.055 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:26:57.055 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:26:57.055 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:26:57.055 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:57.055 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:26:57.055 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:26:57.055 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:57.055 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:26:57.055 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:57.055 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:26:57.055 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:26:57.056 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:26:57.056 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:26:57.056 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:26:57.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 'New|Select a wizard'] is available.... 06:26:57.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:26:57.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:26:57.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:57.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:57.115 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:26:57.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:57.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:26:57.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:57.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:57.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:57.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:57.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:57.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:57.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:57.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children... 06:26:57.116 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 06:26:57.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:57.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:57.617 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 06:26:57.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children finished successfully 06:26:57.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 06:26:57.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:57.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 06:26:57.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:57.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 06:26:57.618 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Connection Profile 06:26:57.618 DEBUG [main][TreeItemHandler] Selecting tree item: Connection Profile 06:26:57.618 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Connection Profile about selection 06:26:57.620 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Connection Profile 06:26:57.620 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:26:57.620 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:26:57.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) 06:26:57.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:57.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:57.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:57.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:57.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:57.621 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:26:57.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:57.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:57.621 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:57.621 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:57.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'] 06:26:57.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:57.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:57.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available.... 06:26:57.648 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 06:26:57.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection Profile 06:26:57.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:57.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:57.648 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 06:26:57.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:57.649 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 06:26:57.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:57.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:57.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:57.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:57.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:57.650 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Generic JDBC') 06:26:57.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:57.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:57.666 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 06:26:57.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:57.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:57.666 TRACE [main][WidgetHandler] Notify Table with event 13 06:26:57.666 TRACE [main][WidgetHandler] Wait for synchronization 06:26:57.670 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:") 06:26:57.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:57.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:57.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:57.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:57.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:57.672 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:57.672 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 06:26:57.673 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 06:26:57.673 INFO [WorkbenchTestable][NewCPWizard] Go to next wizard page 06:26:57.673 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.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) 06:26:57.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:57.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:57.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:57.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:57.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:57.674 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:26:57.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:57.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:57.674 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:57.674 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:57.734 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:") 06:26:57.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:57.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:57.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:57.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:57.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:26:57.736 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Test H2 Driver to selection: Test H2 Driver 06:26:57.736 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:") 06:26:57.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:57.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:57.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:57.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:57.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:57.738 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:57.738 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 06:26:57.738 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:") 06:26:57.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:57.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:57.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:57.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:57.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:57.741 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:57.741 INFO [WorkbenchTestable][AbstractText] Text set to: jdbc:h2:tcp://localhost/sakila 06:26:57.741 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:") 06:26:57.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:57.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:57.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:57.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:57.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:57.745 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:57.745 INFO [WorkbenchTestable][AbstractText] Text set to: sa 06:26:57.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.db.generic.ui.GenericJDBCDBProfileDetailsWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Password:") 06:26:57.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:57.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:57.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:57.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:57.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:57.758 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:57.758 INFO [WorkbenchTestable][AbstractText] Text set to: 06:26:57.759 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 06:26:57.759 INFO [WorkbenchTestable][NewCPWizard] Finish wizard 06:26:57.759 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) 06:26:57.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:57.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:57.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:57.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:57.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:57.760 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:26:57.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:57.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:57.760 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:57.760 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:59.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:59.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:59.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:59.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:26:59.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:26:59.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:26:59.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:26:59.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:59.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:59.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:59.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.160 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 06:26:59.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:59.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:59.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:59.161 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:59.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 06:26:59.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:59.163 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 06:26:59.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 06:26:59.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:59.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:26:59.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:26:59.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:26:59.173 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 06:26:59.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 06:26:59.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:59.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:59.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 06:26:59.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:59.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:59.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:59.174 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 06:26:59.174 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 06:26:59.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:59.174 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 06:26:59.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:59.174 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 06:26:59.174 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 06:26:59.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:59.174 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 06:26:59.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:59.174 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 06:26:59.174 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 06:26:59.174 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:59.174 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:59.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:59.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:59.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 06:26:59.175 INFO [WorkbenchTestable][RequirementsRunner] Finished test: genericConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest) 06:26:59.175 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 06:26:59.175 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:59.175 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:59.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:59.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.253 s - in org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest genericConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest) Time elapsed: 7.252 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 06:26:59.180 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 06:26:59.181 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:26:59.181 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:59.181 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 06:26:59.181 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:59.181 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:26:59.181 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:59.181 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:26:59.181 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:59.181 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:59.181 INFO [WorkbenchTestable][RequirementsRunner] Started test: flatFileConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest) 06:26:59.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 06:26:59.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:59.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:59.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:59.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:59.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:59.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:59.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:59.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection Profile"] 06:26:59.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:59.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:59.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:59.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:59.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:59.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:59.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:59.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection Profile"] 06:26:59.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:59.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:59.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:59.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:26:59.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:59.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:59.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:59.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:59.184 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:59.184 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:59.184 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:59.184 DEBUG [main][MenuItemLookup] Item match:File 06:26:59.185 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:26:59.185 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:26:59.188 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:26:59.188 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:26:59.188 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:59.188 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:26:59.188 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:26:59.188 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:26:59.188 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:26:59.188 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:26:59.188 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:26:59.188 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:26:59.188 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:26:59.188 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:26:59.188 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:59.188 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:26:59.188 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:26:59.188 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:59.188 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:26:59.188 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:59.188 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:26:59.188 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:26:59.188 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:26:59.188 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:26:59.188 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:26:59.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:26:59.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:26:59.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:26:59.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:59.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:59.268 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:26:59.268 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:59.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:26:59.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children... 06:26:59.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 06:26:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:59.269 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 06:26:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:59.269 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 06:26:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children finished successfully 06:26:59.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 06:26:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:59.269 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 06:26:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:59.269 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 06:26:59.269 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Connection Profile 06:26:59.269 DEBUG [main][TreeItemHandler] Selecting tree item: Connection Profile 06:26:59.270 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Connection Profile about selection 06:26:59.270 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Connection Profile 06:26:59.270 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:26:59.270 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:26:59.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:26:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:59.270 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:26:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:59.271 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:59.271 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:59.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'] 06:26:59.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:59.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:59.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available.... 06:26:59.313 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 06:26:59.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection Profile 06:26:59.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:59.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:59.313 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 06:26:59.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:59.314 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 06:26:59.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:59.315 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Flat File Data Source') 06:26:59.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:59.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:59.318 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 06:26:59.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:59.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:59.319 TRACE [main][WidgetHandler] Notify Table with event 13 06:26:59.319 TRACE [main][WidgetHandler] Wait for synchronization 06:26:59.319 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:") 06:26:59.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:59.320 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:59.321 INFO [WorkbenchTestable][AbstractText] Text set to: Test Flat File Profile 06:26:59.321 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 06:26:59.321 INFO [WorkbenchTestable][NewCPWizard] Go to next wizard page 06:26:59.321 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) 06:26:59.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:59.322 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:26:59.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:59.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:59.322 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:59.322 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:59.589 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 06:26:59.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:59.590 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:59.590 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target 06:26:59.592 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:") 06:26:59.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:26:59.593 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo UTF-8 to selection: UTF-8 06:26:59.593 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:") 06:26:59.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:26:59.600 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo CSV to selection: CSV 06:26:59.600 TRACE [WorkbenchTestable][NewCPWizard] Shell New Flat File Data Source Profile is not null and is not disposed 06:26:59.600 INFO [WorkbenchTestable][NewCPWizard] Finish wizard 06:26:59.600 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) 06:26:59.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:59.602 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:26:59.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:59.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:59.602 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:59.602 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:59.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:59.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:59.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:26:59.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:26:59.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:26:59.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:26:59.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:26:59.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:26:59.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:26:59.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.654 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 06:26:59.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:59.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:59.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:59.656 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:59.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 '\*?\QData Source Explorer\E') 06:26:59.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:26:59.657 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 06:26:59.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 06:26:59.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:59.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:26:59.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:26:59.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:26:59.659 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 06:26:59.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 06:26:59.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:26:59.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:26:59.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 06:26:59.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:59.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:59.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:59.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem ODA Data Sources has children... 06:26:59.660 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ODA Data Sources 06:26:59.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:59.660 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ODA Data Sources is already expanded. No action performed 06:26:59.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:59.660 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ODA Data Sources 06:26:59.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem ODA Data Sources has children finished successfully 06:26:59.660 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ODA Data Sources 06:26:59.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:59.660 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ODA Data Sources is already expanded. No action performed 06:26:59.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:59.660 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ODA Data Sources 06:26:59.660 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Flat File Data Source and wait with time period 1 06:26:59.660 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Flat File Data Source 06:26:59.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:59.660 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Flat File Data Source is already expanded. No action performed 06:26:59.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:59.660 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Flat File Data Source 06:26:59.660 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Flat File Data Source 06:26:59.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:59.660 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Flat File Data Source is already expanded. No action performed 06:26:59.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:59.660 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Flat File Data Source 06:26:59.661 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 06:26:59.661 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:59.661 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:59.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:59.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:59.661 INFO [WorkbenchTestable][RequirementsRunner] Finished test: flatFileConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest) 06:26:59.661 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 06:26:59.661 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:59.661 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:59.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:59.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.481 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 06:26:59.673 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 06:26:59.673 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:26:59.673 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:59.673 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 06:26:59.673 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:59.673 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:26:59.681 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:59.681 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:26:59.681 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:59.681 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:59.681 INFO [WorkbenchTestable][RequirementsRunner] Started test: driverDefinitionTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest) 06:26:59.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 06:26:59.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:59.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:59.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:59.681 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:59.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:59.681 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:59.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:59.682 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:26:59.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:59.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:59.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:59.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:59.682 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:59.682 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:59.682 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:59.683 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:59.683 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:59.683 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:59.683 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:59.683 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:59.683 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:59.683 DEBUG [main][MenuItemLookup] Item match:Window 06:26:59.683 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:59.683 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:59.683 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:59.683 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:59.683 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:59.683 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:59.683 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:59.683 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:26:59.683 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:59.683 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:26:59.683 DEBUG [main][MenuItemLookup] Item match:Preferences 06:26:59.683 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:26:59.683 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:26:59.683 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:26:59.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:26:59.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 'Preferences.*'] is available. finished successfully 06:26:59.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:26:59.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:59.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:59.751 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:26:59.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:59.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:26:59.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:59.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:26:59.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:26:59.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 06:26:59.752 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 06:26:59.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:59.752 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 06:26:59.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:59.752 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 06:26:59.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 06:26:59.752 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 06:26:59.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:59.752 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 06:26:59.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:59.752 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 06:26:59.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 06:26:59.752 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 06:26:59.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:59.752 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 06:26:59.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:59.752 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 06:26:59.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 06:26:59.752 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 06:26:59.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:59.753 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 06:26:59.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:59.753 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 06:26:59.753 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 06:26:59.753 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 06:26:59.753 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 06:26:59.753 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 06:26:59.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.753 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...") 06:26:59.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:59.754 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:26:59.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:59.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:59.754 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:59.754 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:59.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available.... 06:26:59.839 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 06:26:59.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 06:26:59.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:59.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:59.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:59.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:59.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 06:26:59.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:59.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:59.843 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") 06:26:59.843 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:59.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:59.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:59.843 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:59.843 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:59.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:26:59.843 INFO [WorkbenchTestable][AbstractTabItem] Activate Name/Type 06:26:59.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:26:59.843 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:59.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:59.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:59.843 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:59.843 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:59.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:26:59.854 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database and wait with time period 1 06:26:59.855 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 06:26:59.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:59.855 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 06:26:59.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:59.855 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 06:26:59.855 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 06:26:59.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:26:59.855 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 06:26:59.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:26:59.855 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 06:26:59.855 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HSQLDB JDBC Driver 06:26:59.855 DEBUG [main][TreeItemHandler] Selecting tree item: HSQLDB JDBC Driver 06:26:59.855 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HSQLDB JDBC Driver about selection 06:26:59.873 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HSQLDB JDBC Driver 06:26:59.873 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:") 06:26:59.873 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:59.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:59.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:59.873 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:59.873 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:59.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:26:59.874 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:26:59.874 INFO [WorkbenchTestable][AbstractText] Text set to: Test HSLQDB Driver 06:26:59.875 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") 06:26:59.875 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:59.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:59.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:59.875 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:59.875 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:59.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:26:59.875 INFO [WorkbenchTestable][AbstractTabItem] Activate JAR List 06:26:59.878 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 06:26:59.878 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:59.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:59.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:59.878 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:59.878 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:59.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 06:26:59.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:26:59.881 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:59.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:59.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:59.881 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:59.881 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:59.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:59.882 INFO [WorkbenchTestable][AbstractButton] Click button &Clear All 06:26:59.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:59.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:59.882 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:59.882 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:59.894 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 06:26:59.894 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:59.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:59.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:59.894 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:59.894 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:59.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 06:26:59.894 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 06:26:59.894 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:59.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:59.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:59.896 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:59.896 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:59.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 06:26:59.897 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 06:26:59.897 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:59.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:59.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:59.897 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:59.897 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:59.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 06:26:59.898 TRACE [main][WidgetHandler] Notify List with event 13 06:26:59.898 TRACE [main][WidgetHandler] Wait for synchronization 06:26:59.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove JAR/Zip") 06:26:59.898 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:59.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:59.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:59.898 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:59.898 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:59.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:59.899 INFO [WorkbenchTestable][AbstractButton] Click button &Remove JAR/Zip 06:26:59.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:59.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:59.899 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:59.899 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:59.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:26:59.915 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:59.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:59.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:59.915 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:26:59.915 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:59.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:59.916 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:26:59.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:59.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:59.916 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:59.916 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:59.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:26:59.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:26:59.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:26:59.949 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:26:59.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:59.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:59.949 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 06:26:59.949 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:26:59.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:26:59.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:26:59.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:26:59.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 06:26:59.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:26:59.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:26:59.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:26:59.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:26:59.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:26:59.954 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:26:59.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:26:59.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:26:59.954 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:26:59.954 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:26:59.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:26:59.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:26:59.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:59.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:59.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:59.989 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 06:26:59.989 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:59.989 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:59.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:59.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:26:59.989 INFO [WorkbenchTestable][RequirementsRunner] Finished test: driverDefinitionTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest) 06:26:59.989 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 06:26:59.989 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:26:59.989 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:26:59.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:26:59.989 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.datatools.ui.DriverDefinitionTest driverDefinitionTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest) Time elapsed: 0.308 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 06:26:59.993 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 06:26:59.994 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:26:59.994 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:26:59.994 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 06:26:59.994 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:26:59.994 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:26:59.995 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:26:59.995 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:26:59.995 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:26:59.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.*'] 06:26:59.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:59.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.*'] 06:26:59.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:59.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.*'] 06:26:59.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:26:59.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:26:59.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:26:59.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:26:59.995 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:26:59.995 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:26:59.996 DEBUG [main][MenuItemLookup] Found menu:'File' 06:26:59.996 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:26:59.996 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:26:59.996 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:26:59.996 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:26:59.996 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:26:59.996 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:26:59.996 DEBUG [main][MenuItemLookup] Item match:Window 06:26:59.996 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:26:59.996 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:26:59.996 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:26:59.996 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:59.996 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:26:59.996 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:26:59.996 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:59.996 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:26:59.996 DEBUG [main][MenuItemLookup] Found menu:'' 06:26:59.996 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:26:59.996 DEBUG [main][MenuItemLookup] Item match:Preferences 06:26:59.996 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:26:59.996 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:26:59.996 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:27: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 'Preferences.*'] is available.... 06:27:00.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:27:00.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:27:00.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:00.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:00.057 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:27:00.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:27:00.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:27:00.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:00.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:00.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:00.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:00.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:27:00.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:27:00.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:27:00.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 06:27:00.058 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 06:27:00.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:00.058 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 06:27:00.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:00.058 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 06:27:00.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 06:27:00.058 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 06:27:00.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:00.059 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 06:27:00.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:00.059 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 06:27:00.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 06:27:00.059 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 06:27:00.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:00.059 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 06:27:00.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:00.059 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 06:27:00.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 06:27:00.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 06:27:00.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:00.060 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 06:27:00.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:00.060 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 06:27:00.060 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 06:27:00.060 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 06:27:00.060 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 06:27:00.060 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 06:27:00.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:00.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:00.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:00.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:00.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:27:00.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:00.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:00.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:00.061 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 06:27:00.061 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:00.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:00.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:00.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:00.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:00.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:27:00.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:27:00.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:27:00.063 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 06:27:00.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:00.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:00.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:00.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 06:27:00.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:00.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:00.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:00.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:00.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:00.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 06:27:00.063 TRACE [main][WidgetHandler] Notify Table with event 13 06:27:00.063 TRACE [main][WidgetHandler] Wait for synchronization 06:27:00.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 "Remove") 06:27:00.064 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:00.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:00.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:00.064 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 06:27:00.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:00.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:00.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:00.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:00.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:00.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:27:00.074 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:27:00.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:27:00.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:27:00.074 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:27:00.074 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:00.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Driver Removal"] is available.... 06:27:00.113 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 06:27:00.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Driver Removal 06:27:00.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:00.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:00.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 "Yes", Widget matcher matching widgets with style: 8) 06:27:00.113 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:00.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:00.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:00.113 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Driver Removal" as the parent 06:27:00.113 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:00.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:00.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:00.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:00.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:00.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:27:00.114 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 06:27:00.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:27:00.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:27:00.114 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:27:00.114 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:00.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:27:00.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:27:00.134 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 06:27:00.134 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:00.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:00.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:00.134 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 06:27:00.134 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:00.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:00.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:00.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:00.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:00.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 06:27:00.135 TRACE [main][WidgetHandler] Notify Table with event 13 06:27:00.135 TRACE [main][WidgetHandler] Wait for synchronization 06:27:00.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 "Remove") 06:27:00.135 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:00.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:00.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:00.136 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 06:27:00.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:00.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:00.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:00.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:00.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:00.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:27:00.137 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:27:00.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:27:00.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:27:00.137 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:27:00.137 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:00.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Driver Removal"] is available.... 06:27:00.157 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 06:27:00.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Driver Removal 06:27:00.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:00.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:00.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 06:27:00.157 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:00.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:00.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:00.158 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Driver Removal" as the parent 06:27:00.158 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:00.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:00.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:00.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:00.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:00.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:27:00.158 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 06:27:00.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:27:00.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:27:00.158 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:27:00.158 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:00.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:27:00.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:27:00.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:00.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:00.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:27:00.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:00.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:00.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:00.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:00.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:27:00.198 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:27:00.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:27:00.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:27:00.199 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:27:00.199 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:00.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:27:00.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:27:00.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:27:00.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:00.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:00.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:27:00.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:27:00.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:27:00.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:27:00.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:27:00.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:27:00.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:00.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:00.231 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 06:27:00.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:00.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:00.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:27:00.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:00.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:00.232 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:27:00.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 06:27:00.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:00.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:00.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:00.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:00.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:27:00.233 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 06:27:00.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 06:27:00.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:00.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:27:00.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:27:00.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:27:00.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 06:27:00.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:00.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:00.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:00.235 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 06:27:00.235 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:00.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:00.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:00.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:00.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:00.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:27:00.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:27:00.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:27:00.235 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 10 06:27:00.244 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 06:27:00.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:00.244 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 06:27:00.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:00.244 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 06:27:00.244 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 06:27:00.244 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 06:27:00.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:00.244 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 06:27:00.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:00.245 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 06:27:00.245 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 06:27:00.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:00.245 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 06:27:00.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:00.245 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 06:27:00.245 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile 06:27:00.245 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile 06:27:00.245 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile about selection 06:27:00.249 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile 06:27:00.250 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:27:00.250 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:00.265 DEBUG [main][MenuItemLookup] Found menu:'Connect' 06:27:00.265 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 06:27:00.265 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 06:27:00.265 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:00.265 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 06:27:00.265 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 06:27:00.265 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:00.265 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:27:00.265 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:27:00.265 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:27:00.265 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"D&elete Delete" 06:27:00.265 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:27:00.265 INFO [main][MenuItemHandler] Select menu item: D&elete Delete 06:27:00.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete confirmation"] is available.... 06:27:00.290 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 06:27:00.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete confirmation 06:27:00.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:00.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:00.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 06:27:00.290 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:00.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:00.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:00.290 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete confirmation" as the parent 06:27:00.290 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:00.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:00.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:00.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:00.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:00.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:27:00.291 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 06:27:00.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:27:00.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:27:00.291 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:27:00.291 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:00.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:27:00.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:27:00.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:27:00.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:27:00.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:27:00.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:27:00.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:27:00.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:27:00.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:27:00.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:27:00.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:00.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:00.323 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 06:27:00.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:00.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:00.325 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:27:00.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:00.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:00.325 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:27:00.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 '\*?\QData Source Explorer\E') 06:27:00.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:00.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:00.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:00.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:00.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:27:00.327 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 06:27:00.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 06:27:00.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:00.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:27:00.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:27:00.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:27:00.328 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 06:27:00.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 06:27:00.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:00.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:27:00.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 06:27:00.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:00.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:00.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:00.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:00.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:27:00.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:27:00.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:27:00.329 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 06:27:00.329 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 06:27:00.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:00.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:00.829 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 06:27:00.829 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 06:27:00.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:01.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:01.330 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 06:27:01.331 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:27:01.331 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:27:01.331 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:27:01.331 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:27:01.331 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:27:01.331 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:27:01.331 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:27:01.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:01.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:01.332 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:27:01.332 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:27:01.332 DEBUG [main][MenuItemLookup] Found menu:'File' 06:27:01.332 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:27:01.332 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:27:01.332 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:27:01.332 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:27:01.332 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:27:01.332 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:27:01.332 DEBUG [main][MenuItemLookup] Item match:Window 06:27:01.332 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:27:01.332 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:27:01.332 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:27:01.332 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:01.332 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:27:01.332 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:27:01.332 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:01.332 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:27:01.332 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:01.332 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:27:01.332 DEBUG [main][MenuItemLookup] Item match:Preferences 06:27:01.332 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:27:01.332 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:27:01.332 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:27:01.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:27:01.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:27:01.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:27:01.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:01.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:01.390 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:27:01.390 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:27:01.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:27:01.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:27:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:27:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:27:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 06:27:01.391 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 06:27:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:01.391 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 06:27:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:01.391 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 06:27:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 06:27:01.391 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 06:27:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:01.391 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 06:27:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:01.391 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 06:27:01.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 06:27:01.392 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 06:27:01.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:01.392 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 06:27:01.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:01.392 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 06:27:01.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 06:27:01.392 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 06:27:01.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:01.392 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 06:27:01.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:01.392 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 06:27:01.392 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 06:27:01.392 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 06:27:01.392 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 06:27:01.392 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 06:27:01.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.393 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...") 06:27:01.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:27:01.393 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:27:01.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:27:01.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:27:01.393 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:27:01.393 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:01.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available.... 06:27:01.453 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 06:27:01.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 06:27:01.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:01.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:01.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:01.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:01.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 06:27:01.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:01.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:01.454 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") 06:27:01.454 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:01.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:01.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:01.454 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:27:01.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:01.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:27:01.454 INFO [WorkbenchTestable][AbstractTabItem] Activate Name/Type 06:27:01.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:27:01.454 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:01.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:01.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:01.454 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:27:01.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:01.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:27:01.467 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database and wait with time period 1 06:27:01.467 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 06:27:01.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:01.467 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 06:27:01.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:01.467 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 06:27:01.468 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 06:27:01.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:01.468 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 06:27:01.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:01.468 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 06:27:01.468 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Generic JDBC Driver 06:27:01.468 DEBUG [main][TreeItemHandler] Selecting tree item: Generic JDBC Driver 06:27:01.468 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Generic JDBC Driver about selection 06:27:01.481 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Generic JDBC Driver 06:27:01.481 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:") 06:27:01.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:01.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:01.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:01.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:27:01.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:01.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:27:01.482 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:27:01.483 INFO [WorkbenchTestable][AbstractText] Text set to: Test H2 Driver 06:27:01.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 "JAR List") 06:27:01.483 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:01.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:01.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:01.483 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:27:01.483 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:01.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:27:01.484 INFO [WorkbenchTestable][AbstractTabItem] Activate JAR List 06:27:01.491 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 06:27:01.492 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:01.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:01.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:01.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:27:01.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:01.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 06:27:01.492 INFO [WorkbenchTestable][DriverDialog] No drivers to clean, skipped 06:27:01.492 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 06:27:01.492 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:01.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:01.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:01.493 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:27:01.493 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:01.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 06:27:01.493 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 06:27:01.493 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:01.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:01.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:01.494 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:27:01.494 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:01.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 06:27:01.494 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 06:27:01.494 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:01.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:01.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:01.494 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:27:01.494 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:01.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 06:27:01.495 TRACE [main][WidgetHandler] Notify List with event 13 06:27:01.495 TRACE [main][WidgetHandler] Wait for synchronization 06:27:01.495 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove JAR/Zip") 06:27:01.495 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:01.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:01.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:01.496 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:27:01.496 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:01.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:27:01.496 INFO [WorkbenchTestable][AbstractButton] Click button &Remove JAR/Zip 06:27:01.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:27:01.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:27:01.497 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:27:01.497 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:01.510 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") 06:27:01.510 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:01.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:01.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:01.510 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:27:01.510 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:01.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:27:01.511 INFO [WorkbenchTestable][AbstractTabItem] Activate Properties 06:27:01.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 06:27:01.514 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:01.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:01.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:01.514 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:27:01.514 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:01.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:27:01.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:27:01.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:27:01.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:27:01.516 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:27:01.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:01.516 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:27:01.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:01.516 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:27:01.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:27:01.516 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:27:01.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:01.516 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:27:01.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:01.516 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:27:01.516 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item Driver Class 06:27:01.516 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Class 06:27:01.516 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Class 06:27:01.516 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Class about selection 06:27:01.516 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Class 06:27:01.516 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:27:01.516 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:27:01.519 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:27:01.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 "...") 06:27:01.519 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:01.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:01.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:01.519 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:27:01.519 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:01.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:27:01.519 INFO [WorkbenchTestable][AbstractButton] Click button ... 06:27:01.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:27:01.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:27:01.519 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:27:01.519 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:01.551 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.... 06:27:01.551 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 06:27:01.551 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.... 06:27:01.552 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 06:27:01.552 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Available Classes from Jar List 06:27:01.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:01.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:01.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: 16) 06:27:01.552 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:01.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:01.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:01.552 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 06:27:01.552 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:01.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:27:01.553 INFO [WorkbenchTestable][AbstractButton] Click button Type class name 06:27:01.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:27:01.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:27:01.553 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:27:01.553 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:01.553 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: "") 06:27:01.553 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:01.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:01.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:01.553 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 06:27:01.553 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:01.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:27:01.553 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:27:01.554 INFO [WorkbenchTestable][AbstractText] Text set to: org.h2.Driver 06:27:01.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:27:01.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:01.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:01.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:01.560 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 06:27:01.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:01.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:27:01.561 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:27:01.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:27:01.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:27:01.561 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:27:01.561 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:01.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:27:01.591 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:01.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:01.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:01.591 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 06:27:01.591 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:01.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:27:01.592 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:27:01.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:27:01.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:27:01.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:27:01.592 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:01.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:27:01.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:27:01.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:27:01.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:27:01.625 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:27:01.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:27:01.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:27:01.626 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:27:01.626 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:01.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:27:01.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:27:01.645 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:27:01.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:01.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:01.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:27:01.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:27:01.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:27:01.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:27:01.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection Profile"] 06:27:01.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:27:01.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:27:01.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:27:01.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:27:01.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:27:01.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:27:01.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:27:01.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection Profile"] 06:27:01.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:27:01.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:27:01.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:27:01.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:27:01.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:27:01.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:27:01.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:01.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:01.646 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:27:01.646 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:27:01.646 DEBUG [main][MenuItemLookup] Found menu:'File' 06:27:01.646 DEBUG [main][MenuItemLookup] Item match:File 06:27:01.647 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:27:01.647 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:27:01.649 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:27:01.649 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:27:01.649 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:01.649 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:27:01.649 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:27:01.649 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:27:01.649 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:27:01.649 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:27:01.649 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:27:01.649 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:27:01.649 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:27:01.649 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:27:01.649 DEBUG [main][MenuItemLookup] Found menu:'File' 06:27:01.649 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:27:01.649 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:27:01.649 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:01.649 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:27:01.649 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:01.649 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:27:01.649 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:27:01.649 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:27:01.649 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:27:01.649 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:27:01.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:27:01.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:27:01.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:27:01.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:01.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:01.700 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:27:01.700 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:27:01.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:27:01.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:27:01.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:27:01.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:27:01.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children... 06:27:01.705 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 06:27:01.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:01.706 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 06:27:01.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:01.706 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 06:27:01.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children finished successfully 06:27:01.706 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 06:27:01.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:01.706 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 06:27:01.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:01.706 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 06:27:01.706 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Connection Profile 06:27:01.706 DEBUG [main][TreeItemHandler] Selecting tree item: Connection Profile 06:27:01.706 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Connection Profile about selection 06:27:01.706 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Connection Profile 06:27:01.706 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:27:01.706 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:27:01.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:27:01.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:27:01.707 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:27:01.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:27:01.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:27:01.707 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:27:01.707 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:01.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'] 06:27:01.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:27:01.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:27:01.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available.... 06:27:01.723 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 06:27:01.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection Profile 06:27:01.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:01.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:01.723 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 06:27:01.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:27:01.723 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 06:27:01.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:27:01.724 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Generic JDBC') 06:27:01.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:27:01.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:27:01.728 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 06:27:01.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:27:01.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:27:01.728 TRACE [main][WidgetHandler] Notify Table with event 13 06:27:01.728 TRACE [main][WidgetHandler] Wait for synchronization 06:27:01.730 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:") 06:27:01.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:27:01.731 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:27:01.732 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 06:27:01.732 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 06:27:01.732 INFO [WorkbenchTestable][NewCPWizard] Go to next wizard page 06:27:01.732 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) 06:27:01.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:27:01.733 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:27:01.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:27:01.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:27:01.733 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:27:01.733 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:01.782 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:") 06:27:01.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:27:01.784 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Test H2 Driver to selection: Test H2 Driver 06:27:01.784 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:") 06:27:01.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:27:01.786 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:27:01.786 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 06:27:01.787 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:") 06:27:01.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:27:01.789 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:27:01.789 INFO [WorkbenchTestable][AbstractText] Text set to: jdbc:h2:~/test 06:27:01.790 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:") 06:27:01.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:27:01.793 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:27:01.793 INFO [WorkbenchTestable][AbstractText] Text set to: sa 06:27:01.798 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:") 06:27:01.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:27:01.806 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:27:01.807 INFO [WorkbenchTestable][AbstractText] Text set to: 06:27:01.807 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 06:27:01.807 INFO [WorkbenchTestable][NewCPWizard] Finish wizard 06:27:01.807 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) 06:27:01.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:01.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:01.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:01.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:01.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:27:01.808 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:27:01.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:27:01.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:27:01.808 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:27:01.808 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:02.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:27:02.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:27:02.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:27:02.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:27:02.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:27:02.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:27:02.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Loading Core provider' is a system job, skipped 06:27:02.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:27:02.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:27:02.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:27:02.108 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:27:02.108 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSQLResultViewSuccess no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) 06:27:02.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 06:27:02.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:27:02.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:27:02.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:27:02.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:02.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:02.110 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 06:27:02.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:02.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:02.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:27:02.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:02.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:02.111 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:27:02.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 '\*?\QData Source Explorer\E') 06:27:02.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:02.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:02.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:02.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:02.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:27:02.113 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 06:27:02.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 06:27:02.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:02.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:27:02.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:27:02.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:27:02.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 06:27:02.117 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:02.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:02.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:02.118 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 06:27:02.118 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:02.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:02.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:02.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:02.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:02.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:27:02.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:27:02.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:27:02.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 06:27:02.118 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 06:27:02.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:02.118 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 06:27:02.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:02.118 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 06:27:02.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 06:27:02.118 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 06:27:02.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:02.118 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 06:27:02.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:02.118 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 06:27:02.118 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 06:27:02.118 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 06:27:02.118 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 06:27:02.118 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 06:27:02.130 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 06:27:02.131 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:27:02.131 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:27:02.133 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:27:02.133 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 06:27:02.133 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 06:27:02.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:02.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:02.634 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 06:27:02.635 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:27:02.635 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:02.645 DEBUG [main][MenuItemLookup] Found menu:'Connect' 06:27:02.645 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 06:27:02.645 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 06:27:02.645 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:02.645 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 06:27:02.645 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 06:27:02.645 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:02.645 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:27:02.645 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:27:02.645 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 06:27:02.645 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:02.645 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:27:02.645 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:02.645 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 06:27:02.645 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 06:27:02.645 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 06:27:02.645 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 06:27:02.645 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 06:27:02.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@27dad7a4 is found... 06:27:02.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@27dad7a4 is found finished successfully 06:27:02.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Scrapbook 0\E') 06:27:02.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:02.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:02.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:02.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:02.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:27:02.799 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:02.799 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 06:27:02.800 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:") 06:27:02.800 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:02.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:02.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:02.800 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:27:02.800 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:02.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:02.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:02.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:02.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:02.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:27:02.801 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:") 06:27:02.801 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:02.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:02.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:02.801 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:27:02.801 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:02.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:02.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:02.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:02.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:02.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:27:02.802 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 06:27:02.812 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 06:27:02.812 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:02.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:02.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:02.820 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:27:02.820 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:02.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:02.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:27:02.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:27:02.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:02.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:27:02.820 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 06:27:02.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 06:27:02.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:02.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:02.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:02.852 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:27:02.853 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:02.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:02.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:02.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:02.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:02.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:27:02.853 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: DROP TABLE TEST IF EXISTS; 06:27:02.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:27:02.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:27:02.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:27:02.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:27:02.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:27:02.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:27:02.857 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 06:27:02.857 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:02.877 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 06:27:02.877 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:02.877 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:27:02.877 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:27:02.877 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:27:02.877 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:02.877 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 06:27:02.877 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:02.877 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 06:27:02.877 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 06:27:02.877 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 06:27:02.877 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 06:27:02.877 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 06:27:03.026 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:2139): Gtk-CRITICAL **: 06:27:03.102: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:27:13.036 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 06:27:13.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 06:27:13.036 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 06:27:13.037 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:13.037 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=DROP TABLE TEST IF EXISTS; TooltipText=null 06:27:13.037 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 06:27:13.038 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 06:27:13.078 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 06:27:13.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:13.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:13.081 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 06:27:13.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:13.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:13.083 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:27:13.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:13.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:13.083 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:27:13.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E') 06:27:13.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:13.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:13.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:13.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:13.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:27:13.085 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 06:27:13.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 06:27:13.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:13.103 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 06:27:13.103 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 06:27:13.103 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 06:27:13.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 06:27:13.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:13.104 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 06:27:13.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 06:27:13.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:13.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:13.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:13.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:13.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:27:13.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:27:13.105 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 06:27:13.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:27:13.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Visible Results (Shift+Delete)") 06:27:13.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:13.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:13.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:13.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:13.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:27:13.105 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Visible Results (Shift+Delete) 06:27:13.106 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:27:13.106 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:13.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children... 06:27:13.137 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:0 06:27:13.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children finished successfully 06:27:13.137 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 06:27:13.137 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 06:27:13.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 06:27:13.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:13.138 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 06:27:13.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 06:27:13.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:13.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:13.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:13.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:13.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:27:13.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:13.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:13.141 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 06:27:13.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:13.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:13.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:27:13.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:13.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:13.142 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:27:13.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 '\*?\QData Source Explorer\E') 06:27:13.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:13.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:13.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:13.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:13.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:27:13.144 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 06:27:13.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 06:27:13.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:13.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:27:13.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:27:13.164 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:13.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:13.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:13.164 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 06:27:13.164 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:13.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:13.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:13.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:13.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:13.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:27:13.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:27:13.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:27:13.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 06:27:13.165 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 06:27:13.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:13.165 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 06:27:13.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:13.165 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 06:27:13.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 06:27:13.165 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 06:27:13.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:13.165 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 06:27:13.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:13.165 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 06:27:13.165 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 06:27:13.165 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 06:27:13.165 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 06:27:13.165 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 06:27:13.169 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 06:27:13.169 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:27:13.172 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:27:13.174 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:27:13.175 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 06:27:13.175 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 06:27:13.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:13.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:13.675 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 06:27:13.676 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:27:13.676 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:13.685 DEBUG [main][MenuItemLookup] Found menu:'Connect' 06:27:13.685 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 06:27:13.685 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 06:27:13.685 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:13.685 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 06:27:13.685 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 06:27:13.685 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:13.685 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:27:13.685 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:27:13.685 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 06:27:13.685 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:13.685 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:27:13.685 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:13.685 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 06:27:13.685 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 06:27:13.685 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 06:27:13.685 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 06:27:13.685 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 06:27:13.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@14ed2ac2 is found... 06:27:13.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@14ed2ac2 is found finished successfully 06:27:13.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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') 06:27:13.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:13.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:13.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:13.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:13.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:27:13.758 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:13.758 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 06:27:13.758 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:") 06:27:13.758 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:13.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:13.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:13.758 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:27:13.758 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:13.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:13.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:13.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:13.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:13.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:27:13.759 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:") 06:27:13.759 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:13.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:13.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:13.760 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:27:13.760 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:13.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:13.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:13.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:13.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:13.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:27:13.760 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 06:27:13.770 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 06:27:13.770 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:13.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:13.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:13.777 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:27:13.777 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:13.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:13.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:27:13.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:27:13.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:13.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:27:13.778 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 06:27:13.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 06:27:13.779 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:13.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:13.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:13.781 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:27:13.781 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:13.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:13.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:13.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:13.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:13.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:27:13.781 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: CREATE TABLE test(ID INT,NAME VARCHAR(40)); 06:27:13.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:27:13.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:27:13.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:27:13.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:27:13.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:27:13.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:27:13.784 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 06:27:13.784 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:13.797 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 06:27:13.797 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:13.797 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:27:13.797 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:27:13.797 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:27:13.797 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:13.797 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 06:27:13.797 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:13.797 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 06:27:13.797 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 06:27:13.798 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 06:27:13.798 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 06:27:13.798 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 06:27:13.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 06:27:23.807 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 06:27:23.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 06:27:23.807 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 06:27:23.809 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:23.809 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=CREATE TABLE test(ID INT,NAME VARCHAR(40)); TooltipText=null 06:27:23.809 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 06:27:23.811 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 06:27:23.847 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 06:27:23.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:23.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:23.848 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 06:27:23.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:23.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:23.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:27:23.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:23.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:23.850 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:27:23.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 '\*?\QSQL Results\E') 06:27:23.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:23.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:23.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:23.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:23.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:27:23.852 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 06:27:23.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 06:27:23.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:23.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:27:23.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:27:23.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:27:23.854 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 06:27:23.854 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 06:27:23.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 06:27:23.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:23.855 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 06:27:23.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 06:27:23.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:23.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:23.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:23.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:23.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:27:23.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:23.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:23.858 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 06:27:23.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:23.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:23.868 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:27:23.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:23.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:23.869 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:27:23.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 '\*?\QData Source Explorer\E') 06:27:23.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:23.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:23.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:23.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:23.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:27:23.870 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 06:27:23.870 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 06:27:23.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:23.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:27:23.892 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:27:23.892 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:23.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:23.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:23.892 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 06:27:23.892 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:23.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:23.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:23.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:23.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:23.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:27:23.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:27:23.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:27:23.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 06:27:23.893 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 06:27:23.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:23.893 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 06:27:23.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:23.893 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 06:27:23.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 06:27:23.893 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 06:27:23.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:23.893 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 06:27:23.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:23.893 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 06:27:23.893 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 06:27:23.893 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 06:27:23.893 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 06:27:23.893 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 06:27:23.897 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 06:27:23.897 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:27:23.898 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:27:23.900 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:27:23.900 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 06:27:23.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 06:27:23.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:24.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:24.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 06:27:24.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:27:24.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:24.415 DEBUG [main][MenuItemLookup] Found menu:'Connect' 06:27:24.415 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 06:27:24.415 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 06:27:24.415 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:24.415 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 06:27:24.415 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 06:27:24.415 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:24.415 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:27:24.415 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:27:24.415 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 06:27:24.415 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:24.415 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:27:24.415 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:24.415 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 06:27:24.415 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 06:27:24.415 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 06:27:24.415 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 06:27:24.415 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 06:27:24.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3b8c8737 is found... 06:27:24.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3b8c8737 is found finished successfully 06:27:24.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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') 06:27:24.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:24.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:24.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:24.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:24.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:27:24.483 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:24.483 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 06:27:24.483 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:") 06:27:24.483 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:24.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:24.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:24.483 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:27:24.483 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:24.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:24.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:24.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:24.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:24.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:27:24.484 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:") 06:27:24.484 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:24.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:24.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:24.484 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:27:24.484 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:24.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:24.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:24.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:24.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:24.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:27:24.485 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 06:27:24.494 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 06:27:24.494 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:24.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:24.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:24.502 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:27:24.502 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:24.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:24.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:27:24.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:27:24.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:24.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:27:24.503 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 06:27:24.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 06:27:24.504 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:24.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:24.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:24.507 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:27:24.507 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:24.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:24.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:24.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:24.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:24.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:27:24.508 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: DROP TABLE TEST IF EXISTS; 06:27:24.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:27:24.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:27:24.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:27:24.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:27:24.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:27:24.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:27:24.516 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 06:27:24.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:24.525 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 06:27:24.525 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:24.525 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:27:24.525 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:27:24.525 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:27:24.525 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:24.525 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 06:27:24.525 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:24.525 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 06:27:24.525 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 06:27:24.525 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 06:27:24.525 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 06:27:24.525 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 06:27:24.526 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:2139): Gtk-CRITICAL **: 06:27:24.546: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:27:24.561: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:27:34.570 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 06:27:34.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 06:27:34.570 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 06:27:34.571 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:34.572 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=DROP TABLE TEST IF EXISTS; TooltipText=null 06:27:34.572 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 06:27:34.572 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 06:27:34.625 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 06:27:34.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:34.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:34.627 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 06:27:34.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:34.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:34.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:27:34.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:34.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:34.629 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:27:34.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 '\*?\QSQL Results\E') 06:27:34.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:34.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:34.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:34.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:34.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:27:34.630 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 06:27:34.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 06:27:34.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:34.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:27:34.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:27:34.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:27:34.632 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 06:27:34.632 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 06:27:34.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 06:27:34.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:34.632 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 06:27:34.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 06:27:34.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:34.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:34.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:34.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:34.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:27:34.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:27:34.633 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:2 06:27:34.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:27:34.634 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)") 06:27:34.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:34.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:34.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:34.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:34.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:27:34.634 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Visible Results (Shift+Delete) 06:27:34.634 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:27:34.634 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:34.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children... 06:27:34.653 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:0 06:27:34.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children finished successfully 06:27:34.653 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 06:27:34.653 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 06:27:34.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 06:27:34.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:34.654 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 06:27:34.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 06:27:34.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:34.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:34.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:34.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:34.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:27:34.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:27:44.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 06:27:44.661 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 06:27:44.661 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:27:44.661 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:27:44.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:44.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:44.662 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSQLResultViewSuccess no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) 06:27:44.662 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:27:44.662 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSQLResultViewFail no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) 06:27:44.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 06:27:44.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:27:44.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:27:44.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:27:44.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:44.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:44.664 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 06:27:44.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:44.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:44.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:27:44.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:44.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:44.666 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:27:44.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 '\*?\QData Source Explorer\E') 06:27:44.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:44.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:44.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:44.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:44.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:27:44.667 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 06:27:44.667 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 06:27:44.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:44.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:27:44.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:27:44.686 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:44.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:44.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:44.687 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 06:27:44.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:44.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:44.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:44.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:44.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:44.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:27:44.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:27:44.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:27:44.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 06:27:44.687 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 06:27:44.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:44.687 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 06:27:44.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:44.687 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 06:27:44.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 06:27:44.687 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 06:27:44.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:44.687 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 06:27:44.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:44.687 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 06:27:44.687 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 06:27:44.687 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 06:27:44.687 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 06:27:44.688 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 06:27:44.692 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 06:27:44.692 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:27:44.694 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:27:44.697 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:27:44.697 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 06:27:44.697 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 06:27:44.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:45.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:45.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 06:27:45.198 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:27:45.198 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:45.212 DEBUG [main][MenuItemLookup] Found menu:'Connect' 06:27:45.212 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 06:27:45.212 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 06:27:45.212 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:45.212 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 06:27:45.212 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 06:27:45.212 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:45.212 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:27:45.212 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:27:45.212 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 06:27:45.212 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:45.212 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:27:45.212 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:45.212 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 06:27:45.212 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 06:27:45.212 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 06:27:45.212 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 06:27:45.212 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 06:27:45.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@16f77255 is found... 06:27:45.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@16f77255 is found finished successfully 06:27:45.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.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') 06:27:45.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:45.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:45.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:45.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:45.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:27:45.279 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:45.279 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 06:27:45.279 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:") 06:27:45.279 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:45.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:45.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:45.279 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:27:45.279 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:45.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:45.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:45.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:45.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:45.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:27:45.280 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:") 06:27:45.280 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:45.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:45.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:45.281 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:27:45.281 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:45.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:45.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:45.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:45.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:45.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:27:45.281 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 06:27:45.291 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 06:27:45.291 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:45.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:45.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:45.298 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:27:45.298 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:45.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:45.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:27:45.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:27:45.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:45.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:27:45.299 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 06:27:45.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 06:27:45.300 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:45.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:45.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:45.302 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:27:45.302 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:45.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:45.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:45.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:45.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:45.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:27:45.303 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: DROP TABLE TEST IF EXISTS; 06:27:45.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:27:45.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:27:45.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:27:45.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:27:45.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:27:45.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:27:45.305 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 06:27:45.305 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:45.320 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 06:27:45.320 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:45.320 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:27:45.320 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:27:45.320 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:27:45.320 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:45.320 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 06:27:45.320 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:45.320 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 06:27:45.320 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 06:27:45.320 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 06:27:45.320 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 06:27:45.320 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 06:27:45.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 06:27:55.328 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 06:27:55.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 06:27:55.328 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 06:27:55.330 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:55.330 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=DROP TABLE TEST IF EXISTS; TooltipText=null 06:27:55.330 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 06:27:55.330 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 06:27:55.363 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 06:27:55.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:55.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:55.365 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 06:27:55.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:55.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:55.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:27:55.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:55.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:55.375 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:27:55.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E') 06:27:55.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:55.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:55.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:55.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:55.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:27:55.377 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 06:27:55.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 06:27:55.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:55.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:27:55.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:27:55.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:27:55.379 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 06:27:55.379 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 06:27:55.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 06:27:55.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:55.380 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 06:27:55.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 06:27:55.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:55.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:55.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:55.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:55.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:27:55.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:27:55.381 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 06:27:55.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:27:55.381 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)") 06:27:55.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:55.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:55.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:55.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:55.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:27:55.381 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Visible Results (Shift+Delete) 06:27:55.381 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:27:55.381 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:55.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children... 06:27:55.399 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:0 06:27:55.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children finished successfully 06:27:55.399 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 06:27:55.399 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 06:27:55.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 06:27:55.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:55.399 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 06:27:55.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:27:55.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:55.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:55.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:55.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:55.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:27:55.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:55.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:55.402 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 06:27:55.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:55.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:55.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:27:55.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:27:55.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:27:55.403 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:27:55.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 '\*?\QData Source Explorer\E') 06:27:55.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:55.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:55.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:55.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:55.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:27:55.405 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 06:27:55.405 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 06:27:55.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:55.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:27:55.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:27:55.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:55.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:55.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:55.425 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 06:27:55.425 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:55.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:55.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:55.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:55.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:55.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:27:55.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:27:55.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:27:55.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 06:27:55.425 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 06:27:55.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:55.425 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 06:27:55.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:55.425 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 06:27:55.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 06:27:55.426 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 06:27:55.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:55.426 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 06:27:55.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:55.426 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 06:27:55.426 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 06:27:55.426 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 06:27:55.426 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 06:27:55.426 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 06:27:55.429 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 06:27:55.429 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:27:55.430 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:27:55.436 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:27:55.436 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 06:27:55.436 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 06:27:55.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:27:55.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:27:55.937 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 06:27:55.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:27:55.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:55.947 DEBUG [main][MenuItemLookup] Found menu:'Connect' 06:27:55.947 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 06:27:55.947 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 06:27:55.947 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:55.947 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 06:27:55.947 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 06:27:55.947 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:55.947 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:27:55.947 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:27:55.947 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 06:27:55.947 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:55.947 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:27:55.947 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:55.947 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 06:27:55.947 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 06:27:55.947 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 06:27:55.947 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 06:27:55.947 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 06:27:56.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@65d0da90 is found... 06:27:56.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@65d0da90 is found finished successfully 06:27:56.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.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') 06:27:56.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:56.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:56.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:56.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:56.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:27:56.016 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:27:56.016 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 06:27:56.016 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:") 06:27:56.016 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:56.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:56.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:56.016 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:27:56.016 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:56.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:56.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:56.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:56.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:56.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:27:56.017 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:") 06:27:56.017 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:56.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:56.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:56.017 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:27:56.017 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:56.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:56.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:56.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:56.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:56.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:27:56.018 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 06:27:56.027 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 06:27:56.027 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:56.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:56.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:56.035 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:27:56.035 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:56.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:56.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:27:56.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:27:56.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:56.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:27:56.035 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 06:27:56.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 06:27:56.037 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:27:56.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:27:56.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:27:56.039 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:27:56.039 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:27:56.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:27:56.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:27:56.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:27:56.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:27:56.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:27:56.039 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: CREATE TABLE test(INT ID,VARCHAR(40) NAME); 06:27:56.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:27:56.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:27:56.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:27:56.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:27:56.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:27:56.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:27:56.041 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 06:27:56.041 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:27:56.055 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 06:27:56.055 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:56.055 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:27:56.055 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:27:56.055 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:27:56.055 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:56.055 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 06:27:56.055 DEBUG [main][MenuItemLookup] Found menu:'' 06:27:56.055 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 06:27:56.055 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 06:27:56.055 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 06:27:56.056 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 06:27:56.056 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 06:27:56.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 06:28:06.065 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 06:28:06.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 06:28:06.066 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 06:28:06.067 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:06.067 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=CREATE TABLE test(INT ID,VARCHAR(40) NAME); TooltipText=null 06:28:06.067 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 06:28:06.067 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 06:28:06.100 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 06:28:06.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:06.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:06.102 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 06:28:06.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:06.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:06.104 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:28:06.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:06.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:06.105 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:28:06.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E') 06:28:06.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:06.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:06.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:06.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:06.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:28:06.106 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 06:28:06.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 06:28:06.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:06.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:28:06.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:28:06.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:28:06.108 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 06:28:06.108 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 06:28:06.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 06:28:06.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:06.109 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 06:28:06.109 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:28:06.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:06.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:06.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:06.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:06.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:06.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:06.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:06.111 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 06:28:06.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:06.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:06.121 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:28:06.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:06.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:06.122 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:28:06.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 06:28:06.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:06.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:06.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:06.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:06.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:28:06.123 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 06:28:06.123 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 06:28:06.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:06.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:06.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:28:06.144 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:06.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:06.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:06.144 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 06:28:06.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:06.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:06.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:06.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:06.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:06.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:06.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:28:06.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:28:06.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 06:28:06.145 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 06:28:06.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:06.145 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 06:28:06.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:06.145 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 06:28:06.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 06:28:06.145 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 06:28:06.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:06.145 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 06:28:06.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:06.145 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 06:28:06.145 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 06:28:06.145 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 06:28:06.145 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 06:28:06.145 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 06:28:06.149 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 06:28:06.149 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:28:06.150 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:28:06.152 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:28:06.152 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 06:28:06.152 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 06:28:06.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:06.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:06.653 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 06:28:06.654 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:28:06.654 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:06.667 DEBUG [main][MenuItemLookup] Found menu:'Connect' 06:28:06.667 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 06:28:06.667 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 06:28:06.667 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:06.667 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 06:28:06.667 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 06:28:06.667 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:06.667 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:28:06.667 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:28:06.667 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 06:28:06.667 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:06.667 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:28:06.667 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:06.667 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 06:28:06.667 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 06:28:06.667 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 06:28:06.667 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 06:28:06.667 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 06:28:06.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7de553c5 is found... 06:28:06.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7de553c5 is found finished successfully 06:28:06.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.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') 06:28:06.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:06.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:06.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:06.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:06.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:28:06.733 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:06.733 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 06:28:06.733 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:") 06:28:06.733 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:06.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:06.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:06.733 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:28:06.733 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:06.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:06.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:06.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:06.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:06.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:28:06.734 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:") 06:28:06.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:06.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:06.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:06.735 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:28:06.735 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:06.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:06.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:06.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:06.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:06.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:28:06.735 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 06:28:06.744 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 06:28:06.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:06.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:06.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:06.752 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:28:06.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:06.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:06.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:28:06.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:28:06.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:06.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:28:06.753 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 06:28:06.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 06:28:06.754 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:06.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:06.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:06.756 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 06:28:06.756 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:06.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:06.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:06.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:06.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:06.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 06:28:06.756 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: DROP TABLE TEST IF EXISTS; 06:28:06.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:28:06.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:28:06.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:28:06.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:28:06.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:28:06.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:28:06.758 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 06:28:06.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:06.773 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 06:28:06.773 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:06.773 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 06:28:06.773 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:28:06.773 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:28:06.773 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:06.773 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 06:28:06.773 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:06.773 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 06:28:06.773 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 06:28:06.773 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 06:28:06.773 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 06:28:06.773 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 06:28:06.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... (Eclipse:2139): Gtk-CRITICAL **: 06:28:06.803: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:28:16.781 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 06:28:16.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 06:28:16.781 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 06:28:16.782 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:16.783 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=DROP TABLE TEST IF EXISTS; TooltipText=null 06:28:16.783 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 06:28:16.783 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 06:28:16.816 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 06:28:16.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:16.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:16.818 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 06:28:16.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:16.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:16.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:28:16.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:16.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:16.828 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:28:16.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E') 06:28:16.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:16.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:16.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:16.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:16.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:28:16.830 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 06:28:16.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 06:28:16.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:16.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:28:16.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:28:16.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:28:16.832 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 06:28:16.832 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 06:28:16.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 06:28:16.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:16.833 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 06:28:16.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:28:16.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:16.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:16.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:16.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:16.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:16.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:28:16.834 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:2 06:28:16.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:28:16.834 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)") 06:28:16.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:16.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:16.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:16.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:16.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:28:16.834 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Visible Results (Shift+Delete) 06:28:16.834 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:28:16.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:16.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children... 06:28:16.853 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:0 06:28:16.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children finished successfully 06:28:16.853 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 06:28:16.853 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 06:28:16.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 06:28:16.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:16.854 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 06:28:16.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 06:28:16.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:16.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:16.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:16.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:16.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:16.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:28:26.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 06:28:26.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 06:28:26.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:28:26.859 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:28:26.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:26.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:26.860 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSQLResultViewFail no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) 06:28:26.860 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 06:28:26.860 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:28:26.860 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:28:26.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:26.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 86.868 s - in org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest testSQLResultViewSuccess no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) Time elapsed: 42.554 s testSQLResultViewFail no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) Time elapsed: 42.198 s Running org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 06:28:26.887 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 06:28:26.887 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:28:26.888 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:28:26.888 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 06:28:26.888 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:28:26.888 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:28:26.888 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:28:26.888 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:28:26.888 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:28:26.888 INFO [WorkbenchTestable][JavaEEPerspective] Open perspective: 'Java EE' 06:28:26.888 DEBUG [WorkbenchTestable][JavaEEPerspective] Trying to open perspective: 'Java EE' 06:28:26.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:26.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:26.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:28:26.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:26.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:26.889 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") 06:28:26.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:26.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:26.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:26.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:26.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:28:26.900 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 06:28:26.900 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:28:26.900 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:26.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 06:28:26.935 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 06:28:26.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 06:28:26.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:26.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:26.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:28:26.935 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:26.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:26.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:26.936 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:28:26.936 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:26.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:26.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:26.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:26.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:26.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:28:26.936 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java EE') 06:28:26.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:28:26.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:28:26.936 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (4) 06:28:26.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:28:26.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:28:26.936 TRACE [main][WidgetHandler] Notify Table with event 13 06:28:26.937 TRACE [main][WidgetHandler] Wait for synchronization 06:28:26.937 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:26.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:26.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:26.937 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:28:26.937 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:26.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:26.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:26.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:28:26.937 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:26.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:26.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:26.938 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:28:26.938 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:26.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:26.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:26.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:26.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:26.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:26.938 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:28:26.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:26.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:26.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:26.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:27.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:28:27.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:28:27.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:28:27.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:27.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:27.173 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:28:27.173 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:27.173 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:28:27.173 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:28:27.173 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:28:27.173 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:28:27.173 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:28:27.173 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:28:27.173 DEBUG [main][MenuItemLookup] Item match:Window 06:28:27.174 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:28:27.174 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:28:27.174 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:28:27.174 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:27.174 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:28:27.174 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:28:27.174 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:27.174 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:28:27.174 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:27.174 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 06:28:27.174 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:28:27.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:27.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:27.174 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:28:27.196 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:27.196 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:28:27.196 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:28:27.196 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:28:27.196 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:28:27.196 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:28:27.196 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:28:27.196 DEBUG [main][MenuItemLookup] Item match:Window 06:28:27.196 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:28:27.196 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:28:27.196 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:28:27.196 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:27.196 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:28:27.196 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:28:27.196 DEBUG [main][MenuItemLookup] Item match:Perspective 06:28:27.196 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:28:27.196 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:27.196 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:28:27.196 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:28:27.196 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:28:27.196 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:28:27.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:28:27.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:27.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:27.196 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:28:27.196 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:27.196 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:28:27.196 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:28:27.196 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:28:27.197 DEBUG [main][MenuItemLookup] Item match:Window 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:28:27.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:27.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:27.197 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:28:27.197 DEBUG [main][MenuItemLookup] Item match:Window 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:28:27.197 DEBUG [main][MenuItemLookup] Item match:Perspective 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:27.197 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:28:27.198 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:28:27.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:27.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:27.198 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:28:27.198 DEBUG [main][MenuItemLookup] Item match:Window 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:28:27.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:27.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:27.198 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:28:27.198 DEBUG [main][MenuItemLookup] Item match:Window 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:28:27.198 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:28:27.198 DEBUG [main][MenuItemLookup] Item match:Perspective 06:28:27.199 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:28:27.199 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:27.199 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:28:27.199 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:28:27.199 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:28:27.199 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:28:27.199 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:28:27.199 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:28:27.199 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:28:27.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:28:27.220 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 06:28:27.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:28:27.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:27.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:27.220 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:27.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:27.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:27.221 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:28:27.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:27.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:27.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:27.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 06:28:27.221 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:27.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:27.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:27.221 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:28:27.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:27.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:27.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:27.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:27.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:27.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:27.221 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:28:27.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:27.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:27.222 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:27.222 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:27.298 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:28:27.298 INFO [WorkbenchTestable][RequirementsRunner] Started test: createWebProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 06:28:27.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 06:28:27.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:28:27.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:28:27.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:28:27.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:27.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:27.301 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 06:28:27.301 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:28:27.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:27.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:27.301 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:28:27.301 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:28:27.301 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:27.301 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:28:27.301 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:28:27.301 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:28:27.301 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:28:27.301 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:28:27.301 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:28:27.301 DEBUG [main][MenuItemLookup] Item match:Window 06:28:27.301 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:28:27.301 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:28:27.301 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:28:27.301 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:27.301 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:28:27.301 DEBUG [main][MenuItemLookup] Item match:Show View 06:28:27.304 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 06:28:27.304 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:28:27.304 DEBUG [main][MenuItemLookup] Found menu:'Data Source Explorer' 06:28:27.304 DEBUG [main][MenuItemLookup] Found menu:'Markers' 06:28:27.304 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:28:27.304 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:28:27.304 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:28:27.304 DEBUG [main][MenuItemLookup] Found menu:'Properties' 06:28:27.304 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:28:27.304 DEBUG [main][MenuItemLookup] Found menu:'Servers' 06:28:27.304 DEBUG [main][MenuItemLookup] Found menu:'Snippets' 06:28:27.304 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:27.304 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:28:27.304 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:28:27.304 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:28:27.304 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:28:27.304 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:28:27.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:28:27.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:28:27.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:28:27.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:27.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:27.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:28:27.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:27.360 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:28:27.360 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:27.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:27.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:27.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:28:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:28:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:28:27.361 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:28:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:27.361 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:28:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:27.361 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:28:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:28:27.361 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:28:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:27.361 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:28:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:27.361 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:28:27.361 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 06:28:27.361 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 06:28:27.361 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 06:28:27.362 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 06:28:27.362 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:27.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:27.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:27.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:28:27.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:27.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:27.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:27.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:28:27.362 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:27.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:27.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:27.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:28:27.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:27.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:27.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:27.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:27.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:27.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:27.363 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:28:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:27.363 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:27.363 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:27.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:28:27.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:28:27.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 06:28:27.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:27.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:27.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 06:28:27.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:27.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:27.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:28:27.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:27.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:27.395 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:28:27.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') 06:28:27.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:27.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:27.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:27.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:27.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:28:27.397 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:28:27.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:28:27.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:27.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:28:27.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:28:27.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:28:27.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'] 06:28:27.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:27.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'] 06:28:27.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:27.398 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 06:28:27.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:27.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'] 06:28:27.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:27.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'] 06:28:27.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:27.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'] 06:28:27.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:27.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: "New Dynamic Web Project"] 06:28:27.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:27.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'] 06:28:27.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:27.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'] 06:28:27.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:27.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:28:27.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:27.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:27.399 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:28:27.399 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:28:27.400 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:27.400 DEBUG [main][MenuItemLookup] Item match:File 06:28:27.400 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:28:27.400 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:28:27.403 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 06:28:27.403 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 06:28:27.403 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 06:28:27.403 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 06:28:27.403 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 06:28:27.403 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 06:28:27.403 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:28:27.403 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:27.403 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 06:28:27.403 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 06:28:27.403 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 06:28:27.404 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 06:28:27.404 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 06:28:27.404 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:28:27.404 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:27.404 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:27.404 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:28:27.404 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:27.404 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:28:27.404 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:28:27.404 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:28:27.404 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:28:27.404 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:28:27.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.... 06:28:27.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 06:28:27.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:28:27.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:27.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:27.462 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:28:27.462 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:27.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 06:28:27.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:27.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:27.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:27.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:27.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:27.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:28:27.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:28:27.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 06:28:27.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 06:28:27.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:27.463 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 06:28:27.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:27.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 06:28:27.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 06:28:27.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 06:28:27.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:27.463 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 06:28:27.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:27.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 06:28:27.464 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 06:28:27.464 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 06:28:27.464 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 06:28:27.466 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 06:28:27.466 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:28:27.466 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:28:27.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) 06:28:27.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:27.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:27.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:27.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:27.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:27.467 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:28:27.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:27.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:27.467 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:27.467 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:27.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'] 06:28:27.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:27.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:27.558 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.... 06:28:27.559 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 06:28:27.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 06:28:27.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:27.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:27.559 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 06:28:27.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:27.559 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:") 06:28:27.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:27.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:27.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:27.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:27.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:28:27.560 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:28:27.561 INFO [WorkbenchTestable][AbstractText] Text set to: web project 06:28:27.563 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 06:28:27.563 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 06:28:27.563 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) 06:28:27.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:27.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:27.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:27.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:27.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:27.564 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:28:27.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:27.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:27.564 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:27.564 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:27.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:28:28.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:28:28.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:28:28.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:28:28.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:28:28.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:28:28.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 06:28:28.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:28:28.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:28:28.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:28:28.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:28:28.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:28:28.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:28:28.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:28:28.068 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:28:28.068 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:28:28.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:28.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:28:28.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:28:28.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:28:28.070 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:28:28.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:28:28.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:28.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:28.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:28.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:28.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:28.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:28.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:29.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:29.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:29.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:28:29.072 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:28:29.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:28:29.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:29.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:29.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 06:28:29.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:29.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:29.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:29.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:29.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:29.074 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 06:28:29.074 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:28:29.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:28:29.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:29.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:29.075 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:28:29.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:28:29.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:29.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:29.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:29.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:29.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:29.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:29.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:30.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:30.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:30.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:28:30.080 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:28:30.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:28:30.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:30.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:30.082 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:28:30.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:30.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:30.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:30.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:30.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:30.082 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 06:28:30.083 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 06:28:30.083 DEBUG [main][TreeItemHandler] Selecting tree item: web project 06:28:30.083 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 06:28:30.084 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 06:28:30.084 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:28:30.084 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:30.109 DEBUG [main][MenuItemLookup] Found menu:'New' 06:28:30.109 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:28:30.109 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:30.109 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:28:30.109 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:28:30.109 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:28:30.109 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:30.109 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:28:30.109 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:28:30.109 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:28:30.109 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:28:30.109 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:30.109 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:28:30.109 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:28:30.109 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:28:30.109 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:28:30.109 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:30.109 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:28:30.109 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:28:30.109 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:30.109 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:28:30.109 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:28:30.109 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:28:30.109 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:28:30.109 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:28:30.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:28:30.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 06:28:30.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:28:30.610 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 06:28:30.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:28:30.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:28:30.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:28:30.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:28:30.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:28:30.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:28:30.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:28:30.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:28:30.610 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'web project' via Explorer 06:28:30.610 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 06:28:30.610 DEBUG [main][TreeItemHandler] Selecting tree item: web project 06:28:30.611 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 06:28:30.612 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 06:28:30.612 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:28:30.612 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:30.631 DEBUG [main][MenuItemLookup] Found menu:'New' 06:28:30.631 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:28:30.631 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:30.631 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:28:30.631 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:28:30.631 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:28:30.631 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:30.631 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:28:30.631 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:28:30.631 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:28:30.631 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:28:30.631 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:28:30.631 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:28:30.631 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:28:30.632 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:28:30.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:28:31.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:28:31.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:28:31.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:31.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:31.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:31.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:31.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:28:31.201 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:31.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:31.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:31.201 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:28:31.201 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:31.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:31.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:31.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:31.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:31.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:31.202 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:28:31.202 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:28:31.202 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:28:31.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:31.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:31.202 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:31.202 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:31.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", Widget matcher matching widgets with style: 8) 06:28:31.202 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:31.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:31.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:31.202 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:28:31.202 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:31.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:31.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:31.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:31.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:31.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:31.203 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:28:31.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:31.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:31.203 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:31.203 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:31.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:28:31.205 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:28:31.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:28:31.706 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:28:31.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:28:31.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:28:31.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:28:31.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:28:31.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:28:31.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:28:31.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:28:31.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:28:31.706 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 06:28:31.706 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:28:31.706 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:28:31.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:31.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:31.706 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createWebProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 06:28:31.706 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:28:31.706 INFO [WorkbenchTestable][RequirementsRunner] Started test: createWebProject1 no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 06:28:31.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 06:28:31.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:28:31.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:28:31.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:28:31.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:31.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:31.708 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:28:31.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:31.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:31.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:28:31.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:31.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:31.710 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:28:31.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:28:31.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:31.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:31.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:31.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:31.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:28:31.712 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:28:31.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:28:31.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:31.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:28:31.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:28:31.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:28:31.713 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:28:31.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:31.713 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:28:31.714 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:31.714 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 06:28:31.714 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:31.714 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:28:31.714 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:31.714 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:28:31.714 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:31.714 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:28:31.714 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:31.714 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 06:28:31.714 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:31.714 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:28:31.714 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:31.714 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:28:31.714 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:31.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:28:31.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:31.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:31.715 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:28:31.715 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:28:31.715 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:31.715 DEBUG [main][MenuItemLookup] Item match:File 06:28:31.716 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:28:31.716 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:28:31.718 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 06:28:31.718 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 06:28:31.718 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 06:28:31.718 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 06:28:31.718 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 06:28:31.718 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 06:28:31.718 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:28:31.718 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:31.718 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 06:28:31.718 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 06:28:31.718 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 06:28:31.718 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 06:28:31.718 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 06:28:31.718 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:28:31.718 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:31.718 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:31.718 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:28:31.718 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:31.718 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:28:31.718 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:28:31.718 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:28:31.718 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:28:31.718 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:28:31.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:28:31.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:28:31.774 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:28:31.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:31.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:31.775 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:28:31.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:31.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:28:31.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:31.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:31.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:31.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:31.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:31.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:28:31.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:28:31.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 06:28:31.777 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 06:28:31.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:31.777 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 06:28:31.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:31.777 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 06:28:31.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 06:28:31.777 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 06:28:31.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:31.777 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 06:28:31.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:31.777 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 06:28:31.777 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 06:28:31.777 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 06:28:31.778 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 06:28:31.778 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 06:28:31.778 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:28:31.778 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:28:31.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:28:31.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:31.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:31.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:31.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:31.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:31.779 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:28:31.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:31.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:31.779 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:31.779 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:31.851 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:28:31.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:31.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:31.851 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.... 06:28:31.851 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 06:28:31.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 06:28:31.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:31.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:31.851 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 06:28:31.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:31.852 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:") 06:28:31.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:31.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:31.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:31.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:31.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:28:31.853 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:28:31.854 INFO [WorkbenchTestable][AbstractText] Text set to: web project 06:28:31.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.servlet.ui.project.facet.WebProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 06:28:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:31.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:31.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:31.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:31.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:28:31.873 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:28:31.873 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 06:28:31.873 INFO [WorkbenchTestable][WebProjectWizard] Go to next wizard page 06:28: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.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) 06:28:31.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:31.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:31.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:31.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:31.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:31.875 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:28:31.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:31.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:31.875 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:31.875 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28: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.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...") 06:28:31.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:31.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:31.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:31.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:31.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:31.902 INFO [WorkbenchTestable][AbstractButton] Click button &Add Folder... 06:28:31.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:31.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:31.902 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:31.902 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:31.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Source Folder"] is available.... 06:28:31.942 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 06:28:31.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add Source Folder 06:28:31.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:31.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:31.943 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 06:28:31.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:31.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:31.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:31.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:31.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:28:31.943 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:28:31.943 INFO [WorkbenchTestable][AbstractText] Text set to: source 06:28:31.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, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:28:31.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:31.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:31.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:31.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:31.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:31.945 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:28:31.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:31.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:31.945 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:31.945 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:32.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:28:32.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:28:32.009 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 06:28:32.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:32.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:32.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:32.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:32.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:32.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:28:32.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:28:32.010 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 06:28:32.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:32.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:32.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:32.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:32.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:32.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:28:32.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:28:32.011 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src/main/java 06:28:32.011 DEBUG [main][TreeItemHandler] Selecting tree item: src/main/java 06:28:32.011 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src/main/java about selection 06:28:32.011 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src/main/java 06:28:32.011 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") 06:28:32.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:32.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:32.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:32.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:32.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:32.015 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:28:32.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:32.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:32.015 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:32.015 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:32.016 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 06:28:32.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:32.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:32.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:32.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:32.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:32.017 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item source and wait with time period 1 06:28:32.017 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 06:28:32.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:32.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:32.518 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 06:28:32.519 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 06:28:32.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:33.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:33.020 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 06:28:33.020 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 06:28:33.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:33.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:33.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:33.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:33.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:33.021 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item source and wait with time period 1 06:28:33.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 06:28:33.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:33.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:33.522 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 06:28:33.522 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 06:28:33.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:34.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:34.022 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 06:28:34.023 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 06:28:34.023 INFO [WorkbenchTestable][WebProjectWizard] Go to next wizard page 06:28:34.023 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) 06:28:34.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:34.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:34.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:34.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:34.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:34.026 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:28:34.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:34.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:34.026 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:34.026 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:34.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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") 06:28:34.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:34.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:34.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:34.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:34.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:34.034 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate web.xml deployment descriptor 06:28:34.035 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate web.xml deployment descriptor 06:28:34.035 INFO [WorkbenchTestable][AbstractButton] Click button &Generate web.xml deployment descriptor 06:28:34.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:34.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:34.035 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:34.035 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:34.035 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 06:28:34.035 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 06:28:34.035 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) 06:28:34.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:34.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:34.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:34.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:34.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:34.036 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:28:34.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:34.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:34.036 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:34.036 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:34.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:28:34.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:28:34.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:28:34.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 06:28:35.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 06:28:35.545 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 06:28:35.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:28:35.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:28:35.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:28:35.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:28:35.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:28:35.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:28:35.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:28:35.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:28:35.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:28:35.546 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:28:35.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:28:35.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:35.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:28:35.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:28:35.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:28:35.548 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:28:35.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:28:35.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:35.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:35.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:35.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:35.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:36.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:36.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:36.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:36.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:36.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:28:36.549 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:28:36.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:28:36.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:36.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:36.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 06:28:36.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:36.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:36.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:36.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:36.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:36.551 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 06:28:36.551 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:28:36.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:28:36.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:36.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:36.551 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:28:36.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:28:36.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:36.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:36.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:36.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:36.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:37.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:37.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:37.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:37.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:37.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:28:37.554 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:28:37.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:28:37.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:37.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28: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 06:28:37.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:37.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:37.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:37.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:37.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:37.556 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 06:28:37.556 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:28:37.556 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:28:37.557 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item source of tree item web project 06:28:37.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item web project 06:28:37.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:38.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:38.058 INFO [WorkbenchTestable][TreeItemHandler] Expanded: web project 06:28:38.059 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:28:38.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:28:38.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:38.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:38.060 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:28:38.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:28:38.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:38.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:38.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:38.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:38.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:38.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:38.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:39.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:39.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:39.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:28:39.062 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:28:39.062 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:28:39.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:39.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:39.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 06:28:39.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:39.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:39.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:39.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:39.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:39.064 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 06:28:39.064 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:28:39.064 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:28:39.065 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item web project 06:28:39.065 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item web project 06:28:39.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:39.065 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item web project is already expanded. No action performed 06:28:39.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:39.065 INFO [WorkbenchTestable][TreeItemHandler] Expanded: web project 06:28:39.065 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item main of tree item src 06:28:39.065 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:28:39.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:39.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:39.565 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:28:39.566 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item webapp of tree item main 06:28:39.566 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item main 06:28:39.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:40.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:40.067 INFO [WorkbenchTestable][TreeItemHandler] Expanded: main 06:28:40.067 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item WEB-INF of tree item webapp 06:28:40.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item webapp 06:28:40.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:40.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:40.568 INFO [WorkbenchTestable][TreeItemHandler] Expanded: webapp 06:28:40.569 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item web.xml of tree item WEB-INF 06:28:40.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item WEB-INF 06:28:40.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:41.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:41.070 INFO [WorkbenchTestable][TreeItemHandler] Expanded: WEB-INF 06:28:41.071 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:28:41.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:28:41.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:41.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:41.072 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:28:41.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:28:41.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:41.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:41.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:41.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:41.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:41.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:41.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:42.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:42.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:42.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:28:42.075 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:28:42.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:28:42.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:42.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:42.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 06:28:42.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:42.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:42.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:42.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:42.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:42.076 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 06:28:42.077 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 06:28:42.077 DEBUG [main][TreeItemHandler] Selecting tree item: web project 06:28:42.077 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 06:28:42.078 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 06:28:42.078 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:28:42.078 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:42.099 DEBUG [main][MenuItemLookup] Found menu:'New' 06:28:42.099 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:28:42.099 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:42.100 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:28:42.100 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:28:42.100 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:28:42.100 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:42.100 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:28:42.100 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:28:42.100 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:28:42.100 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:28:42.100 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:42.100 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:28:42.100 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:28:42.100 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:28:42.100 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:28:42.100 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:42.100 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:28:42.100 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:28:42.100 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:42.100 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:28:42.100 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:28:42.100 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:28:42.100 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:28:42.100 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:28:42.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:28:42.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:28:42.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:28:42.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:28:42.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:28:42.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:28:42.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:28:42.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:28:42.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:28:42.103 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'web project' via Explorer 06:28:42.103 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 06:28:42.103 DEBUG [main][TreeItemHandler] Selecting tree item: web project 06:28:42.103 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 06:28:42.104 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 06:28:42.104 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:28:42.104 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:42.122 DEBUG [main][MenuItemLookup] Found menu:'New' 06:28:42.123 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:28:42.123 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:42.123 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:28:42.123 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:28:42.123 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:28:42.123 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:42.123 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:28:42.123 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:28:42.123 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:28:42.123 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:28:42.123 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:28:42.123 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:28:42.123 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:28:42.123 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:28:42.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 'Delete.*'] is available.... 06:28:42.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 'Delete.*'] is available. finished successfully 06:28:42.692 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:28:42.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:42.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:42.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:42.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:42.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:28:42.695 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:42.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:42.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:42.695 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:28:42.695 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:42.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:42.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:42.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:42.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:42.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:42.696 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:28:42.696 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:28:42.696 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:28:42.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:42.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:42.696 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:42.696 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:42.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:28:42.696 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:42.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:42.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:42.696 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:28:42.696 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:42.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:42.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:42.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:42.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:42.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:42.697 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:28:42.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:42.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:42.697 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:42.697 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:42.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:28:42.699 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:28:43.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:28:43.199 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:28:43.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:28:43.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:28:43.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:28:43.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:28:43.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:28:43.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:28:43.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:28:43.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:28:43.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:28:43.200 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 06:28:43.200 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:28:43.200 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:28:43.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:43.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:43.200 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 06:28:43.201 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createWebProject1 no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 06:28:43.201 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 06:28:43.201 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:28:43.201 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:28:43.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:43.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.314 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.408 s createWebProject1 no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) Time elapsed: 11.495 s Running org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 06:28:43.216 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 06:28:43.216 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:28:43.216 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:28:43.216 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 06:28:43.216 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:28:43.216 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:28:43.217 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:28:43.217 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:28:43.217 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:28:43.217 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:28:43.217 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest) 06:28:43.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 06:28:43.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:28:43.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:28:43.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:28:43.217 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:28:43.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:43.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'] 06:28:43.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:43.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 Utility Module"] 06:28:43.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:43.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'] 06:28:43.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:43.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'] 06:28:43.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:43.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'] 06:28:43.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:43.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 Utility Module"] 06:28:43.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:43.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'] 06:28:43.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:43.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'] 06:28:43.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:43.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:28:43.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:43.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:43.219 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:28:43.219 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:28:43.219 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:43.220 DEBUG [main][MenuItemLookup] Item match:File 06:28:43.220 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:28:43.220 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:28:43.222 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 06:28:43.222 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 06:28:43.222 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 06:28:43.222 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 06:28:43.222 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 06:28:43.222 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 06:28:43.222 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:28:43.222 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:43.222 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 06:28:43.222 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 06:28:43.222 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 06:28:43.222 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 06:28:43.222 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 06:28:43.222 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:28:43.222 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:43.222 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:43.222 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:28:43.222 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:43.222 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:28:43.222 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:28:43.223 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:28:43.223 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:28:43.223 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:28:43.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:28:43.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:28:43.301 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:28:43.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:43.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:43.301 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:28:43.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:43.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:28:43.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:43.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:43.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:43.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:43.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:43.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:28:43.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:28:43.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 06:28:43.303 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 06:28:43.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:43.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:43.804 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 06:28:43.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 06:28:43.805 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 06:28:43.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:43.805 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 06:28:43.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:43.805 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 06:28:43.806 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Utility Project 06:28:43.806 DEBUG [main][TreeItemHandler] Selecting tree item: Utility Project 06:28:43.806 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Utility Project about selection 06:28:43.808 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Utility Project 06:28:43.808 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:28:43.808 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:28:43.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:28:43.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:43.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:43.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:43.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:43.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:43.809 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:28:43.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:43.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:43.809 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:43.809 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:43.866 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:28:43.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:43.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:43.866 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.... 06:28:43.866 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 06:28:43.866 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Utility Module 06:28:43.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:43.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:43.867 TRACE [WorkbenchTestable][UtilityProjectWizard] Shell New Java Utility Module is not null and is not disposed 06:28:43.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:43.867 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:") 06:28:43.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:43.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:43.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:43.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:43.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:28:43.868 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:28:43.869 INFO [WorkbenchTestable][AbstractText] Text set to: UtilityProject 06:28:43.870 TRACE [WorkbenchTestable][UtilityProjectWizard] Shell New Java Utility Module is not null and is not disposed 06:28:43.870 INFO [WorkbenchTestable][UtilityProjectWizard] Finish wizard 06:28:43.871 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) 06:28:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:43.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:43.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:43.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:43.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:43.872 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:28:43.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:43.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:43.872 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:43.872 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:43.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:28:44.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:28:44.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:28:44.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:28:44.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:28:44.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:28:44.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:28:44.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:28:44.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:28:44.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:28:44.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:28:44.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:28:44.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:44.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:44.376 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:28:44.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:44.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:44.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:28:44.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:44.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:44.376 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:28:44.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:28:44.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:44.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:44.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:44.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:44.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:28:44.377 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:44.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:44.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:44.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:44.393 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:44.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:44.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:44.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:44.402 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:44.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:44.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:44.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:44.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:44.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:44.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:44.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:44.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:45.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:45.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:45.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:28:45.420 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:45.420 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:45.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:45.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:45.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 06:28:45.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:45.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:45.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:45.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:45.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:45.421 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name UtilityProject 06:28:45.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:45.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:45.422 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:28:45.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:45.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:45.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:28:45.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:45.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:45.423 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:28:45.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 '\*?\QProject Explorer\E') 06:28:45.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:45.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:45.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:45.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:45.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:28:45.424 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:45.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:45.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:45.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:28:45.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:28:45.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:28:45.425 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:45.425 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:45.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:45.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:45.426 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:45.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:45.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:45.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:45.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:45.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:45.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:45.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:45.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:46.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:46.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:46.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:28:46.437 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:46.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:46.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:46.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:46.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:28:46.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:46.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:46.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:46.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:46.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:46.440 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name UtilityProject 06:28:46.440 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UtilityProject 06:28:46.440 DEBUG [main][TreeItemHandler] Selecting tree item: UtilityProject 06:28:46.441 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UtilityProject about selection 06:28:46.446 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UtilityProject 06:28:46.446 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:28:46.446 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:46.502 DEBUG [main][MenuItemLookup] Found menu:'New' 06:28:46.502 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:28:46.502 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:46.502 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:28:46.502 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:46.502 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:28:46.503 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:28:46.503 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:28:46.503 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:28:46.503 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:28:46.503 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:28:46.503 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:28:46.503 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:46.503 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:28:46.503 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:28:46.503 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:46.503 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:28:46.503 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:28:46.503 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:28:46.503 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:28:46.503 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:28:46.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:28:46.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:28:47.003 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 06:28:47.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:28:47.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:28:47.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:28:47.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:28:47.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:28:47.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:28:47.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:28:47.003 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'UtilityProject' via Explorer 06:28:47.003 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UtilityProject 06:28:47.003 DEBUG [main][TreeItemHandler] Selecting tree item: UtilityProject 06:28:47.004 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UtilityProject about selection 06:28:47.009 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UtilityProject 06:28:47.009 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:28:47.009 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:47.031 DEBUG [main][MenuItemLookup] Found menu:'New' 06:28:47.031 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:28:47.031 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:47.031 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:28:47.031 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:47.031 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:28:47.031 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:28:47.031 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:28:47.031 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:28:47.031 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:28:47.031 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:28:47.031 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:28:47.031 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:28:47.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:28:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:28:47.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:28:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:47.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:47.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:47.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:47.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: 32) 06:28:47.637 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:47.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:47.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:47.637 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:28:47.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:47.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:47.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:47.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:47.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:47.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:47.637 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:28:47.637 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:28:47.637 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:28:47.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:47.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:47.638 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:47.638 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:47.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 "OK", Widget matcher matching widgets with style: 8) 06:28:47.638 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:47.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:47.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:47.638 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:28:47.638 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:47.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:47.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:47.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:47.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:47.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:47.638 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:28:47.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:47.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:47.639 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:47.639 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:47.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:28:47.641 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:28:48.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:28:48.142 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:28:48.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:28:48.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:28:48.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:28:48.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:28:48.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:28:48.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:28:48.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:28:48.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:28:48.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:28:48.142 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 06:28:48.142 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:28:48.142 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:28:48.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:48.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:48.143 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest) 06:28:48.143 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 06:28:48.143 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:28:48.143 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:28:48.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:48.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.928 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.926 s Running org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 06:28:48.147 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 06:28:48.148 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:28:48.148 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:28:48.148 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 06:28:48.148 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:28:48.148 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:28:48.149 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:28:48.149 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:28:48.149 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:28:48.149 INFO [WorkbenchTestable][JavaEEPerspective] Open perspective: 'Java EE' 06:28:48.149 DEBUG [WorkbenchTestable][JavaEEPerspective] Perspective 'Java EE' is already opened. 06:28:48.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:28:48.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:48.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:48.149 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:28:48.149 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:48.149 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:28:48.149 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:28:48.149 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:28:48.149 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:28:48.149 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:28:48.149 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:28:48.149 DEBUG [main][MenuItemLookup] Item match:Window 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:28:48.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:48.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:48.150 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:28:48.150 DEBUG [main][MenuItemLookup] Item match:Window 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:28:48.150 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:28:48.150 DEBUG [main][MenuItemLookup] Item match:Perspective 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:28:48.151 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:28:48.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:28:48.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:48.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:48.151 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:28:48.151 DEBUG [main][MenuItemLookup] Item match:Window 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:28:48.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:48.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:48.151 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:28:48.151 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:28:48.151 DEBUG [main][MenuItemLookup] Item match:Window 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:28:48.152 DEBUG [main][MenuItemLookup] Item match:Perspective 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:28:48.152 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:28:48.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:48.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:48.152 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:28:48.152 DEBUG [main][MenuItemLookup] Item match:Window 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 06:28:48.152 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:28:48.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:48.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:48.152 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:28:48.153 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:48.153 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:28:48.153 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:28:48.153 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:28:48.153 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:28:48.153 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:28:48.153 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:28:48.153 DEBUG [main][MenuItemLookup] Item match:Window 06:28:48.153 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:28:48.153 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:28:48.153 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:28:48.153 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:48.153 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:28:48.153 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:28:48.153 DEBUG [main][MenuItemLookup] Item match:Perspective 06:28:48.153 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:28:48.153 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:48.153 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:28:48.153 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:28:48.153 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:28:48.153 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:28:48.153 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:28:48.153 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:28:48.153 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:28:48.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:28:48.173 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 06:28:48.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:28:48.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:48.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:48.173 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:48.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:48.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:48.174 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:28:48.174 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:48.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:48.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:48.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:28:48.174 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:48.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:48.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:48.174 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:28:48.174 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:48.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:48.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:48.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:48.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:48.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:48.175 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:28:48.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:48.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:48.175 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:48.175 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:48.248 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:28:48.248 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProjectWithWebModule no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 06:28:48.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 06:28:48.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:28:48.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:28:48.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:28:48.248 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:28:48.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.248 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:28:48.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.249 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New EAR Application Project"] 06:28:48.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.249 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:28:48.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.249 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:28:48.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.249 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:28:48.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.249 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New EAR Application Project"] 06:28:48.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.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'] 06:28:48.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.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'] 06:28:48.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:28:48.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:48.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:48.251 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:28:48.251 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:28:48.251 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:48.251 DEBUG [main][MenuItemLookup] Item match:File 06:28:48.251 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:28:48.251 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:28:48.253 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 06:28:48.253 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 06:28:48.253 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 06:28:48.253 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 06:28:48.253 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 06:28:48.253 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 06:28:48.253 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:28:48.253 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:48.253 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 06:28:48.253 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 06:28:48.253 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 06:28:48.253 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 06:28:48.253 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 06:28:48.253 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:28:48.253 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:48.253 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:48.253 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:28:48.253 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:48.253 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:28:48.253 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:28:48.254 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:28:48.254 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:28:48.254 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:28: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 'New|Select a wizard'] is available.... 06:28:48.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:28:48.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:28:48.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:48.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:48.338 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:28:48.338 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:28:48.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:48.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:48.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:48.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:48.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:48.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:28:48.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:28:48.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 06:28:48.339 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 06:28:48.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:48.339 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 06:28:48.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:48.339 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 06:28:48.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 06:28:48.340 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 06:28:48.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:48.340 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 06:28:48.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:48.340 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 06:28:48.340 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enterprise Application Project 06:28:48.340 DEBUG [main][TreeItemHandler] Selecting tree item: Enterprise Application Project 06:28:48.340 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enterprise Application Project about selection 06:28:48.342 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enterprise Application Project 06:28:48.342 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:28:48.342 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:28:48.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:28:48.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:48.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:48.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:48.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:48.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:48.343 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:28:48.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:48.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:48.343 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:48.343 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:48.403 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:28:48.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.403 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.... 06:28:48.403 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 06:28:48.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EAR Application Project 06:28:48.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:48.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:48.404 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 06:28:48.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.404 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:") 06:28:48.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:48.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:48.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:48.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:48.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:28:48.405 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:28:48.406 INFO [WorkbenchTestable][AbstractText] Text set to: EARProject 06:28:48.407 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") 06:28:48.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:48.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:48.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:48.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:48.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 06:28:48.408 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 06:28:48.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:48.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:48.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:48.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:48.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:28:48.408 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo 6.0 to selection: 8.0 06:28:48.437 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 06:28:48.437 INFO [WorkbenchTestable][EarProjectWizard] Go to next wizard page 06:28:48.438 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) 06:28:48.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:48.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:48.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:48.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:48.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:48.439 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:28:48.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:48.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:48.439 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:48.439 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:48.450 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") 06:28:48.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:48.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:48.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:48.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:48.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:48.451 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...") 06:28:48.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:48.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:48.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:48.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:48.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:48.451 INFO [WorkbenchTestable][AbstractButton] Click button New &Module... 06:28:48.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:48.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:48.451 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:48.451 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:48.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:28:48.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:28:48.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create default Java EE modules. 06:28:48.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:48.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:48.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.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") 06:28:48.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:48.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:48.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:48.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:48.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:48.538 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &default modules 06:28:48.538 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Create &default modules 06:28:48.538 INFO [WorkbenchTestable][AbstractButton] Click button Create &default modules 06:28:48.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:48.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:48.538 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:48.538 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:48.542 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") 06:28:48.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:48.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:48.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:48.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:48.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:48.542 INFO [WorkbenchTestable][AbstractButton] Click button &Web 06:28:48.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:48.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:48.542 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:48.542 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:48.542 TRACE [main][WidgetHandler] Notify Button with event 27 06:28:48.542 TRACE [main][WidgetHandler] Wait for synchronization 06:28:48.543 TRACE [main][WidgetHandler] Notify Button with event 13 06:28:48.543 TRACE [main][WidgetHandler] Wait for synchronization 06:28:48.543 TRACE [main][WidgetHandler] Notify Button with event 26 06:28:48.543 TRACE [main][WidgetHandler] Wait for synchronization 06:28:48.543 TRACE [main][WidgetHandler] Notify Button with event 3 06:28:48.543 TRACE [main][WidgetHandler] Wait for synchronization 06:28:48.543 TRACE [main][WidgetHandler] Notify Button with event 4 06:28:48.543 TRACE [main][WidgetHandler] Wait for synchronization 06:28:48.543 TRACE [main][WidgetHandler] Notify Button with event 13 06:28:48.543 TRACE [main][WidgetHandler] Wait for synchronization 06:28:48.543 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 >") 06:28:48.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:48.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:48.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:48.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:48.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:48.544 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:28:48.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:48.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:48.544 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:48.544 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:48.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'] 06:28:48.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.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'] 06:28:48.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.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"] 06:28:48.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 06:28:48.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:48.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:48.631 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 06:28:48.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:48.632 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:") 06:28:48.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:48.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:48.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:48.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:48.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:28:48.633 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:28:48.633 INFO [WorkbenchTestable][AbstractText] Text set to: CreatedWebProjectModule 06:28:48.634 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 06:28:48.634 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 06:28:48.635 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) 06:28:48.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:48.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:48.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:48.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:48.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:48.636 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:28:48.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:48.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:48.636 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:48.636 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:48.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:28:49.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:28:49.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:28:49.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:28:49.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:28:49.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 06:28:49.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:28:49.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:28:49.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:28:49.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:28:49.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:28:49.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:28:49.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:28:49.140 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 06:28:49.140 INFO [WorkbenchTestable][EarProjectWizard] Finish wizard 06:28:49.140 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) 06:28:49.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:49.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:49.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:49.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:49.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:49.142 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:28:49.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:49.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:49.142 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:49.142 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:49.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:28:49.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:28:49.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:28:49.652 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 06:28:49.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 06:28:49.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:28:49.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:28:49.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:28:49.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:28:49.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:28:49.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:28:49.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:28:49.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:28:49.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:28:49.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:28:49.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:28:49.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:49.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:49.652 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:28:49.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:49.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:49.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:28:49.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:49.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:49.653 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:28:49.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:28:49.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:49.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:49.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:49.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:49.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:28:49.654 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:49.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:49.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:49.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:28:49.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:28:49.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:28:49.664 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:49.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:49.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:49.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:49.665 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:49.665 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:49.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:49.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:49.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:49.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:49.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:50.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:50.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:50.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:50.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:50.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:28:50.667 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:50.667 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:50.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:50.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:50.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 06:28:50.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:50.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:50.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:50.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:50.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:50.668 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 06:28:50.668 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 06:28:50.668 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:50.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:50.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:50.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:50.669 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:50.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:50.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:50.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:50.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:50.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:50.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:51.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:51.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:51.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:51.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:51.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:28:51.671 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:51.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:51.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:51.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:51.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:28:51.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:51.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:51.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:51.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:51.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:51.672 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 06:28:51.672 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 06:28:51.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:51.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:51.673 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:28:51.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:51.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:51.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:28:51.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:51.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:51.673 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:28:51.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 '\*?\QProject Explorer\E') 06:28:51.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:51.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:51.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:51.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:51.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:28:51.674 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:51.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:51.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:51.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:28:51.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:28:51.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:28:51.675 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:51.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:51.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:51.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:51.676 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:51.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:51.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:51.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:51.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:51.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:51.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:52.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:52.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:52.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:52.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:52.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:28:52.678 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:52.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:52.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:52.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:52.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 06:28:52.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:52.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:52.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:52.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:52.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:52.679 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 06:28:52.680 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 06:28:52.680 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:52.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:52.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:52.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:52.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:52.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:52.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:53.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:53.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:53.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:53.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:53.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:28:53.682 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:53.682 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:53.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:53.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:53.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:28:53.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:53.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:53.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:53.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:53.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:53.684 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 06:28:53.684 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 06:28:53.684 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:53.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:53.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:53.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:53.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 06:28:53.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:53.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:53.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:53.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:53.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:53.684 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:28:53.684 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:28:53.684 DEBUG [main][TreeItemHandler] Set Tree selection 06:28:53.685 DEBUG [main][TreeHandler] Notify Tree about selection event 06:28:53.689 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:28:53.729 DEBUG [WorkbenchTestable][TreeItemHandler] CreatedWebProjectModule 06:28:53.729 DEBUG [WorkbenchTestable][TreeItemHandler] EARProject 06:28:53.729 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:28:53.729 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:53.752 DEBUG [main][MenuItemLookup] Found menu:'New' 06:28:53.752 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:28:53.752 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:53.752 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:28:53.752 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:53.752 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:28:53.752 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:28:53.752 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:28:53.752 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:28:53.752 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:28:53.752 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:28:53.752 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:53.752 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:28:53.752 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:28:53.752 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:53.752 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:28:53.752 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:28:53.752 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:28:53.752 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:28:53.752 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:28:53.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:28:53.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:28:54.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:28:54.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:28:54.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:28:54.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:28:54.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:28:54.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:28:54.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:28:54.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:28:54.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:28:54.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:28:54.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:54.272 DEBUG [main][MenuItemLookup] Found menu:'New' 06:28:54.272 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:28:54.272 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:54.272 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:28:54.272 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:54.272 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:28:54.272 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:28:54.272 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:28:54.272 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:28:54.272 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:28:54.272 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:28:54.272 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:28:54.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:2139): Gtk-CRITICAL **: 06:28:54.308: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:28:54.310: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:28:54.326: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2139): Gtk-CRITICAL **: 06:28:54.336: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:28:54.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 06:28:54.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:28:54.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:54.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:54.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:28:54.841 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:54.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:54.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:54.841 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:28:54.841 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:54.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:54.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:54.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:54.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:54.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:54.841 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:28:54.841 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:28:54.842 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:28:54.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:54.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:54.842 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:54.842 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:54.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:28:54.842 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:28:54.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:54.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:54.842 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:28:54.842 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:28:54.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:54.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:54.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:54.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:54.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:54.842 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:28:54.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:54.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:54.843 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:54.843 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:54.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:28:54.845 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:28:55.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:28:55.345 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:28:55.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:28:55.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:28:55.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:28:55.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:28:55.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:28:55.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:28:55.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:28:55.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:28:55.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:28:55.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:28:55.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 06:28:55.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:28:55.345 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:28:55.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:28:55.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:28:55.346 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProjectWithWebModule no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 06:28:55.346 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:28:55.346 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProjectWithDefaultModules no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 06:28:55.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 06:28:55.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:28:55.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:28:55.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:28:55.346 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:28:55.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:55.346 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:28:55.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:55.346 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 06:28:55.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:55.346 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:28:55.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:55.346 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:28:55.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:55.346 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:28:55.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:55.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 EAR Application Project"] 06:28:55.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:55.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'] 06:28:55.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:55.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'] 06:28:55.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:55.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:28:55.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:55.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:55.347 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:28:55.347 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:28:55.348 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:55.348 DEBUG [main][MenuItemLookup] Item match:File 06:28:55.348 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:28:55.348 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:28:55.350 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 06:28:55.350 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 06:28:55.350 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 06:28:55.350 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 06:28:55.350 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 06:28:55.350 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 06:28:55.350 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:28:55.350 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:55.350 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 06:28:55.350 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 06:28:55.350 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 06:28:55.350 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 06:28:55.350 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 06:28:55.350 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:28:55.350 DEBUG [main][MenuItemLookup] Found menu:'File' 06:28:55.350 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:55.350 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:28:55.350 DEBUG [main][MenuItemLookup] Found menu:'' 06:28:55.350 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:28:55.350 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:28:55.359 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:28:55.359 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:28:55.359 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:28:55.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 'New|Select a wizard'] is available.... 06:28:55.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:28:55.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:28:55.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:55.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:55.419 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:28:55.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:55.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 06:28:55.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:55.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:55.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:55.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:55.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:55.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:28:55.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:28:55.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 06:28:55.421 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 06:28:55.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:55.421 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 06:28:55.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:55.421 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 06:28:55.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 06:28:55.421 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 06:28:55.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:28:55.421 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 06:28:55.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:28:55.421 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 06:28:55.421 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enterprise Application Project 06:28:55.421 DEBUG [main][TreeItemHandler] Selecting tree item: Enterprise Application Project 06:28:55.422 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enterprise Application Project about selection 06:28:55.422 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enterprise Application Project 06:28:55.422 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:28:55.422 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:28:55.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:28:55.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:55.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:55.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:55.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:55.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:55.423 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:28:55.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:55.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:55.423 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:55.423 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:55.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'] 06:28:55.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:55.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:55.477 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.... 06:28:55.478 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 06:28:55.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EAR Application Project 06:28:55.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:55.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:55.478 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 06:28:55.478 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:55.478 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:") 06:28:55.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:55.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:55.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:55.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:55.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:28:55.479 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:28:55.480 INFO [WorkbenchTestable][AbstractText] Text set to: EARProject 06:28:55.481 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") 06:28:55.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:55.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:55.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:55.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:55.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 06:28:55.482 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 06:28:55.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:55.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:55.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:55.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:55.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:28:55.482 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo 6.0 to selection: 7.0 06:28:55.510 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 06:28:55.510 INFO [WorkbenchTestable][EarProjectWizard] Go to next wizard page 06:28:55.510 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) 06:28:55.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:55.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:55.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:55.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:55.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:55.511 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:28:55.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:55.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:55.511 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:55.511 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:55.518 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") 06:28:55.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:55.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:55.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:55.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:55.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:55.522 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...") 06:28:55.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:55.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:55.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:55.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:55.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:55.523 INFO [WorkbenchTestable][AbstractButton] Click button New &Module... 06:28:55.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:55.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:55.523 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:55.523 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:55.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:28:55.575 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:55.575 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:55.575 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:28:55.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:28:55.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create default Java EE modules. 06:28:55.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:55.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:55.576 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 06:28:55.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:55.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:28:55.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:28:55.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:55.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 06:28:55.577 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:28:55.578 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 06:28:55.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:55.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 06:28:55.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 06:28:55.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:55.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 3 was found 06:28:55.578 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:28:55.579 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 06:28:55.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:55.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 06:28:55.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 06:28:55.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:55.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 06:28:55.579 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:28:55.579 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 06:28:55.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:55.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:55.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:55.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:55.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:28:55.580 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:28:55.580 TRACE [WorkbenchTestable][DefaultJ2EEComponentCreationWizard] Shell Create default Java EE modules. is not null and is not disposed 06:28:55.580 INFO [WorkbenchTestable][DefaultJ2EEComponentCreationWizard] Finish wizard 06:28:55.580 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) 06:28:55.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:55.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:55.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:55.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:55.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:55.592 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:28:55.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:55.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:55.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:55.592 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:55.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:28:56.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:28:56.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:28:56.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 06:28:56.595 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 06:28:56.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:28:56.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:28:56.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:28:56.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 06:28:56.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:28:56.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:28:56.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:28:56.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:28:56.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:28:56.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:28:56.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:28:56.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:28:56.596 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 06:28:56.596 INFO [WorkbenchTestable][EarProjectWizard] Finish wizard 06:28:56.596 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) 06:28:56.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:56.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:56.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:56.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:56.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:28:56.598 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:28:56.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:28:56.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:28:56.598 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:28:56.598 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:28:56.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:28:57.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:28:57.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:28:57.101 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 06:28:57.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:28:57.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:28:57.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:28:57.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:28:57.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:28:57.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 06:28:57.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:28:57.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:28:57.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:28:57.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:28:57.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:28:57.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:28:57.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:57.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:57.102 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:28:57.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:57.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:57.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:28:57.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:28:57.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:28:57.103 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:28:57.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:28:57.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:57.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:57.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:57.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:57.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:28:57.104 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:57.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:57.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:57.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:28:57.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:28:57.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:28:57.115 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:57.115 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:57.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:57.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:57.116 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:57.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:57.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:57.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:57.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:57.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:57.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:57.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:57.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:58.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:58.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:58.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:28:58.118 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:58.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:58.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:58.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:58.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 06:28:58.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:58.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:58.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:58.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:58.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:58.120 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 06:28:58.120 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 06:28:58.120 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 06:28:58.120 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 06:28:58.120 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 06:28:58.120 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:58.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:58.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:58.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:58.121 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:58.121 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:58.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:58.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:58.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:58.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:58.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:58.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:58.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:59.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:59.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:59.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:28:59.143 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:59.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:59.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:59.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:59.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 06:28:59.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:59.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:59.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:28:59.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:28:59.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:28:59.144 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 06:28:59.144 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 06:28:59.145 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 06:28:59.145 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 06:28:59.145 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 06:28:59.145 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:59.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:59.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:59.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:59.146 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:28:59.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:28:59.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:28:59.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:28:59.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:28:59.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:59.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:28:59.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:28:59.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:00.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:00.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:00.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:29:00.148 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:00.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:00.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:00.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:00.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 06:29:00.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:00.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:00.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:00.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:00.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:00.149 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 06:29:00.149 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 06:29:00.149 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 06:29:00.149 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 06:29:00.149 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 06:29:00.150 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:00.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:00.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:00.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:00.150 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:00.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:00.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:00.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:00.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:00.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:00.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:00.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:00.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:01.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:01.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:01.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:29:01.153 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:01.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:01.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:01.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:01.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 06:29:01.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:01.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:01.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:01.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:01.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:01.155 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 06:29:01.155 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 06:29:01.155 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 06:29:01.155 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 06:29:01.155 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 06:29:01.155 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:01.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:01.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:01.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:01.156 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:01.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:01.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:01.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:01.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:01.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:01.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:01.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:01.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:02.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:02.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:02.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:29:02.158 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:02.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:02.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:02.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:02.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 06:29:02.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:02.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:02.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:02.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:02.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:02.159 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 06:29:02.159 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 06:29:02.160 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 06:29:02.160 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 06:29:02.160 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 06:29:02.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:02.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:02.160 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:29:02.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:02.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:02.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:02.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:02.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:02.161 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:02.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:29:02.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:02.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:02.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:02.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:02.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:02.162 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:02.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:02.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:02.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:02.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:02.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:02.163 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:02.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:02.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:02.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:02.164 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:02.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:02.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:02.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:02.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:02.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:02.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:02.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:02.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:03.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:03.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:03.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:29:03.166 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:03.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:03.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:03.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:03.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 06:29:03.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:03.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:03.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:03.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:03.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:03.168 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 06:29:03.168 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 06:29:03.168 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 06:29:03.168 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 06:29:03.168 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 06:29:03.168 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:03.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:03.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:03.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:03.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:03.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:03.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:03.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:03.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:04.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:04.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:04.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:29:04.171 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:04.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:04.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:04.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:04.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 06:29:04.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:04.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:04.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:04.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:04.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:04.172 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 06:29:04.172 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 06:29:04.172 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 06:29:04.172 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 06:29:04.172 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 06:29:04.172 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:04.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:04.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:04.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:04.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:04.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:04.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:04.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:04.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:04.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:04.173 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:29:04.173 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:29:04.173 DEBUG [main][TreeItemHandler] Set Tree selection 06:29:04.173 DEBUG [main][TreeHandler] Notify Tree about selection event 06:29:04.178 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:29:04.182 DEBUG [WorkbenchTestable][TreeItemHandler] EARProject 06:29:04.183 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectClient 06:29:04.183 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectConnector 06:29:04.183 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectEJB 06:29:04.183 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectWeb 06:29:04.183 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:04.183 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:04.202 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:04.202 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:04.202 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:04.202 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:29:04.202 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:04.202 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:29:04.202 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:29:04.202 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:29:04.202 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:29:04.202 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:29:04.202 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:04.202 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:04.202 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:29:04.202 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:29:04.202 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:04.202 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:04.202 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:29:04.202 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:29:04.202 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:29:04.203 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:29:04.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:04.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:29:04.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:29:04.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:29:04.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:29:04.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:04.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:04.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:04.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:29:04.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:04.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:04.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:04.703 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:04.703 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:04.744 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:04.744 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:04.744 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:04.744 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:29:04.744 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:04.744 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:29:04.744 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:29:04.744 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:29:04.744 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:29:04.744 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:29:04.744 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:29:04.744 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:29:04.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:29:05.314 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 06:29:05.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:29:05.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:05.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:05.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: 32) 06:29:05.317 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:05.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:05.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:05.317 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:29:05.317 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:05.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:05.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:05.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:05.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:05.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:05.317 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:29:05.317 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:29:05.317 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:29:05.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:05.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:05.317 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:05.317 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:05.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:29:05.318 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:05.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:05.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:05.318 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:29:05.318 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:05.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:05.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:05.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:05.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:05.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:05.319 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:29:05.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:05.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:05.319 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:05.319 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:05.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:29:05.320 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:29:05.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:29:05.821 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:29:05.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:05.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:29:05.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:29:05.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:29:05.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:29:05.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:29:05.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:29:05.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:05.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:05.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:05.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:05.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:05.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:05.821 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 06:29:05.821 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:05.821 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:05.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:05.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:05.822 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProjectWithDefaultModules no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 06:29:05.822 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:05.822 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 06:29:05.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 06:29:05.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:05.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:05.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:05.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'] 06:29:05.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:05.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'] 06:29:05.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:05.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 EAR Application Project"] 06:29:05.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:05.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'] 06:29:05.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:05.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'] 06:29:05.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:05.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'] 06:29:05.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:05.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 EAR Application Project"] 06:29:05.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:05.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'] 06:29:05.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:05.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'] 06:29:05.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:05.823 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:05.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:05.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:05.823 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:05.823 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:05.823 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:05.823 DEBUG [main][MenuItemLookup] Item match:File 06:29:05.824 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:29:05.824 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:29:05.826 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 06:29:05.826 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 06:29:05.826 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 06:29:05.826 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 06:29:05.826 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 06:29:05.826 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 06:29:05.826 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:29:05.826 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:05.826 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 06:29:05.826 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 06:29:05.826 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 06:29:05.826 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 06:29:05.826 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 06:29:05.826 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:29:05.826 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:05.826 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:05.826 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:29:05.826 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:05.826 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:29:05.826 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:29:05.826 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:29:05.826 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:29:05.826 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:29:05.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:29:05.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:29:05.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:29:05.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:05.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:05.886 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:29:05.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:05.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:29:05.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:05.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:05.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:05.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:05.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:05.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:05.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:05.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 06:29:05.888 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 06:29:05.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:05.888 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 06:29:05.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:05.888 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 06:29:05.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 06:29:05.888 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 06:29:05.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:05.888 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 06:29:05.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:05.888 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 06:29:05.888 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enterprise Application Project 06:29:05.888 DEBUG [main][TreeItemHandler] Selecting tree item: Enterprise Application Project 06:29:05.888 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enterprise Application Project about selection 06:29:05.888 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enterprise Application Project 06:29:05.888 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:29:05.888 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:29:05.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:29:05.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:05.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:05.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:05.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:05.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:05.889 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:29:05.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:05.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:05.889 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:05.889 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:05.944 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:05.944 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:05.944 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:05.944 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.... 06:29:05.945 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 06:29:05.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EAR Application Project 06:29:05.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:05.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:05.945 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 06:29:05.945 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:05.945 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:") 06:29:05.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:05.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:05.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:05.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:05.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:29:05.947 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:29:05.947 INFO [WorkbenchTestable][AbstractText] Text set to: EARProject 06:29:05.948 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") 06:29:05.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:05.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:05.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:05.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:05.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 06:29:05.960 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 06:29:05.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:05.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:05.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:05.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:05.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:29:05.960 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo 6.0 to selection: 7.0 06:29:06.004 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 06:29:06.004 INFO [WorkbenchTestable][EarProjectWizard] Go to next wizard page 06:29:06.004 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) 06:29:06.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:06.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:06.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:06.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:06.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:06.006 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:29:06.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:06.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:06.006 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:06.006 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:06.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.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") 06:29:06.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:06.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:06.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:06.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:06.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:06.014 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 06:29:06.014 INFO [WorkbenchTestable][EarProjectWizard] Finish wizard 06:29:06.014 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) 06:29:06.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:06.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:06.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:06.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:06.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:06.015 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:29:06.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:06.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:06.015 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:06.015 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:06.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:29:06.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:29:06.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:06.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:29:06.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:29:06.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:29:06.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:06.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:06.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:06.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:06.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:06.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:06.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:06.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:06.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:06.518 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:29:06.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:06.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:06.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:06.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:06.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:06.519 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:06.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 '\*?\QProject Explorer\E') 06:29:06.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:06.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:06.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:06.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:06.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:06.520 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:06.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:06.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:06.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:06.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:06.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:06.521 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:06.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:06.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:06.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:06.522 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:06.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:06.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:06.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:06.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:06.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:06.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:07.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:07.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:07.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:07.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:07.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:29:07.524 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:07.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:07.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:07.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:07.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 06:29:07.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:07.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:07.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:07.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:07.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:07.525 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 06:29:07.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:07.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:07.526 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:29:07.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:07.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:07.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:07.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:07.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:07.527 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29: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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:29:07.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:07.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:07.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:07.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:07.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:07.527 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:07.527 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:07.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:07.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:07.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:07.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:07.529 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:07.529 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:07.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:07.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:07.529 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:07.529 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:07.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:07.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:07.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:07.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:07.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:08.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:08.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:08.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:08.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:08.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:29:08.532 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:08.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:08.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:08.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:08.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 06:29:08.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:08.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:08.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:08.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:08.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:08.534 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 06:29:08.534 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:08.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:08.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:08.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:08.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:08.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:08.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:09.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:09.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:09.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:09.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:09.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:29:09.536 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:09.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:09.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:09.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:09.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 06:29:09.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:09.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:09.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:09.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:09.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:09.537 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 06:29:09.538 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:09.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:09.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:09.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:09.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:09.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:09.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:09.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:09.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:09.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:09.539 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:29:09.539 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:29:09.539 DEBUG [main][TreeItemHandler] Set Tree selection 06:29:09.539 DEBUG [main][TreeHandler] Notify Tree about selection event 06:29:09.543 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:29:09.545 DEBUG [WorkbenchTestable][TreeItemHandler] EARProject 06:29:09.545 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:09.545 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:09.572 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:09.572 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:09.572 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:09.572 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:29:09.572 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:09.572 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:29:09.572 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:29:09.572 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:29:09.572 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:29:09.572 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:29:09.572 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:09.572 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:09.572 DEBUG [main][MenuItemLookup] Found menu:'Import' 06:29:09.572 DEBUG [main][MenuItemLookup] Found menu:'Export' 06:29:09.572 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:09.572 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:09.572 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:29:09.572 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:29:09.572 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:29:09.572 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:29:09.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:09.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:29:10.072 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:10.072 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:10.072 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:10.072 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:10.072 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:10.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:10.073 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:10.073 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:10.092 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:10.092 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:10.092 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:10.092 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:29:10.092 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:10.092 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:29:10.092 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:29:10.092 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:29:10.092 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:29:10.092 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:29:10.092 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:29:10.093 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:29:10.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:29:10.646 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 06:29:10.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:29:10.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:10.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:10.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: 32) 06:29:10.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:10.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:10.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:10.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:29:10.649 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:10.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:10.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:10.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:10.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:10.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:10.649 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:29:10.649 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:29:10.649 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:29:10.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:10.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:10.649 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:10.649 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:10.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:29:10.649 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:10.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:10.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:10.650 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:29:10.650 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:10.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:10.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:10.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:10.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:10.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:10.650 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:29:10.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:10.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:10.650 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:10.650 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:10.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:29:10.652 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:29:11.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:29:11.153 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:29:11.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:11.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:29:11.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:29:11.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:11.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:11.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:11.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:11.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:11.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:11.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 06:29:11.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:11.153 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:11.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:11.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:11.154 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 06:29:11.154 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 06:29:11.154 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:11.154 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:11.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:11.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.007 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.098 s createProjectWithDefaultModules no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) Time elapsed: 10.476 s createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) Time elapsed: 5.332 s Running org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 06:29:11.158 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 06:29:11.158 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:29:11.158 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:11.158 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 06:29:11.158 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:11.158 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:29:11.159 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:11.159 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:29:11.159 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:11.159 INFO [WorkbenchTestable][JavaEEPerspective] Open perspective: 'Java EE' 06:29:11.159 DEBUG [WorkbenchTestable][JavaEEPerspective] Perspective 'Java EE' is already opened. 06:29:11.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:29:11.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:11.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:11.159 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:11.159 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:11.159 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:29:11.159 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:29:11.159 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:29:11.159 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:29:11.159 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:29:11.159 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:29:11.159 DEBUG [main][MenuItemLookup] Item match:Window 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:29:11.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:11.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:11.160 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:29:11.160 DEBUG [main][MenuItemLookup] Item match:Window 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:29:11.160 DEBUG [main][MenuItemLookup] Item match:Perspective 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:29:11.160 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:29:11.160 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:29:11.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:29:11.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:11.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:11.161 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:29:11.161 DEBUG [main][MenuItemLookup] Item match:Window 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:29:11.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:11.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:11.161 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:29:11.161 DEBUG [main][MenuItemLookup] Item match:Window 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:29:11.161 DEBUG [main][MenuItemLookup] Item match:Perspective 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:29:11.161 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:29:11.161 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:29:11.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:11.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:11.162 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:29:11.162 DEBUG [main][MenuItemLookup] Item match:Window 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:29:11.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:11.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:11.162 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:29:11.162 DEBUG [main][MenuItemLookup] Item match:Window 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:29:11.162 DEBUG [main][MenuItemLookup] Item match:Perspective 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:29:11.162 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:29:11.162 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:29:11.163 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:29:11.163 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:29:11.163 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:29:11.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:29:11.183 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 06:29:11.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:29:11.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:11.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:11.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:11.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:11.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:11.183 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:29:11.183 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:11.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:11.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:11.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 "Reset Perspective") 06:29:11.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:11.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:11.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:11.183 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:29:11.183 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:11.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:11.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:11.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:11.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:11.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:11.184 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:29:11.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:11.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:11.184 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:11.184 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:11.259 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:11.259 INFO [WorkbenchTestable][RequirementsRunner] Started test: createEJBProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest) 06:29:11.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 06:29:11.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:11.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:11.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:11.259 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:11.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:11.259 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:11.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:11.259 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New EJB Project"] 06:29:11.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:11.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'] 06:29:11.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:11.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'] 06:29:11.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:11.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'] 06:29:11.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:11.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 EJB Project"] 06:29:11.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:11.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'] 06:29:11.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:11.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'] 06:29:11.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:11.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:11.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:11.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:11.260 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:11.260 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:11.260 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:11.260 DEBUG [main][MenuItemLookup] Item match:File 06:29:11.261 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:29:11.261 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:29:11.263 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 06:29:11.263 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 06:29:11.263 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 06:29:11.263 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 06:29:11.263 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 06:29:11.263 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 06:29:11.263 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:29:11.263 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:11.263 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 06:29:11.263 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 06:29:11.263 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 06:29:11.263 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 06:29:11.263 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 06:29:11.263 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:29:11.263 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:11.263 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:11.263 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:29:11.263 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:11.263 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:29:11.263 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:29:11.263 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:29:11.263 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:29:11.263 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:29:11.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 'New|Select a wizard'] is available.... 06:29:11.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:29:11.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:29:11.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:11.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:11.323 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:29:11.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:11.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 06:29:11.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:11.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:11.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:11.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:11.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:11.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:11.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:11.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem EJB has children... 06:29:11.325 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item EJB 06:29:11.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:11.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:11.826 INFO [WorkbenchTestable][TreeItemHandler] Expanded: EJB 06:29:11.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem EJB has children finished successfully 06:29:11.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item EJB 06:29:11.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:11.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item EJB is already expanded. No action performed 06:29:11.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:11.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: EJB 06:29:11.827 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EJB Project 06:29:11.827 DEBUG [main][TreeItemHandler] Selecting tree item: EJB Project 06:29:11.827 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EJB Project about selection 06:29:11.829 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EJB Project 06:29:11.829 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:29:11.829 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:29:11.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:29:11.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:11.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:11.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:11.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:11.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:11.830 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:29:11.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:11.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:11.830 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:11.830 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:11.900 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:11.900 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:11.901 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:11.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New EJB Project"] is available.... 06:29:11.901 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 06:29:11.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EJB Project 06:29:11.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:11.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:11.901 TRACE [WorkbenchTestable][EjbProjectWizard] Shell New EJB Project is not null and is not disposed 06:29:11.901 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:11.918 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:") 06:29:11.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:11.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:11.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:11.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:11.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:29:11.923 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:29:11.924 INFO [WorkbenchTestable][AbstractText] Text set to: ejbProject 06:29:11.926 TRACE [WorkbenchTestable][EjbProjectWizard] Shell New EJB Project is not null and is not disposed 06:29:11.926 INFO [WorkbenchTestable][EjbProjectWizard] Finish wizard 06:29: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.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) 06:29:11.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:11.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:11.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:11.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:11.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:11.927 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:29:11.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:11.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:11.927 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:11.927 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:11.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:29:12.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:29:12.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:12.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:29:12.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:12.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:29:12.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:29:12.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:12.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:12.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:12.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:12.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:12.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:12.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:12.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:12.433 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 06:29:12.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:12.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:12.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:12.433 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:12.433 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:12.433 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:12.433 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:29:12.433 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:29:12.433 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:29:12.433 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:29:12.433 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:29:12.433 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:29:12.433 DEBUG [main][MenuItemLookup] Item match:Window 06:29:12.434 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:29:12.434 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:29:12.434 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:29:12.434 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:12.434 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:29:12.434 DEBUG [main][MenuItemLookup] Item match:Show View 06:29:12.436 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 06:29:12.436 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:29:12.436 DEBUG [main][MenuItemLookup] Found menu:'Data Source Explorer' 06:29:12.436 DEBUG [main][MenuItemLookup] Found menu:'Markers' 06:29:12.436 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:29:12.436 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:29:12.436 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:29:12.436 DEBUG [main][MenuItemLookup] Found menu:'Properties' 06:29:12.436 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:29:12.436 DEBUG [main][MenuItemLookup] Found menu:'Servers' 06:29:12.436 DEBUG [main][MenuItemLookup] Found menu:'Snippets' 06:29:12.436 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:12.436 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:29:12.436 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:29:12.436 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:29:12.436 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:29:12.436 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:29:12.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:29:12.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:29:12.489 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:29:12.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:12.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:12.490 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:29:12.490 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:12.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:12.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:12.490 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:29:12.490 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:12.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:12.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:12.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:12.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:12.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:12.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:12.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:12.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:29:12.491 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:29:12.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:12.491 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:29:12.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:12.491 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:29:12.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:29:12.491 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:29:12.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:12.491 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:29:12.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:12.491 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:29:12.492 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 06:29:12.492 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 06:29:12.492 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 06:29:12.492 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 06:29:12.492 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:12.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:12.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:12.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:29:12.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:12.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:12.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:12.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:29:12.492 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:12.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:12.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:12.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:29:12.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:12.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:12.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:12.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:12.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:12.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:12.493 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:29:12.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:12.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:12.493 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:12.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:12.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:29:12.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:29:12.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 06:29:12.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:12.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:12.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 06:29:12.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:12.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:12.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:12.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:12.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:12.526 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:12.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 '\*?\QPackage Explorer\E') 06:29:12.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:12.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:12.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:12.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:12.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:12.528 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:12.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:12.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:12.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:12.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:12.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:12.529 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:12.529 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:12.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:12.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:12.530 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:12.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:12.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:12.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:12.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:12.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:12.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:13.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:13.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:13.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:13.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:13.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:29:13.532 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:13.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:13.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:13.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:13.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 06:29:13.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:13.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:13.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:13.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:13.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:13.534 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ejbProject 06:29:13.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:13.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:13.535 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:29:13.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:13.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:13.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:13.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:13.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:13.536 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:13.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 '\*?\QPackage Explorer\E') 06:29:13.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:13.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:13.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:13.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:13.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:13.545 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:13.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:13.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:13.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:13.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:13.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:13.547 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:13.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:13.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:13.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:13.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:13.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:13.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:14.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:14.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:14.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:14.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:14.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:29:14.550 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:14.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:14.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:14.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:14.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:14.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:14.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:14.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:14.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:14.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:14.551 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ejbProject 06:29:14.551 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ejbProject 06:29:14.551 DEBUG [main][TreeItemHandler] Selecting tree item: ejbProject 06:29:14.551 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ejbProject about selection 06:29:14.555 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ejbProject 06:29:14.582 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:14.582 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:14.610 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:14.610 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:14.610 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:14.610 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:14.610 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:29:14.610 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:29:14.610 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:14.610 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:29:14.610 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:29:14.610 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:29:14.610 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:29:14.610 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:14.610 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:29:14.610 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:29:14.610 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:29:14.610 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:29:14.610 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:14.610 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:29:14.610 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:29:14.610 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:14.610 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:14.610 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:29:14.610 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:29:14.610 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:29:14.610 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:29:14.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:14.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:29:15.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:29:15.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:15.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:15.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:15.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:15.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:29:15.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:15.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:15.110 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ejbProject' via Explorer 06:29:15.110 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ejbProject 06:29:15.110 DEBUG [main][TreeItemHandler] Selecting tree item: ejbProject 06:29:15.111 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ejbProject about selection 06:29:15.112 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ejbProject 06:29:15.112 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:15.112 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:15.133 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:15.133 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:15.133 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:15.133 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:15.133 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:29:15.133 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:29:15.133 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:15.133 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:29:15.133 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:29:15.133 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:29:15.133 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:29:15.133 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:29:15.133 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:29:15.133 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:29:15.133 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:29:15.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:29:15.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 'Delete.*'] is available. finished successfully 06:29:15.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:29:15.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:15.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:15.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:15.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:15.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: 32) 06:29:15.688 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:15.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:15.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:15.689 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:29:15.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:15.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:15.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:15.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:15.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:15.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:15.689 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:29:15.689 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:29:15.689 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:29:15.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:15.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:15.689 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:15.689 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:15.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:29:15.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:15.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:15.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:15.689 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:29:15.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:15.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:15.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:15.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:15.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:15.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:15.690 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:29:15.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:15.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:15.690 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:15.690 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:15.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:29:15.692 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:29:16.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:29:16.192 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:29:16.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:16.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:29:16.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:29:16.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:29:16.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:29:16.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:16.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:16.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:16.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:16.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:16.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:16.193 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 06:29:16.193 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:16.193 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:16.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:16.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:16.193 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 06:29:16.194 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createEJBProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest) 06:29:16.194 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 06:29:16.194 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:16.194 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:16.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:16.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.036 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.935 s Running org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 06:29:16.198 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 06:29:16.201 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:29:16.201 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:16.201 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 06:29:16.201 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:16.201 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:29:16.201 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:16.201 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:29:16.201 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:16.201 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:29:16.202 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 06:29:16.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:16.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:16.202 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:16.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:16.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:16.202 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") 06:29:16.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:16.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:16.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:16.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:16.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:29:16.205 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 06:29:16.205 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:29:16.205 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:16.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 06:29:16.238 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 06:29:16.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 06:29:16.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:16.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:16.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:29:16.238 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:16.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:16.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:16.238 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:29:16.238 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:16.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:16.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:16.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:16.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:16.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:29:16.239 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 06:29:16.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:29:16.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:29:16.241 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 06:29:16.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:29:16.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:29:16.241 TRACE [main][WidgetHandler] Notify Table with event 13 06:29:16.242 TRACE [main][WidgetHandler] Wait for synchronization 06:29:16.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:16.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:16.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:16.242 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:29:16.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:16.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:16.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:16.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") 06:29:16.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:16.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:16.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:16.242 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:29:16.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:16.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:16.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:16.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:16.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:16.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:16.243 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:29:16.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:16.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:16.243 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:16.243 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:16.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:29:16.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:29:16.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:29:16.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:16.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:16.298 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:16.298 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:16.298 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:29:16.298 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:29:16.298 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:29:16.298 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:29:16.298 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:29:16.298 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:29:16.298 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:29:16.298 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:29:16.298 DEBUG [main][MenuItemLookup] Item match:Window 06:29:16.298 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:29:16.298 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:29:16.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:16.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:16.299 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:29:16.299 DEBUG [main][MenuItemLookup] Item match:Window 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:29:16.299 DEBUG [main][MenuItemLookup] Item match:Perspective 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:29:16.299 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:29:16.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:29:16.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:16.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:16.299 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:29:16.299 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:29:16.300 DEBUG [main][MenuItemLookup] Item match:Window 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:29:16.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:16.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:16.300 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:29:16.300 DEBUG [main][MenuItemLookup] Item match:Window 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:29:16.300 DEBUG [main][MenuItemLookup] Item match:Perspective 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:29:16.300 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:29:16.300 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:29:16.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:16.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:16.301 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:29:16.301 DEBUG [main][MenuItemLookup] Item match:Window 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:29:16.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:16.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:16.301 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:29:16.301 DEBUG [main][MenuItemLookup] Item match:Window 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:29:16.301 DEBUG [main][MenuItemLookup] Item match:Perspective 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:29:16.301 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:29:16.301 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:29:16.301 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:29:16.301 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:29:16.301 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:29:16.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:29:16.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 06:29:16.329 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:29:16.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:16.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:16.329 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:16.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:16.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:16.329 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:29:16.329 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:16.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:16.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:16.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 06:29:16.329 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:16.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:16.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:16.329 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:29:16.329 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:16.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:16.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:16.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:16.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:16.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:16.330 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:29:16.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:16.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:16.330 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:16.330 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:16.417 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:16.417 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 06:29:16.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 06:29:16.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:16.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:16.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:16.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:16.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:16.420 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' view via menu. 06:29:16.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:16.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:16.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:16.420 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:16.420 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:16.420 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:16.420 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:29:16.420 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:29:16.420 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:29:16.420 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:29:16.420 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:29:16.420 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:29:16.420 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:29:16.420 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:29:16.420 DEBUG [main][MenuItemLookup] Item match:Window 06:29:16.420 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:29:16.420 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:29:16.420 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:29:16.420 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:16.420 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:29:16.420 DEBUG [main][MenuItemLookup] Item match:Show View 06:29:16.423 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:29:16.423 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:29:16.423 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:29:16.423 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:29:16.423 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:29:16.423 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:29:16.423 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:29:16.423 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:29:16.423 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:29:16.423 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:29:16.423 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:29:16.423 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:29:16.423 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:29:16.423 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:29:16.423 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:16.423 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:29:16.423 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:29:16.434 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:29:16.434 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:29:16.434 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:29:16.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:29:16.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:29:16.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:29:16.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:16.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:16.488 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:29:16.488 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:16.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:16.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:16.488 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:29:16.488 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:16.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:16.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:16.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:16.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:16.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:16.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:16.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:16.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Remote Systems has children... 06:29:16.489 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Remote Systems 06:29:16.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:16.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:16.991 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Remote Systems 06:29:16.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Remote Systems has children finished successfully 06:29:16.992 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Remote Systems 06:29:16.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:16.992 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Remote Systems is already expanded. No action performed 06:29:16.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:16.992 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Remote Systems 06:29:16.992 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Remote Systems 06:29:16.992 DEBUG [main][TreeItemHandler] Selecting tree item: Remote Systems 06:29:16.993 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Remote Systems about selection 06:29:16.993 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Remote Systems 06:29:16.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:16.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:16.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:16.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:29:16.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:16.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:16.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:16.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") 06:29:16.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:16.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:16.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:16.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:29:16.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:16.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:16.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:16.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:16.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:16.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:16.994 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:29:16.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:16.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:16.994 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:16.994 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:17.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:29:17.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:29:17.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.rse.ui.view.SystemViewPart' view is open... 06:29:17.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.rse.ui.view.SystemViewPart' view is open finished successfully 06:29:17.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:17.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:17.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:17.111 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:17.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 '\*?\QRemote Systems\E') 06:29:17.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:17.113 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:17.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:17.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:17.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:17.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:17.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:17.115 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 06:29:17.115 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:17.115 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:17.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:17.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:17.115 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:17.115 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:17.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:17.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:17.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:17.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:17.116 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 06:29:17.116 DEBUG [main][TreeItemHandler] Selecting tree item: Local 06:29:17.116 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 06:29:17.118 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 06:29:17.126 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:17.126 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:17.161 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:17.161 DEBUG [main][MenuItemLookup] Item match:New 06:29:17.161 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 06:29:17.161 DEBUG [main][MenuItemLookup] Item match:Connection... 06:29:17.161 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 06:29:17.161 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 06:29:17.161 INFO [main][MenuItemHandler] Select menu item: &Connection... 06:29:17.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 06:29:17.235 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 06:29:17.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:17.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:17.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:17.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'] 06:29:17.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:17.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:17.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'] 06:29:17.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:17.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:17.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 Connection"] 06:29:17.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:17.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:17.236 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:17.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:17.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:17.236 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:17.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:17.237 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 06:29:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:17.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:17.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:17.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:29:17.238 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:17.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:17.238 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:17.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:17.238 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:17.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:29:17.238 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:17.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:17.239 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:17.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:17.239 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:17.239 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 06:29:17.239 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 06:29:17.239 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 06:29:17.246 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 06:29:17.246 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:17.246 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 06:29:17.246 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) 06:29:17.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:17.247 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:29:17.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:17.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:17.247 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:17.247 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:17.271 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 06:29:17.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:29:17.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:29:17.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:29:17.272 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 06:29:17.275 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 06:29:17.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:29:17.275 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:29:17.276 INFO [WorkbenchTestable][AbstractText] Text set to: system1 06:29:17.276 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:17.276 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 06:29:17.276 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) 06:29:17.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:17.277 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:29:17.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:17.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:17.297 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:17.297 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:17.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:29:17.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:29:17.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:17.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:17.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:29:17.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:17.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:17.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:17.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:17.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:17.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:17.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:17.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1... 06:29:17.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:17.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:17.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:17.354 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:17.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 06:29:17.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:17.355 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:17.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:17.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:17.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:17.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:17.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:17.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 06:29:17.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:17.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1 finished successfully 06:29:17.368 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 06:29:17.368 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:17.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:17.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:17.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:17.369 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 06:29:17.369 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:17.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:17.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:17.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:17.369 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:17.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:17.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:17.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:17.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 06:29:17.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:17.370 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 06:29:17.370 DEBUG [main][TreeItemHandler] Selecting tree item: Local 06:29:17.370 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 06:29:17.372 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 06:29:17.373 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:17.373 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:17.409 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:17.410 DEBUG [main][MenuItemLookup] Item match:New 06:29:17.410 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 06:29:17.410 DEBUG [main][MenuItemLookup] Item match:Connection... 06:29:17.410 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 06:29:17.410 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 06:29:17.410 INFO [main][MenuItemHandler] Select menu item: &Connection... 06:29:17.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 06:29:17.453 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 06:29:17.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:17.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:17.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:17.454 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:17.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:17.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:17.454 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:17.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:17.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:17.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: "New Connection"] 06:29:17.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:17.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:17.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:17.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:17.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:17.455 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:17.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:17.455 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 06:29:17.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:17.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:17.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:17.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:29:17.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:17.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:17.456 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:17.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:17.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:17.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:29:17.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:17.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:17.456 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:17.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:17.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:17.456 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 06:29:17.456 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 06:29:17.457 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 06:29:17.458 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 06:29:17.458 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:17.458 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 06:29:17.458 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) 06:29:17.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:17.459 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:29:17.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:17.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:17.459 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:17.459 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:17.500 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 06:29:17.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:29:17.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:29:17.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:29:17.501 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 06:29:17.504 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 06:29:17.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:29:17.504 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:29:17.504 INFO [WorkbenchTestable][AbstractText] Text set to: system2 06:29:17.505 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:17.505 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 06:29:17.505 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) 06:29:17.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:17.506 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:29:17.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:17.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:17.506 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:17.506 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:17.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:29:17.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:29:17.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:17.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:17.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:29:17.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:17.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:17.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:17.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:17.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:17.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:17.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:17.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2... 06:29:17.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.552 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:17.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:17.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:17.553 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:17.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 '\*?\QRemote Systems\E') 06:29:17.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:17.554 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:17.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:17.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:17.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:17.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:17.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:17.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 06:29:17.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:17.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2 finished successfully 06:29:17.556 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 06:29:17.556 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:17.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:17.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:17.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:17.557 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:17.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:17.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:17.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:17.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 06:29:17.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:17.558 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:17.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:17.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:17.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:17.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:17.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:17.559 INFO [WorkbenchTestable][System] Deleting system system1 06:29:17.559 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 06:29:17.559 DEBUG [main][TreeItemHandler] Selecting tree item: system1 06:29:17.559 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 06:29:17.561 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 06:29:17.561 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 06:29:17.561 DEBUG [main][TreeItemHandler] Selecting tree item: system1 06:29:17.561 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 06:29:17.563 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 06:29:17.563 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:17.563 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'Connect' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:17.612 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:29:17.612 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:17.612 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:17.626 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:17.626 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:17.626 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:17.627 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:17.627 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:17.627 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:17.627 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:17.627 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:17.627 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:17.627 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:17.627 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:17.627 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:17.627 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 06:29:17.627 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 06:29:17.627 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 06:29:17.627 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2139): Gtk-CRITICAL **: 06:29:17.645: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:29:17.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 06:29:17.664 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 06:29:17.664 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 06:29:17.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:17.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:17.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 "Delete") 06:29:17.665 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:17.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:17.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:17.665 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 06:29:17.665 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:17.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:17.665 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 06:29:17.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:17.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:17.665 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:17.665 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:17.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:29:17.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:29:17.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1... 06:29:17.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:17.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:17.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:17.706 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:17.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 06:29:17.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:17.708 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:17.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:17.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:17.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:17.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:17.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:17.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:17.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:17.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1 finished successfully 06:29:17.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:17.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:17.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:29:17.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:17.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:17.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:17.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:17.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:17.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:17.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:17.710 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:17.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:17.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:17.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:17.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 06:29:17.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:17.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:17.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:17.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:17.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:17.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:17.712 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:17.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:17.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:17.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:17.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:17.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:17.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:17.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:17.714 INFO [WorkbenchTestable][System] Deleting system Local 06:29:17.714 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 06:29:17.714 INFO [WorkbenchTestable][System] Deleting system system2 06:29:17.714 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 06:29:17.714 DEBUG [main][TreeItemHandler] Selecting tree item: system2 06:29:17.722 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 06:29:17.724 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 06:29:17.724 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 06:29:17.724 DEBUG [main][TreeItemHandler] Selecting tree item: system2 06:29:17.725 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 06:29:17.726 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 06:29:17.726 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:17.726 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'Connect' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:17.750 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:29:17.751 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:17.751 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:17.762 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:17.762 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:17.762 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:17.762 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:17.762 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:17.762 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:17.762 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:17.762 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:17.762 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:17.762 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:17.762 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:17.762 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:17.762 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 06:29:17.762 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 06:29:17.762 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 06:29:17.762 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2139): Gtk-CRITICAL **: 06:29:17.774: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:29:17.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 06:29:17.807 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 06:29:17.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 06:29:17.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:17.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:17.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 06:29:17.807 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:17.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:17.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:17.807 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 06:29:17.807 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:17.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:17.808 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 06:29:17.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:17.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:17.808 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:17.808 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:17.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:29:17.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:29:17.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2... 06:29:17.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:17.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:17.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:17.829 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:17.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 06:29:17.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:17.830 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:17.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:17.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:17.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:17.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:17.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:17.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:17.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:17.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2 finished successfully 06:29:17.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:17.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:17.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:29:17.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:17.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:17.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:17.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:17.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:17.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:17.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:17.833 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 06:29:17.833 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:17.833 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:17.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:17.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:17.841 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 06:29:17.842 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 06:29:17.842 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:17.842 INFO [WorkbenchTestable][RequirementsRunner] Started test: disconnect_disconnected no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 06:29:17.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 06:29:17.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:17.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:17.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:17.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.843 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 06:29:17.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:17.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:17.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:17.845 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:17.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 '\*?\QRemote Systems\E') 06:29:17.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:17.847 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:17.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:17.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:17.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:17.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:17.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:17.848 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 06:29:17.848 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:17.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:17.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:17.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:17.849 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:17.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:17.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:17.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:17.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 06:29:17.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:17.850 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 06:29:17.850 DEBUG [main][TreeItemHandler] Selecting tree item: Local 06:29:17.858 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 06:29:17.860 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 06:29:17.860 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:17.860 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:17.872 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:17.872 DEBUG [main][MenuItemLookup] Item match:New 06:29:17.873 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 06:29:17.873 DEBUG [main][MenuItemLookup] Item match:Connection... 06:29:17.873 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 06:29:17.873 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 06:29:17.873 INFO [main][MenuItemHandler] Select menu item: &Connection... 06:29:17.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 06:29:17.933 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 06:29:17.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:17.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:17.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:17.935 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:17.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:17.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:17.935 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:17.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:17.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:17.935 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 06:29:17.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:17.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:17.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:17.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:17.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:17.936 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:17.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:17.936 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 06:29:17.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:17.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:17.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:17.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:29:17.937 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:17.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:17.937 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:17.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:17.937 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:17.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:29:17.937 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:17.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:17.937 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:17.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:17.937 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:17.937 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 06:29:17.937 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 06:29:17.937 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 06:29:17.938 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 06:29:17.938 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:17.938 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 06:29:17.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 "Next >", Widget matcher matching widgets with style: 8) 06:29:17.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:17.940 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:29:17.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:17.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:17.940 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:17.940 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:17.962 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 06:29:17.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:29:17.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:29:17.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:29:17.963 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 06:29:17.966 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 06:29:17.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:29:17.966 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:29:17.967 INFO [WorkbenchTestable][AbstractText] Text set to: system1 06:29:17.967 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:17.967 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 06:29:17.967 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) 06:29:17.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:17.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:17.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:17.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:17.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:17.969 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:29:17.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:17.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:17.969 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:17.969 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:17.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:29:18.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:29:18.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:18.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:18.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:29:18.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:29:18.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:18.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:18.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:18.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:18.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:18.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:18.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:18.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1... 06:29:18.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:18.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:18.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:18.019 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:18.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 '\*?\QRemote Systems\E') 06:29:18.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:18.021 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:18.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:18.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:18.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:18.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:18.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:18.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 06:29:18.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:18.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1 finished successfully 06:29:18.024 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 06:29:18.024 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:18.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:18.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:18.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:18.024 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 06:29:18.024 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:18.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:18.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:18.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:18.035 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:18.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:18.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:18.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:18.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 06:29:18.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:18.036 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 06:29:18.036 DEBUG [main][TreeItemHandler] Selecting tree item: Local 06:29:18.036 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 06:29:18.038 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 06:29:18.038 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:18.038 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.052 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:18.052 DEBUG [main][MenuItemLookup] Item match:New 06:29:18.053 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 06:29:18.053 DEBUG [main][MenuItemLookup] Item match:Connection... 06:29:18.053 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 06:29:18.053 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 06:29:18.053 INFO [main][MenuItemHandler] Select menu item: &Connection... 06:29:18.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 06:29:18.111 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 06:29:18.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:18.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:18.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:18.112 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:18.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:18.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:18.112 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:18.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:18.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:18.112 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 06:29:18.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:18.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:18.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:18.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:18.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:18.113 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:18.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:18.113 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 06:29:18.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:18.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:18.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:18.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:29:18.114 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:18.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:18.114 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:18.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:18.114 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:18.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:29:18.114 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:18.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:18.114 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:18.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:18.114 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:18.114 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 06:29:18.114 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 06:29:18.115 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 06:29:18.116 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 06:29:18.116 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:18.116 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 06:29:18.116 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) 06:29:18.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:18.117 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:29:18.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:18.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:18.117 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:18.117 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.144 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 06:29:18.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:29:18.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:29:18.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:29:18.144 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 06:29:18.147 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 06:29:18.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:29:18.148 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:29:18.148 INFO [WorkbenchTestable][AbstractText] Text set to: system2 06:29:18.148 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:18.148 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 06:29:18.148 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) 06:29:18.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:18.150 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:29:18.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:18.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:18.150 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:18.150 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:29:18.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:29:18.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:18.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:29:18.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:18.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:18.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:18.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:18.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:18.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:18.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:18.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:18.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2... 06:29:18.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:18.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:18.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:18.200 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:18.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 06:29:18.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:18.201 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:18.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:18.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:18.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:18.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:18.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:18.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:18.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:18.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2 finished successfully 06:29:18.212 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 06:29:18.212 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:18.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:18.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:18.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:18.213 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:18.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:18.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:18.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:18.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 06:29:18.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:18.213 INFO [WorkbenchTestable][System] Disconnecting from remote system system1 06:29:18.213 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 06:29:18.213 DEBUG [main][TreeItemHandler] Selecting tree item: system1 06:29:18.214 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 06:29:18.215 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 06:29:18.215 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:18.215 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'Connect' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.238 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:29:18.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:18.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:18.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:18.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:18.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:18.239 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:18.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:18.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:18.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:18.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:18.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:18.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:18.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:18.241 INFO [WorkbenchTestable][System] Deleting system Local 06:29:18.241 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 06:29:18.241 INFO [WorkbenchTestable][System] Deleting system system1 06:29:18.241 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 06:29:18.241 DEBUG [main][TreeItemHandler] Selecting tree item: system1 06:29:18.241 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 06:29:18.243 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 06:29:18.243 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 06:29:18.243 DEBUG [main][TreeItemHandler] Selecting tree item: system1 06:29:18.244 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 06:29:18.245 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 06:29:18.245 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:18.245 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'Connect' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.266 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:29:18.266 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:18.266 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.279 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:18.279 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:18.279 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:18.279 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.279 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:18.279 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:18.279 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:18.279 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.279 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:18.279 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.279 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:18.279 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:18.279 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 06:29:18.279 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 06:29:18.279 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 06:29:18.280 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2139): Gtk-CRITICAL **: 06:29:18.291: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:29:18.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 06:29:18.310 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 06:29:18.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 06:29:18.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:18.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:18.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 "Delete") 06:29:18.310 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:18.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:18.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:18.310 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 06:29:18.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:18.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:18.311 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 06:29:18.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:18.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:18.311 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:18.311 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:29:18.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:29:18.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1... 06:29:18.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:18.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:18.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:18.334 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:18.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 '\*?\QRemote Systems\E') 06:29:18.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:18.345 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:18.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:18.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:18.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:18.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:18.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:18.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 06:29:18.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:18.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1 finished successfully 06:29:18.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:18.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:18.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:18.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:18.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:18.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:18.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:18.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:18.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:18.347 INFO [WorkbenchTestable][System] Deleting system system2 06:29:18.347 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 06:29:18.347 DEBUG [main][TreeItemHandler] Selecting tree item: system2 06:29:18.347 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 06:29:18.349 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 06:29:18.349 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 06:29:18.349 DEBUG [main][TreeItemHandler] Selecting tree item: system2 06:29:18.349 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 06:29:18.350 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 06:29:18.351 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:18.351 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'Connect' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.370 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:29:18.370 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:18.370 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.382 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:18.382 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:18.382 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:18.382 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.382 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:18.382 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:18.382 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:18.382 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.382 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:18.382 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.382 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:18.382 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:18.382 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 06:29:18.382 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 06:29:18.382 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 06:29:18.382 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2139): Gtk-CRITICAL **: 06:29:18.394: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:29:18.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 06:29:18.412 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 06:29:18.412 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 06:29:18.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:18.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:18.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 06:29:18.413 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:18.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:18.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:18.413 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 06:29:18.413 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:18.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:18.413 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 06:29:18.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:18.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:18.413 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:18.414 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:29:18.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:29:18.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2... 06:29:18.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:18.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:18.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:18.433 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:18.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 '\*?\QRemote Systems\E') 06:29:18.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:18.434 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:18.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:18.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:18.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:18.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:18.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:18.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 06:29:18.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:18.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2 finished successfully 06:29:18.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:18.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:29:18.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:29:18.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:18.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:18.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:18.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:18.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:18.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:18.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:18.436 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 06:29:18.436 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:18.436 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:18.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:18.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:18.437 INFO [WorkbenchTestable][RequirementsRunner] Finished test: disconnect_disconnected no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 06:29:18.437 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:18.437 INFO [WorkbenchTestable][RequirementsRunner] Started test: isConnected_false no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 06:29:18.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 06:29:18.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:18.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:18.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:18.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.438 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 06:29:18.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:18.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:18.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:18.448 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:18.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 06:29:18.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:18.450 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:18.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:18.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:18.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:18.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:18.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:18.451 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 06:29:18.451 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:18.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:18.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:18.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:18.452 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:18.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:18.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:18.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:18.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:18.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:18.453 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 06:29:18.453 DEBUG [main][TreeItemHandler] Selecting tree item: Local 06:29:18.453 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 06:29:18.463 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 06:29:18.463 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:18.463 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.475 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:18.475 DEBUG [main][MenuItemLookup] Item match:New 06:29:18.475 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 06:29:18.475 DEBUG [main][MenuItemLookup] Item match:Connection... 06:29:18.475 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 06:29:18.476 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 06:29:18.476 INFO [main][MenuItemHandler] Select menu item: &Connection... 06:29:18.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 06:29:18.519 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 06:29:18.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:18.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:18.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:18.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'] 06:29:18.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:18.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:18.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'] 06:29:18.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:18.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:18.520 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 06:29:18.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:18.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:18.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:18.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:18.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:18.521 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:18.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:18.521 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 06:29:18.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:18.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:18.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:18.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:29:18.522 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:18.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:18.522 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:18.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:18.522 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:18.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:29:18.522 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:18.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:18.522 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:18.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:18.522 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:18.522 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 06:29:18.522 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 06:29:18.522 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 06:29:18.523 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 06:29:18.523 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:18.523 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 06:29:18.524 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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) 06:29:18.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:18.524 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:29:18.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:18.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:18.524 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:18.524 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.546 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 06:29:18.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:29:18.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:29:18.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:29:18.547 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 06:29:18.550 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 06:29:18.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:29:18.550 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:29:18.550 INFO [WorkbenchTestable][AbstractText] Text set to: system1 06:29:18.551 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:18.551 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 06:29:18.551 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) 06:29:18.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:18.552 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:29:18.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:18.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:18.552 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:18.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:29:18.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:29:18.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:18.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:18.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:18.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:18.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:18.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:18.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:18.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:18.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:18.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1... 06:29:18.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:18.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:18.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:18.589 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:18.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 '\*?\QRemote Systems\E') 06:29:18.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:18.591 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:18.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:18.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:18.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:18.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:18.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:18.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 06:29:18.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:18.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1 finished successfully 06:29:18.593 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 06:29:18.593 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:18.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:18.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:18.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:18.593 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 06:29:18.593 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:18.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:18.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:18.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:18.602 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:18.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:18.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:18.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:18.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:18.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:18.603 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 06:29:18.603 DEBUG [main][TreeItemHandler] Selecting tree item: Local 06:29:18.603 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 06:29:18.605 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 06:29:18.605 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:18.605 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.620 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:18.620 DEBUG [main][MenuItemLookup] Item match:New 06:29:18.620 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 06:29:18.620 DEBUG [main][MenuItemLookup] Item match:Connection... 06:29:18.621 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 06:29:18.621 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 06:29:18.621 INFO [main][MenuItemHandler] Select menu item: &Connection... 06:29:18.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 06:29:18.663 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 06:29:18.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:18.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:18.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:18.664 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:18.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:18.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:18.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:18.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:18.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:18.665 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 06:29:18.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:18.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:18.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:18.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:18.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:18.665 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:18.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:18.665 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 06:29:18.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:18.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:18.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:18.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:29:18.666 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:18.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:18.666 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:18.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:18.666 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:18.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:29:18.666 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:18.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:18.666 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:18.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:18.667 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:18.667 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 06:29:18.667 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 06:29:18.667 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 06:29:18.668 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 06:29:18.668 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:18.668 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 06:29:18.668 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) 06:29:18.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:18.669 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:29:18.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:18.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:18.669 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:18.669 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.694 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 06:29:18.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:29:18.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:29:18.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:29:18.695 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 06:29:18.698 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 06:29:18.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:29:18.698 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:29:18.699 INFO [WorkbenchTestable][AbstractText] Text set to: system2 06:29:18.699 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:18.699 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 06:29:18.699 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) 06:29:18.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:18.700 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:29:18.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:18.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:18.700 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:18.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:29:18.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:29:18.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:18.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:18.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:29:18.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:18.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:18.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:18.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:18.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:18.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:18.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:18.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2... 06:29:18.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:18.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:18.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:18.737 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:18.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 '\*?\QRemote Systems\E') 06:29:18.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:18.749 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:18.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:18.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:18.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:18.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:18.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:18.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:18.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:18.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2 finished successfully 06:29:18.751 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 06:29:18.751 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:18.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:18.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:18.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:18.752 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:18.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:18.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:18.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:18.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:18.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:18.752 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 06:29:18.752 DEBUG [main][TreeItemHandler] Selecting tree item: system1 06:29:18.752 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 06:29:18.754 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 06:29:18.754 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:18.754 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'Connect' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.778 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:29:18.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:18.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:18.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:18.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:18.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:18.779 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:18.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:18.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:18.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:18.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:18.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:18.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:18.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:18.781 INFO [WorkbenchTestable][System] Deleting system Local 06:29:18.781 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 06:29:18.781 INFO [WorkbenchTestable][System] Deleting system system1 06:29:18.781 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 06:29:18.781 DEBUG [main][TreeItemHandler] Selecting tree item: system1 06:29:18.781 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 06:29:18.782 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 06:29:18.783 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 06:29:18.783 DEBUG [main][TreeItemHandler] Selecting tree item: system1 06:29:18.783 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 06:29:18.784 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 06:29:18.785 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:18.785 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'Connect' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.804 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:29:18.804 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:18.804 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.818 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:18.818 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:18.818 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:18.818 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.818 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:18.818 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:18.818 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:18.818 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.818 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:18.818 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.818 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:18.818 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:18.818 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 06:29:18.818 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 06:29:18.818 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 06:29:18.818 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2139): Gtk-CRITICAL **: 06:29:18.829: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:29:18.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 06:29:18.847 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 06:29:18.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 06:29:18.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:18.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:18.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 06:29:18.848 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:18.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:18.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:18.848 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 06:29:18.848 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:18.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:18.848 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 06:29:18.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:18.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:18.848 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:18.848 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:29:18.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:29:18.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1... 06:29:18.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:18.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:18.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:18.871 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:18.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 '\*?\QRemote Systems\E') 06:29:18.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:18.873 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:18.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:18.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:18.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:18.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:18.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:18.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 06:29:18.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:18.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1 finished successfully 06:29:18.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:18.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:18.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:29:18.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:18.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:18.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:18.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:18.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:18.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:18.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:18.884 INFO [WorkbenchTestable][System] Deleting system system2 06:29:18.884 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 06:29:18.884 DEBUG [main][TreeItemHandler] Selecting tree item: system2 06:29:18.884 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 06:29:18.886 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 06:29:18.886 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 06:29:18.886 DEBUG [main][TreeItemHandler] Selecting tree item: system2 06:29:18.886 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 06:29:18.888 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 06:29:18.888 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:18.888 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'Connect' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.908 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:29:18.908 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:18.908 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.919 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:18.919 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:18.919 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:18.919 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.919 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:18.919 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:18.919 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:18.919 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.919 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:18.919 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:18.919 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:18.919 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:18.919 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 06:29:18.919 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 06:29:18.919 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 06:29:18.919 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2139): Gtk-CRITICAL **: 06:29:18.930: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:29:18.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 06:29:18.951 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 06:29:18.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 06:29:18.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:18.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:18.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 06:29:18.952 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:18.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:18.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:18.952 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 06:29:18.952 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:18.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:18.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:18.953 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 06:29:18.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:18.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:18.953 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:18.953 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:18.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:29:18.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:29:18.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2... 06:29:18.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:18.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:18.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:18.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:18.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:18.980 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:18.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 06:29:18.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:18.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:19.002 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:19.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:19.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:19.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:19.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:19.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:19.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:19.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:19.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2 finished successfully 06:29:19.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:19.004 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:29:19.004 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:19.004 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:19.004 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:19.004 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:19.004 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:19.004 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:19.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:19.004 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 06:29:19.004 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:19.004 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:19.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:19.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:19.004 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isConnected_false no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 06:29:19.004 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 06:29:19.004 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:19.004 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:19.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:19.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.807 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.425 s disconnect_disconnected no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) Time elapsed: 0.595 s isConnected_false no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) Time elapsed: 0.567 s Running org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 06:29:19.008 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 06:29:19.009 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:29:19.009 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:19.009 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 06:29:19.009 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:19.009 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:29:19.009 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:19.009 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:29:19.009 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:19.009 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:19.009 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystem_notFound no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 06:29:19.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 06:29:19.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:19.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:19.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:19.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.019 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 06:29:19.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:19.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:19.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:19.021 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:19.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 06:29:19.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:19.023 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:19.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:19.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:19.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:19.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:19.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:19.025 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 06:29:19.025 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:19.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:19.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:19.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:19.025 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:19.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:19.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:19.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:19.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 06:29:19.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:19.034 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 06:29:19.034 DEBUG [main][TreeItemHandler] Selecting tree item: Local 06:29:19.035 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 06:29:19.037 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 06:29:19.037 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:19.037 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:19.051 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:19.051 DEBUG [main][MenuItemLookup] Item match:New 06:29:19.051 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 06:29:19.051 DEBUG [main][MenuItemLookup] Item match:Connection... 06:29:19.051 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 06:29:19.051 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 06:29:19.052 INFO [main][MenuItemHandler] Select menu item: &Connection... 06:29:19.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 06:29:19.113 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 06:29:19.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:19.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:19.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:19.114 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:19.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:19.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:19.114 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:19.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:19.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:19.115 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 06:29:19.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:19.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:19.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:19.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:19.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:19.115 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:19.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:19.115 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 06:29:19.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:19.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:19.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:19.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:29:19.117 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:19.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:19.117 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:19.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:19.117 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:19.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:29:19.117 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:19.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:19.117 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:19.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:19.117 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:19.117 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 06:29:19.117 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 06:29:19.117 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 06:29:19.119 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 06:29:19.119 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:19.119 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 06:29:19.119 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) 06:29:19.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:19.121 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:29:19.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:19.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:19.121 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:19.121 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:19.144 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 06:29:19.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:29:19.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:29:19.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:29:19.144 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 06:29:19.147 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 06:29:19.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:29:19.147 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:29:19.148 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System A 06:29:19.148 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:19.148 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 06:29:19.148 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) 06:29:19.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:19.150 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:29:19.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:19.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:19.150 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:19.150 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:19.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:29:19.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:29:19.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:19.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:19.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:29:19.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:29:19.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:19.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:19.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:19.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:19.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:19.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:19.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:19.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A... 06:29:19.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:19.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:19.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:19.212 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:19.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 06:29:19.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:19.214 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:19.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:19.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:19.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:19.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:19.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:19.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 06:29:19.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:19.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A finished successfully 06:29:19.217 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:19.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:19.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:19.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:19.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 06:29:19.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:19.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:19.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:19.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:19.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:19.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:19.218 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:19.218 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:19.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:19.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:19.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:19.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:19.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 06:29:19.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:19.220 INFO [WorkbenchTestable][System] Deleting system Local 06:29:19.220 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 06:29:19.220 INFO [WorkbenchTestable][System] Deleting system Test Remote System A 06:29:19.220 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 06:29:19.220 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 06:29:19.220 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 06:29:19.221 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 06:29:19.222 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 06:29:19.222 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 06:29:19.222 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 06:29:19.224 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 06:29:19.224 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:19.224 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'Connect' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.244 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:29:19.244 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:19.244 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:19.255 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:19.255 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:19.255 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:19.255 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.255 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:19.255 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:19.255 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:19.255 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.255 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:19.255 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.255 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:19.255 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:19.255 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 06:29:19.255 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 06:29:19.255 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 06:29:19.255 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2139): Gtk-CRITICAL **: 06:29:19.267: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:29:19.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 06:29:19.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 06:29:19.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 06:29:19.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:19.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:19.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 06:29:19.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:19.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:19.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:19.302 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 06:29:19.302 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:19.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:19.303 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 06:29:19.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:19.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:19.303 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:19.303 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:19.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:29:19.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:29:19.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A... 06:29:19.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:19.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:19.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:19.323 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:19.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 06:29:19.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:19.325 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:19.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:19.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:19.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:19.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:19.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:19.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:19.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:19.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A finished successfully 06:29:19.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:19.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:19.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:19.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:29:19.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:29:19.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:19.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:19.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:19.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:19.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:19.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:19.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 06:29:19.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:19.327 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:19.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:19.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:19.327 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystem_notFound no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 06:29:19.327 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:19.327 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystems no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 06:29:19.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 06:29:19.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:19.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:19.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:19.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.337 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 06:29:19.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:19.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:19.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:19.339 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29: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 '\*?\QRemote Systems\E') 06:29:19.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:19.341 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:19.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:19.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:19.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:19.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:19.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:19.342 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 06:29:19.342 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:19.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:19.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:19.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:19.343 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:19.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:19.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:19.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:19.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 06:29:19.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:19.344 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 06:29:19.352 DEBUG [main][TreeItemHandler] Selecting tree item: Local 06:29:19.352 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 06:29:19.354 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 06:29:19.355 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:19.355 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:19.368 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:19.368 DEBUG [main][MenuItemLookup] Item match:New 06:29:19.369 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 06:29:19.369 DEBUG [main][MenuItemLookup] Item match:Connection... 06:29:19.369 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 06:29:19.369 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 06:29:19.369 INFO [main][MenuItemHandler] Select menu item: &Connection... 06:29:19.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 06:29:19.428 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 06:29:19.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:19.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:19.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:19.429 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:19.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:19.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:19.429 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:19.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:19.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:19.429 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 06:29:19.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:19.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:19.429 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:19.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:19.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:19.430 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:19.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:19.430 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 06:29:19.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:19.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:19.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:19.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:29:19.431 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:19.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:19.431 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:19.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:19.431 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:19.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:29:19.431 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:19.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:19.431 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:19.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:19.431 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:19.431 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 06:29:19.431 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 06:29:19.431 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 06:29:19.432 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 06:29:19.432 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:19.432 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 06:29:19.432 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) 06:29:19.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:19.433 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:29:19.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:19.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:19.433 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:19.433 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:19.456 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 06:29:19.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:29:19.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:29:19.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:29:19.457 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 06:29:19.459 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 06:29:19.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:29:19.460 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:29:19.460 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System A 06:29:19.460 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:19.460 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 06:29:19.461 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) 06:29:19.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:19.462 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:29:19.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:19.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:19.462 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:19.462 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:19.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:29:19.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:29:19.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:19.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:19.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:29:19.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:19.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:19.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:19.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:19.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:19.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:19.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:19.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A... 06:29:19.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:19.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:19.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:19.511 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:19.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 06:29:19.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:19.513 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:19.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:19.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:19.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:19.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:19.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:19.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 06:29:19.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:19.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A finished successfully 06:29:19.515 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 06:29:19.515 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:19.515 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:19.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:19.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:19.516 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 06:29:19.516 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:19.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:19.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:19.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:19.517 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:19.517 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:19.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:19.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:19.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 06:29:19.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:19.517 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 06:29:19.517 DEBUG [main][TreeItemHandler] Selecting tree item: Local 06:29:19.518 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 06:29:19.519 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 06:29:19.520 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:19.520 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:19.544 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:19.544 DEBUG [main][MenuItemLookup] Item match:New 06:29:19.544 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 06:29:19.544 DEBUG [main][MenuItemLookup] Item match:Connection... 06:29:19.544 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 06:29:19.544 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 06:29:19.545 INFO [main][MenuItemHandler] Select menu item: &Connection... 06:29:19.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 06:29:19.604 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 06:29:19.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:19.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:19.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:19.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'] 06:29:19.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:19.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:19.605 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:19.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:19.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:19.605 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 06:29:19.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:19.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:19.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:19.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:19.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:19.605 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:19.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:19.605 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 06:29:19.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:19.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:19.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:19.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:29:19.606 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:19.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:19.606 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:19.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:19.606 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:19.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:29:19.606 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:19.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:19.606 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:19.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:19.606 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:19.607 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 06:29:19.607 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 06:29:19.607 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 06:29:19.608 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 06:29:19.608 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:19.608 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 06:29:19.608 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) 06:29:19.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:19.609 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:29:19.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:19.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:19.609 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:19.609 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:19.633 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 06:29:19.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:29:19.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:29:19.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:29:19.634 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 06:29:19.637 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 06:29:19.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:29:19.637 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:29:19.637 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System B 06:29:19.638 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:19.638 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 06:29:19.638 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) 06:29:19.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:19.639 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:29:19.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:19.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:19.639 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:19.639 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:19.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:29:19.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:29:19.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:19.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:19.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:29:19.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:19.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:19.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:19.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:19.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:19.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:19.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:19.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B... 06:29:19.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:19.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:19.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:19.736 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:19.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 '\*?\QRemote Systems\E') 06:29:19.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:19.748 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:19.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:19.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:19.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:19.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:19.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:19.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 06:29:19.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:19.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B finished successfully 06:29:19.750 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:19.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:19.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:19.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:19.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:19.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:19.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:19.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:19.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:19.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:19.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:19.751 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:19.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:19.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:19.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:19.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:19.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:19.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:19.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:19.753 INFO [WorkbenchTestable][System] Deleting system Local 06:29:19.753 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 06:29:19.753 INFO [WorkbenchTestable][System] Deleting system Test Remote System A 06:29:19.753 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 06:29:19.753 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 06:29:19.753 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 06:29:19.763 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 06:29:19.763 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 06:29:19.763 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 06:29:19.763 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 06:29:19.765 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 06:29:19.765 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:19.765 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'Connect' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.779 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:29:19.779 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:19.779 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:19.808 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:19.808 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:19.808 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:19.808 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.808 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:19.808 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:19.808 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:19.808 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.808 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:19.808 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.808 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:19.808 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:19.808 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 06:29:19.808 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 06:29:19.808 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 06:29:19.808 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2139): Gtk-CRITICAL **: 06:29:19.820: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:29:19.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 06:29:19.842 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 06:29:19.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 06:29:19.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:19.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:19.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 06:29:19.842 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:19.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:19.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:19.842 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 06:29:19.842 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:19.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:19.846 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 06:29:19.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:19.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:19.846 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:19.846 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:19.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:29:19.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:29:19.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A... 06:29:19.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.869 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:19.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:19.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:19.870 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:19.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 06:29:19.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:19.881 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:19.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:19.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:19.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:19.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:19.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:19.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 06:29:19.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:19.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A finished successfully 06:29:19.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:19.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:19.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:19.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:19.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:19.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:19.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:19.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:19.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:19.883 INFO [WorkbenchTestable][System] Deleting system Test Remote System B 06:29:19.883 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 06:29:19.883 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 06:29:19.883 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 06:29:19.884 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 06:29:19.885 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 06:29:19.885 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 06:29:19.885 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 06:29:19.887 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 06:29:19.887 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:19.887 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'Connect' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.906 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:29:19.906 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:19.906 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:19.917 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:19.917 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:19.917 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:19.917 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.917 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:19.917 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:19.917 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:19.917 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.917 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:19.917 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:19.917 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:19.917 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:19.917 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 06:29:19.917 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 06:29:19.917 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 06:29:19.917 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2139): Gtk-CRITICAL **: 06:29:19.927: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:29:19.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 06:29:19.946 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 06:29:19.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 06:29:19.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:19.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:19.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 06:29:19.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:19.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:19.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:19.947 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 06:29:19.947 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:19.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:19.947 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 06:29:19.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:19.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:19.947 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:19.947 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:19.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:29:19.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:29:19.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B... 06:29:19.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:19.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:19.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:19.966 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:19.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 '\*?\QRemote Systems\E') 06:29:19.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:19.968 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:19.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:19.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:19.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:19.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:19.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:19.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:19.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:19.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B finished successfully 06:29:19.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:19.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:19.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:29:19.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:29:19.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:19.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:19.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:19.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:19.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:19.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:19.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:19.970 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 06:29:19.970 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:19.970 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:19.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:19.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:19.970 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystems no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 06:29:19.970 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:19.970 INFO [WorkbenchTestable][RequirementsRunner] Started test: newConnection no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 06:29:19.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 06:29:19.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:19.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:19.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:19.970 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 06:29:19.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.972 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:19.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:19.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:19.972 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:19.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 06:29:19.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:19.982 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:19.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:19.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:19.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:19.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:19.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:19.983 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:19.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:19.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:19.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:19.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 06:29:19.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:19.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:19.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:19.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:19.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:19.984 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 06:29:19.984 DEBUG [main][TreeItemHandler] Selecting tree item: Local 06:29:19.985 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 06:29:19.986 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 06:29:19.987 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:19.987 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:20.005 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:20.005 DEBUG [main][MenuItemLookup] Item match:New 06:29:20.005 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 06:29:20.005 DEBUG [main][MenuItemLookup] Item match:Connection... 06:29:20.005 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 06:29:20.005 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 06:29:20.006 INFO [main][MenuItemHandler] Select menu item: &Connection... 06:29:20.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 06:29:20.047 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 06:29:20.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:20.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:20.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:20.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'] 06:29:20.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.049 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:20.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.049 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 06:29:20.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:20.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:20.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:20.049 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:20.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:20.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:20.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:20.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:20.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:20.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:20.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:20.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:20.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:20.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:20.049 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:20.049 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Cancel wizard 06:29:20.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:29:20.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:20.050 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:29:20.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:20.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:20.050 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:20.050 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:20.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:29:20.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:29:20.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:20.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:20.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:20.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:20.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:20.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:20.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:20.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:20.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:20.071 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:20.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:20.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:20.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:20.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 06:29:20.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:20.072 INFO [WorkbenchTestable][System] Deleting system Local 06:29:20.072 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 06:29:20.072 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 06:29:20.072 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:20.072 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:20.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:20.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:20.078 INFO [WorkbenchTestable][RequirementsRunner] Finished test: newConnection no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 06:29:20.078 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:20.078 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystems_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 06:29:20.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 06:29:20.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:20.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:20.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:20.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:20.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:20.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:20.081 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:20.081 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 06:29:20.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:20.083 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:20.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:20.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:20.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:20.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:20.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:20.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 06:29:20.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:20.085 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:20.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:20.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:20.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:20.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:20.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:20.085 INFO [WorkbenchTestable][System] Deleting system Local 06:29:20.085 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 06:29:20.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 06:29:20.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:20.085 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:20.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:20.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:20.086 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystems_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 06:29:20.086 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:20.086 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 06:29:20.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 06:29:20.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:20.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:20.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:20.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.104 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 06:29:20.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:20.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:20.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:20.106 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:20.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 '\*?\QRemote Systems\E') 06:29:20.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:20.116 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:20.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:20.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:20.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:20.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:20.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:20.118 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 06:29:20.118 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:20.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:20.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:20.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:20.118 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:20.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:20.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:20.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:20.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 06:29:20.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:20.119 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 06:29:20.119 DEBUG [main][TreeItemHandler] Selecting tree item: Local 06:29:20.120 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 06:29:20.122 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 06:29:20.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:20.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:20.141 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:20.141 DEBUG [main][MenuItemLookup] Item match:New 06:29:20.141 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 06:29:20.141 DEBUG [main][MenuItemLookup] Item match:Connection... 06:29:20.141 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 06:29:20.141 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 06:29:20.141 INFO [main][MenuItemHandler] Select menu item: &Connection... 06:29:20.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 06:29:20.197 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 06:29:20.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:20.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:20.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:20.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'] 06:29:20.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.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'] 06:29:20.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.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 Connection"] 06:29:20.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:20.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:20.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:20.198 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:20.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.199 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 06:29:20.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:20.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:20.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:20.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:29:20.200 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:20.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:20.200 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:20.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:20.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:20.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:29:20.200 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:20.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:20.200 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:20.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:20.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:20.200 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 06:29:20.200 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 06:29:20.200 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 06:29:20.201 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 06:29:20.201 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:20.201 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 06:29:20.201 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) 06:29:20.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:20.202 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:29:20.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:20.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:20.202 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:20.202 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:20.225 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 06:29:20.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:29:20.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:29:20.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:29:20.226 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 06:29:20.229 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 06:29:20.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:29:20.229 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:29:20.230 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System A 06:29:20.230 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:20.230 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 06:29:20.230 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) 06:29:20.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:20.231 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:29:20.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:20.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:20.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:20.231 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:20.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:29:20.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:29:20.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:20.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:20.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:20.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:20.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:20.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:20.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:20.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:20.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:20.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A... 06:29:20.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:20.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:20.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:20.270 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:20.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 '\*?\QRemote Systems\E') 06:29:20.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:20.272 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:20.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:20.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:20.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:20.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:20.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:20.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 06:29:20.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:20.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A finished successfully 06:29:20.303 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 06:29:20.303 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:20.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:20.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:20.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:20.304 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 06:29:20.304 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:20.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:20.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:20.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:20.305 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:20.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:20.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:20.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:20.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 06:29:20.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:20.305 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 06:29:20.305 DEBUG [main][TreeItemHandler] Selecting tree item: Local 06:29:20.306 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 06:29:20.307 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 06:29:20.308 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:20.308 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:20.322 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:20.322 DEBUG [main][MenuItemLookup] Item match:New 06:29:20.322 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 06:29:20.322 DEBUG [main][MenuItemLookup] Item match:Connection... 06:29:20.322 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 06:29:20.322 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 06:29:20.322 INFO [main][MenuItemHandler] Select menu item: &Connection... 06:29:20.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 06:29:20.365 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 06:29:20.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:20.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:20.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:20.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'] 06:29:20.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.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'] 06:29:20.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.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: "New Connection"] 06:29:20.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 06:29:20.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:20.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:20.366 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:20.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.366 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 06:29:20.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:20.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:20.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:20.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:29:20.367 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:20.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:20.367 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:20.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:20.367 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:20.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:29:20.367 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:20.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:20.368 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:20.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:20.368 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:20.368 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 06:29:20.368 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 06:29:20.368 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 06:29:20.369 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 06:29:20.369 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:20.369 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 06:29:20.369 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) 06:29:20.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:20.370 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:29:20.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:20.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:20.370 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:20.370 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:20.409 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 06:29:20.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:29:20.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:29:20.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:29:20.409 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 06:29:20.412 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 06:29:20.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:29:20.413 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:29:20.413 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System B 06:29:20.413 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 06:29:20.413 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 06:29:20.413 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) 06:29:20.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:20.415 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:29:20.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:20.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:20.415 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:20.415 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:20.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:29:20.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:29:20.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:20.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:20.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:29:20.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:20.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:20.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:20.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:20.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:20.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:20.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:20.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B... 06:29:20.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.452 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:20.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:20.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:20.453 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:20.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 06:29:20.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:20.455 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:20.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:20.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:20.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:20.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:20.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:20.456 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:20.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:20.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B finished successfully 06:29:20.457 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:20.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:20.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:20.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:20.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 06:29:20.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:20.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:20.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:20.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:20.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:20.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:20.458 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:20.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:20.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:20.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:20.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:20.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:20.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:20.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:20.470 INFO [WorkbenchTestable][System] Deleting system Local 06:29:20.470 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 06:29:20.470 INFO [WorkbenchTestable][System] Deleting system Test Remote System A 06:29:20.470 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 06:29:20.470 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 06:29:20.470 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 06:29:20.471 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 06:29:20.471 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 06:29:20.472 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 06:29:20.472 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 06:29:20.473 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 06:29:20.473 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:20.473 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'Connect' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:20.495 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:29:20.495 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:20.495 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:20.505 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:20.505 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:20.505 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:20.505 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:20.505 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:20.505 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:20.505 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:20.505 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:20.505 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:20.505 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:20.505 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:20.505 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:20.505 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 06:29:20.505 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 06:29:20.505 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 06:29:20.505 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2139): Gtk-CRITICAL **: 06:29:20.516: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:29:20.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 06:29:20.535 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 06:29:20.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 06:29:20.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:20.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:20.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:29:20.535 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:20.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:20.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:20.535 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 06:29:20.535 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:20.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:20.536 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 06:29:20.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:20.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:20.536 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:20.536 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:20.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:29:20.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:29:20.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A... 06:29:20.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.557 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:20.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:20.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:20.557 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:20.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 '\*?\QRemote Systems\E') 06:29:20.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:20.559 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:20.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:20.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:20.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:20.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:20.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:20.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 06:29:20.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:20.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A finished successfully 06:29:20.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:20.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:20.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:29:20.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:29:20.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:20.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:20.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:20.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:20.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:20.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:20.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:20.570 INFO [WorkbenchTestable][System] Deleting system Test Remote System B 06:29:20.570 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 06:29:20.570 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 06:29:20.570 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 06:29:20.571 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 06:29:20.572 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 06:29:20.572 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 06:29:20.572 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 06:29:20.573 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 06:29:20.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:20.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'Connect' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:20.586 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 06:29:20.586 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:20.586 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:20.596 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:20.596 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:20.596 DEBUG [main][MenuItemLookup] Found menu:'Go To' 06:29:20.596 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:20.596 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:20.596 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 06:29:20.596 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 06:29:20.596 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:20.596 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:20.596 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:20.596 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:29:20.596 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 06:29:20.596 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 06:29:20.596 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 06:29:20.596 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 06:29:20.596 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2139): Gtk-CRITICAL **: 06:29:20.607: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:29:20.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 06:29:20.627 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 06:29:20.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 06:29:20.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:20.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:20.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:29:20.629 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:20.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:20.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:20.630 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 06:29:20.630 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:20.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:20.630 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 06:29:20.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:20.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:20.630 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:20.630 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:20.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:29:20.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:29:20.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B... 06:29:20.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:20.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:20.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:20.652 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:20.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 06:29:20.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:20.654 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:20.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:20.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:20.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:20.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:20.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:20.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 06:29:20.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:20.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B finished successfully 06:29:20.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:20.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:20.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:29:20.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:20.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:20.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:20.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:20.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:20.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:20.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:20.656 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 06:29:20.656 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:20.656 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:20.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:20.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:20.656 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 06:29:20.656 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:20.656 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystem_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 06:29:20.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 06:29:20.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:20.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:20.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:20.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:20.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:20.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:20.659 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:20.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 06:29:20.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:20.660 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:20.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:20.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:20.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:20.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:20.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:20.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:20.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:20.671 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 06:29:20.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 06:29:20.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:20.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:20.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:20.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:20.672 INFO [WorkbenchTestable][System] Deleting system Local 06:29:20.672 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 06:29:20.672 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 06:29:20.672 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:20.672 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:20.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:20.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:20.672 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystem_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 06:29:20.672 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 06:29:20.672 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:20.672 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:20.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:20.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.664 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.318 s getSystems no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.643 s newConnection no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.108 s getSystems_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.008 s getSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.57 s getSystem_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.016 s Running org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 06:29:20.676 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 06:29:20.676 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:29:20.677 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:20.677 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 06:29:20.677 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:20.677 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:29:20.677 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:20.677 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:29:20.677 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:20.677 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:20.677 INFO [WorkbenchTestable][RequirementsRunner] Started test: getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest) 06:29:20.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 06:29:20.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:20.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:20.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:20.678 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) 06:29:20.686 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest.getRepoTest.png 06:29:20.740 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 06:29:20.740 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 06:29:20.740 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:20.740 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:20.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:20.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:20.742 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: getRepoTest no-configuration(org.eclipse.reddeer.eorg.eclipse.reddeer.workbench.exception.WorkbenchLayerException: View 'Matcher matching widget which text matches: Matcher matchclipse.test.mylyn.tasks.ui.view.TaskListViewTest) ing 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) 06:29:20.742 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest) 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) 06:29:20.742 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.e at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) clipse.test.mylyn.tasks.ui.view.TaskListViewTest 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) 06:29:20.742 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 06:29:20.742 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 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) 06:29:20.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:20.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 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.064 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 06:29:20.747 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 06:29:20.747 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:29:20.747 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:20.747 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 06:29:20.747 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:20.747 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:29:20.747 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:20.747 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:29:20.747 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:20.748 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:20.748 INFO [WorkbenchTestable][RequirementsRunner] Started test: getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest) 06:29:20.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 06:29:20.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:20.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:20.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:20.748 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) 06:29:20.749 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest.getRepoTest.png 06:29:20.801 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 06:29:20.801 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 06:29:20.801 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:20.801 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:20.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:20.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:20.803 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) 06:29:20.803 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getRepoTest no-configuration(org.eclipse.reddeer.eclips at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) e.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 06:29:20.803 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.e at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) clipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 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) 06:29:20.803 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) 06:29:20.803 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 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) 06:29:20.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:20.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.056 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 06:29:20.807 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 06:29:20.807 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:29:20.808 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:20.808 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 06:29:20.808 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:20.808 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:29:20.808 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:20.808 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:29:20.808 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:20.808 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:20.809 INFO [WorkbenchTestable][RequirementsRunner] Started test: openPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 06:29:20.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 06:29:20.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:20.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:20.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:20.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.809 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:29:20.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.810 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:20.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:20.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:20.810 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:20.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 '\*?\QPackage Explorer\E') 06:29:20.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:20.810 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:20.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:20.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:20.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:20.827 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:29:20.827 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 06:29:20.827 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:20.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.827 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:20.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 06:29:20.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:20.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:20.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:20.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 06:29:20.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:20.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:20.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:20.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:20.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:20.829 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:20.829 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:20.829 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:20.829 DEBUG [main][MenuItemLookup] Item match:File 06:29:20.829 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:29:20.829 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:29:20.833 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:29:20.833 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:29:20.833 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:20.833 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:29:20.833 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:29:20.833 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:29:20.833 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:29:20.833 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:29:20.833 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:29:20.833 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:29:20.833 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:29:20.833 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:29:20.833 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:20.833 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:29:20.833 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:29:20.833 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:20.833 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:29:20.833 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:20.833 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:29:20.833 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:29:20.834 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:29:20.834 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:29:20.834 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:29:20.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:29:20.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:29:20.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:29:20.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:20.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:20.887 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:29:20.887 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:29:20.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:20.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:20.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:20.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 06:29:20.893 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 06:29:20.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:20.893 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 06:29:20.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:20.893 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 06:29:20.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 06:29:20.893 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 06:29:20.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:20.893 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 06:29:20.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:20.893 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 06:29:20.893 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 06:29:20.893 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 06:29:20.894 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 06:29:20.896 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 06:29:20.896 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:29:20.896 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:29:20.896 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:29:20.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:20.897 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:29:20.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:20.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:20.897 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:20.897 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:20.977 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:20.987 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.987 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.987 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.... 06:29:20.987 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 06:29:20.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 06:29:20.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:20.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:20.988 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 06:29:20.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:20.988 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:") 06:29:20.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:29:20.990 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:29:20.990 INFO [WorkbenchTestable][AbstractText] Text set to: webProject 06:29:20.992 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 06:29:20.992 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 06:29:20.992 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) 06:29:20.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:20.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:20.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:20.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:20.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:20.994 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:29:20.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:20.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:20.994 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:20.994 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:20.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:20.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 06:29:20.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 06:29:20.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-jsrkq' is not running, skipped 06:29:20.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:20.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:20.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:20.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:20.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:20.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:20.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Associated Perspective?"] is available.... 06:29:21.497 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 06:29:21.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 "Open Perspective") 06:29:21.497 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:21.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:21.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:21.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Associated Perspective?" as the parent 06:29:21.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:21.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:21.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:21.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:21.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:21.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:21.497 INFO [WorkbenchTestable][AbstractButton] Click button &Open Perspective 06:29:21.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:21.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:21.497 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:21.497 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:21.656 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:21.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:21.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:21.697 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:21.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:21.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:21.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:21.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:21.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:21.699 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 06:29:21.699 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 06:29:21.699 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:21.699 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:29:21.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:21.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:21.749 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 06:29:21.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:21.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:21.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:21.749 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:21.749 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:21.750 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:21.750 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:29:21.750 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:29:21.750 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:29:21.750 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:29:21.750 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:29:21.750 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:29:21.750 DEBUG [main][MenuItemLookup] Item match:Window 06:29:21.794 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:29:21.794 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:29:21.794 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:29:21.794 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:21.794 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:29:21.794 DEBUG [main][MenuItemLookup] Item match:Show View 06:29:21.797 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 06:29:21.797 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:29:21.797 DEBUG [main][MenuItemLookup] Found menu:'Data Source Explorer' 06:29:21.797 DEBUG [main][MenuItemLookup] Found menu:'Markers' 06:29:21.797 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:29:21.797 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:29:21.797 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:29:21.797 DEBUG [main][MenuItemLookup] Found menu:'Properties' 06:29:21.797 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:29:21.797 DEBUG [main][MenuItemLookup] Found menu:'Servers' 06:29:21.797 DEBUG [main][MenuItemLookup] Found menu:'Snippets' 06:29:21.797 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:21.797 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:29:21.797 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:29:21.808 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:29:21.808 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:29:21.808 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:29:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:29:21.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:29:21.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:29:21.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:21.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:21.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:29:21.921 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:21.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:21.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:21.921 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:29:21.921 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:21.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:21.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:21.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:21.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:21.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:21.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:21.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:21.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:29:21.922 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:29:21.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:21.923 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:29:21.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:21.923 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:29:21.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:29:21.923 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:29:21.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:21.923 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:29:21.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:21.923 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:29:21.923 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 06:29:21.923 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 06:29:21.923 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 06:29:21.923 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 06:29:21.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:21.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:21.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:21.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:29:21.923 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:21.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:21.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:21.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:29:21.924 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:21.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:21.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:21.924 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:29:21.924 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:21.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:21.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:21.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:21.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:21.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:21.925 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:29:21.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:21.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:21.925 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:21.925 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:22.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:29:22.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:29:22.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 06:29:22.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:22.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:22.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 06:29:22.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:22.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:22.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:22.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:22.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:22.019 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:22.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:29:22.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:22.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:22.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:22.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:22.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:22.021 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:22.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:22.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:22.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:22.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:22.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:22.023 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:22.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:22.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:22.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:22.023 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:22.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:22.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:22.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:22.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:22.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:22.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:22.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:22.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:23.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:23.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:23.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:29:23.025 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:23.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:23.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:23.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:23.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 06:29:23.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:23.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:23.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:23.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:23.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:23.027 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 06:29:23.027 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:23.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:23.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:23.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:23.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:23.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:23.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:23.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:23.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:24.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:24.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:24.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:29:24.041 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:24.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:24.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:24.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:24.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:24.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:24.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:24.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:24.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:24.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:24.043 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 06:29:24.043 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:24.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:24.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:24.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:24.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:24.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:24.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:24.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:24.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:24.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:24.044 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:29:24.044 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:29:24.044 DEBUG [main][TreeItemHandler] Set Tree selection 06:29:24.044 DEBUG [main][TreeHandler] Notify Tree about selection event 06:29:24.045 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:29:24.045 DEBUG [WorkbenchTestable][TreeItemHandler] webProject 06:29:24.045 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:24.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:24.068 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:24.068 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:24.068 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:24.068 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:24.068 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:29:24.068 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:29:24.068 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:24.068 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:29:24.068 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:29:24.068 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:29:24.068 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:29:24.068 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:24.068 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:29:24.068 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:29:24.068 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:29:24.068 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:29:24.068 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:24.068 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:29:24.068 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:29:24.068 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:24.068 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:24.068 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:29:24.068 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:29:24.068 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:29:24.068 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:29:24.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:24.068 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 06:29:24.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:29:24.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:29:24.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:29:24.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:24.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:24.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:24.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:24.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:29:24.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:24.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:24.569 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:24.569 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:24.589 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:24.589 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:24.589 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:24.589 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:24.589 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:29:24.589 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:29:24.589 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:24.589 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:29:24.589 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:29:24.589 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:29:24.589 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:29:24.589 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:29:24.589 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:29:24.589 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:29:24.590 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:29:24.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:29:25.154 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 06:29:25.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:29:25.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:25.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:25.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: 32) 06:29:25.156 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:25.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:25.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:25.157 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:29:25.157 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:25.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:25.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:25.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:25.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:25.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:25.158 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:29:25.158 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:29:25.158 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:29:25.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:25.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:25.158 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:25.158 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:25.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:29:25.158 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:25.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:25.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:25.159 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:29:25.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:25.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:25.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:25.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:25.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:25.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:25.159 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:29:25.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:25.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:25.159 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:25.159 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:25.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:29:25.161 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:29:25.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:29:25.662 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:29:25.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:25.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:29:25.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:29:25.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:25.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:25.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:25.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:25.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:25.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:25.662 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 06:29:25.662 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:25.662 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:25.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:25.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:25.663 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 06:29:25.663 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:25.663 INFO [WorkbenchTestable][RequirementsRunner] Started test: doNotOpenPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 06:29:25.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 06:29:25.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:25.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:25.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:25.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:25.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:25.665 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:29:25.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:25.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:25.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:25.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:25.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:25.666 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:25.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 '\*?\QPackage Explorer\E') 06:29:25.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:25.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:25.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:25.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:25.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:25.668 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:25.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:25.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:25.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:25.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:25.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:25.669 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:29:25.669 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 06:29:25.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:25.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:25.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:25.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:25.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:25.669 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") 06:29:25.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:25.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:25.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:25.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:25.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:29:25.671 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 06:29:25.671 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:29:25.671 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:25.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 06:29:25.706 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 06:29:25.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 06:29:25.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:25.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:25.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 06:29:25.706 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:25.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:25.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:25.706 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:29:25.706 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:25.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:25.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:25.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:25.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:25.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:29:25.707 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 06:29:25.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:29:25.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:29:25.707 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 06:29:25.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:29:25.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:29:25.707 TRACE [main][WidgetHandler] Notify Table with event 13 06:29:25.707 TRACE [main][WidgetHandler] Wait for synchronization 06:29:25.707 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:25.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:25.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:25.707 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:29:25.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:25.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:25.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:25.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:29:25.708 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:25.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:25.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:25.708 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:29:25.708 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:25.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:25.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:25.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:25.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:25.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:25.709 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:29:25.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:25.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:25.709 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:25.709 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:25.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:29:25.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:29:25.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'] 06:29:25.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:25.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'] 06:29:25.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:25.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 Dynamic Web Project"] 06:29:25.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:25.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'] 06:29:25.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:25.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'] 06:29:25.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:25.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'] 06:29:25.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:25.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 Dynamic Web Project"] 06:29:25.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:25.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'] 06:29:25.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:25.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'] 06:29:25.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:25.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:25.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:25.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:25.760 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:25.760 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:25.760 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:25.760 DEBUG [main][MenuItemLookup] Item match:File 06:29:25.760 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:29:25.760 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:29:25.764 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:29:25.764 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:29:25.764 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:25.764 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:29:25.764 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:29:25.764 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:29:25.764 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:29:25.764 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:29:25.764 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:29:25.764 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:29:25.764 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:29:25.764 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:29:25.764 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:25.764 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:29:25.764 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:29:25.764 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:25.764 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:29:25.764 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:25.764 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:29:25.764 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:29:25.765 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:29:25.765 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:29:25.765 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:29:25.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:29:25.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 06:29:25.823 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:29:25.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:25.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:25.823 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:29:25.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:25.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 06:29:25.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:25.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:25.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:25.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:25.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:25.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:25.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:25.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 06:29:25.825 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 06:29:25.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:25.825 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 06:29:25.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:25.825 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 06:29:25.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 06:29:25.825 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 06:29:25.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:25.825 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 06:29:25.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:25.825 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 06:29:25.825 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 06:29:25.825 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 06:29:25.826 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 06:29:25.826 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 06:29:25.826 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:29:25.826 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:29:25.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) 06:29:25.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:25.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:25.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:25.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:25.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:25.827 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:29:25.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:25.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:25.827 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:25.827 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:25.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'] 06:29:25.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:25.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:25.895 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.... 06:29:25.896 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 06:29:25.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 06:29:25.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:25.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:25.896 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 06:29:25.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:25.897 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:") 06:29:25.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:25.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:25.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:25.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:25.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:29:25.898 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:29:25.898 INFO [WorkbenchTestable][AbstractText] Text set to: webProject 06:29:25.900 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 06:29:25.900 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 06:29:25.900 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) 06:29:25.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:25.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:25.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:25.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:25.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:25.901 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:29:25.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:25.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:25.901 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:25.901 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:25.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:25.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 06:29:25.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 06:29:25.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 06:29:25.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:29:25.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 06:29:25.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 06:29:25.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:25.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:25.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:25.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:25.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Associated Perspective?"] is available.... 06:29:26.427 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 06:29:26.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 "No", Widget matcher matching widgets with style: 8) 06:29:26.428 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:26.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:26.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:26.428 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Associated Perspective?" as the parent 06:29:26.428 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:26.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:26.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:26.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:26.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:26.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:26.430 INFO [WorkbenchTestable][AbstractButton] Click button &No 06:29:26.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:26.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:26.430 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:26.430 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:26.518 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:26.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:26.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:26.519 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:26.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:26.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:26.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:26.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:26.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:26.520 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 06:29:26.520 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 06:29:26.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:26.520 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:29:26.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:26.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:26.549 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 06:29:26.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:26.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:26.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:26.549 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:26.549 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:26.549 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:26.549 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:29:26.549 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:29:26.549 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:29:26.549 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:29:26.549 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:29:26.549 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:29:26.549 DEBUG [main][MenuItemLookup] Item match:Window 06:29:26.550 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:29:26.550 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:29:26.550 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:29:26.550 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:26.550 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:29:26.550 DEBUG [main][MenuItemLookup] Item match:Show View 06:29:26.553 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:29:26.553 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:29:26.553 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:29:26.553 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:29:26.553 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:29:26.553 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:29:26.553 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:29:26.553 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:29:26.553 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:29:26.553 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:29:26.553 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:29:26.553 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:29:26.553 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:29:26.553 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:29:26.553 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:26.553 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:29:26.553 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:29:26.553 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:29:26.553 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:29:26.553 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:29:26.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:29:26.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:29:26.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:29:26.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:26.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:26.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:29:26.641 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:26.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:26.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:26.641 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:29:26.641 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:26.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:26.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:26.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:26.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:26.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:26.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:26.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:26.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:29:26.642 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:29:26.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:26.642 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:29:26.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:26.642 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:29:26.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:29:26.642 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:29:26.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:26.643 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:29:26.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:26.643 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:29:26.643 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 06:29:26.643 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 06:29:26.643 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 06:29:26.643 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 06:29:26.643 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:26.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:26.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:26.643 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:29:26.643 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:26.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:26.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:26.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:29:26.644 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:26.644 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:29:26.644 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:26.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:26.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:26.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:26.645 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:29:26.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:26.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:26.645 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:26.645 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:26.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:29:26.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:29:26.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 06:29:26.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:26.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:26.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 06:29:26.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:26.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:26.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:26.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:26.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:26.730 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:26.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 '\*?\QPackage Explorer\E') 06:29:26.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:26.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:26.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:26.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:26.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:26.731 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:26.731 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:26.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:26.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:26.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:26.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:26.732 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:26.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:26.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:26.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:26.733 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:26.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:26.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:26.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:26.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:26.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:26.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:27.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:27.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:27.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:27.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:27.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:29:27.735 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:27.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:27.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:27.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:27.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 06:29:27.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:27.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:27.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:27.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:27.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:27.736 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 06:29:27.736 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:27.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:27.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:27.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:27.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:27.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:27.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:28.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:28.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:28.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:28.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:28.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:29:28.780 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:28.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:28.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:28.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:28.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 06:29:28.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:28.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:28.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:28.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:28.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:28.781 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 06:29:28.781 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:28.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:28.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:28.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:28.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 06:29:28.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:28.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:28.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:28.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:28.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:28.782 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:29:28.782 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:29:28.782 DEBUG [main][TreeItemHandler] Set Tree selection 06:29:28.782 DEBUG [main][TreeHandler] Notify Tree about selection event 06:29:28.783 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:29:28.783 DEBUG [WorkbenchTestable][TreeItemHandler] webProject 06:29:28.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:28.783 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:28.826 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:28.826 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:28.826 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:28.826 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:28.826 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:29:28.826 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:29:28.826 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:28.826 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:29:28.826 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:29:28.826 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:29:28.826 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:29:28.826 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:28.826 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:29:28.826 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:29:28.826 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:29:28.826 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:29:28.826 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:28.826 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:29:28.826 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:29:28.826 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:28.826 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:28.826 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:29:28.826 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:29:28.826 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:29:28.826 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:29:28.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:28.827 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 06:29:28.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:29:29.327 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 06:29:29.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:29:29.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:29:29.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:29.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:29.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:29:29.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:29.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:29.327 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:29.327 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:29.346 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:29.346 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:29.346 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:29.346 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:29.346 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:29:29.346 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:29:29.346 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:29.346 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:29:29.346 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:29:29.346 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:29:29.346 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:29:29.346 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:29:29.346 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:29:29.346 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:29:29.346 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:29:29.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:29:29.940 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 06:29:29.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:29:29.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:29.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:29.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: 32) 06:29:29.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:29.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:29.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:29.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:29:29.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:29.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:29.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:29.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:29.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:29.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:29.943 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:29:29.943 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:29:29.943 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:29:29.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:29.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:29.944 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:29.944 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:29.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:29:29.944 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:29.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:29.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:29.944 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:29:29.944 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:29.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:29.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:29.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:29.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:29.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:29.944 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:29:29.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:29.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:29.944 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:29.944 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:29.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:29:29.946 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:29:30.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:29:30.447 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:29:30.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:30.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:29:30.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:29:30.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:30.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:30.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:30.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:30.447 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 06:29:30.447 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:30.447 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:30.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:30.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:30.447 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doNotOpenPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 06:29:30.447 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:30.448 INFO [WorkbenchTestable][RequirementsRunner] Started test: testThrowException no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 06:29:30.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 06:29:30.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:30.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:30.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:30.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:30.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:30.448 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:29:30.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:30.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:30.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:30.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:30.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:30.449 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:30.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:29:30.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:30.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:30.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:30.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:30.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:30.449 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:30.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:30.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:30.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:30.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:30.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:30.450 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:29:30.450 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 06:29:30.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'] 06:29:30.458 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:30.458 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:30.458 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:30.458 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 06:29:30.458 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:30.458 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:30.458 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:30.458 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:30.458 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:30.458 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:30.458 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:30.458 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 06:29:30.458 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:30.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'] 06:29:30.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:30.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'] 06:29:30.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:30.459 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:30.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:30.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:30.459 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:30.459 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:30.459 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:30.459 DEBUG [main][MenuItemLookup] Item match:File 06:29:30.460 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:29:30.460 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:29:30.462 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:29:30.462 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:29:30.462 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:30.462 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:29:30.462 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:29:30.462 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:29:30.462 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:29:30.462 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:29:30.462 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:29:30.462 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:29:30.462 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:29:30.462 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:29:30.462 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:30.462 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:29:30.462 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:29:30.462 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:30.462 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:29:30.462 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:30.462 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:29:30.462 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:29:30.463 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:29:30.463 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:29:30.463 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:29:30.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:29:30.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:29:30.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:29:30.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:30.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:30.522 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:29:30.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:30.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:29:30.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:30.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:30.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:30.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:30.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:30.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:30.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:30.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 06:29:30.524 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 06:29:30.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:30.524 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 06:29:30.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:30.524 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 06:29:30.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 06:29:30.524 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 06:29:30.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:30.524 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 06:29:30.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:30.524 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 06:29:30.524 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 06:29:30.524 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 06:29:30.525 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 06:29:30.525 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 06:29:30.525 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:29:30.525 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:29:30.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:29:30.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:30.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:30.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:30.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:30.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:30.526 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:29:30.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:30.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:30.526 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:30.526 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:30.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'] 06:29:30.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:30.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:30.592 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.... 06:29:30.592 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 06:29:30.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 06:29:30.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:30.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:30.593 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 06:29:30.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:30.593 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:") 06:29:30.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:30.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:30.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:30.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:30.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:29:30.594 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:29:30.594 INFO [WorkbenchTestable][AbstractText] Text set to: webProject 06:29:30.596 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 06:29:30.596 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 06:29:30.596 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) 06:29:30.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:30.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:30.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:30.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:30.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:30.597 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:29:30.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:30.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:30.597 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:30.597 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:30.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:30.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 06:29:30.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 06:29:30.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:29:30.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:30.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:30.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:30.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:30.606 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:30.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:30.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:30.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 06:29:30.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused finished successfully 06:29:30.727 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:30.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:30.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:30.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:30.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:30.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:30.729 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 06:29:30.729 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 06:29:30.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:30.729 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:29:30.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:30.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:30.756 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 06:29:30.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:30.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:30.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:30.757 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:30.757 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:30.757 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:30.757 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:29:30.757 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:29:30.757 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:29:30.757 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:29:30.757 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:29:30.757 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:29:30.757 DEBUG [main][MenuItemLookup] Item match:Window 06:29:30.757 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:29:30.757 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:29:30.757 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:29:30.757 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:30.757 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:29:30.757 DEBUG [main][MenuItemLookup] Item match:Show View 06:29:30.760 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:29:30.760 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:29:30.760 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:29:30.760 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:29:30.760 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:29:30.760 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:29:30.760 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:29:30.760 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:29:30.760 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:29:30.760 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:29:30.760 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:29:30.760 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:29:30.760 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:29:30.760 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:29:30.760 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:30.760 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:29:30.760 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:29:30.761 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:29:30.761 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:29:30.761 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:29:30.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:29:30.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:29:30.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:29:30.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:30.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:30.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:29:30.832 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:30.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:30.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:30.832 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:29:30.832 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:30.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:30.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:30.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:30.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:30.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:30.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:30.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:30.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:29:30.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:29:30.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:30.833 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:29:30.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:30.833 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:29:30.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:29:30.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:29:30.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:30.833 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:29:30.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:30.833 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:29:30.833 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 06:29:30.833 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 06:29:30.833 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 06:29:30.833 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 06:29:30.834 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:30.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:30.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:30.834 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:29:30.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:30.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:30.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:30.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 "Open") 06:29:30.834 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:30.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:30.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:30.834 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:29:30.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:30.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:30.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:30.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:30.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:30.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:30.835 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:29:30.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:30.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:30.835 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:30.835 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:30.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:29:30.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:29:30.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 06:29:30.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:30.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:30.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 06:29:30.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:30.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:30.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:30.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:30.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:30.927 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:30.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:29:30.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:30.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:30.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:30.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:30.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:30.927 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:30.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:30.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:30.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:30.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:30.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:30.929 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:30.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:30.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:30.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:30.929 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:30.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:30.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:30.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:30.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:30.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:30.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:31.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:31.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:31.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:31.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:31.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:29:31.931 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:31.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:31.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:31.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:31.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 06:29:31.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:31.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:31.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:31.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:31.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:31.933 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 06:29:31.933 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:31.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:31.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:31.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:31.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:31.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:31.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:32.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:32.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:32.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:32.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:32.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:29:32.935 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:32.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:32.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:32.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:32.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 06:29:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:32.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:32.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:32.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:32.936 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 06:29:32.936 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:29:32.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:29:32.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:32.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:32.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 06:29:32.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:32.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:32.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:32.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:32.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:32.937 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:29:32.937 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:29:32.937 DEBUG [main][TreeItemHandler] Set Tree selection 06:29:32.937 DEBUG [main][TreeHandler] Notify Tree about selection event 06:29:32.939 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:29:32.939 DEBUG [WorkbenchTestable][TreeItemHandler] webProject 06:29:32.939 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:32.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:32.960 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:32.960 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:32.960 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:32.961 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:32.961 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:29:32.961 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:29:32.961 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:32.961 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:29:32.961 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:29:32.961 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:29:32.961 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:29:32.961 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:32.961 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:29:32.961 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:29:32.961 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:29:32.961 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:29:32.961 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:32.961 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:29:32.961 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:29:32.961 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:32.961 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:32.961 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:29:32.961 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:29:32.961 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:29:32.961 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:29:32.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:32.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 06:29:33.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 06:29:33.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:29:33.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:29:33.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:33.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:33.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:29:33.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:33.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:33.461 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:33.461 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:33.528 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:33.528 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:33.528 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:33.528 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 06:29:33.528 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:29:33.528 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:29:33.528 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:33.528 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:29:33.528 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:29:33.528 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:29:33.528 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:29:33.529 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:29:33.529 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:29:33.529 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:29:33.529 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:29:33.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:29:34.126 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 06:29:34.127 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:29:34.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:34.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:34.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:29:34.129 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:34.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:34.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:34.129 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:29:34.129 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:34.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:34.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:34.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:34.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:34.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:34.130 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:29:34.130 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:29:34.130 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:29:34.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:34.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:34.130 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:34.130 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:34.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:29:34.130 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:34.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:34.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:34.130 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:29:34.130 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:34.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:34.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:34.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:34.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:34.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:34.131 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:29:34.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:34.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:34.131 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:34.131 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:34.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:29:34.133 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:29:34.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:29:34.634 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:29:34.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:34.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:29:34.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:29:34.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:29:34.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:34.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:34.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:34.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:34.634 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 06:29:34.634 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:34.634 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:34.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:34.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:34.635 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testThrowException no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 06:29:34.635 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 06:29:34.635 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:34.635 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:34.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:34.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.828 s - in org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest openPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) Time elapsed: 4.854 s doNotOpenPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) Time elapsed: 4.784 s testThrowException no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) Time elapsed: 4.187 s Running org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 06:29:34.639 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 06:29:34.640 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:29:34.640 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:34.640 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 06:29:34.640 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:34.640 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:29:34.640 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:34.640 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:29:34.640 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:34.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:34.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:34.642 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:29:34.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:34.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:34.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:34.643 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:34.643 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:34.643 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:34.643 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:29:34.643 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:29:34.643 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:29:34.643 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:29:34.643 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:29:34.643 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:29:34.643 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:29:34.643 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:29:34.643 DEBUG [main][MenuItemLookup] Item match:Window 06:29:34.657 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:29:34.657 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:29:34.657 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:29:34.657 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:34.657 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:29:34.657 DEBUG [main][MenuItemLookup] Item match:Show View 06:29:34.660 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:29:34.660 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:29:34.660 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:29:34.660 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:29:34.660 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:29:34.660 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:29:34.660 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:29:34.660 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:29:34.660 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:29:34.660 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:29:34.660 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:29:34.660 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:29:34.660 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:29:34.660 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:29:34.660 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:34.660 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:29:34.660 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:29:34.667 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:29:34.667 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:29:34.667 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:29:34.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:29:34.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:29:34.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:29:34.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:34.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:34.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:29:34.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:34.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:34.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:34.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:29:34.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:34.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:34.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:34.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:34.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:34.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:34.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:34.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:34.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:29:34.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:34.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:34.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:34.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:34.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:34.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:29:34.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:29:34.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:34.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:29:34.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:34.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:29:34.725 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:29:34.725 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:29:34.725 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:29:34.725 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:29:34.725 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:34.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:34.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:34.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:29:34.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:34.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:34.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:34.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") 06:29:34.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:34.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:34.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:34.726 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:29:34.726 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:34.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:34.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:34.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:34.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:34.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:34.726 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:29:34.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:34.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:34.727 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:34.727 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:34.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:29:34.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:29:34.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:29:34.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:34.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:34.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:29:34.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:34.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:34.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:34.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:34.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:34.759 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:34.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:29:34.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:34.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:34.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:34.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:34.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:34.760 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:34.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:34.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:34.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:34.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:34.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:34.761 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:34.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:34.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:34.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:34.762 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:34.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:34.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:34.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:34.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:34.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:34.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:35.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:35.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:35.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:35.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:35.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:29:35.764 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:35.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:35.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:35.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:35.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:35.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:35.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:35.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:35.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:35.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:35.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 'New|Select a wizard'] 06:29:35.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:35.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 'New|Select a wizard'] 06:29:35.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:35.766 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Maven Project"] 06:29:35.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:35.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 'New|Select a wizard'] 06:29:35.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:35.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 'New|Select a wizard'] 06:29:35.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:35.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 'New|Select a wizard'] 06:29:35.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:35.766 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Maven Project"] 06:29:35.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:35.767 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:35.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:35.767 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:29:35.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:35.767 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:35.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:35.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:35.767 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:35.767 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:29:35.767 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:35.767 DEBUG [main][MenuItemLookup] Item match:File 06:29:35.768 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:29:35.768 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:29:35.770 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:29:35.770 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:29:35.770 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:35.770 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:29:35.770 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:29:35.770 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:29:35.770 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:29:35.770 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:29:35.770 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:29:35.770 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:29:35.770 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:29:35.770 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:29:35.770 DEBUG [main][MenuItemLookup] Found menu:'File' 06:29:35.770 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:29:35.770 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:29:35.770 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:35.770 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:29:35.770 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:35.770 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:29:35.770 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:29:35.770 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:29:35.770 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:29:35.770 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:29:35.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.... 06:29:35.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 06:29:35.823 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:29:35.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:35.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:35.824 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:29:35.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:35.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 06:29:35.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:35.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:35.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:35.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:35.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:35.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:29:35.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:29:35.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 06:29:35.829 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:29:35.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:35.830 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:29:35.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:35.830 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:29:35.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 06:29:35.830 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:29:35.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:29:35.830 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:29:35.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:29:35.830 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:29:35.830 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven Project 06:29:35.830 DEBUG [main][TreeItemHandler] Selecting tree item: Maven Project 06:29:35.830 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven Project about selection 06:29:35.832 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven Project 06:29:35.832 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:29:35.832 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:29:35.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:29:35.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:35.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:35.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:35.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:35.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:35.833 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:29:35.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:35.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:35.833 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:35.833 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:35.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'] 06:29:35.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:35.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:35.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available.... 06:29:35.930 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 06:29:35.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Maven Project 06:29:35.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:35.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:35.931 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 06:29:35.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:35.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.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)") 06:29:35.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:35.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:35.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:35.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:35.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:35.932 INFO [WorkbenchTestable][CheckBox] Select checkbox Create a &simple project (skip archetype selection) 06:29:35.932 INFO [WorkbenchTestable][CheckBox] Check checkbox Create a &simple project (skip archetype selection) 06:29:35.932 INFO [WorkbenchTestable][AbstractButton] Click button Create a &simple project (skip archetype selection) 06:29:35.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:35.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:35.932 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:35.932 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:35.932 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 06:29:35.932 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 06:29:35.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.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) 06:29:35.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:35.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:35.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:35.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:35.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:35.933 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:29:35.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:35.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:35.933 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:35.933 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:35.943 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:") 06:29:35.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:35.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:35.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:35.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:35.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:29:35.945 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:mavenProjectTest 06:29:35.956 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:") 06:29:35.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:35.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:35.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:35.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:35.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:29:35.959 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:mavenProjectTest 06:29:35.963 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 06:29:35.963 INFO [WorkbenchTestable][MavenProjectWizard] Finish wizard 06:29:35.963 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) 06:29:35.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:35.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:35.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:35.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:35.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:35.964 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:29:35.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:35.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:35.964 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:35.964 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:36.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:29:36.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:29:36.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:36.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating project "mavenProjectTest"' has no excuses, wait for it 06:29:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 06:29:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:29:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:29:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:29:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:29:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:29:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:29:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:29:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:29:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:29:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:29:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:36.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:36.545 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:36.545 INFO [WorkbenchTestable][RequirementsRunner] Started test: updateMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest) 06:29:36.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 06:29:36.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:36.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:36.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:36.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:36.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:36.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:36.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:36.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:36.547 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:36.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 '\*?\QProject Explorer\E') 06:29:36.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:36.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:36.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:36.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:36.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:36.547 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:36.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:36.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:36.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:36.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:36.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:36.550 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:36.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:36.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:36.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:36.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:36.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:36.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:37.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:37.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:37.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:37.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:37.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:29:37.552 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:37.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:37.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:37.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:37.553 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:37.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:37.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:37.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:37.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:37.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:37.553 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name mavenProjectTest 06:29:37.554 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item mavenProjectTest 06:29:37.555 DEBUG [main][TreeItemHandler] Selecting tree item: mavenProjectTest 06:29:37.555 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item mavenProjectTest about selection 06:29:37.576 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: mavenProjectTest 06:29:37.597 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:37.597 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'Team' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 06:29:37.618 DEBUG [main][MenuItemLookup] Found menu:'Maven' 06:29:37.619 DEBUG [main][MenuItemLookup] Item match:Maven 06:29:37.620 DEBUG [main][MenuItemLookup] Found menu:'Add Dependency' 06:29:37.620 DEBUG [main][MenuItemLookup] Found menu:'Add Plugin' 06:29:37.620 DEBUG [main][MenuItemLookup] Found menu:'New Maven Module Project' 06:29:37.620 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:37.620 DEBUG [main][MenuItemLookup] Found menu:'Download Javadoc' 06:29:37.620 DEBUG [main][MenuItemLookup] Found menu:'Download Sources' 06:29:37.620 DEBUG [main][MenuItemLookup] Found menu:'Update Project... Alt+F5' 06:29:37.620 DEBUG [main][MenuItemLookup] Item match:Update Project... Alt+F5 06:29:37.620 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Update Project... Alt+F5" 06:29:37.620 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Update Project... Alt+F5 06:29:37.620 INFO [main][MenuItemHandler] Select menu item: &Update Project... Alt+F5 06:29:37.710 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.... 06:29:37.710 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:37.710 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:29:37.711 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 06:29:37.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Update Maven Project 06:29:37.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:37.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:37.711 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") 06:29:37.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:37.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:37.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:37.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:37.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:37.712 INFO [WorkbenchTestable][CheckBox] Select checkbox Clean projects 06:29:37.712 DEBUG [WorkbenchTestable][CheckBox] Checkbox Clean projects already selected, no action performed 06:29:37.712 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) 06:29:37.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:37.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:37.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:37.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:37.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:37.713 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:29:37.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:37.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:37.713 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:37.713 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:37.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Update Maven Project"] is available.... 06:29:37.797 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 06:29:37.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:37.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Project' has no excuses, wait for it 06:29:38.314 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 06:29:38.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:29:38.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:29:38.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:29:38.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:29:38.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:29:38.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:29:38.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:29:38.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:38.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:38.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:29:38.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:38.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:38.314 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 06:29:38.314 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:38.314 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:38.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:38.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:38.315 INFO [WorkbenchTestable][RequirementsRunner] Finished test: updateMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest) 06:29:38.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:38.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:38.315 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:29:38.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:38.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:38.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:29:38.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:38.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:38.317 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:29:38.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') 06:29:38.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:38.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:38.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:38.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:38.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:38.317 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:38.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:38.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:38.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:29:38.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:29:38.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:29:38.319 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:38.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:38.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:38.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:38.320 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:38.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:38.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:38.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:38.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:38.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:38.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:38.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:38.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:39.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:39.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:39.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:29:39.322 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:39.323 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:39.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:39.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:39.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:39.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:39.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:39.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:39.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:39.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:39.324 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name mavenProjectTest 06:29:39.324 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:39.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:39.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:39.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:39.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:39.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:39.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:39.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:39.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:40.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:40.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:29:40.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:29:40.326 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:40.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:40.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:40.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:40.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:29:40.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:40.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:40.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:40.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:40.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:40.328 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name mavenProjectTest 06:29:40.328 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:29:40.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:29:40.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:40.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:29:40.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 06:29:40.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:40.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:40.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:40.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:40.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:29:40.329 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:29:40.329 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:29:40.329 DEBUG [main][TreeItemHandler] Set Tree selection 06:29:40.329 DEBUG [main][TreeHandler] Notify Tree about selection event 06:29:40.334 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:29:40.335 DEBUG [WorkbenchTestable][TreeItemHandler] mavenProjectTest 06:29:40.335 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:40.335 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:40.357 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:40.357 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:40.357 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:40.357 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:29:40.357 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:40.357 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:29:40.357 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:29:40.357 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:29:40.357 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:29:40.357 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 06:29:40.357 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:29:40.357 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:29:40.357 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:40.357 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:29:40.357 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:29:40.357 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:40.357 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:29:40.357 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:29:40.358 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:29:40.358 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:29:40.358 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:29:40.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:40.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:29:40.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:40.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:40.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:29:40.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:40.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:40.858 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:29:40.858 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:40.876 DEBUG [main][MenuItemLookup] Found menu:'New' 06:29:40.876 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:29:40.876 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:40.876 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:29:40.876 DEBUG [main][MenuItemLookup] Found menu:'' 06:29:40.876 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:29:40.876 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:29:40.876 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:29:40.876 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:29:40.876 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:29:40.877 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:29:40.877 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:29:40.877 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:29:40.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:29:41.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 06:29:41.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:29:41.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:29:41.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:29:41.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: 32) 06:29:41.433 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:41.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:41.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:41.433 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:29:41.433 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:41.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:41.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:41.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:41.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:41.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:41.434 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:29:41.434 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:29:41.434 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:29:41.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:41.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:41.434 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:41.434 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:41.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:29:41.434 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:41.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:41.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:41.434 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:29:41.434 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:41.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:41.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:41.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:41.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:41.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:29:41.435 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:29:41.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:29:41.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:29:41.435 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:29:41.435 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:29:41.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:29:41.437 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:29:41.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:29:41.938 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:29:41.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:29:41.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 06:29:41.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:29:41.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:29:41.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 06:29:41.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 06:29:41.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 06:29:41.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:29:41.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:29:41.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:29:41.938 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 06:29:41.938 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:29:41.938 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:29:41.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:41.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.3 s - in org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest updateMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest) Time elapsed: 1.77 s Running org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 06:29:41.943 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 06:29:41.943 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:29:41.943 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:41.943 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 06:29:41.944 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:41.944 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:29:41.944 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:41.944 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:29:41.944 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:41.944 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:29:41.944 INFO [WorkbenchTestable][RequirementsRunner] Started test: testBrowserEditor no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) 06:29:41.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 06:29:41.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:29:41.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:29:41.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:29:42.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@79aff3db is found... 06:29:42.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@79aff3db is found finished successfully 06:29:42.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qbrowser\E') 06:29:42.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:42.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:42.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:42.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:29:42.017 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:42.017 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 06:29:42.017 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 06:29:42.017 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:29:42.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:29:42.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:29:42.017 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 06:29:42.017 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:29:42.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:29:42.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:29:42.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:29:42.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:29:42.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 06:29:42.018 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.w3.org/' 06:29:42.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:29:42.018 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:29:42.442 DEBUG [main][BrowserProgressListener] Calling chanded() 06:29:42.518 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:29:42.647 DEBUG [main][BrowserProgressListener] Calling chanded() 06:29:42.900 DEBUG [main][BrowserProgressListener] Calling chanded() 06:29:42.901 DEBUG [main][BrowserProgressListener] Calling chanded() 06:29:43.018 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:29:43.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:29:43.018 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 06:29:53.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:29:53.019 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:29:53.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:29:53.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:29:53.019 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:29:53.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:29:53.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:29:53.019 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:29:53.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:29:53.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:29:53.019 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:29:53.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:29:53.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:29:53.019 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:29:53.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:29:53.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:29:53.020 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:29:53.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:29:53.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:29:53.020 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:29:53.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:29:53.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:29:53.020 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:29:53.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:29:53.022 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:29:53.023 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.

HTML Review Draft — Published 29 January 2020 is a W3C Recommendation

28 January 2021 | Archive

As part of working with the WHATWG together on HTML and DOM, W3C selected today to endorse the HTML Review Draft — Published 29 January 2020 as a W3C Recommendation. The HTML specification defines a semantic-level markup language and associated semantic-level scripting APIs for authoring accessible pages on the Web ranging from static documents to dynamic applications. For more information, see the blog post WHATWG Review Drafts of HTML and DOM endorsed as W3C Recommendations.

First Public Working Draft: W3C Accessibility Guidelines (WCAG) 3.0

21 January 2021 | Archive

Screenshot showing the w3c logo and the title of the WCAG 3 W3C Accessibility Guidelines 3The Accessibility Guidelines Working Group (AG WG) has published a First Public Working Draft of W3C Accessibility Guidelines (WCAG) 3.0. WCAG and supporting materials explain how to make web content, apps, and tools more accessible to people with disabilities. W3C Accessibility Guidelines (WCAG) 3 has several differences from Web Content Accessibility Guidelines (WCAG) 2.

WCAG 3 is intended to be easier to understand and more flexible than WCAG 2. The flexibility is to address different types of web content, apps, and tools — as well as organizations and people with disabilities. The goals for WCAG 3 are introduced in the Requirements for WCAG 3.0 First Public Working Draft, which was also published today. WCAG 3 proposes a different name, scope, structure, and conformance model.

We encourage you to start by reading the WCAG 3 Introduction first to get important background on WCAG 3 development, review guidance, and timeline.

We are seeking input from evaluators, developers, designers, project managers, policy makers, people with disabilities, and others — particularly on the structure and the draft conformance model. Additional review guidance is in the blog post WCAG 3 FPWD Published. Please submit comments by 26 February 2021.

W3C launches MiniApps Working Group

19 January 2021 | Archive

W3C launched today the MiniApps Working Group. We invite W3C Members to join the group and drive collaboration on clarifying requirements and producing specifications that facilitate the development of interoperable and robust MiniApps.

MiniApp as a new form of mobile application, leveraging both Web technologies (especially CSS and JavaScript) as well as capabilities of native applications, is gaining more and more popularity. The MiniApps Working Group aims to harmonize the heterogeneous MiniApp ecosystem, enable interoperability among the different MiniApp platforms, maximize the convergence of MiniApps and the World Wide Web, reduce the development costs and facilitate the adoption of this technology.

For more information, see the MiniApps Working Group Charter and the blog post W3C Launches the MiniApps Working Group to ensure MiniApps Cohesiveness with Web Architecture.

First Public Working Draft: CSS Cascading and Inheritance Level 5

19 January 2021 | Archive

The CSS Working Group has published a First Public Working Draft of CSS Cascading and Inheritance Level 5. 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. New in this level is cascade layers.

Updated Candidate Recommendation: Web Audio API

14 January 2021 | Archive

The Audio Working Group invites implementation of an updated Candidate Recommendation of Web Audio API. This specification describes a high-level Web API for processing and synthesizing audio in web applications. The primary paradigm is of an audio routing graph, where a number of AudioNode objects are connected together to define the overall audio rendering. The actual processing will primarily take place in the underlying implementation (typically optimized Assembly / C / C++ code), but direct script processing and synthesis is also supported.

Comments are welcome by 15 February 2021.

First Public Working Drafts: EPUB 3.3

12 January 2021 | Archive

The EPUB 3 Working Group has published four First Public Working Drafts today for EPUB 3.3. This technology defines a distribution and interchange format for digital publications and documents. The EPUB format provides a means of representing, packaging, and encoding structured and semantically enhanced Web content — including HTML, CSS, SVG, and other resources — for distribution in a single-file container.

The specification represents the third major revision and, in particular, a revision of the EPUB 3.2 document published by the EPUB 3 Community Group. This new version of the specification is now on a W3C Recommendation Track.

The four documents published by the Working Group are:

  • The EPUB 3.3 specification defines the authoring requirements for EPUB Publications and represents the third major revision of the standard.
  • The EPUB 3.3 Reading Systems specification defines the conformance requirements for EPUB 3 Reading Systems — the user agents that render EPUB Publications.
  • The EPUB Multiple-Rendition Publications 1.1 specification defines the creation and rendering of EPUB Publications consisting of more than one Rendition. This document is not on recommendation track.
  • The EPUB 3 Overview gives a high level overview of the EPUB 3.3 specification aimed primarily at non-technical readers. This document is not on recommendation track.

The Working Group welcomes comments via the GitHub repository issues.

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

HTML Review Draft — Published 29 January 2020 is a W3C Recommendation

28 January 2021 | Archive

As part of working with the WHATWG together on HTML and DOM, W3C selected today to endorse the HTML Review Draft — Published 29 January 2020 as a W3C Recommendation. The HTML specification defines a semantic-level markup language and associated semantic-level scripting APIs for authoring accessible pages on the Web ranging from static documents to dynamic applications. For more information, see the blog post WHATWG Review Drafts of HTML and DOM endorsed as W3C Recommendations.

First Public Working Draft: W3C Accessibility Guidelines (WCAG) 3.0

21 January 2021 | Archive

Screenshot showing the w3c logo and the title of the WCAG 3 W3C Accessibility Guidelines 3The Accessibility Guidelines Working Group (AG WG) has published a First Public Working Draft of W3C Accessibility Guidelines (WCAG) 3.0. WCAG and supporting materials explain how to make web content, apps, and tools more accessible to people with disabilities. W3C Accessibility Guidelines (WCAG) 3 has several differences from Web Content Accessibility Guidelines (WCAG) 2.

WCAG 3 is intended to be easier to understand and more flexible than WCAG 2. The flexibility is to address different types of web content, apps, and tools — as well as organizations and people with disabilities. The goals for WCAG 3 are introduced in the Requirements for WCAG 3.0 First Public Working Draft, which was also published today. WCAG 3 proposes a different name, scope, structure, and conformance model.

We encourage you to start by reading the WCAG 3 Introduction first to get important background on WCAG 3 development, review guidance, and timeline.

We are seeking input from evaluators, developers, designers, project managers, policy makers, people with disabilities, and others — particularly on the structure and the draft conformance model. Additional review guidance is in the blog post WCAG 3 FPWD Published. Please submit comments by 26 February 2021.

W3C launches MiniApps Working Group

19 January 2021 | Archive

W3C launched today the MiniApps Working Group. We invite W3C Members to join the group and drive collaboration on clarifying requirements and producing specifications that facilitate the development of interoperable and robust MiniApps.

MiniApp as a new form of mobile application, leveraging both Web technologies (especially CSS and JavaScript) as well as capabilities of native applications, is gaining more and more popularity. The MiniApps Working Group aims to harmonize the heterogeneous MiniApp ecosystem, enable interoperability among the different MiniApp platforms, maximize the convergence of MiniApps and the World Wide Web, reduce the development costs and facilitate the adoption of this technology.

For more information, see the MiniApps Working Group Charter and the blog post W3C Launches the MiniApps Working Group to ensure MiniApps Cohesiveness with Web Architecture.

First Public Working Draft: CSS Cascading and Inheritance Level 5

19 January 2021 | Archive

The CSS Working Group has published a First Public Working Draft of CSS Cascading and Inheritance Level 5. 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. New in this level is cascade layers.

Updated Candidate Recommendation: Web Audio API

14 January 2021 | Archive

The Audio Working Group invites implementation of an updated Candidate Recommendation of Web Audio API. This specification describes a high-level Web API for processing and synthesizing audio in web applications. The primary paradigm is of an audio routing graph, where a number of AudioNode objects are connected together to define the overall audio rendering. The actual processing will primarily take place in the underlying implementation (typically optimized Assembly / C / C++ code), but direct script processing and synthesis is also supported.

Comments are welcome by 15 February 2021.

First Public Working Drafts: EPUB 3.3

12 January 2021 | Archive

The EPUB 3 Working Group has published four First Public Working Drafts today for EPUB 3.3. This technology defines a distribution and interchange format for digital publications and documents. The EPUB format provides a means of representing, packaging, and encoding structured and semantically enhanced Web content — including HTML, CSS, SVG, and other resources — for distribution in a single-file container.

The specification represents the third major revision and, in particular, a revision of the EPUB 3.2 document published by the EPUB 3 Community Group. This new version of the specification is now on a W3C Recommendation Track.

The four documents published by the Working Group are:

  • The EPUB 3.3 specification defines the authoring requirements for EPUB Publications and represents the third major revision of the standard.
  • The EPUB 3.3 Reading Systems specification defines the conformance requirements for EPUB 3 Reading Systems — the user agents that render EPUB Publications.
  • The EPUB Multiple-Rendition Publications 1.1 specification defines the creation and rendering of EPUB Publications consisting of more than one Rendition. This document is not on recommendation track.
  • The EPUB 3 Overview gives a high level overview of the EPUB 3.3 specification aimed primarily at non-technical readers. This document is not on recommendation track.

The Working Group welcomes comments via the GitHub repository issues.

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 06:30:04.220 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 06:30:04.220 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:30:04.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:30:04.221 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.

HTML Review Draft — Published 29 January 2020 is a W3C Recommendation

28 January 2021 | Archive

As part of working with the WHATWG together on HTML and DOM, W3C selected today to endorse the HTML Review Draft — Published 29 January 2020 as a W3C Recommendation. The HTML specification defines a semantic-level markup language and associated semantic-level scripting APIs for authoring accessible pages on the Web ranging from static documents to dynamic applications. For more information, see the blog post WHATWG Review Drafts of HTML and DOM endorsed as W3C Recommendations.

First Public Working Draft: W3C Accessibility Guidelines (WCAG) 3.0

21 January 2021 | Archive

Screenshot showing the w3c logo and the title of the WCAG 3 W3C Accessibility Guidelines 3The Accessibility Guidelines Working Group (AG WG) has published a First Public Working Draft of W3C Accessibility Guidelines (WCAG) 3.0. WCAG and supporting materials explain how to make web content, apps, and tools more accessible to people with disabilities. W3C Accessibility Guidelines (WCAG) 3 has several differences from Web Content Accessibility Guidelines (WCAG) 2.

WCAG 3 is intended to be easier to understand and more flexible than WCAG 2. The flexibility is to address different types of web content, apps, and tools — as well as organizations and people with disabilities. The goals for WCAG 3 are introduced in the Requirements for WCAG 3.0 First Public Working Draft, which was also published today. WCAG 3 proposes a different name, scope, structure, and conformance model.

We encourage you to start by reading the WCAG 3 Introduction first to get important background on WCAG 3 development, review guidance, and timeline.

We are seeking input from evaluators, developers, designers, project managers, policy makers, people with disabilities, and others — particularly on the structure and the draft conformance model. Additional review guidance is in the blog post WCAG 3 FPWD Published. Please submit comments by 26 February 2021.

W3C launches MiniApps Working Group

19 January 2021 | Archive

W3C launched today the MiniApps Working Group. We invite W3C Members to join the group and drive collaboration on clarifying requirements and producing specifications that facilitate the development of interoperable and robust MiniApps.

MiniApp as a new form of mobile application, leveraging both Web technologies (especially CSS and JavaScript) as well as capabilities of native applications, is gaining more and more popularity. The MiniApps Working Group aims to harmonize the heterogeneous MiniApp ecosystem, enable interoperability among the different MiniApp platforms, maximize the convergence of MiniApps and the World Wide Web, reduce the development costs and facilitate the adoption of this technology.

For more information, see the MiniApps Working Group Charter and the blog post W3C Launches the MiniApps Working Group to ensure MiniApps Cohesiveness with Web Architecture.

First Public Working Draft: CSS Cascading and Inheritance Level 5

19 January 2021 | Archive

The CSS Working Group has published a First Public Working Draft of CSS Cascading and Inheritance Level 5. 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. New in this level is cascade layers.

Updated Candidate Recommendation: Web Audio API

14 January 2021 | Archive

The Audio Working Group invites implementation of an updated Candidate Recommendation of Web Audio API. This specification describes a high-level Web API for processing and synthesizing audio in web applications. The primary paradigm is of an audio routing graph, where a number of AudioNode objects are connected together to define the overall audio rendering. The actual processing will primarily take place in the underlying implementation (typically optimized Assembly / C / C++ code), but direct script processing and synthesis is also supported.

Comments are welcome by 15 February 2021.

First Public Working Drafts: EPUB 3.3

12 January 2021 | Archive

The EPUB 3 Working Group has published four First Public Working Drafts today for EPUB 3.3. This technology defines a distribution and interchange format for digital publications and documents. The EPUB format provides a means of representing, packaging, and encoding structured and semantically enhanced Web content — including HTML, CSS, SVG, and other resources — for distribution in a single-file container.

The specification represents the third major revision and, in particular, a revision of the EPUB 3.2 document published by the EPUB 3 Community Group. This new version of the specification is now on a W3C Recommendation Track.

The four documents published by the Working Group are:

  • The EPUB 3.3 specification defines the authoring requirements for EPUB Publications and represents the third major revision of the standard.
  • The EPUB 3.3 Reading Systems specification defines the conformance requirements for EPUB 3 Reading Systems — the user agents that render EPUB Publications.
  • The EPUB Multiple-Rendition Publications 1.1 specification defines the creation and rendering of EPUB Publications consisting of more than one Rendition. This document is not on recommendation track.
  • The EPUB 3 Overview gives a high level overview of the EPUB 3.3 specification aimed primarily at non-technical readers. This document is not on recommendation track.

The Working Group welcomes comments via the GitHub repository issues.

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 06:30:04.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:30:04.221 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:30:04.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:30:04.221 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 06:30:04.222 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:30:04.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:30:04.223 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.

HTML Review Draft — Published 29 January 2020 is a W3C Recommendation

28 January 2021 | Archive

As part of working with the WHATWG together on HTML and DOM, W3C selected today to endorse the HTML Review Draft — Published 29 January 2020 as a W3C Recommendation. The HTML specification defines a semantic-level markup language and associated semantic-level scripting APIs for authoring accessible pages on the Web ranging from static documents to dynamic applications. For more information, see the blog post WHATWG Review Drafts of HTML and DOM endorsed as W3C Recommendations.

First Public Working Draft: W3C Accessibility Guidelines (WCAG) 3.0

21 January 2021 | Archive

Screenshot showing the w3c logo and the title of the WCAG 3 W3C Accessibility Guidelines 3The Accessibility Guidelines Working Group (AG WG) has published a First Public Working Draft of W3C Accessibility Guidelines (WCAG) 3.0. WCAG and supporting materials explain how to make web content, apps, and tools more accessible to people with disabilities. W3C Accessibility Guidelines (WCAG) 3 has several differences from Web Content Accessibility Guidelines (WCAG) 2.

WCAG 3 is intended to be easier to understand and more flexible than WCAG 2. The flexibility is to address different types of web content, apps, and tools — as well as organizations and people with disabilities. The goals for WCAG 3 are introduced in the Requirements for WCAG 3.0 First Public Working Draft, which was also published today. WCAG 3 proposes a different name, scope, structure, and conformance model.

We encourage you to start by reading the WCAG 3 Introduction first to get important background on WCAG 3 development, review guidance, and timeline.

We are seeking input from evaluators, developers, designers, project managers, policy makers, people with disabilities, and others — particularly on the structure and the draft conformance model. Additional review guidance is in the blog post WCAG 3 FPWD Published. Please submit comments by 26 February 2021.

W3C launches MiniApps Working Group

19 January 2021 | Archive

W3C launched today the MiniApps Working Group. We invite W3C Members to join the group and drive collaboration on clarifying requirements and producing specifications that facilitate the development of interoperable and robust MiniApps.

MiniApp as a new form of mobile application, leveraging both Web technologies (especially CSS and JavaScript) as well as capabilities of native applications, is gaining more and more popularity. The MiniApps Working Group aims to harmonize the heterogeneous MiniApp ecosystem, enable interoperability among the different MiniApp platforms, maximize the convergence of MiniApps and the World Wide Web, reduce the development costs and facilitate the adoption of this technology.

For more information, see the MiniApps Working Group Charter and the blog post W3C Launches the MiniApps Working Group to ensure MiniApps Cohesiveness with Web Architecture.

First Public Working Draft: CSS Cascading and Inheritance Level 5

19 January 2021 | Archive

The CSS Working Group has published a First Public Working Draft of CSS Cascading and Inheritance Level 5. 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. New in this level is cascade layers.

Updated Candidate Recommendation: Web Audio API

14 January 2021 | Archive

The Audio Working Group invites implementation of an updated Candidate Recommendation of Web Audio API. This specification describes a high-level Web API for processing and synthesizing audio in web applications. The primary paradigm is of an audio routing graph, where a number of AudioNode objects are connected together to define the overall audio rendering. The actual processing will primarily take place in the underlying implementation (typically optimized Assembly / C / C++ code), but direct script processing and synthesis is also supported.

Comments are welcome by 15 February 2021.

First Public Working Drafts: EPUB 3.3

12 January 2021 | Archive

The EPUB 3 Working Group has published four First Public Working Drafts today for EPUB 3.3. This technology defines a distribution and interchange format for digital publications and documents. The EPUB format provides a means of representing, packaging, and encoding structured and semantically enhanced Web content — including HTML, CSS, SVG, and other resources — for distribution in a single-file container.

The specification represents the third major revision and, in particular, a revision of the EPUB 3.2 document published by the EPUB 3 Community Group. This new version of the specification is now on a W3C Recommendation Track.

The four documents published by the Working Group are:

  • The EPUB 3.3 specification defines the authoring requirements for EPUB Publications and represents the third major revision of the standard.
  • The EPUB 3.3 Reading Systems specification defines the conformance requirements for EPUB 3 Reading Systems — the user agents that render EPUB Publications.
  • The EPUB Multiple-Rendition Publications 1.1 specification defines the creation and rendering of EPUB Publications consisting of more than one Rendition. This document is not on recommendation track.
  • The EPUB 3 Overview gives a high level overview of the EPUB 3.3 specification aimed primarily at non-technical readers. This document is not on recommendation track.

The Working Group welcomes comments via the GitHub repository issues.

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

HTML Review Draft — Published 29 January 2020 is a W3C Recommendation

28 January 2021 | Archive

As part of working with the WHATWG together on HTML and DOM, W3C selected today to endorse the HTML Review Draft — Published 29 January 2020 as a W3C Recommendation. The HTML specification defines a semantic-level markup language and associated semantic-level scripting APIs for authoring accessible pages on the Web ranging from static documents to dynamic applications. For more information, see the blog post WHATWG Review Drafts of HTML and DOM endorsed as W3C Recommendations.

First Public Working Draft: W3C Accessibility Guidelines (WCAG) 3.0

21 January 2021 | Archive

Screenshot showing the w3c logo and the title of the WCAG 3 W3C Accessibility Guidelines 3The Accessibility Guidelines Working Group (AG WG) has published a First Public Working Draft of W3C Accessibility Guidelines (WCAG) 3.0. WCAG and supporting materials explain how to make web content, apps, and tools more accessible to people with disabilities. W3C Accessibility Guidelines (WCAG) 3 has several differences from Web Content Accessibility Guidelines (WCAG) 2.

WCAG 3 is intended to be easier to understand and more flexible than WCAG 2. The flexibility is to address different types of web content, apps, and tools — as well as organizations and people with disabilities. The goals for WCAG 3 are introduced in the Requirements for WCAG 3.0 First Public Working Draft, which was also published today. WCAG 3 proposes a different name, scope, structure, and conformance model.

We encourage you to start by reading the WCAG 3 Introduction first to get important background on WCAG 3 development, review guidance, and timeline.

We are seeking input from evaluators, developers, designers, project managers, policy makers, people with disabilities, and others — particularly on the structure and the draft conformance model. Additional review guidance is in the blog post WCAG 3 FPWD Published. Please submit comments by 26 February 2021.

W3C launches MiniApps Working Group

19 January 2021 | Archive

W3C launched today the MiniApps Working Group. We invite W3C Members to join the group and drive collaboration on clarifying requirements and producing specifications that facilitate the development of interoperable and robust MiniApps.

MiniApp as a new form of mobile application, leveraging both Web technologies (especially CSS and JavaScript) as well as capabilities of native applications, is gaining more and more popularity. The MiniApps Working Group aims to harmonize the heterogeneous MiniApp ecosystem, enable interoperability among the different MiniApp platforms, maximize the convergence of MiniApps and the World Wide Web, reduce the development costs and facilitate the adoption of this technology.

For more information, see the MiniApps Working Group Charter and the blog post W3C Launches the MiniApps Working Group to ensure MiniApps Cohesiveness with Web Architecture.

First Public Working Draft: CSS Cascading and Inheritance Level 5

19 January 2021 | Archive

The CSS Working Group has published a First Public Working Draft of CSS Cascading and Inheritance Level 5. 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. New in this level is cascade layers.

Updated Candidate Recommendation: Web Audio API

14 January 2021 | Archive

The Audio Working Group invites implementation of an updated Candidate Recommendation of Web Audio API. This specification describes a high-level Web API for processing and synthesizing audio in web applications. The primary paradigm is of an audio routing graph, where a number of AudioNode objects are connected together to define the overall audio rendering. The actual processing will primarily take place in the underlying implementation (typically optimized Assembly / C / C++ code), but direct script processing and synthesis is also supported.

Comments are welcome by 15 February 2021.

First Public Working Drafts: EPUB 3.3

12 January 2021 | Archive

The EPUB 3 Working Group has published four First Public Working Drafts today for EPUB 3.3. This technology defines a distribution and interchange format for digital publications and documents. The EPUB format provides a means of representing, packaging, and encoding structured and semantically enhanced Web content — including HTML, CSS, SVG, and other resources — for distribution in a single-file container.

The specification represents the third major revision and, in particular, a revision of the EPUB 3.2 document published by the EPUB 3 Community Group. This new version of the specification is now on a W3C Recommendation Track.

The four documents published by the Working Group are:

  • The EPUB 3.3 specification defines the authoring requirements for EPUB Publications and represents the third major revision of the standard.
  • The EPUB 3.3 Reading Systems specification defines the conformance requirements for EPUB 3 Reading Systems — the user agents that render EPUB Publications.
  • The EPUB Multiple-Rendition Publications 1.1 specification defines the creation and rendering of EPUB Publications consisting of more than one Rendition. This document is not on recommendation track.
  • The EPUB 3 Overview gives a high level overview of the EPUB 3.3 specification aimed primarily at non-technical readers. This document is not on recommendation track.

The Working Group welcomes comments via the GitHub repository issues.

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

HTML Review Draft — Published 29 January 2020 is a W3C Recommendation

28 January 2021 | Archive

As part of working with the WHATWG together on HTML and DOM, W3C selected today to endorse the HTML Review Draft — Published 29 January 2020 as a W3C Recommendation. The HTML specification defines a semantic-level markup language and associated semantic-level scripting APIs for authoring accessible pages on the Web ranging from static documents to dynamic applications. For more information, see the blog post WHATWG Review Drafts of HTML and DOM endorsed as W3C Recommendations.

First Public Working Draft: W3C Accessibility Guidelines (WCAG) 3.0

21 January 2021 | Archive

Screenshot showing the w3c logo and the title of the WCAG 3 W3C Accessibility Guidelines 3The Accessibility Guidelines Working Group (AG WG) has published a First Public Working Draft of W3C Accessibility Guidelines (WCAG) 3.0. WCAG and supporting materials explain how to make web content, apps, and tools more accessible to people with disabilities. W3C Accessibility Guidelines (WCAG) 3 has several differences from Web Content Accessibility Guidelines (WCAG) 2.

WCAG 3 is intended to be easier to understand and more flexible than WCAG 2. The flexibility is to address different types of web content, apps, and tools — as well as organizations and people with disabilities. The goals for WCAG 3 are introduced in the Requirements for WCAG 3.0 First Public Working Draft, which was also published today. WCAG 3 proposes a different name, scope, structure, and conformance model.

We encourage you to start by reading the WCAG 3 Introduction first to get important background on WCAG 3 development, review guidance, and timeline.

We are seeking input from evaluators, developers, designers, project managers, policy makers, people with disabilities, and others — particularly on the structure and the draft conformance model. Additional review guidance is in the blog post WCAG 3 FPWD Published. Please submit comments by 26 February 2021.

W3C launches MiniApps Working Group

19 January 2021 | Archive

W3C launched today the MiniApps Working Group. We invite W3C Members to join the group and drive collaboration on clarifying requirements and producing specifications that facilitate the development of interoperable and robust MiniApps.

MiniApp as a new form of mobile application, leveraging both Web technologies (especially CSS and JavaScript) as well as capabilities of native applications, is gaining more and more popularity. The MiniApps Working Group aims to harmonize the heterogeneous MiniApp ecosystem, enable interoperability among the different MiniApp platforms, maximize the convergence of MiniApps and the World Wide Web, reduce the development costs and facilitate the adoption of this technology.

For more information, see the MiniApps Working Group Charter and the blog post W3C Launches the MiniApps Working Group to ensure MiniApps Cohesiveness with Web Architecture.

First Public Working Draft: CSS Cascading and Inheritance Level 5

19 January 2021 | Archive

The CSS Working Group has published a First Public Working Draft of CSS Cascading and Inheritance Level 5. 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. New in this level is cascade layers.

Updated Candidate Recommendation: Web Audio API

14 January 2021 | Archive

The Audio Working Group invites implementation of an updated Candidate Recommendation of Web Audio API. This specification describes a high-level Web API for processing and synthesizing audio in web applications. The primary paradigm is of an audio routing graph, where a number of AudioNode objects are connected together to define the overall audio rendering. The actual processing will primarily take place in the underlying implementation (typically optimized Assembly / C / C++ code), but direct script processing and synthesis is also supported.

Comments are welcome by 15 February 2021.

First Public Working Drafts: EPUB 3.3

12 January 2021 | Archive

The EPUB 3 Working Group has published four First Public Working Drafts today for EPUB 3.3. This technology defines a distribution and interchange format for digital publications and documents. The EPUB format provides a means of representing, packaging, and encoding structured and semantically enhanced Web content — including HTML, CSS, SVG, and other resources — for distribution in a single-file container.

The specification represents the third major revision and, in particular, a revision of the EPUB 3.2 document published by the EPUB 3 Community Group. This new version of the specification is now on a W3C Recommendation Track.

The four documents published by the Working Group are:

  • The EPUB 3.3 specification defines the authoring requirements for EPUB Publications and represents the third major revision of the standard.
  • The EPUB 3.3 Reading Systems specification defines the conformance requirements for EPUB 3 Reading Systems — the user agents that render EPUB Publications.
  • The EPUB Multiple-Rendition Publications 1.1 specification defines the creation and rendering of EPUB Publications consisting of more than one Rendition. This document is not on recommendation track.
  • The EPUB 3 Overview gives a high level overview of the EPUB 3.3 specification aimed primarily at non-technical readers. This document is not on recommendation track.

The Working Group welcomes comments via the GitHub repository issues.

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 06:30:04.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:30:04.226 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:30:04.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:30:04.227 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 06:30:04.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:30:04.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:30:04.228 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.

HTML Review Draft — Published 29 January 2020 is a W3C Recommendation

28 January 2021 | Archive

As part of working with the WHATWG together on HTML and DOM, W3C selected today to endorse the HTML Review Draft — Published 29 January 2020 as a W3C Recommendation. The HTML specification defines a semantic-level markup language and associated semantic-level scripting APIs for authoring accessible pages on the Web ranging from static documents to dynamic applications. For more information, see the blog post WHATWG Review Drafts of HTML and DOM endorsed as W3C Recommendations.

First Public Working Draft: W3C Accessibility Guidelines (WCAG) 3.0

21 January 2021 | Archive

Screenshot showing the w3c logo and the title of the WCAG 3 W3C Accessibility Guidelines 3The Accessibility Guidelines Working Group (AG WG) has published a First Public Working Draft of W3C Accessibility Guidelines (WCAG) 3.0. WCAG and supporting materials explain how to make web content, apps, and tools more accessible to people with disabilities. W3C Accessibility Guidelines (WCAG) 3 has several differences from Web Content Accessibility Guidelines (WCAG) 2.

WCAG 3 is intended to be easier to understand and more flexible than WCAG 2. The flexibility is to address different types of web content, apps, and tools — as well as organizations and people with disabilities. The goals for WCAG 3 are introduced in the Requirements for WCAG 3.0 First Public Working Draft, which was also published today. WCAG 3 proposes a different name, scope, structure, and conformance model.

We encourage you to start by reading the WCAG 3 Introduction first to get important background on WCAG 3 development, review guidance, and timeline.

We are seeking input from evaluators, developers, designers, project managers, policy makers, people with disabilities, and others — particularly on the structure and the draft conformance model. Additional review guidance is in the blog post WCAG 3 FPWD Published. Please submit comments by 26 February 2021.

W3C launches MiniApps Working Group

19 January 2021 | Archive

W3C launched today the MiniApps Working Group. We invite W3C Members to join the group and drive collaboration on clarifying requirements and producing specifications that facilitate the development of interoperable and robust MiniApps.

MiniApp as a new form of mobile application, leveraging both Web technologies (especially CSS and JavaScript) as well as capabilities of native applications, is gaining more and more popularity. The MiniApps Working Group aims to harmonize the heterogeneous MiniApp ecosystem, enable interoperability among the different MiniApp platforms, maximize the convergence of MiniApps and the World Wide Web, reduce the development costs and facilitate the adoption of this technology.

For more information, see the MiniApps Working Group Charter and the blog post W3C Launches the MiniApps Working Group to ensure MiniApps Cohesiveness with Web Architecture.

First Public Working Draft: CSS Cascading and Inheritance Level 5

19 January 2021 | Archive

The CSS Working Group has published a First Public Working Draft of CSS Cascading and Inheritance Level 5. 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. New in this level is cascade layers.

Updated Candidate Recommendation: Web Audio API

14 January 2021 | Archive

The Audio Working Group invites implementation of an updated Candidate Recommendation of Web Audio API. This specification describes a high-level Web API for processing and synthesizing audio in web applications. The primary paradigm is of an audio routing graph, where a number of AudioNode objects are connected together to define the overall audio rendering. The actual processing will primarily take place in the underlying implementation (typically optimized Assembly / C / C++ code), but direct script processing and synthesis is also supported.

Comments are welcome by 15 February 2021.

First Public Working Drafts: EPUB 3.3

12 January 2021 | Archive

The EPUB 3 Working Group has published four First Public Working Drafts today for EPUB 3.3. This technology defines a distribution and interchange format for digital publications and documents. The EPUB format provides a means of representing, packaging, and encoding structured and semantically enhanced Web content — including HTML, CSS, SVG, and other resources — for distribution in a single-file container.

The specification represents the third major revision and, in particular, a revision of the EPUB 3.2 document published by the EPUB 3 Community Group. This new version of the specification is now on a W3C Recommendation Track.

The four documents published by the Working Group are:

  • The EPUB 3.3 specification defines the authoring requirements for EPUB Publications and represents the third major revision of the standard.
  • The EPUB 3.3 Reading Systems specification defines the conformance requirements for EPUB 3 Reading Systems — the user agents that render EPUB Publications.
  • The EPUB Multiple-Rendition Publications 1.1 specification defines the creation and rendering of EPUB Publications consisting of more than one Rendition. This document is not on recommendation track.
  • The EPUB 3 Overview gives a high level overview of the EPUB 3.3 specification aimed primarily at non-technical readers. This document is not on recommendation track.

The Working Group welcomes comments via the GitHub repository issues.

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 06:30:04.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:30:04.228 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:30:04.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:30:04.229 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 06:30:04.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:30:04.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:30:04.230 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.

HTML Review Draft — Published 29 January 2020 is a W3C Recommendation

28 January 2021 | Archive

As part of working with the WHATWG together on HTML and DOM, W3C selected today to endorse the HTML Review Draft — Published 29 January 2020 as a W3C Recommendation. The HTML specification defines a semantic-level markup language and associated semantic-level scripting APIs for authoring accessible pages on the Web ranging from static documents to dynamic applications. For more information, see the blog post WHATWG Review Drafts of HTML and DOM endorsed as W3C Recommendations.

First Public Working Draft: W3C Accessibility Guidelines (WCAG) 3.0

21 January 2021 | Archive

Screenshot showing the w3c logo and the title of the WCAG 3 W3C Accessibility Guidelines 3The Accessibility Guidelines Working Group (AG WG) has published a First Public Working Draft of W3C Accessibility Guidelines (WCAG) 3.0. WCAG and supporting materials explain how to make web content, apps, and tools more accessible to people with disabilities. W3C Accessibility Guidelines (WCAG) 3 has several differences from Web Content Accessibility Guidelines (WCAG) 2.

WCAG 3 is intended to be easier to understand and more flexible than WCAG 2. The flexibility is to address different types of web content, apps, and tools — as well as organizations and people with disabilities. The goals for WCAG 3 are introduced in the Requirements for WCAG 3.0 First Public Working Draft, which was also published today. WCAG 3 proposes a different name, scope, structure, and conformance model.

We encourage you to start by reading the WCAG 3 Introduction first to get important background on WCAG 3 development, review guidance, and timeline.

We are seeking input from evaluators, developers, designers, project managers, policy makers, people with disabilities, and others — particularly on the structure and the draft conformance model. Additional review guidance is in the blog post WCAG 3 FPWD Published. Please submit comments by 26 February 2021.

W3C launches MiniApps Working Group

19 January 2021 | Archive

W3C launched today the MiniApps Working Group. We invite W3C Members to join the group and drive collaboration on clarifying requirements and producing specifications that facilitate the development of interoperable and robust MiniApps.

MiniApp as a new form of mobile application, leveraging both Web technologies (especially CSS and JavaScript) as well as capabilities of native applications, is gaining more and more popularity. The MiniApps Working Group aims to harmonize the heterogeneous MiniApp ecosystem, enable interoperability among the different MiniApp platforms, maximize the convergence of MiniApps and the World Wide Web, reduce the development costs and facilitate the adoption of this technology.

For more information, see the MiniApps Working Group Charter and the blog post W3C Launches the MiniApps Working Group to ensure MiniApps Cohesiveness with Web Architecture.

First Public Working Draft: CSS Cascading and Inheritance Level 5

19 January 2021 | Archive

The CSS Working Group has published a First Public Working Draft of CSS Cascading and Inheritance Level 5. 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. New in this level is cascade layers.

Updated Candidate Recommendation: Web Audio API

14 January 2021 | Archive

The Audio Working Group invites implementation of an updated Candidate Recommendation of Web Audio API. This specification describes a high-level Web API for processing and synthesizing audio in web applications. The primary paradigm is of an audio routing graph, where a number of AudioNode objects are connected together to define the overall audio rendering. The actual processing will primarily take place in the underlying implementation (typically optimized Assembly / C / C++ code), but direct script processing and synthesis is also supported.

Comments are welcome by 15 February 2021.

First Public Working Drafts: EPUB 3.3

12 January 2021 | Archive

The EPUB 3 Working Group has published four First Public Working Drafts today for EPUB 3.3. This technology defines a distribution and interchange format for digital publications and documents. The EPUB format provides a means of representing, packaging, and encoding structured and semantically enhanced Web content — including HTML, CSS, SVG, and other resources — for distribution in a single-file container.

The specification represents the third major revision and, in particular, a revision of the EPUB 3.2 document published by the EPUB 3 Community Group. This new version of the specification is now on a W3C Recommendation Track.

The four documents published by the Working Group are:

  • The EPUB 3.3 specification defines the authoring requirements for EPUB Publications and represents the third major revision of the standard.
  • The EPUB 3.3 Reading Systems specification defines the conformance requirements for EPUB 3 Reading Systems — the user agents that render EPUB Publications.
  • The EPUB Multiple-Rendition Publications 1.1 specification defines the creation and rendering of EPUB Publications consisting of more than one Rendition. This document is not on recommendation track.
  • The EPUB 3 Overview gives a high level overview of the EPUB 3.3 specification aimed primarily at non-technical readers. This document is not on recommendation track.

The Working Group welcomes comments via the GitHub repository issues.

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 06:30:04.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:30:04.230 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:30:04.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:30:04.231 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 06:30:04.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:30:04.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:30:04.233 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.

HTML Review Draft — Published 29 January 2020 is a W3C Recommendation

28 January 2021 | Archive

As part of working with the WHATWG together on HTML and DOM, W3C selected today to endorse the HTML Review Draft — Published 29 January 2020 as a W3C Recommendation. The HTML specification defines a semantic-level markup language and associated semantic-level scripting APIs for authoring accessible pages on the Web ranging from static documents to dynamic applications. For more information, see the blog post WHATWG Review Drafts of HTML and DOM endorsed as W3C Recommendations.

First Public Working Draft: W3C Accessibility Guidelines (WCAG) 3.0

21 January 2021 | Archive

Screenshot showing the w3c logo and the title of the WCAG 3 W3C Accessibility Guidelines 3The Accessibility Guidelines Working Group (AG WG) has published a First Public Working Draft of W3C Accessibility Guidelines (WCAG) 3.0. WCAG and supporting materials explain how to make web content, apps, and tools more accessible to people with disabilities. W3C Accessibility Guidelines (WCAG) 3 has several differences from Web Content Accessibility Guidelines (WCAG) 2.

WCAG 3 is intended to be easier to understand and more flexible than WCAG 2. The flexibility is to address different types of web content, apps, and tools — as well as organizations and people with disabilities. The goals for WCAG 3 are introduced in the Requirements for WCAG 3.0 First Public Working Draft, which was also published today. WCAG 3 proposes a different name, scope, structure, and conformance model.

We encourage you to start by reading the WCAG 3 Introduction first to get important background on WCAG 3 development, review guidance, and timeline.

We are seeking input from evaluators, developers, designers, project managers, policy makers, people with disabilities, and others — particularly on the structure and the draft conformance model. Additional review guidance is in the blog post WCAG 3 FPWD Published. Please submit comments by 26 February 2021.

W3C launches MiniApps Working Group

19 January 2021 | Archive

W3C launched today the MiniApps Working Group. We invite W3C Members to join the group and drive collaboration on clarifying requirements and producing specifications that facilitate the development of interoperable and robust MiniApps.

MiniApp as a new form of mobile application, leveraging both Web technologies (especially CSS and JavaScript) as well as capabilities of native applications, is gaining more and more popularity. The MiniApps Working Group aims to harmonize the heterogeneous MiniApp ecosystem, enable interoperability among the different MiniApp platforms, maximize the convergence of MiniApps and the World Wide Web, reduce the development costs and facilitate the adoption of this technology.

For more information, see the MiniApps Working Group Charter and the blog post W3C Launches the MiniApps Working Group to ensure MiniApps Cohesiveness with Web Architecture.

First Public Working Draft: CSS Cascading and Inheritance Level 5

19 January 2021 | Archive

The CSS Working Group has published a First Public Working Draft of CSS Cascading and Inheritance Level 5. 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. New in this level is cascade layers.

Updated Candidate Recommendation: Web Audio API

14 January 2021 | Archive

The Audio Working Group invites implementation of an updated Candidate Recommendation of Web Audio API. This specification describes a high-level Web API for processing and synthesizing audio in web applications. The primary paradigm is of an audio routing graph, where a number of AudioNode objects are connected together to define the overall audio rendering. The actual processing will primarily take place in the underlying implementation (typically optimized Assembly / C / C++ code), but direct script processing and synthesis is also supported.

Comments are welcome by 15 February 2021.

First Public Working Drafts: EPUB 3.3

12 January 2021 | Archive

The EPUB 3 Working Group has published four First Public Working Drafts today for EPUB 3.3. This technology defines a distribution and interchange format for digital publications and documents. The EPUB format provides a means of representing, packaging, and encoding structured and semantically enhanced Web content — including HTML, CSS, SVG, and other resources — for distribution in a single-file container.

The specification represents the third major revision and, in particular, a revision of the EPUB 3.2 document published by the EPUB 3 Community Group. This new version of the specification is now on a W3C Recommendation Track.

The four documents published by the Working Group are:

  • The EPUB 3.3 specification defines the authoring requirements for EPUB Publications and represents the third major revision of the standard.
  • The EPUB 3.3 Reading Systems specification defines the conformance requirements for EPUB 3 Reading Systems — the user agents that render EPUB Publications.
  • The EPUB Multiple-Rendition Publications 1.1 specification defines the creation and rendering of EPUB Publications consisting of more than one Rendition. This document is not on recommendation track.
  • The EPUB 3 Overview gives a high level overview of the EPUB 3.3 specification aimed primarily at non-technical readers. This document is not on recommendation track.

The Working Group welcomes comments via the GitHub repository issues.

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 06:30:04.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:30:04.233 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:30:04.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:30:04.233 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 06:30:04.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:30:04.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:30:04.235 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.

HTML Review Draft — Published 29 January 2020 is a W3C Recommendation

28 January 2021 | Archive

As part of working with the WHATWG together on HTML and DOM, W3C selected today to endorse the HTML Review Draft — Published 29 January 2020 as a W3C Recommendation. The HTML specification defines a semantic-level markup language and associated semantic-level scripting APIs for authoring accessible pages on the Web ranging from static documents to dynamic applications. For more information, see the blog post WHATWG Review Drafts of HTML and DOM endorsed as W3C Recommendations.

First Public Working Draft: W3C Accessibility Guidelines (WCAG) 3.0

21 January 2021 | Archive

Screenshot showing the w3c logo and the title of the WCAG 3 W3C Accessibility Guidelines 3The Accessibility Guidelines Working Group (AG WG) has published a First Public Working Draft of W3C Accessibility Guidelines (WCAG) 3.0. WCAG and supporting materials explain how to make web content, apps, and tools more accessible to people with disabilities. W3C Accessibility Guidelines (WCAG) 3 has several differences from Web Content Accessibility Guidelines (WCAG) 2.

WCAG 3 is intended to be easier to understand and more flexible than WCAG 2. The flexibility is to address different types of web content, apps, and tools — as well as organizations and people with disabilities. The goals for WCAG 3 are introduced in the Requirements for WCAG 3.0 First Public Working Draft, which was also published today. WCAG 3 proposes a different name, scope, structure, and conformance model.

We encourage you to start by reading the WCAG 3 Introduction first to get important background on WCAG 3 development, review guidance, and timeline.

We are seeking input from evaluators, developers, designers, project managers, policy makers, people with disabilities, and others — particularly on the structure and the draft conformance model. Additional review guidance is in the blog post WCAG 3 FPWD Published. Please submit comments by 26 February 2021.

W3C launches MiniApps Working Group

19 January 2021 | Archive

W3C launched today the MiniApps Working Group. We invite W3C Members to join the group and drive collaboration on clarifying requirements and producing specifications that facilitate the development of interoperable and robust MiniApps.

MiniApp as a new form of mobile application, leveraging both Web technologies (especially CSS and JavaScript) as well as capabilities of native applications, is gaining more and more popularity. The MiniApps Working Group aims to harmonize the heterogeneous MiniApp ecosystem, enable interoperability among the different MiniApp platforms, maximize the convergence of MiniApps and the World Wide Web, reduce the development costs and facilitate the adoption of this technology.

For more information, see the MiniApps Working Group Charter and the blog post W3C Launches the MiniApps Working Group to ensure MiniApps Cohesiveness with Web Architecture.

First Public Working Draft: CSS Cascading and Inheritance Level 5

19 January 2021 | Archive

The CSS Working Group has published a First Public Working Draft of CSS Cascading and Inheritance Level 5. 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. New in this level is cascade layers.

Updated Candidate Recommendation: Web Audio API

14 January 2021 | Archive

The Audio Working Group invites implementation of an updated Candidate Recommendation of Web Audio API. This specification describes a high-level Web API for processing and synthesizing audio in web applications. The primary paradigm is of an audio routing graph, where a number of AudioNode objects are connected together to define the overall audio rendering. The actual processing will primarily take place in the underlying implementation (typically optimized Assembly / C / C++ code), but direct script processing and synthesis is also supported.

Comments are welcome by 15 February 2021.

First Public Working Drafts: EPUB 3.3

12 January 2021 | Archive

The EPUB 3 Working Group has published four First Public Working Drafts today for EPUB 3.3. This technology defines a distribution and interchange format for digital publications and documents. The EPUB format provides a means of representing, packaging, and encoding structured and semantically enhanced Web content — including HTML, CSS, SVG, and other resources — for distribution in a single-file container.

The specification represents the third major revision and, in particular, a revision of the EPUB 3.2 document published by the EPUB 3 Community Group. This new version of the specification is now on a W3C Recommendation Track.

The four documents published by the Working Group are:

  • The EPUB 3.3 specification defines the authoring requirements for EPUB Publications and represents the third major revision of the standard.
  • The EPUB 3.3 Reading Systems specification defines the conformance requirements for EPUB 3 Reading Systems — the user agents that render EPUB Publications.
  • The EPUB Multiple-Rendition Publications 1.1 specification defines the creation and rendering of EPUB Publications consisting of more than one Rendition. This document is not on recommendation track.
  • The EPUB 3 Overview gives a high level overview of the EPUB 3.3 specification aimed primarily at non-technical readers. This document is not on recommendation track.

The Working Group welcomes comments via the GitHub repository issues.

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 06:30:04.235 INFO [WorkbenchTestable][AbstractView] Close view 'Internal Web Browser' 06:30:04.235 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Internal Web Browser 06:30:04.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 06:30:04.236 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:30:04.273 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 06:30:04.273 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:04.273 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:04.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:04.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:04.277 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWebBrowserView no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) 06:30:04.277 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 06:30:04.277 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:04.277 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:04.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:04.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.334 s - in org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest testBrowserEditor no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) Time elapsed: 11.118 s testWebBrowserView no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) Time elapsed: 11.215 s Running org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 06:30:04.309 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 06:30:04.309 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:30:04.309 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:04.309 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 06:30:04.309 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:04.309 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:30:04.310 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:04.310 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:30:04.310 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:04.310 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:04.310 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConstructorWithInternalBrowser no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 06:30:04.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 06:30:04.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:04.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:04.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:04.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4a80e273 is found... 06:30:04.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4a80e273 is found finished successfully 06:30:04.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qbrowser\E') 06:30:04.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:04.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:04.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:04.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:04.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:30:04.379 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:30:04.379 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 06:30:04.379 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 06:30:04.379 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:30:04.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:04.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:04.379 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 06:30:04.379 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:30:04.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:04.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:04.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:04.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:04.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 06:30:04.380 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.w3.org/' 06:30:04.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:30:04.380 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:30:04.686 DEBUG [main][BrowserProgressListener] Calling chanded() 06:30:04.880 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:30:04.887 DEBUG [main][BrowserProgressListener] Calling chanded() 06:30:05.380 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:30:05.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:30:05.380 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 06:30:15.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:30:15.381 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:30:15.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:30:15.381 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 06:30:15.381 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:30:15.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:15.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:15.381 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 06:30:15.381 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:30:15.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:15.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:15.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:15.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:15.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 06:30:15.382 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/' 06:30:15.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:30:15.382 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:30:15.383 DEBUG [main][BrowserProgressListener] Calling chanded() 06:30:15.482 DEBUG [main][BrowserProgressListener] Calling chanded() failed to create drawable 06:30:15.737 DEBUG [main][BrowserProgressListener] Calling chanded() 06:30:15.882 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:30:15.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:30:15.883 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 06:30:25.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:30:25.884 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:30:25.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:30:25.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:30:25.884 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:30:25.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:30:25.887 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: return document.documentElement.innerHTML; 06:30:25.894 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:30:25.894 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 06:30:25.894 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 06:30:25.894 DEBUG [WorkbenchTestable][EditorHandler] Closing editor browser Error sending IPC message: Broken pipe Error sending IPC message: Broken pipe 06:30:25.915 DEBUG [WorkbenchTestable][EditorHandler] Editor browser is closed 06:30:25.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 06:30:25.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:25.915 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:25.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:25.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:25.916 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConstructorWithInternalBrowser no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 06:30:25.916 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:25.916 INFO [WorkbenchTestable][RequirementsRunner] Started test: testText no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 06:30:25.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 06:30:25.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:25.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:25.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:25.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@18bc0fe7 is found... 06:30:25.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@18bc0fe7 is found finished successfully 06:30:25.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qbrowser\E') 06:30:25.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:25.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:25.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:25.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:25.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:30:25.987 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:30:25.987 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 06:30:25.987 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 06:30:25.987 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:30:25.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:25.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:25.988 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 06:30:25.988 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:30:25.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:25.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:25.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:25.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:25.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 06:30:25.988 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.w3.org/' 06:30:25.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:30:25.989 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:30:26.356 DEBUG [main][BrowserProgressListener] Calling chanded() 06:30:26.489 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:30:26.681 DEBUG [main][BrowserProgressListener] Calling chanded() 06:30:26.683 DEBUG [main][BrowserProgressListener] Calling chanded() 06:30:26.989 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:30:26.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:30:26.989 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 06:30:36.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:30:36.989 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:30:36.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:30:36.989 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 06:30:36.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:30:36.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:36.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:36.990 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 06:30:36.990 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:30:36.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:36.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:36.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:36.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:36.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 06:30:36.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:30:36.991 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:30:36.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:30:36.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 06:30:36.991 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 06:30:36.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 06:30:36.991 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: return document.documentElement.innerHTML; 06:30:36.995 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:30:36.996 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.

HTML Review Draft — Published 29 January 2020 is a W3C Recommendation

28 January 2021 | Archive

As part of working with the WHATWG together on HTML and DOM, W3C selected today to endorse the HTML Review Draft — Published 29 January 2020 as a W3C Recommendation. The HTML specification defines a semantic-level markup language and associated semantic-level scripting APIs for authoring accessible pages on the Web ranging from static documents to dynamic applications. For more information, see the blog post WHATWG Review Drafts of HTML and DOM endorsed as W3C Recommendations.

First Public Working Draft: W3C Accessibility Guidelines (WCAG) 3.0

21 January 2021 | Archive

Screenshot showing the w3c logo and the title of the WCAG 3 W3C Accessibility Guidelines 3The Accessibility Guidelines Working Group (AG WG) has published a First Public Working Draft of W3C Accessibility Guidelines (WCAG) 3.0. WCAG and supporting materials explain how to make web content, apps, and tools more accessible to people with disabilities. W3C Accessibility Guidelines (WCAG) 3 has several differences from Web Content Accessibility Guidelines (WCAG) 2.

WCAG 3 is intended to be easier to understand and more flexible than WCAG 2. The flexibility is to address different types of web content, apps, and tools — as well as organizations and people with disabilities. The goals for WCAG 3 are introduced in the Requirements for WCAG 3.0 First Public Working Draft, which was also published today. WCAG 3 proposes a different name, scope, structure, and conformance model.

We encourage you to start by reading the WCAG 3 Introduction first to get important background on WCAG 3 development, review guidance, and timeline.

We are seeking input from evaluators, developers, designers, project managers, policy makers, people with disabilities, and others — particularly on the structure and the draft conformance model. Additional review guidance is in the blog post WCAG 3 FPWD Published. Please submit comments by 26 February 2021.

W3C launches MiniApps Working Group

19 January 2021 | Archive

W3C launched today the MiniApps Working Group. We invite W3C Members to join the group and drive collaboration on clarifying requirements and producing specifications that facilitate the development of interoperable and robust MiniApps.

MiniApp as a new form of mobile application, leveraging both Web technologies (especially CSS and JavaScript) as well as capabilities of native applications, is gaining more and more popularity. The MiniApps Working Group aims to harmonize the heterogeneous MiniApp ecosystem, enable interoperability among the different MiniApp platforms, maximize the convergence of MiniApps and the World Wide Web, reduce the development costs and facilitate the adoption of this technology.

For more information, see the MiniApps Working Group Charter and the blog post W3C Launches the MiniApps Working Group to ensure MiniApps Cohesiveness with Web Architecture.

First Public Working Draft: CSS Cascading and Inheritance Level 5

19 January 2021 | Archive

The CSS Working Group has published a First Public Working Draft of CSS Cascading and Inheritance Level 5. 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. New in this level is cascade layers.

Updated Candidate Recommendation: Web Audio API

14 January 2021 | Archive

The Audio Working Group invites implementation of an updated Candidate Recommendation of Web Audio API. This specification describes a high-level Web API for processing and synthesizing audio in web applications. The primary paradigm is of an audio routing graph, where a number of AudioNode objects are connected together to define the overall audio rendering. The actual processing will primarily take place in the underlying implementation (typically optimized Assembly / C / C++ code), but direct script processing and synthesis is also supported.

Comments are welcome by 15 February 2021.

First Public Working Drafts: EPUB 3.3

12 January 2021 | Archive

The EPUB 3 Working Group has published four First Public Working Drafts today for EPUB 3.3. This technology defines a distribution and interchange format for digital publications and documents. The EPUB format provides a means of representing, packaging, and encoding structured and semantically enhanced Web content — including HTML, CSS, SVG, and other resources — for distribution in a single-file container.

The specification represents the third major revision and, in particular, a revision of the EPUB 3.2 document published by the EPUB 3 Community Group. This new version of the specification is now on a W3C Recommendation Track.

The four documents published by the Working Group are:

  • The EPUB 3.3 specification defines the authoring requirements for EPUB Publications and represents the third major revision of the standard.
  • The EPUB 3.3 Reading Systems specification defines the conformance requirements for EPUB 3 Reading Systems — the user agents that render EPUB Publications.
  • The EPUB Multiple-Rendition Publications 1.1 specification defines the creation and rendering of EPUB Publications consisting of more than one Rendition. This document is not on recommendation track.
  • The EPUB 3 Overview gives a high level overview of the EPUB 3.3 specification aimed primarily at non-technical readers. This document is not on recommendation track.

The Working Group welcomes comments via the GitHub repository issues.

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

51Degrees logo

51Degrees

51Degrees provides a one-stop-shop for real-time data services, with open source APIs for device detection, geolocation, and more. We are members of W3C to protect the vision of One Web for the sake of users and organizations all around the world.

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 06:30:36.996 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 06:30:36.996 DEBUG [WorkbenchTestable][EditorHandler] Closing editor browser 06:30:37.019 DEBUG [WorkbenchTestable][EditorHandler] Editor browser is closed 06:30:37.019 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 06:30:37.019 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:37.019 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:37.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:37.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:37.019 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testText no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 06:30:37.019 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 06:30:37.019 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:37.019 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:37.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:37.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.711 s - in org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest testConstructorWithInternalBrowser no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) Time elapsed: 21.606 s testText no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) Time elapsed: 11.103 s Running org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 06:30:37.025 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 06:30:37.025 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:30:37.026 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:37.026 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 06:30:37.026 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:37.026 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:30:37.026 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:37.026 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:30:37.026 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:37.026 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:37.026 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:37.026 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:37.026 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectDifferentTabsOnPreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 06:30:37.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 06:30:37.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:37.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:37.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:37.026 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:37.026 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:37.027 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:37.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:37.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:37.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:37.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:37.027 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:37.027 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:37.027 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:37.028 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:37.028 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:37.028 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:37.028 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:37.028 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:37.028 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:37.028 DEBUG [main][MenuItemLookup] Item match:Window 06:30:37.028 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:37.028 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:37.028 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:37.028 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:37.028 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:37.028 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:37.028 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:37.028 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:30:37.028 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:37.028 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:30:37.028 DEBUG [main][MenuItemLookup] Item match:Preferences 06:30:37.028 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:30:37.028 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:30:37.028 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:30:37.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:30:37.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 'Preferences.*'] is available. finished successfully 06:30:37.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:30:37.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:37.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:37.120 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:30:37.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:37.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:30:37.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:37.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:37.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:37.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:37.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:30:37.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:30:37.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:30:37.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:30:37.121 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:30:37.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:37.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:37.623 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:30:37.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:30:37.624 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:30:37.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:37.624 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:30:37.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:37.625 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:30:37.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 06:30:37.625 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 06:30:37.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:38.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:38.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 06:30:38.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 06:30:38.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 06:30:38.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:38.129 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 06:30:38.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:38.129 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 06:30:38.129 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 06:30:38.129 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 06:30:38.129 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 06:30:38.129 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 06:30:38.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:38.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:38.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:30:38.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:38.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:38.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:38.673 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") 06:30:38.673 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:30:38.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:38.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:38.673 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 06:30:38.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:30:38.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:38.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:38.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:38.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:38.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:30:38.680 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") 06:30:38.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:38.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:38.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:38.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:38.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:30:38.681 INFO [WorkbenchTestable][AbstractTabItem] Activate Contents 06:30:38.687 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") 06:30:38.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:38.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:38.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:38.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:38.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:30:38.688 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 06:30:38.691 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") 06:30:38.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:38.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:38.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:38.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:38.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:30:38.691 INFO [WorkbenchTestable][AbstractTabItem] Activate Password 06:30:38.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:30:38.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:38.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:38.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:38.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:38.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:38.694 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:30:38.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:38.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:38.694 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:38.694 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:38.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:30:38.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:30:38.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:38.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:38.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:38.724 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 06:30:38.724 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:38.724 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:38.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:38.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:38.724 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectDifferentTabsOnPreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 06:30:38.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:38.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:38.725 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:38.725 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableEncryptionAlgorithmsTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 06:30:38.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 06:30:38.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:38.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:38.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:38.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.*'] 06:30:38.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:38.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.*'] 06:30:38.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:38.725 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:38.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:38.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:38.735 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:38.735 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:38.735 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:38.735 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:38.735 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:38.735 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:38.735 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:38.735 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:38.735 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:38.735 DEBUG [main][MenuItemLookup] Item match:Window 06:30:38.735 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:38.735 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:38.736 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:38.736 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:38.736 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:38.736 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:38.736 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:38.736 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:30:38.736 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:38.736 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:30:38.736 DEBUG [main][MenuItemLookup] Item match:Preferences 06:30:38.736 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:30:38.736 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:30:38.736 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:30:38.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 'Preferences.*'] is available.... 06:30:39.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. finished successfully 06:30:39.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:30:39.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:39.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:39.369 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:30:39.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:39.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 06:30:39.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:39.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:39.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:39.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:39.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:30:39.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:30:39.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:30:39.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:30:39.371 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:30:39.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:39.371 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:30:39.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:39.371 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:30:39.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:30:39.371 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:30:39.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:39.371 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:30:39.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:39.371 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:30:39.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 06:30:39.371 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 06:30:39.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:39.371 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 06:30:39.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:39.371 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 06:30:39.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 06:30:39.371 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 06:30:39.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:39.371 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 06:30:39.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:39.372 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 06:30:39.372 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 06:30:39.372 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 06:30:39.372 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 06:30:39.372 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 06:30:39.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:39.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:39.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:39.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:39.372 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") 06:30:39.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:39.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:39.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:39.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:39.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:30:39.373 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 06:30:39.377 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 06:30:39.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:39.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:39.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:39.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:39.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:30:39.378 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 06:30:39.378 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:30:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:39.378 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 06:30:39.378 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:30:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:39.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:39.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:39.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:30:39.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:30:39.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:39.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:39.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:39.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:39.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:39.380 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:30:39.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:39.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:39.380 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:39.380 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:39.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:30:39.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:30:39.407 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:39.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:39.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:39.407 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 06:30:39.408 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:39.408 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:39.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:39.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:39.408 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableEncryptionAlgorithmsTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 06:30:39.408 INFO [WorkbenchTestable][RequirementsRunner] Test method changeMasterPasswordTest is ignored because @Ignore annotation is presented. 06:30:39.408 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: changeMasterPasswordTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 06:30:39.408 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:39.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:39.408 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:39.408 INFO [WorkbenchTestable][RequirementsRunner] Started test: openStoragePreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 06:30:39.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 06:30:39.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:39.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:39.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:39.408 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:39.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:39.408 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:39.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:39.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:39.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:39.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:39.409 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:39.409 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:39.409 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:39.409 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:39.409 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:39.409 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:39.409 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:39.409 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:39.409 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:39.409 DEBUG [main][MenuItemLookup] Item match:Window 06:30:39.409 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:39.409 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:39.409 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:39.409 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:39.409 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:39.409 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:39.409 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:39.409 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:30:39.409 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:39.409 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:30:39.409 DEBUG [main][MenuItemLookup] Item match:Preferences 06:30:39.409 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:30:39.409 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:30:39.409 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:30:39.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:30:40.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:30:40.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:30:40.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:40.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:40.044 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:30:40.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:40.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:30:40.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:40.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:40.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:40.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:40.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:30:40.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:30:40.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:30:40.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:30:40.046 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:30:40.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:40.046 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:30:40.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:40.046 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:30:40.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:30:40.046 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:30:40.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:40.046 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:30:40.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:40.046 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:30:40.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 06:30:40.046 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 06:30:40.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:40.047 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 06:30:40.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:40.047 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 06:30:40.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 06:30:40.047 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 06:30:40.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:40.047 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 06:30:40.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:40.047 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 06:30:40.047 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 06:30:40.047 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 06:30:40.047 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 06:30:40.047 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 06:30:40.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:40.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:40.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:40.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:40.048 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 06:30:40.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:40.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:40.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:40.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:40.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 06:30:40.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:30:40.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:40.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:40.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:40.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:40.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:40.049 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:30:40.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:40.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:40.049 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:40.049 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:40.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:30:40.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:30:40.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:40.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:40.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:40.080 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 06:30:40.080 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:40.080 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:40.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:40.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:40.081 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openStoragePreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 06:30:40.081 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:40.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:40.081 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:40.081 INFO [WorkbenchTestable][RequirementsRunner] Started test: availableAlgorithmsContainsCurrentAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 06:30:40.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 06:30:40.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:40.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:40.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:40.081 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:40.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:40.081 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:40.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:40.081 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:40.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:40.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:40.081 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:40.081 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:40.081 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:40.082 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:40.082 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:40.082 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:40.082 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:40.082 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:40.082 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:40.082 DEBUG [main][MenuItemLookup] Item match:Window 06:30:40.082 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:40.082 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:40.082 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:40.082 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:40.082 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:40.082 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:40.082 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:40.082 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:30:40.082 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:40.082 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:30:40.082 DEBUG [main][MenuItemLookup] Item match:Preferences 06:30:40.082 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:30:40.082 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:30:40.082 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:30:40.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:30:40.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:30:40.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:30:40.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:40.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:40.719 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:30:40.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:40.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:30:40.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:40.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:40.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:40.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:40.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:30:40.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:30:40.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:30:40.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:30:40.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:30:40.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:40.721 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:30:40.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:40.721 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:30:40.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:30:40.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:30:40.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:40.721 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:30:40.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:40.721 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:30:40.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 06:30:40.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 06:30:40.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:40.722 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 06:30:40.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:40.722 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 06:30:40.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 06:30:40.722 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 06:30:40.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:40.722 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 06:30:40.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:40.722 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 06:30:40.722 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 06:30:40.722 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 06:30:40.722 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 06:30:40.722 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 06:30:40.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:40.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:40.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:40.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:40.723 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") 06:30:40.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:40.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:40.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:40.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:40.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:30:40.723 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 06:30:40.727 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 06:30:40.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:40.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:40.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:40.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:40.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:30:40.728 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") 06:30:40.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:40.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:40.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:40.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:40.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:30:40.728 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 06:30:40.728 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 06:30:40.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:40.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:40.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:40.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:40.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:30:40.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:30:40.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:40.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:40.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:40.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:40.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:40.731 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:30:40.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:40.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:40.731 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:40.731 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:40.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:30:40.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:30:40.758 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:40.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:40.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:40.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 06:30:40.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:40.758 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:40.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:40.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:40.759 INFO [WorkbenchTestable][RequirementsRunner] Finished test: availableAlgorithmsContainsCurrentAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 06:30:40.759 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:40.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:40.759 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:40.759 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 06:30:40.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 06:30:40.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:40.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:40.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:40.759 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:40.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:40.759 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:40.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:40.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:40.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:40.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:40.759 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:40.759 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:40.760 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:40.760 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:40.760 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:40.760 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:40.760 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:40.760 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:40.760 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:40.760 DEBUG [main][MenuItemLookup] Item match:Window 06:30:40.760 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:40.760 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:40.760 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:40.760 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:40.760 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:40.760 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:40.760 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:40.760 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:30:40.760 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:40.760 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:30:40.760 DEBUG [main][MenuItemLookup] Item match:Preferences 06:30:40.760 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:30:40.760 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:30:40.760 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:30:40.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:30:41.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:30:41.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:30:41.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:41.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:41.445 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:30:41.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:41.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:30:41.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:41.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:41.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:41.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:41.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:30:41.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:30:41.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:30:41.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:30:41.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:30:41.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:41.446 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:30:41.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:41.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:30:41.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:30:41.447 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:30:41.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:41.447 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:30:41.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:41.447 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:30:41.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 06:30:41.447 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 06:30:41.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:41.447 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 06:30:41.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:41.447 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 06:30:41.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 06:30:41.447 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 06:30:41.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:41.447 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 06:30:41.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:41.447 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 06:30:41.447 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 06:30:41.447 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 06:30:41.447 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 06:30:41.447 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 06:30:41.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:41.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:41.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:41.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:41.448 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") 06:30:41.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:41.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:41.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:41.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:41.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:30:41.449 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 06:30:41.452 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 06:30:41.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:41.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:41.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:41.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:41.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:30:41.453 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 06:30:41.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:30:41.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:41.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:41.453 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 06:30:41.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:30:41.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:41.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:41.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:41.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:41.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:30:41.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:30:41.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:41.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:41.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:41.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:41.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:41.455 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:30:41.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:41.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:41.455 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:41.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:41.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:30:41.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:30:41.484 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:41.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:41.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:41.484 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 06:30:41.484 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:41.484 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:41.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:41.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:41.485 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 06:30:41.485 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:41.485 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:41.485 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:41.485 INFO [WorkbenchTestable][RequirementsRunner] Started test: setEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 06:30:41.485 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 06:30:41.485 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:41.485 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:41.485 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:41.485 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:41.485 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:41.485 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:41.485 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:41.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:41.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:41.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:41.485 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:41.485 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:41.485 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:41.485 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:41.485 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:41.485 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:41.486 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:41.486 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:41.486 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:41.486 DEBUG [main][MenuItemLookup] Item match:Window 06:30:41.486 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:41.486 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:41.486 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:41.486 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:41.486 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:41.486 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:41.486 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:41.486 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:30:41.486 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:41.486 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:30:41.486 DEBUG [main][MenuItemLookup] Item match:Preferences 06:30:41.486 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:30:41.486 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:30:41.486 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:30:41.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:30:42.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:30:42.120 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:30:42.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:42.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:42.126 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:30:42.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:42.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:30:42.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:42.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:42.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:42.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:42.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:30:42.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:30:42.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:30:42.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:30:42.128 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:30:42.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:42.128 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:30:42.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:42.128 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:30:42.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:30:42.128 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:30:42.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:42.128 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:30:42.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:42.128 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:30:42.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 06:30:42.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 06:30:42.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:42.129 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 06:30:42.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:42.129 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 06:30:42.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 06:30:42.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 06:30:42.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:42.129 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 06:30:42.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:42.129 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 06:30:42.129 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 06:30:42.129 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 06:30:42.129 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 06:30:42.129 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 06:30:42.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:42.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:42.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:42.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:42.130 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") 06:30:42.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:42.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:42.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:42.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:42.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:30:42.131 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 06:30:42.135 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 06:30:42.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:42.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:42.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:42.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:42.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:30:42.136 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") 06:30:42.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:42.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:42.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:42.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:42.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:30:42.136 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 06:30:42.136 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") 06:30:42.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:42.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:42.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:42.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:42.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:30:42.137 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 06:30:42.137 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 06:30:42.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:42.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:42.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:42.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:42.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:30:42.138 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 06:30:42.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:42.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:42.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:42.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:42.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:30:42.138 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo PBEWithMD5AndDES to selection: PBEWithHmacSHA224AndAES_128 06:30:42.138 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") 06:30:42.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:42.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:42.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:42.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:42.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:30:42.139 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 06:30:42.139 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 06:30:42.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:42.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:42.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:42.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:42.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:30:42.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:30:42.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:42.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:42.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:42.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:42.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:42.141 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:30:42.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:42.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:42.141 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:42.141 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:42.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:30:42.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:30:42.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:42.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:42.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:42.169 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 06:30:42.169 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:42.169 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:42.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:42.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:42.169 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 06:30:42.169 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:42.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:42.169 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:42.169 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStorageLocationTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 06:30:42.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 06:30:42.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:42.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:42.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:42.169 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:42.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:42.169 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:42.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:42.178 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:42.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:42.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:42.178 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:42.178 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:42.178 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:42.179 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:42.179 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:42.179 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:42.179 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:42.179 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:42.179 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:42.179 DEBUG [main][MenuItemLookup] Item match:Window 06:30:42.179 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:42.179 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:42.179 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:42.179 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:42.179 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:42.179 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:42.179 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:42.179 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:30:42.179 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:42.179 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:30:42.179 DEBUG [main][MenuItemLookup] Item match:Preferences 06:30:42.179 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:30:42.179 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:30:42.179 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:30:42.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.... 06:30:42.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:30:42.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:30:42.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:42.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:42.819 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:30:42.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:42.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:30:42.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:42.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:42.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:42.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:42.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:30:42.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:30:42.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:30:42.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:30:42.821 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:30:42.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:42.821 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:30:42.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:42.821 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:30:42.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:30:42.821 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:30:42.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:42.821 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:30:42.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:42.821 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:30:42.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 06:30:42.821 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 06:30:42.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:42.821 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 06:30:42.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:42.821 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 06:30:42.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 06:30:42.822 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 06:30:42.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:42.822 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 06:30:42.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:42.822 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 06:30:42.822 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 06:30:42.822 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 06:30:42.822 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 06:30:42.822 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 06:30:42.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:42.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:42.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:42.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:42.823 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") 06:30:42.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:42.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:42.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:42.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:42.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 06:30:42.823 INFO [WorkbenchTestable][AbstractTabItem] Activate Contents 06:30:42.828 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:") 06:30:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:42.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:42.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:42.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:42.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:30:42.830 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:30:42.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:30:42.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:42.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:42.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:42.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:42.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:42.832 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:30:42.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:42.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:42.832 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:42.832 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:42.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:30:42.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:30:42.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:42.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:42.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:42.864 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 06:30:42.864 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:42.864 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:42.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:42.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:42.865 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStorageLocationTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 06:30:42.865 INFO [WorkbenchTestable][RequirementsRunner] Test method recoverMasterPasswordTest is ignored because @Ignore annotation is presented. 06:30:42.865 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: recoverMasterPasswordTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 06:30:42.865 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:42.865 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:42.865 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:42.865 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMasterPasswordProvidersTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 06:30:42.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 06:30:42.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:42.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:42.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:42.865 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:42.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:42.866 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:42.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:42.866 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:42.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:42.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:42.866 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:42.866 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:42.866 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:42.866 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:42.866 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:42.866 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:42.866 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:42.866 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:42.866 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:42.866 DEBUG [main][MenuItemLookup] Item match:Window 06:30:42.866 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:42.866 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:42.866 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:42.866 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:42.866 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:42.866 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:42.866 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:42.867 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:30:42.867 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:42.867 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:30:42.867 DEBUG [main][MenuItemLookup] Item match:Preferences 06:30:42.867 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:30:42.867 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:30:42.867 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:30:42.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:30:43.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 'Preferences.*'] is available. finished successfully 06:30:43.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:30:43.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:43.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:43.512 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:30:43.512 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:43.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:30:43.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:43.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:43.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:43.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:43.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:30:43.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:30:43.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:30:43.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:30:43.514 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:30:43.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:43.514 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:30:43.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:43.514 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:30:43.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:30:43.514 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:30:43.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:43.514 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:30:43.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:43.514 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:30:43.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 06:30:43.514 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 06:30:43.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:43.514 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 06:30:43.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:43.514 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 06:30:43.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 06:30:43.515 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 06:30:43.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:43.515 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 06:30:43.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:43.515 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 06:30:43.515 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 06:30:43.515 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 06:30:43.515 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 06:30:43.515 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 06:30:43.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:43.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:43.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:43.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:43.515 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 06:30:43.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:43.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:43.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:43.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:43.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:30:43.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:30:43.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:30:43.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:30:43.517 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:30:43.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:43.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:43.518 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 06:30:43.518 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:30:43.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:43.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:43.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:43.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:43.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:30:43.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:30:43.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:30:43.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:30:43.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:43.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:43.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:43.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:43.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:43.519 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:30:43.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:43.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:43.519 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:43.519 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:43.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:30:43.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:30:43.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:43.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:43.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:43.550 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 06:30:43.550 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:43.550 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:43.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:43.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:43.550 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMasterPasswordProvidersTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 06:30:43.550 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 06:30:43.550 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:43.550 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:43.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:43.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 6.526 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.698 s getAvailableEncryptionAlgorithmsTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.683 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.673 s availableAlgorithmsContainsCurrentAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.678 s getEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.726 s setEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.684 s getStorageLocationTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.696 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.685 s Running org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 06:30:43.555 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 06:30:43.555 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:30:43.555 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:43.555 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 06:30:43.556 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:43.556 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:30:43.556 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:43.556 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:30:43.556 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:43.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:43.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:43.556 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:43.556 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFolding no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 06:30:43.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 06:30:43.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:43.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:43.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:43.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:43.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:43.557 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:43.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:43.557 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:43.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:43.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:43.557 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:43.557 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:43.557 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:43.557 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:43.557 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:43.557 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:43.557 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:43.557 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:43.557 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:43.557 DEBUG [main][MenuItemLookup] Item match:Window 06:30:43.558 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:43.558 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:43.558 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:43.558 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:43.558 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:43.558 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:43.558 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:43.558 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:30:43.558 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:43.558 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:30:43.558 DEBUG [main][MenuItemLookup] Item match:Preferences 06:30:43.558 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:30:43.558 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:30:43.558 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:30:43.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:30:44.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:30:44.186 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:30:44.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:44.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:44.192 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:30:44.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:44.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 06:30:44.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:44.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:44.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:44.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:44.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:30:44.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:30:44.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:30:44.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:30:44.194 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:30:44.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:44.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:44.695 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:30:44.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:30:44.698 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:30:44.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:44.698 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:30:44.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:44.698 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:30:44.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 06:30:44.699 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 06:30:44.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 06:30:45.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 06:30:45.201 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 06:30:45.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.201 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 06:30:45.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.201 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 06:30:45.201 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 06:30:45.201 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 06:30:45.201 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 06:30:45.202 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 06:30:45.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.216 DEBUG [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) 06:30:45.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:45.224 INFO [WorkbenchTestable][CheckBox] Select checkbox Enable f&olding 06:30:45.224 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Enable f&olding 06:30:45.224 INFO [WorkbenchTestable][AbstractButton] Click button Enable f&olding 06:30:45.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:45.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:45.225 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:45.225 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:45.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:30:45.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:45.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:30:45.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:45.226 INFO [WorkbenchTestable][CheckBox] Select checkbox Enable f&olding 06:30:45.226 INFO [WorkbenchTestable][CheckBox] Check checkbox Enable f&olding 06:30:45.226 INFO [WorkbenchTestable][AbstractButton] Click button Enable f&olding 06:30:45.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:45.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:45.226 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:45.226 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:45.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:30:45.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:45.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:30:45.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:45.228 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:30:45.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:45.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:45.228 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:45.228 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:45.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:30:45.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:30:45.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:45.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:45.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:45.259 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 06:30:45.259 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:45.259 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:45.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:45.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:45.259 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFolding no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 06:30:45.260 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:45.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.260 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:45.260 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHeaderComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 06:30:45.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 06:30:45.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:45.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:45.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:45.260 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:45.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.260 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:45.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:45.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:45.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:45.260 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:45.260 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:45.260 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:45.261 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:45.261 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:45.261 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:45.261 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:45.261 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:45.261 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:45.261 DEBUG [main][MenuItemLookup] Item match:Window 06:30:45.261 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:45.261 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:45.261 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:45.261 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.261 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:45.261 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:45.261 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.261 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:30:45.261 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.261 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:30:45.261 DEBUG [main][MenuItemLookup] Item match:Preferences 06:30:45.261 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:30:45.261 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:30:45.261 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:30:45.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:30:45.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 'Preferences.*'] is available. finished successfully 06:30:45.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:30:45.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:45.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:45.320 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:30:45.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:30:45.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:30:45.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:30:45.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:30:45.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:30:45.321 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:30:45.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.321 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:30:45.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.321 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:30:45.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:30:45.321 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:30:45.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.322 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:30:45.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.322 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:30:45.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 06:30:45.322 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 06:30:45.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.322 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 06:30:45.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.322 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 06:30:45.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 06:30:45.322 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 06:30:45.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.322 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 06:30:45.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.322 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 06:30:45.322 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 06:30:45.322 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 06:30:45.322 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 06:30:45.322 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 06:30:45.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 2 and following matchers specified (Widget matcher matching widgets with style: 32) 06:30:45.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 06:30:45.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 06:30:45.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 06:30:45.324 INFO [WorkbenchTestable][CheckBox] Select checkbox &Header Comments 06:30:45.324 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Header Comments 06:30:45.324 INFO [WorkbenchTestable][AbstractButton] Click button &Header Comments 06:30:45.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:45.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:45.324 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:45.324 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:45.324 DEBUG [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) 06:30:45.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 06:30:45.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 06:30:45.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 06:30:45.325 DEBUG [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) 06:30:45.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 06:30:45.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 06:30:45.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 06:30:45.326 INFO [WorkbenchTestable][CheckBox] Select checkbox &Header Comments 06:30:45.326 INFO [WorkbenchTestable][CheckBox] Check checkbox &Header Comments 06:30:45.326 INFO [WorkbenchTestable][AbstractButton] Click button &Header Comments 06:30:45.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:45.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:45.326 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:45.326 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:45.326 DEBUG [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) 06:30:45.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 06:30:45.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 06:30:45.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 06:30:45.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:30:45.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:45.328 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:30:45.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:45.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:45.328 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:45.328 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:45.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:30:45.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:30:45.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:45.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:45.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:45.349 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 06:30:45.349 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:45.349 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:45.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:45.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:45.349 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHeaderComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 06:30:45.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.*'] 06:30:45.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.349 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:45.349 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInnerTypes no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 06:30:45.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 06:30:45.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:45.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:45.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:45.350 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:45.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.350 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:45.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:45.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:45.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:45.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:45.350 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:45.351 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:45.351 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:45.351 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:45.351 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:45.351 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:45.351 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:45.351 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:45.351 DEBUG [main][MenuItemLookup] Item match:Window 06:30:45.351 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:45.351 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:45.351 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:45.351 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.351 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:45.351 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:45.351 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.351 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:30:45.351 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.351 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:30:45.351 DEBUG [main][MenuItemLookup] Item match:Preferences 06:30:45.351 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:30:45.351 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:30:45.351 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:30:45.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.... 06:30:45.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:30:45.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:30:45.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:45.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:45.418 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:30:45.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:30:45.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:30:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:30:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:30:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:30:45.419 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:30:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.419 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:30:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.419 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:30:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:30:45.419 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:30:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.419 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:30:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.419 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:30:45.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 06:30:45.420 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 06:30:45.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 06:30:45.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.429 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 06:30:45.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 06:30:45.429 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 06:30:45.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.429 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 06:30:45.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.429 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 06:30:45.429 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 06:30:45.429 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 06:30:45.429 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 06:30:45.429 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 06:30:45.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.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.preferences.FoldingPreferencePage, index 3 and following matchers specified (Widget matcher matching widgets with style: 32) 06:30:45.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 06:30:45.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 06:30:45.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 06:30:45.431 INFO [WorkbenchTestable][CheckBox] Select checkbox Inner &types 06:30:45.431 INFO [WorkbenchTestable][CheckBox] Check checkbox Inner &types 06:30:45.431 INFO [WorkbenchTestable][AbstractButton] Click button Inner &types 06:30:45.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:45.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:45.431 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:45.431 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:45.431 DEBUG [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) 06:30:45.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 06:30:45.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 06:30:45.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 06:30:45.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.preferences.FoldingPreferencePage, index 3 and following matchers specified (Widget matcher matching widgets with style: 32) 06:30:45.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 06:30:45.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 06:30:45.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 06:30:45.433 INFO [WorkbenchTestable][CheckBox] Select checkbox Inner &types 06:30:45.433 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Inner &types 06:30:45.433 INFO [WorkbenchTestable][AbstractButton] Click button Inner &types 06:30:45.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:45.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:45.433 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:45.433 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:45.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.preferences.FoldingPreferencePage, index 3 and following matchers specified (Widget matcher matching widgets with style: 32) 06:30:45.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 06:30:45.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 06:30:45.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 06:30:45.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:30:45.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:45.435 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:30:45.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:45.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:45.435 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:45.435 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:45.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:30:45.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:30:45.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:45.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:45.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:45.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 06:30:45.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:45.465 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:45.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:45.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:45.465 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInnerTypes no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 06:30:45.465 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:45.465 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.466 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:45.466 INFO [WorkbenchTestable][RequirementsRunner] Started test: testComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 06:30:45.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 06:30:45.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:45.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:45.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:45.466 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:45.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.466 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:45.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.466 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:45.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:45.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:45.466 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:45.466 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:45.466 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:45.467 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:45.467 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:45.467 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:45.467 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:45.467 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:45.467 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:45.467 DEBUG [main][MenuItemLookup] Item match:Window 06:30:45.467 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:45.467 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:45.467 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:45.467 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.467 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:45.467 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:45.467 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.467 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:30:45.467 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.467 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:30:45.467 DEBUG [main][MenuItemLookup] Item match:Preferences 06:30:45.467 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:30:45.467 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:30:45.467 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:30:45.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:30:45.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:30:45.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:30:45.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:45.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:45.534 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:30:45.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:30:45.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:30:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:30:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:30:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:30:45.535 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:30:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.535 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:30:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.535 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:30:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:30:45.535 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:30:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.535 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:30:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.535 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:30:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 06:30:45.535 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 06:30:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.535 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 06:30:45.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.536 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 06:30:45.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 06:30:45.536 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 06:30:45.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.536 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 06:30:45.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.536 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 06:30:45.536 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 06:30:45.536 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 06:30:45.536 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 06:30:45.536 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 06:30:45.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.537 DEBUG [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) 06:30:45.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:30:45.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:30:45.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 06:30:45.538 INFO [WorkbenchTestable][CheckBox] Select checkbox &Comments 06:30:45.538 INFO [WorkbenchTestable][CheckBox] Check checkbox &Comments 06:30:45.538 INFO [WorkbenchTestable][AbstractButton] Click button &Comments 06:30:45.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:45.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:45.538 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:45.538 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:45.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 06:30:45.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:30:45.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:30:45.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 06:30:45.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 06:30:45.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:30:45.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:30:45.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 06:30:45.539 INFO [WorkbenchTestable][CheckBox] Select checkbox &Comments 06:30:45.539 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Comments 06:30:45.539 INFO [WorkbenchTestable][AbstractButton] Click button &Comments 06:30:45.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:45.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:45.539 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:45.539 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:45.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 06:30:45.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:30:45.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:30:45.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 06:30:45.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:30:45.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:45.541 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:30:45.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:45.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:45.541 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:45.541 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:45.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:30:45.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:30:45.562 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:45.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:45.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:45.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 06:30:45.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:45.562 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:45.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:45.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:45.563 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 06:30:45.563 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:45.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.563 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:45.563 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMembers no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 06:30:45.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 06:30:45.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:45.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:45.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:45.563 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:45.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.563 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:45.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:45.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:45.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:45.563 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:45.563 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:45.563 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:45.564 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:45.564 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:45.564 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:45.564 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:45.564 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:45.564 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:45.564 DEBUG [main][MenuItemLookup] Item match:Window 06:30:45.564 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:45.564 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:45.564 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:45.564 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.564 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:45.564 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:45.564 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.564 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:30:45.564 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.564 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:30:45.564 DEBUG [main][MenuItemLookup] Item match:Preferences 06:30:45.564 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:30:45.564 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:30:45.564 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:30:45.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 'Preferences.*'] is available.... 06:30:45.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:30:45.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:30:45.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:45.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:45.622 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:30:45.622 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:30:45.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:30:45.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:30:45.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:30:45.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:30:45.624 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:30:45.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.624 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:30:45.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.624 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:30:45.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:30:45.624 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:30:45.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.624 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:30:45.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.624 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:30:45.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 06:30:45.624 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 06:30:45.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.624 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 06:30:45.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.624 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 06:30:45.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 06:30:45.624 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 06:30:45.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.624 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 06:30:45.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.624 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 06:30:45.625 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 06:30:45.625 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 06:30:45.625 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 06:30:45.625 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 06:30:45.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 4 and following matchers specified (Widget matcher matching widgets with style: 32) 06:30:45.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 06:30:45.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 06:30:45.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 06:30:45.626 INFO [WorkbenchTestable][CheckBox] Select checkbox &Members 06:30:45.626 INFO [WorkbenchTestable][CheckBox] Check checkbox &Members 06:30:45.626 INFO [WorkbenchTestable][AbstractButton] Click button &Members 06:30:45.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:45.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:45.626 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:45.626 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:45.626 DEBUG [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) 06:30:45.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 06:30:45.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 06:30:45.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 06:30:45.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 4 and following matchers specified (Widget matcher matching widgets with style: 32) 06:30:45.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 06:30:45.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 06:30:45.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 06:30:45.628 INFO [WorkbenchTestable][CheckBox] Select checkbox &Members 06:30:45.628 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Members 06:30:45.628 INFO [WorkbenchTestable][AbstractButton] Click button &Members 06:30:45.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:45.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:45.628 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:45.628 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:45.628 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 4 and following matchers specified (Widget matcher matching widgets with style: 32) 06:30:45.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 06:30:45.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 06:30:45.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 06:30:45.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) 06:30:45.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:45.630 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:30:45.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:45.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:45.630 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:45.630 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:45.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:30:45.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:30:45.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:45.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:45.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:45.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 06:30:45.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:45.651 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:45.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:45.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:45.651 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMembers no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 06:30:45.651 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:45.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.651 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:45.651 INFO [WorkbenchTestable][RequirementsRunner] Started test: testImports no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 06:30:45.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 06:30:45.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:45.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:45.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:45.652 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:45.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.652 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:45.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:45.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:45.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:45.652 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:45.652 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:45.652 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:45.652 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:45.652 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:45.652 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:45.652 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:45.652 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:45.652 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:45.652 DEBUG [main][MenuItemLookup] Item match:Window 06:30:45.652 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:45.652 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:45.652 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:45.653 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.653 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:45.653 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:45.653 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.653 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:30:45.653 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.653 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:30:45.653 DEBUG [main][MenuItemLookup] Item match:Preferences 06:30:45.653 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:30:45.653 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:30:45.653 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:30:45.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:30:45.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:30:45.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:30:45.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:45.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:45.716 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:30:45.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:30:45.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:30:45.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:30:45.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:30:45.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:30:45.717 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:30:45.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.717 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:30:45.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.717 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:30:45.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:30:45.717 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:30:45.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.717 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:30:45.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.717 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:30:45.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 06:30:45.717 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 06:30:45.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.717 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 06:30:45.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.717 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 06:30:45.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 06:30:45.718 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 06:30:45.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.718 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 06:30:45.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.718 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 06:30:45.718 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 06:30:45.718 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 06:30:45.718 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 06:30:45.718 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 06:30:45.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.718 DEBUG [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) 06:30:45.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 06:30:45.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 06:30:45.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 06:30:45.719 INFO [WorkbenchTestable][CheckBox] Select checkbox &Imports 06:30:45.719 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Imports already selected, no action performed 06:30:45.719 DEBUG [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) 06:30:45.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 06:30:45.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 06:30:45.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 06:30:45.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 5 and following matchers specified (Widget matcher matching widgets with style: 32) 06:30:45.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 06:30:45.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 06:30:45.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 06:30:45.721 INFO [WorkbenchTestable][CheckBox] Select checkbox &Imports 06:30:45.721 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Imports 06:30:45.721 INFO [WorkbenchTestable][AbstractButton] Click button &Imports 06:30:45.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:45.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:45.721 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:45.721 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:45.721 DEBUG [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) 06:30:45.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 06:30:45.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 06:30:45.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 06:30:45.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:30:45.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:45.731 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:30:45.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:45.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:45.731 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:45.731 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:45.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:30:45.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:30:45.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:45.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:45.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:45.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 06:30:45.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:45.752 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:45.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:45.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:45.760 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testImports no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 06:30:45.760 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 06:30:45.760 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:45.760 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:45.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:45.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.205 s - in org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest testFolding no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 1.703 s testHeaderComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.089 s testInnerTypes no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.116 s testComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.097 s testMembers no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.088 s testImports no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.109 s Running org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 06:30:45.765 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 06:30:45.765 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:30:45.765 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:45.766 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 06:30:45.766 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:45.766 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:30:45.766 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:45.766 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:30:45.766 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:45.766 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:30:45.766 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 06:30:45.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:30:45.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:45.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:45.766 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:45.766 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:45.767 DEBUG [main][MenuItemLookup] Item match:Window 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:30:45.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:45.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:45.767 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:45.767 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:45.767 DEBUG [main][MenuItemLookup] Item match:Window 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:45.768 DEBUG [main][MenuItemLookup] Item match:Perspective 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:30:45.768 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:30:45.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:30:45.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:45.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:45.768 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:45.768 DEBUG [main][MenuItemLookup] Item match:Window 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:30:45.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:45.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:45.768 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:45.768 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:45.768 DEBUG [main][MenuItemLookup] Item match:Window 06:30:45.769 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:45.769 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:45.769 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:45.769 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.769 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:45.769 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:45.769 DEBUG [main][MenuItemLookup] Item match:Perspective 06:30:45.776 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:30:45.776 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.776 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:30:45.776 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:30:45.776 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:30:45.776 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:30:45.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:45.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:45.777 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:45.777 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:45.777 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:45.777 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:45.777 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:45.777 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:45.777 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:45.777 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:45.777 DEBUG [main][MenuItemLookup] Item match:Window 06:30:45.777 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:45.777 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:45.777 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:45.777 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.777 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:45.777 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:45.777 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.777 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:30:45.777 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.777 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:30:45.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:45.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:45.777 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:45.778 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:45.778 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:45.778 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:45.778 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:45.778 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:45.778 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:45.778 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:45.778 DEBUG [main][MenuItemLookup] Item match:Window 06:30:45.778 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:45.778 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:45.778 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:45.778 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.778 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:45.778 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:45.778 DEBUG [main][MenuItemLookup] Item match:Perspective 06:30:45.778 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:30:45.778 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.778 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:30:45.778 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:30:45.778 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:30:45.778 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:30:45.778 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:30:45.778 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:30:45.778 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:30:45.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:30:45.802 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 06:30:45.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:30:45.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:45.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:45.803 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:30:45.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:45.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:45.803 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:30:45.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:30:45.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 06:30:45.803 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:30:45.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:45.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:45.803 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:30:45.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:30:45.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:45.804 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:30:45.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:45.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:45.804 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:45.804 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:45.894 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:45.894 INFO [WorkbenchTestable][RequirementsRunner] Started test: addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 06:30:45.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 06:30:45.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:45.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:45.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:45.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.*'] 06:30:45.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.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.*'] 06:30:45.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.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.*'] 06:30:45.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:45.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:45.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:45.895 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:45.895 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:45.895 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:45.895 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:45.895 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:30:45.895 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:30:45.895 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:45.895 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:45.895 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:45.895 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:45.895 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:45.895 DEBUG [main][MenuItemLookup] Item match:Window 06:30:45.895 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:45.895 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:45.895 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:45.895 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.895 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:45.895 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:45.895 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.895 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:30:45.895 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:45.895 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:30:45.895 DEBUG [main][MenuItemLookup] Item match:Preferences 06:30:45.895 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:30:45.895 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:30:45.895 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:30:45.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:30:45.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:30:45.956 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:30:45.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:45.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:45.957 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:30:45.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:45.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:30:45.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:45.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:45.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:45.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:45.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:30:45.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:30:45.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:30:45.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:30:45.958 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:30:45.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.958 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:30:45.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.958 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:30:45.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:30:45.958 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:30:45.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:45.958 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:30:45.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:45.958 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:30:45.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children... 06:30:45.958 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 06:30:45.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:46.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:46.459 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 06:30:46.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children finished successfully 06:30:46.460 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 06:30:46.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:46.460 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 06:30:46.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:46.460 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 06:30:46.460 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath Variables 06:30:46.460 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath Variables 06:30:46.460 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath Variables about selection 06:30:46.460 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath Variables 06:30:46.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:46.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:46.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:46.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:46.491 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 06:30:46.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:46.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:46.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:46.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:46.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:30:46.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:30:46.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:30:46.492 DEBUG [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...") 06:30:46.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:46.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:46.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:46.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:46.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:46.493 INFO [WorkbenchTestable][AbstractButton] Click button &New... 06:30:46.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:46.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:46.493 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:46.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:46.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Entry"] is available.... 06:30:46.517 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 06:30:46.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Entry 06:30:46.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:46.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:46.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 06:30:46.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:46.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:46.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:46.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:46.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:30:46.518 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:30:46.518 INFO [WorkbenchTestable][AbstractText] Text set to: VN 06:30:46.519 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:") 06:30:46.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:46.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:46.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:46.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:46.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:30:46.520 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:30:46.520 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 06:30:46.520 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) 06:30:46.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:46.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:46.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:46.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:46.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:46.521 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:30:46.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:46.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:46.521 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:46.521 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:46.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:30:46.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:30:46.542 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 06:30:46.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:46.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:46.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:46.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:46.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:30:46.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:30:46.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:30:46.543 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 06:30:46.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:46.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:46.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:46.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:46.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:30:46.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:30:46.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:30:46.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:46.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:46.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:30:46.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:46.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:46.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:46.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:46.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:46.546 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:30:46.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:46.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:46.546 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:46.546 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:46.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:30:46.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:30:46.586 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:46.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:46.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:46.586 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:46.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:46.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:46.586 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:46.586 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:46.586 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:46.586 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:46.586 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:30:46.586 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:30:46.586 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:46.586 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:46.586 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:46.586 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:46.586 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:46.586 DEBUG [main][MenuItemLookup] Item match:Window 06:30:46.586 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:46.586 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:46.586 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:46.586 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:46.586 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:46.586 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:46.586 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:46.586 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:30:46.586 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:46.586 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:30:46.586 DEBUG [main][MenuItemLookup] Item match:Preferences 06:30:46.586 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:30:46.586 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:30:46.586 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:30:46.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:30:46.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 'Preferences.*'] is available. finished successfully 06:30:46.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:30:46.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:46.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:46.654 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:30:46.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:46.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:30:46.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:46.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:46.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:46.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:46.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:30:46.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:30:46.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:30:46.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:30:46.661 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:30:46.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:46.661 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:30:46.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:46.661 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:30:46.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:30:46.661 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:30:46.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:46.661 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:30:46.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:46.661 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:30:46.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children... 06:30:46.661 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 06:30:46.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:46.661 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 06:30:46.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:46.661 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 06:30:46.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children finished successfully 06:30:46.662 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 06:30:46.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:46.662 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 06:30:46.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:46.662 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 06:30:46.662 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath Variables 06:30:46.662 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath Variables 06:30:46.662 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath Variables about selection 06:30:46.662 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath Variables 06:30:46.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:46.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:46.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:46.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:46.662 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 06:30:46.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:46.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:46.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:46.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:46.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:30:46.663 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") 06:30:46.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:46.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:46.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:46.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:46.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 06:30:46.664 TRACE [main][WidgetHandler] Notify Table with event 13 06:30:46.664 TRACE [main][WidgetHandler] Wait for synchronization 06:30:46.664 DEBUG [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") 06:30:46.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:46.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:46.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:46.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:46.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:46.665 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:30:46.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:46.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:46.665 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:46.665 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:46.666 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 06:30:46.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:46.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:46.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:46.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:46.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:30:46.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:30:46.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:30:46.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:46.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:46.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:30:46.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:46.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:46.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:46.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:46.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:46.669 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:30:46.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:46.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:46.669 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:46.669 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:46.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:30:46.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:30:46.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:46.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:46.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:46.717 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 06:30:46.717 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:46.717 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:46.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:46.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:46.717 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 06:30:46.717 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:46.717 INFO [WorkbenchTestable][RequirementsRunner] Started test: getVariables no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 06:30:46.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 06:30:46.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:46.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:46.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:46.717 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:46.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:46.718 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:46.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:46.718 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:46.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:46.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:46.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:46.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:46.718 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:46.718 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:46.718 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:46.719 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:46.719 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:30:46.719 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:30:46.719 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:46.719 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:46.719 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:46.719 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:30:46.719 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:46.719 DEBUG [main][MenuItemLookup] Item match:Window 06:30:46.719 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:46.719 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:46.719 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:46.719 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:46.719 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:46.719 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:46.719 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:46.719 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:30:46.719 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:46.719 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:30:46.719 DEBUG [main][MenuItemLookup] Item match:Preferences 06:30:46.719 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:30:46.719 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:30:46.719 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:30:46.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:30:46.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:30:46.788 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:30:46.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:46.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:46.789 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:30:46.789 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:46.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:30:46.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:46.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:46.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:46.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:46.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:30:46.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:30:46.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:30:46.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:30:46.790 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:30:46.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:46.790 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:30:46.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:46.790 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:30:46.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:30:46.790 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:30:46.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:46.790 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:30:46.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:46.790 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:30:46.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children... 06:30:46.791 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 06:30:46.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:46.791 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 06:30:46.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:46.791 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 06:30:46.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children finished successfully 06:30:46.791 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 06:30:46.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:46.791 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 06:30:46.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:46.791 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 06:30:46.791 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath Variables 06:30:46.791 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath Variables 06:30:46.791 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath Variables about selection 06:30:46.791 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath Variables 06:30:46.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:46.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:46.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:46.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:46.792 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 06:30:46.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:46.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:46.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:46.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:46.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:30:46.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:30:46.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:30:46.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) 06:30:46.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:46.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:46.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:46.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:46.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:46.794 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:30:46.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:46.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:46.794 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:46.794 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:46.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:30:46.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:30:46.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:46.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:46.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:46.813 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 06:30:46.813 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:46.813 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:46.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:46.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:46.814 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getVariables no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 06:30:46.814 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 06:30:46.814 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:30:46.814 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:30:46.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:46.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.049 s - in org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) Time elapsed: 0.823 s getVariables no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) Time elapsed: 0.097 s Results: Errors: 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: 3, 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.v20210204-0547 [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.021 s - in org.eclipse.reddeer.gef.test.matcher.IsEditPartWithParentTest testMacthingEditPartWithHigherParent(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithParentTest) Time elapsed: 0.006 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.052 s - in org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest testMacthingEditPartWithLabelTooltip(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest) Time elapsed: 0.045 s testMacthingEditPartWithLabelTooltipByRegex(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest) Time elapsed: 0.002 s testMacthingEditPartWithTextFlowTooltip(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest) Time elapsed: 0.003 s testMacthingEditPartWithNullTooltip(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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 06:30:57.227 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 06:30:57.229 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 06:30:57.238 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 06:30:57.239 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 06:30:57.261 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.gef.test.GEFEditorTest 06:30:57.310 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:30:57.311 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:57.313 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 06:30:57.315 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 06:30:57.315 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 06:30:57.321 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 06:30:57.340 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:57.340 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:30:57.397 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:57.397 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:30:57.399 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:57.400 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:30:57.411 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:57.412 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:57.413 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:57.414 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:57.414 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:30:57.415 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:57.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:57.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:57.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:57.423 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:57.425 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:57.428 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:57.428 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:57.428 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:57.428 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:57.428 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:57.428 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:57.429 DEBUG [main][MenuItemLookup] Item match:Window 06:30:57.432 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:57.432 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:57.432 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:57.433 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:57.433 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:57.433 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:30:57.433 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:57.433 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:30:57.433 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:57.433 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:30:57.433 DEBUG [main][MenuItemLookup] Item match:Preferences 06:30:57.435 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:30:57.435 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:30:57.437 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:30:57.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:30:57.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:30:57.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:30:57.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:57.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:57.611 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:30:57.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:57.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 06:30:57.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:57.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:57.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:57.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:57.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:30:57.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:30:57.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:30:57.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:30:57.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:57.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:57.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:57.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:57.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:57.656 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:30:57.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:57.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:57.658 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:57.659 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:57.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:30:57.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:30:57.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:57.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:57.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:57.722 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:30:57.723 DEBUG [main][EditorHandler] 0 editor(s) found 06:30:57.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:57.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:57.730 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:30:57.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:57.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:57.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:57.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:57.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:57.734 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:57.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 '\*?\QProject Explorer\E') 06:30:57.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:57.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:57.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:57.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:57.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:30:57.738 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:30:57.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:30:57.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:30:57.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:30:57.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:30:57.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:30:57.750 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:30:57.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:30:57.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:30:57.751 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 06:30:57.753 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:30:57.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:30:57.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:30:57.754 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 06:30:57.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:57.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:57.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:57.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:57.755 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:30:57.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:30:57.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:30:57.756 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 06:30:57.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:57.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:57.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:57.757 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:57.757 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 06:30:57.758 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:30:57.758 INFO [WorkbenchTestable][RequirementsRunner] Started test: logicDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) 06:30:57.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 06:30:57.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:30:57.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:30:57.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:30:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:30:57.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:57.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'] 06:30:57.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:57.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 Project"] 06:30:57.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:57.803 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:30:57.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:57.803 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:30:57.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:57.804 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:30:57.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:57.804 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 06:30:57.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:57.804 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:30:57.805 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:57.805 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:30:57.805 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:57.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:57.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:57.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:57.805 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:57.805 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:57.805 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:57.805 DEBUG [main][MenuItemLookup] Item match:File 06:30:57.808 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:30:57.808 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:30:57.812 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:30:57.812 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:57.812 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:30:57.812 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:57.812 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:30:57.812 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:57.812 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:30:57.812 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:57.812 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:30:57.812 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:30:57.813 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:30:57.813 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:30:57.813 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:30:57.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.... 06:30:57.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:30:57.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:30:57.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:57.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:57.874 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:30:57.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:57.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:30:57.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:57.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:57.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:57.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:57.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:30:57.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:30:57.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:30:57.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:30:57.878 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:30:57.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:58.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:58.382 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:30:58.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:30:58.383 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:30:58.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:58.384 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:30:58.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:58.384 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:30:58.384 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 06:30:58.385 DEBUG [main][TreeItemHandler] Selecting tree item: Project 06:30:58.385 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 06:30:58.388 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 06:30:58.388 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:30:58.388 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:30:58.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.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:30:58.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:58.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:58.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:58.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:58.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:58.390 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:30:58.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:58.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:58.391 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:58.391 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:58.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'] 06:30:58.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:58.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:58.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 06:30:58.423 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 06:30:58.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 06:30:58.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:58.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:58.425 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 06:30:58.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:30:58.426 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:") 06:30:58.427 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:30:58.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:58.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:58.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 06:30:58.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:30:58.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:58.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:58.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:58.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:58.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:30:58.432 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:30:58.433 INFO [WorkbenchTestable][AbstractText] Text set to: test 06:30:58.435 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 06:30:58.435 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 06:30:58.435 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) 06:30:58.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:58.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:58.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:58.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:58.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:58.438 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:30:58.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:58.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:58.439 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:58.439 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:58.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:30:58.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:30:58.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:30:58.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:30:58.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:30:58.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:30:58.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:30:58.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:58.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:58.952 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:30:58.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:58.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:58.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:58.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:58.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:58.953 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:58.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 '\*?\QProject Explorer\E') 06:30:58.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:58.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:58.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:58.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:58.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:30:58.955 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:30:58.955 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:30:58.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:30:58.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:30:58.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:30:58.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:30:58.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 06:30:58.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:58.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:30:58.970 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 06:30:58.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:58.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:58.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:58.972 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:58.972 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:30:58.972 DEBUG [main][MenuItemLookup] Found menu:'File' 06:30:58.972 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:30:58.972 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:30:58.972 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:30:58.972 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:30:58.972 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:30:58.972 DEBUG [main][MenuItemLookup] Item match:Window 06:30:58.973 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:30:58.973 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:30:58.973 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:30:58.973 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:58.973 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:30:58.973 DEBUG [main][MenuItemLookup] Item match:Show View 06:30:58.983 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 06:30:58.983 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:30:58.983 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:30:58.983 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:30:58.983 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:30:58.983 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:30:58.983 DEBUG [main][MenuItemLookup] Found menu:'Properties' 06:30:58.983 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:30:58.983 DEBUG [main][MenuItemLookup] Found menu:'' 06:30:58.983 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:30:58.984 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:30:58.984 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:30:58.984 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:30:58.984 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:30:59.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:30:59.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:30:59.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:30:59.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:59.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:59.022 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:30:59.022 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:30:59.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:59.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:59.023 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:30:59.023 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:30:59.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:59.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:59.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:59.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:59.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:30:59.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:30:59.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:30:59.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:30:59.024 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:30:59.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:59.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:59.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:30:59.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:30:59.527 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:30:59.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:30:59.527 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:30:59.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:30:59.527 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:30:59.528 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 06:30:59.528 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 06:30:59.528 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 06:30:59.528 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 06:30:59.528 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:30:59.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:59.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:59.528 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:30:59.528 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:30:59.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:59.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:59.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:30:59.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:30:59.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:30:59.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:30:59.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:30:59.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:30:59.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:59.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:59.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:59.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:59.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:30:59.535 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:30:59.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:30:59.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:30:59.536 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:30:59.536 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:30:59.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:30:59.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:30:59.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 06:30:59.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:59.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:59.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 06:30:59.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:59.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:59.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:30:59.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:30:59.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:30:59.830 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:30:59.830 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:30:59.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:59.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:59.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:30:59.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:30:59.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:30:59.839 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:30:59.839 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:30:59.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:30:59.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:30:59.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:30:59.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:30:59.841 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:30:59.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:30:59.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:30:59.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:30:59.842 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:30:59.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:30:59.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:30:59.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:30:59.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:30:59.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:30:59.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:00.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:00.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:00.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:00.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:00.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:00.845 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:31:00.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:31:00.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:00.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:00.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:31:00.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:00.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:00.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:00.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:00.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:00.848 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:00.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 06:31:00.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:00.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:00.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:00.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:00.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:00.860 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:00.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 '\*?\QProject Explorer\E') 06:31:00.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:00.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:00.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:00.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:00.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:00.861 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:00.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:00.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:00.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:00.882 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:00.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:00.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:00.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:00.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:00.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:00.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:01.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:01.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:01.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:01.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:01.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:01.886 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:01.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:01.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:01.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:01.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:31:01.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:01.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:01.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:01.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:01.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:01.887 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:01.888 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 06:31:01.888 DEBUG [main][TreeItemHandler] Selecting tree item: test 06:31:01.890 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 06:31:01.897 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 06:31:01.898 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:01.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:01.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'] 06:31:01.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:01.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: ""] 06:31:01.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:01.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'] 06:31:01.900 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:01.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'] 06:31:01.900 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:01.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: ""] 06:31:01.900 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:01.900 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 06:31:01.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'] 06:31:01.901 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:01.901 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:01.901 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:01.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:01.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:01.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:01.901 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:01.901 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:31:01.902 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:01.902 DEBUG [main][MenuItemLookup] Item match:File 06:31:01.902 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:31:01.903 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:31:01.904 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:31:01.905 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:01.905 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:31:01.905 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:01.905 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:31:01.905 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:01.905 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:31:01.905 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:01.905 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:31:01.905 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:31:01.905 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:31:01.905 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:31:01.905 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:31:01.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:31:01.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. finished successfully 06:31:01.956 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:31:01.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:01.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:01.957 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:31:01.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:01.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:31:01.957 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:01.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:01.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:01.958 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 06:31:01.958 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:01.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:01.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:01.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:01.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:01.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:01.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:31:01.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:31:01.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 06:31:01.960 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 06:31:01.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:02.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:02.462 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 06:31:02.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 06:31:02.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 06:31:02.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:02.463 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 06:31:02.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:02.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 06:31:02.463 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Logic Diagram 06:31:02.463 DEBUG [main][TreeItemHandler] Selecting tree item: Logic Diagram 06:31:02.464 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Logic Diagram about selection 06:31:02.467 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Logic Diagram 06:31:02.467 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:31:02.467 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:31:02.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:31:02.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:02.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:02.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:02.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:02.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:02.468 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:31:02.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:02.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:02.469 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:02.469 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:02.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 06:31:02.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 06:31:02.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 06:31:02.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:02.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:02.521 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 06:31:02.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:02.521 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:") 06:31:02.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:02.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:02.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:02.521 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 06:31:02.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:02.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:02.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:02.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:02.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:02.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:31:02.525 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:31:02.526 INFO [WorkbenchTestable][AbstractText] Text set to: test.logic 06:31:02.526 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 06:31:02.526 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 06:31:02.526 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) 06:31:02.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:02.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:02.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:02.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:02.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:02.528 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:31:02.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:02.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:02.528 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:02.528 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:02.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:31:03.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:31:03.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:31:03.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:31:03.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:31:03.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:31:03.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:31:03.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:31:03.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:31:03.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:31:03.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:31:03.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4959dcc3 is found... 06:31:03.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4959dcc3 is found finished successfully 06:31:03.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 06:31:03.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:03.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:03.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:03.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:03.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:03.021 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:03.021 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:03.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:03.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:03.028 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' view via menu. 06:31:03.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:03.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:03.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:03.031 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:03.031 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test/test.logic - Eclipse Platform' 06:31:03.031 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:03.031 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:31:03.031 DEBUG [main][MenuItemLookup] Found menu:'View' 06:31:03.031 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:31:03.031 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:31:03.031 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:31:03.031 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:31:03.031 DEBUG [main][MenuItemLookup] Item match:Window 06:31:03.033 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:31:03.033 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:31:03.033 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:31:03.033 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:03.033 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:31:03.033 DEBUG [main][MenuItemLookup] Item match:Show View 06:31:03.036 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 06:31:03.036 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:31:03.036 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:31:03.036 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:31:03.036 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:31:03.036 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:31:03.036 DEBUG [main][MenuItemLookup] Found menu:'Properties' 06:31:03.036 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:31:03.036 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:03.036 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:31:03.037 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:31:03.045 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:31:03.045 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:31:03.045 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:31:03.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:31:03.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:31:03.121 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:31:03.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:03.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:03.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:31:03.122 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:03.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:03.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:03.122 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:31:03.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:03.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:03.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:03.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:03.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:03.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:03.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:31:03.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:31:03.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:31:03.127 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:31:03.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:03.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:03.632 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:31:03.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:31:03.634 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:31:03.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:03.634 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:31:03.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:03.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:31:03.635 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Palette 06:31:03.635 DEBUG [main][TreeItemHandler] Selecting tree item: Palette 06:31:03.636 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Palette about selection 06:31:03.636 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Palette 06:31:03.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:03.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:03.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:03.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:31:03.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:03.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:03.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:03.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 "Open") 06:31:03.637 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:03.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:03.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:03.637 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:31:03.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:03.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:03.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:03.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:03.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:03.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:03.638 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:31:03.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:03.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:03.638 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:03.638 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:03.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:31:03.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:31:03.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.gef.view.PaletteView' view is open... 06:31:03.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:03.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:03.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.gef.view.PaletteView' view is open finished successfully 06:31:03.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:03.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:03.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:03.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:03.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:03.714 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:03.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 06:31:03.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:03.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:03.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:03.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:03.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:03.715 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:03.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:03.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:03.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - test/test.logic - Eclipse Platform TooltipText=null 06:31:03.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:31:03.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:31:03.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:03.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:03.744 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:03.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:03.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:03.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:03.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:03.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:03.745 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:03.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 '\*?\QPalette\E') 06:31:03.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:03.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:03.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:03.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:03.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:03.746 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:03.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:03.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:03.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - test/test.logic - Eclipse Platform TooltipText=null 06:31:03.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:31:03.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:31:03.748 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 0] 06:31:03.748 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:03.748 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:03.763 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:03.763 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:03.801 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:03.801 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:03.807 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #0 Text=Label ) 06:31:03.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 06:31:03.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 06:31:03.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:03.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:03.824 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:03.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:03.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:03.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:03.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:03.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:03.827 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:03.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 '\*?\QPalette\E') 06:31:03.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:03.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:03.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:03.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:03.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:03.828 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:03.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:03.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:03.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:03.845 INFO [WorkbenchTestable][ViewerHandler] Click at [50, 0] 06:31:03.845 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:03.845 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:03.845 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:03.846 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:03.858 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:03.858 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:03.861 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #0 Value=0 ) 06:31:03.861 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #0 Value=0 ) 06:31:03.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 06:31:03.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 06:31:03.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:03.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:03.866 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:03.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:03.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:03.900 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:03.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:03.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:03.902 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:03.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 '\*?\QPalette\E') 06:31:03.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:03.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:03.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:03.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:03.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:03.903 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:03.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:03.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:03.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:03.922 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 0] 06:31:03.922 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:03.922 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:03.923 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:03.923 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:03.935 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:03.935 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:03.937 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #0 ) 06:31:03.937 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #0 ) 06:31:03.937 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #0 ) 06:31:03.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 3... 06:31:03.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 3 finished successfully 06:31:03.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:03.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:03.941 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:03.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:03.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:03.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:03.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:03.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:03.944 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:03.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 06:31:03.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:03.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:03.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:03.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:03.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:03.945 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:03.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:03.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:03.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:03.964 INFO [WorkbenchTestable][ViewerHandler] Click at [150, 0] 06:31:03.964 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:03.964 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:03.964 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:03.964 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.001 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:04.001 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.002 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #1 ) 06:31:04.002 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #1 ) 06:31:04.002 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #1 ) 06:31:04.002 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #1 ) 06:31:04.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 4... 06:31:04.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 4 finished successfully 06:31:04.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.010 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:04.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:04.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:04.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:04.012 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:04.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 '\*?\QPalette\E') 06:31:04.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:04.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:04.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:04.013 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:04.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:04.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:04.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:04.020 INFO [WorkbenchTestable][ViewerHandler] Click at [200, 0] 06:31:04.020 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:04.020 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.021 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:04.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.040 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:04.040 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.041 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 06:31:04.041 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 06:31:04.041 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 06:31:04.041 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 06:31:04.041 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 06:31:04.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 5... 06:31:04.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 5 finished successfully 06:31:04.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.045 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:04.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:04.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:04.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:04.048 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:04.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 06:31:04.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:04.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:04.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:04.048 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:04.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:04.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:04.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:04.106 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 100] 06:31:04.106 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:04.106 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.107 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:04.107 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.115 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:04.115 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.116 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 06:31:04.116 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 06:31:04.116 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 06:31:04.116 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 06:31:04.116 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 06:31:04.116 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 06:31:04.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 6... 06:31:04.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 6 finished successfully 06:31:04.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.120 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:04.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.120 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:04.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:04.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:04.122 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:04.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 06:31:04.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:04.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:04.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:04.135 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:04.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:04.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:04.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:04.150 INFO [WorkbenchTestable][ViewerHandler] Click at [50, 100] 06:31:04.150 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:04.150 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.151 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:04.151 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.158 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:04.158 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.159 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 06:31:04.159 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 06:31:04.159 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 06:31:04.159 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 06:31:04.159 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 06:31:04.159 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 06:31:04.159 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 06:31:04.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 7... 06:31:04.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 7 finished successfully 06:31:04.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.163 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:04.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:04.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:04.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:04.165 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:04.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 '\*?\QPalette\E') 06:31:04.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:04.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:04.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:04.166 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:04.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:04.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:04.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:04.211 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 100] 06:31:04.211 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:04.211 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.212 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:04.212 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.219 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:04.219 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.220 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 06:31:04.220 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 06:31:04.220 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 06:31:04.220 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 06:31:04.220 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 06:31:04.220 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 06:31:04.220 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 06:31:04.220 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 06:31:04.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 8... 06:31:04.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 8 finished successfully 06:31:04.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.224 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:04.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:04.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:04.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:04.226 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:04.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 06:31:04.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:04.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:04.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:04.239 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:04.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:04.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:04.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:04.254 INFO [WorkbenchTestable][ViewerHandler] Click at [150, 100] 06:31:04.254 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:04.254 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.255 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:04.255 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.262 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:04.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.263 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 06:31:04.263 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 06:31:04.263 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 06:31:04.263 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 06:31:04.263 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 06:31:04.263 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 06:31:04.263 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 06:31:04.263 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 06:31:04.263 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 06:31:04.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 9... 06:31:04.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 9 finished successfully 06:31:04.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.266 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:04.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:04.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:04.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:04.268 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:04.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 '\*?\QPalette\E') 06:31:04.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:04.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:04.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:04.307 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:04.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:04.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:04.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:04.314 INFO [WorkbenchTestable][ViewerHandler] Click at [200, 100] 06:31:04.314 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:04.314 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.315 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:04.315 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.321 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:04.321 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.322 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 06:31:04.322 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 06:31:04.322 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 06:31:04.322 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 06:31:04.322 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 06:31:04.322 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 06:31:04.322 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 06:31:04.322 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 06:31:04.322 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 06:31:04.322 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 06:31:04.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 10... 06:31:04.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 10 finished successfully 06:31:04.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.338 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:04.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:04.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:04.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:04.340 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:04.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 06:31:04.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:04.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:04.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:04.341 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:04.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:04.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:04.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:04.347 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 200] 06:31:04.348 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:04.348 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.348 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:04.349 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.366 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:04.366 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.403 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 06:31:04.403 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 06:31:04.403 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 06:31:04.403 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 06:31:04.403 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 06:31:04.403 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 06:31:04.403 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 06:31:04.403 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 06:31:04.403 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 06:31:04.403 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 06:31:04.403 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 06:31:04.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 11... 06:31:04.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 11 finished successfully 06:31:04.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.414 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:04.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:04.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:04.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:04.417 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:04.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 '\*?\QPalette\E') 06:31:04.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:04.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:04.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:04.417 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:04.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:04.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:04.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:04.437 INFO [WorkbenchTestable][ViewerHandler] Click at [200, 200] 06:31:04.437 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:04.437 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.439 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:04.439 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.453 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:04.453 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.457 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 06:31:04.457 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 06:31:04.457 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 06:31:04.457 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 06:31:04.457 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 06:31:04.457 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 06:31:04.457 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 06:31:04.457 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 06:31:04.457 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 06:31:04.457 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 06:31:04.457 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 06:31:04.457 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 06:31:04.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 14... 06:31:04.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 14 finished successfully 06:31:04.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.506 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:04.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:04.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:04.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:04.508 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:04.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 '\*?\QPalette\E') 06:31:04.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:04.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:04.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:04.509 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:04.509 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:04.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:04.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:04.527 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 300] 06:31:04.527 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:04.527 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.527 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:04.527 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.534 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:04.534 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.537 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 06:31:04.537 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 06:31:04.537 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 06:31:04.537 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 06:31:04.537 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 06:31:04.537 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 06:31:04.537 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 06:31:04.537 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 06:31:04.537 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 06:31:04.537 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 06:31:04.537 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 06:31:04.537 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 06:31:04.537 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 06:31:04.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 22... 06:31:04.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 22 finished successfully 06:31:04.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.542 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:04.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:04.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:04.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:04.551 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:04.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 06:31:04.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:04.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:04.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:04.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:04.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:04.552 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:04.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:04.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:04.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:04.558 INFO [WorkbenchTestable][ViewerHandler] Click at [105, 305] 06:31:04.559 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:04.559 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.597 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:04.597 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.604 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:04.604 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.605 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #2 Value=0 ) 06:31:04.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 23... 06:31:04.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 23 finished successfully 06:31:04.609 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:04.609 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:04.609 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:31:04.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:04.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:04.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:04.611 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:04.611 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test/test.logic - Eclipse Platform' 06:31:04.611 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:04.612 DEBUG [main][MenuItemLookup] Item match:File 06:31:04.628 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:31:04.628 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:31:04.628 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:31:04.628 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:31:04.628 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:04.628 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:31:04.628 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:31:04.628 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:04.628 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:31:04.628 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:31:04.628 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:31:04.629 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:31:04.630 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:31:04.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:31:04.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:31:04.659 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:04.659 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:04.660 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 35 06:31:04.660 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:04.719 DEBUG [main][MenuItemLookup] Found menu:'Undo Create Object' 06:31:04.719 DEBUG [main][MenuItemLookup] Item match:Undo Create Object 06:31:04.720 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Undo Create Object" 06:31:04.720 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Undo Create Object 06:31:04.720 INFO [main][MenuItemHandler] Select menu item: &Undo Create Object 06:31:04.723 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:31:04.724 DEBUG [main][EditorHandler] 1 editor(s) found 06:31:04.725 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.logic 06:31:04.725 DEBUG [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.... 06:31:05.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 06:31:05.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 06:31:05.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:05.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:05.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:05.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:05.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:05.267 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 06:31:05.267 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:05.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:05.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:05.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 06:31:05.268 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:05.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:05.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:05.268 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 06:31:05.268 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:05.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:05.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:05.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:05.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:05.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:05.268 INFO [WorkbenchTestable][AbstractButton] Click button &Save 06:31:05.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:05.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:05.268 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:05.268 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:05.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:31:05.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:31:05.331 DEBUG [WorkbenchTestable][EditorHandler] Editor test.logic is closed 06:31:05.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:05.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:05.332 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:31:05.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:05.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:05.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:05.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:05.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:05.333 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:05.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') 06:31:05.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:05.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:05.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:05.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:05.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:05.334 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:05.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:05.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:05.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:05.340 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:05.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:05.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:05.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:05.341 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:05.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:05.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:05.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:05.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:05.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:05.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:05.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:05.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:06.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:06.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:06.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:06.344 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:06.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:06.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:06.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:06.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:31:06.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:06.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:06.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:06.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:06.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:06.345 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:06.345 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:06.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:06.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:06.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:06.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:06.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:06.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:06.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:06.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:07.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:07.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:07.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:07.348 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:07.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:07.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:07.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:07.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:31:07.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:07.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:07.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:07.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:07.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:07.350 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:07.350 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:07.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:07.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:07.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:07.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 06:31:07.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:07.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:07.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:07.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:07.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:07.352 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:31:07.352 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:31:07.352 DEBUG [main][TreeItemHandler] Set Tree selection 06:31:07.354 DEBUG [main][TreeHandler] Notify Tree about selection event 06:31:07.360 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:31:07.361 DEBUG [WorkbenchTestable][TreeItemHandler] test 06:31:07.361 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:31:07.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:07.401 DEBUG [main][MenuItemLookup] Found menu:'New' 06:31:07.401 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:31:07.401 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:07.401 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:31:07.401 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:07.401 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:31:07.401 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:31:07.401 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:31:07.401 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:31:07.401 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:31:07.401 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:07.401 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:31:07.401 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:31:07.401 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:07.401 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:31:07.401 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:31:07.401 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:31:07.401 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:31:07.401 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:31:07.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:31:07.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:31:07.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:31:07.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:31:07.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:31:07.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:31:07.903 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:31:07.903 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:07.932 DEBUG [main][MenuItemLookup] Found menu:'New' 06:31:07.932 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:31:07.932 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:07.932 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:31:07.932 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:07.932 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:31:07.932 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:31:07.932 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:31:07.932 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:31:07.932 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:31:07.932 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:31:07.932 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:31:07.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:31:08.546 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 06:31:08.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:31:08.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:08.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:08.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:31:08.550 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:08.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:08.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:08.550 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:31:08.550 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:08.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:08.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:08.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:08.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:08.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:08.551 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:31:08.551 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:31:08.551 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:31:08.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:08.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:08.552 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:08.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:08.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:31:08.552 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:08.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:08.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:08.552 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:31:08.552 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:08.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:08.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:08.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:08.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:08.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:08.553 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:31:08.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:08.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:08.553 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:08.553 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:08.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:31:08.560 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:31:09.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:31:09.062 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:31:09.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:31:09.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:31:09.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:31:09.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:31:09.062 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:09.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:09.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:09.063 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 06:31:09.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 06:31:09.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:31:09.066 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:31:09.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:09.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:09.067 INFO [WorkbenchTestable][RequirementsRunner] Finished test: logicDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) 06:31:09.067 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:31:09.067 INFO [WorkbenchTestable][RequirementsRunner] Started test: shapesDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) 06:31:09.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 06:31:09.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:31:09.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:31:09.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:31:09.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'] 06:31:09.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:09.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'] 06:31:09.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:09.068 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 06:31:09.068 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:09.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'] 06:31:09.068 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:09.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'] 06:31:09.068 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:09.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'] 06:31:09.069 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:09.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 Project"] 06:31:09.069 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:09.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'] 06:31:09.069 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:09.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'] 06:31:09.069 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:09.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:09.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:09.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:09.076 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:09.076 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:31:09.076 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:09.077 DEBUG [main][MenuItemLookup] Item match:File 06:31:09.078 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:31:09.078 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:31:09.080 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:31:09.080 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:09.080 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:31:09.080 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:09.080 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:31:09.080 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:09.080 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:31:09.080 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:09.080 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:31:09.080 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:31:09.080 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:31:09.080 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:31:09.080 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:31:09.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:31:09.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 06:31:09.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:31:09.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:09.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:09.130 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:31:09.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:09.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:31:09.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:09.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:09.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:09.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:09.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:09.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:31:09.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:31:09.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:31:09.133 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:31:09.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:09.133 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:31:09.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:09.133 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:31:09.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:31:09.133 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:31:09.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:09.133 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:31:09.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:09.133 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:31:09.133 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 06:31:09.133 DEBUG [main][TreeItemHandler] Selecting tree item: Project 06:31:09.134 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 06:31:09.136 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 06:31:09.136 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:31:09.136 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:31:09.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:31:09.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:09.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:09.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:09.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:09.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:09.138 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:31:09.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:09.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:09.138 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:09.138 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:09.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:09.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:09.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:09.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 06:31:09.157 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 06:31:09.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 06:31:09.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:09.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:09.158 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 06:31:09.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:09.158 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:") 06:31:09.158 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:09.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:09.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:09.158 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 06:31:09.158 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:09.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:09.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:09.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:09.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:09.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:31:09.160 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:31:09.160 INFO [WorkbenchTestable][AbstractText] Text set to: test 06:31:09.161 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 06:31:09.161 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 06:31:09.161 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) 06:31:09.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:09.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:09.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:09.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:09.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:09.163 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:31:09.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:09.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:09.163 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:09.163 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:09.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:31:09.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:31:09.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:31:09.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:31:09.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:31:09.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:31:09.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:31:09.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:31:09.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:09.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:09.669 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:31:09.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:09.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:09.670 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:09.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:09.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:09.670 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:09.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:31:09.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:09.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:09.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:09.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:09.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:09.671 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:09.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:09.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:09.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:31:09.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:31:09.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:31:09.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 06:31:09.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:09.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:09.681 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:31:09.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:09.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:09.684 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:09.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:09.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:09.684 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:09.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 '\*?\QPackage Explorer\E') 06:31:09.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:09.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:09.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:09.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:09.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:09.686 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:31:09.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:31:09.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:09.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:09.698 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:31:09.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:31:09.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:09.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:09.699 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:31:09.699 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:31:09.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:09.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:09.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:09.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:09.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:10.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:10.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:10.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:10.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:10.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:10.703 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:31:10.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:31:10.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:10.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:10.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 06:31:10.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:10.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:10.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:10.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:10.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:10.704 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:10.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 06:31:10.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:10.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:10.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:10.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:10.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:10.713 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:10.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:31:10.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:10.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:10.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:10.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:10.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:10.714 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:10.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:10.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:10.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:10.723 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:10.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:10.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:10.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:10.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:10.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:10.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:11.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:11.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:11.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:11.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:11.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:11.733 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:11.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:11.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:11.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:11.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:31:11.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:11.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:11.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:11.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:11.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:11.735 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:11.735 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 06:31:11.735 DEBUG [main][TreeItemHandler] Selecting tree item: test 06:31:11.736 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 06:31:11.741 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 06:31:11.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'] 06:31:11.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:11.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'] 06:31:11.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:11.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: ""] 06:31:11.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:11.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'] 06:31:11.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:11.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'] 06:31:11.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:11.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: ""] 06:31:11.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:11.743 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 06:31:11.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'] 06:31:11.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:11.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'] 06:31:11.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:11.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:11.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:11.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:11.744 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:11.744 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:31:11.744 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:11.744 DEBUG [main][MenuItemLookup] Item match:File 06:31:11.745 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:31:11.745 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:31:11.747 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:31:11.747 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:11.747 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:31:11.747 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:11.747 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:31:11.747 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:11.747 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:31:11.747 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:11.747 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:31:11.747 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:31:11.747 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:31:11.747 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:31:11.748 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:31:11.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:31:11.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 06:31:11.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:31:11.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:11.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:11.798 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:31:11.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:11.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 06:31:11.798 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:11.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:11.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:11.798 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 06:31:11.798 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:11.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:11.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:11.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:11.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:11.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:11.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:31:11.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:31:11.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 06:31:11.803 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 06:31:11.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:12.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:12.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 06:31:12.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 06:31:12.306 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 06:31:12.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:12.306 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 06:31:12.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:12.306 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 06:31:12.306 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Shapes Diagram 06:31:12.306 DEBUG [main][TreeItemHandler] Selecting tree item: Shapes Diagram 06:31:12.306 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Shapes Diagram about selection 06:31:12.308 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Shapes Diagram 06:31:12.308 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:31:12.308 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:31:12.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:31:12.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:12.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:12.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:12.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:12.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:12.310 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:31:12.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:12.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:12.310 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:12.310 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:12.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 06:31:12.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 06:31:12.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 06:31:12.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:12.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:12.335 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 06:31:12.335 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:12.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 06:31:12.335 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:12.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:12.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:12.335 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 06:31:12.335 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:12.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:12.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:12.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:12.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:12.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:31:12.338 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:31:12.339 INFO [WorkbenchTestable][AbstractText] Text set to: test.shapes 06:31:12.339 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 06:31:12.339 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 06:31:12.340 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) 06:31:12.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:12.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:12.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:12.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:12.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:12.341 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:31:12.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:12.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:12.341 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:12.341 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:12.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:31:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:31:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:31:12.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:31:12.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:31:12.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:31:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:31:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@473ca07d is found... 06:31:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@473ca07d is found finished successfully 06:31:12.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.shapes\E') 06:31:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:12.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:12.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:12.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:12.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:12.861 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:12.861 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:12.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:12.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:12.862 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:12.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:12.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:12.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 06:31:12.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:12.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:12.869 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 06:31:12.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 '\*?\QPalette\E') 06:31:12.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:12.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:12.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:12.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:12.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:12.870 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:12.870 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:12.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:12.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:12.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:12.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:12.878 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:12.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:12.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:12.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 06:31:12.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:12.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:12.878 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 06:31:12.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 '\*?\QPalette\E') 06:31:12.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:12.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:12.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:12.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:12.879 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:12.879 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:12.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:12.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:12.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - test/test.shapes - Eclipse Platform TooltipText=null 06:31:12.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:31:12.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:31:12.887 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 0] 06:31:12.887 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:12.887 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:12.887 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:12.888 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:12.892 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:12.892 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:12.893 INFO [main][AbstractEditor] New edit part ShapeEditPart( Ellipse 2076470750 ) 06:31:12.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 06:31:12.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 06:31:12.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:12.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:12.906 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:12.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:12.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:12.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 06:31:12.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:12.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:12.907 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 06:31:12.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 '\*?\QPalette\E') 06:31:12.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:12.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:12.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:12.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:12.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:12.908 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:12.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:12.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:12.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:12.913 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 0] 06:31:12.913 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:12.913 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:12.913 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:12.913 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:12.925 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:12.925 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:12.926 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 123366619 ) 06:31:12.926 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 123366619 ) 06:31:12.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 06:31:12.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 06:31:12.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:12.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:12.929 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:12.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:12.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:12.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 06:31:12.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:12.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:12.933 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 06:31: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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 06:31:12.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:12.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:12.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:12.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:12.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:12.933 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:12.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:12.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:12.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:12.938 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 200] 06:31:12.938 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:12.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:12.939 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:12.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:12.943 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:12.943 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:12.943 INFO [main][AbstractEditor] New edit part ShapeEditPart( Ellipse 1792839913 ) 06:31:12.943 INFO [main][AbstractEditor] New edit part ShapeEditPart( Ellipse 1792839913 ) 06:31:12.943 INFO [main][AbstractEditor] New edit part ShapeEditPart( Ellipse 1792839913 ) 06:31:12.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 3... 06:31:12.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 3 finished successfully 06:31:12.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:12.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:12.956 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:12.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:12.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:12.956 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 06:31:12.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:12.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:12.957 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 06:31:12.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 06:31:12.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:12.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:12.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:12.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:12.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:12.957 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:12.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:12.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:12.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:12.962 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 200] 06:31:12.962 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:12.962 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:12.995 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:12.995 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:13.002 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:13.002 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:13.002 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 276852158 ) 06:31:13.002 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 276852158 ) 06:31:13.002 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 276852158 ) 06:31:13.002 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 276852158 ) 06:31:13.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 4... 06:31:13.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 4 finished successfully 06:31:13.005 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:13.005 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:13.005 INFO [WorkbenchTestable][AbstractEditor] Save editor 06:31:13.005 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 06:31:13.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:13.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:13.006 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 06:31:13.006 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test/test.shapes - Eclipse Platform' 06:31:13.006 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:13.006 DEBUG [main][MenuItemLookup] Item match:File 06:31:13.007 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:31:13.007 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 06:31:13.007 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 06:31:13.007 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 06:31:13.007 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:13.007 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 06:31:13.007 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 06:31:13.007 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:13.007 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 06:31:13.007 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 06:31:13.007 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 06:31:13.007 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 06:31:13.007 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 06:31:13.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 06:31:13.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 06:31:13.014 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:13.015 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:13.015 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 35 06:31:13.015 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:13.034 DEBUG [main][MenuItemLookup] Found menu:'Undo shape creation' 06:31:13.034 DEBUG [main][MenuItemLookup] Item match:Undo shape creation 06:31:13.034 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Undo shape creation" 06:31:13.034 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Undo shape creation 06:31:13.034 INFO [main][MenuItemHandler] Select menu item: &Undo shape creation 06:31:13.039 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:31:13.039 DEBUG [main][EditorHandler] 1 editor(s) found 06:31:13.039 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.shapes 06:31:13.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 06:31:13.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 'Save .*'] is available. finished successfully 06:31:13.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 06:31:13.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:13.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:13.550 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:13.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:13.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:13.550 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 06:31:13.550 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:13.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:13.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:13.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 "Save") 06:31:13.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:13.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:13.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:13.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 06:31:13.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:13.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:13.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:13.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:13.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:13.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:13.552 INFO [WorkbenchTestable][AbstractButton] Click button &Save 06:31:13.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:13.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:13.552 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:13.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:13.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:31:13.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:31:13.589 DEBUG [WorkbenchTestable][EditorHandler] Editor test.shapes is closed 06:31:13.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:13.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:13.590 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:31:13.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:13.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:13.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:13.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:13.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:13.591 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:13.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 '\*?\QProject Explorer\E') 06:31:13.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:13.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:13.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:13.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:13.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:13.592 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:13.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:13.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:13.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:13.597 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:13.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:13.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:13.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:13.598 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:13.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:13.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:13.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:13.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:13.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:13.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:14.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:14.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:14.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:14.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:14.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:14.600 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:14.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:14.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:14.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:14.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 06:31:14.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:14.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:14.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:14.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:14.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:14.602 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:14.602 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:14.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:14.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:14.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:14.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:14.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:14.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:15.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:15.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:15.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:15.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:15.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:15.605 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:15.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:15.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:15.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:15.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:31:15.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:15.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:15.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:15.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:15.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:15.607 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:15.607 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:15.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:15.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:15.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:15.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 06:31:15.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:15.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:15.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:15.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:15.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:15.608 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:31:15.608 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:31:15.608 DEBUG [main][TreeItemHandler] Set Tree selection 06:31:15.610 DEBUG [main][TreeHandler] Notify Tree about selection event 06:31:15.614 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:31:15.615 DEBUG [WorkbenchTestable][TreeItemHandler] test 06:31:15.615 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:31:15.615 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:15.634 DEBUG [main][MenuItemLookup] Found menu:'New' 06:31:15.634 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:31:15.634 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:15.634 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:31:15.634 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:15.634 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:31:15.634 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:31:15.634 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:31:15.634 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:31:15.634 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:31:15.634 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:15.634 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:31:15.634 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:31:15.634 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:15.634 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:31:15.634 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:31:15.634 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:31:15.634 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:31:15.634 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:31:15.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:31:15.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:31:16.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:31:16.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:31:16.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:31:16.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:31:16.135 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:31:16.135 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:16.151 DEBUG [main][MenuItemLookup] Found menu:'New' 06:31:16.151 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:31:16.151 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:16.151 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:31:16.151 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:16.151 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:31:16.151 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:31:16.151 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:31:16.151 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:31:16.151 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:31:16.151 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:31:16.151 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:31:16.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:31:16.713 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 06:31:16.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:31:16.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:16.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:16.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: 32) 06:31:16.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:16.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:16.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:16.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:31:16.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:16.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:16.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:16.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:16.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:16.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:16.716 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:31:16.716 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:31:16.717 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:31:16.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:16.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:16.717 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:16.717 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:16.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 "OK") 06:31:16.717 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:16.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:16.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:16.717 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:31:16.717 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:16.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:16.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:16.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:16.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:16.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:16.718 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:31:16.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:16.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:16.718 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:16.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:16.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:31:16.721 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:31:17.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:31:17.222 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:31:17.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:31:17.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:31:17.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:31:17.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:31:17.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:31:17.222 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:17.222 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:17.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:17.223 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 06:31:17.223 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 06:31:17.223 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:31:17.223 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:31:17.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:17.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:17.224 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shapesDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) 06:31:17.224 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 06:31:17.224 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:31:17.224 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:31:17.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:17.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.005 s - in org.eclipse.reddeer.gef.test.GEFEditorTest logicDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) Time elapsed: 11.309 s shapesDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) Time elapsed: 8.157 s Running org.eclipse.reddeer.gef.test.EditPartTest 06:31:17.230 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.gef.test.EditPartTest 06:31:17.231 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:31:17.231 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:31:17.231 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 06:31:17.231 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:31:17.231 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:31:17.231 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:31:17.231 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:31:17.231 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:31:17.231 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:31:17.232 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:31:17.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:17.232 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:31:17.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:17.232 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:31:17.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:17.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:17.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:17.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:17.238 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:17.238 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:31:17.239 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:17.239 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:31:17.239 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:31:17.239 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:31:17.239 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:31:17.239 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:31:17.239 DEBUG [main][MenuItemLookup] Item match:Window 06:31:17.239 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:31:17.239 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:31:17.239 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:31:17.239 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:17.239 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:31:17.239 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:31:17.239 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:17.239 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:31:17.239 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:17.239 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:31:17.239 DEBUG [main][MenuItemLookup] Item match:Preferences 06:31:17.239 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:31:17.239 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:31:17.239 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:31:17.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:31:17.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:31:17.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:31:17.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:17.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:17.298 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:31:17.298 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:17.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:31:17.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:17.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:17.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:17.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:17.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:17.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:31:17.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:31:17.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:31:17.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:17.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:17.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:17.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:17.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:17.301 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:31:17.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:17.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:17.301 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:17.301 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:17.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:31:17.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:31:17.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:17.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:17.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:17.323 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:31:17.324 DEBUG [main][EditorHandler] 0 editor(s) found 06:31:17.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:17.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:17.325 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:31:17.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:17.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:17.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:17.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:17.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:17.330 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:17.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 '\*?\QProject Explorer\E') 06:31:17.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:17.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:17.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:17.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:17.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:17.331 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:17.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:17.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:17.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:31:17.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:31:17.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:31:17.338 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:17.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:17.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:17.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 06:31:17.339 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:17.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:17.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:17.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 06:31:17.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:17.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:17.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:17.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:17.341 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:17.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:17.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:17.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 06:31:17.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:17.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:17.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:17.347 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:17.347 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 06:31:17.347 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:31:17.348 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 06:31:17.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 06:31:17.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:31:17.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:31:17.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:31:17.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'] 06:31:17.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:17.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'] 06:31:17.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:17.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 Project"] 06:31:17.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:17.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'] 06:31:17.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:17.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'] 06:31:17.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:17.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'] 06:31:17.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:17.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 Project"] 06:31:17.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:17.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'] 06:31:17.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:17.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'] 06:31:17.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:17.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:17.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:17.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:17.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:17.350 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:31:17.350 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:17.351 DEBUG [main][MenuItemLookup] Item match:File 06:31:17.351 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:31:17.351 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:31:17.353 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:31:17.353 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:17.353 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:31:17.353 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:17.353 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:31:17.353 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:17.353 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:31:17.353 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:17.353 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:31:17.353 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:31:17.353 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:31:17.353 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:31:17.353 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:31:17.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:31:17.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:31:17.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:31:17.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:17.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:17.427 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:31:17.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:17.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:31:17.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:17.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:17.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:17.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:17.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:17.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:31:17.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:31:17.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:31:17.430 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:31:17.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:17.430 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:31:17.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:17.430 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:31:17.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:31:17.430 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:31:17.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:17.430 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:31:17.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:17.430 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:31:17.430 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 06:31:17.430 DEBUG [main][TreeItemHandler] Selecting tree item: Project 06:31:17.431 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 06:31:17.433 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 06:31:17.433 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:31:17.433 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:31:17.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:31:17.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:17.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:17.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:17.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:17.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:17.434 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:31:17.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:17.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:17.434 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:17.434 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:17.454 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:17.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:17.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:17.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 06:31:17.454 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 06:31:17.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 06:31:17.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:17.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:17.455 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 06:31:17.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:17.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 "Project name:") 06:31:17.455 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:17.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:17.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:17.455 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 06:31:17.455 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:17.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:17.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:17.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:17.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:17.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:31:17.457 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:31:17.457 INFO [WorkbenchTestable][AbstractText] Text set to: test 06:31:17.458 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 06:31:17.458 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 06:31:17.458 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) 06:31:17.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:17.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:17.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:17.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:17.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:17.460 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:31:17.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:17.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:17.460 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:17.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:17.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:31:17.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:31:17.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:31:17.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:31:17.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:31:17.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:31:17.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:31:17.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:31:17.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:17.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:17.966 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:31:17.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:17.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:17.967 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:17.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:17.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:17.968 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:17.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:31:17.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:17.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:17.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:17.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:17.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:17.969 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:17.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:17.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:17.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:31:17.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:31:17.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:31:17.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 06:31:17.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:17.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:17.978 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:31:17.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:17.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:17.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:17.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:17.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:17.980 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:17.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:31:17.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:17.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:17.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:17.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:17.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:17.981 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:31:17.981 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:31:17.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:17.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:17.993 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:31:17.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:31:17.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:17.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:17.994 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:31:17.994 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:31:17.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:17.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:17.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:17.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:17.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:18.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:18.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:18.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:18.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:18.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:18.997 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:31:18.997 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:31:18.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:18.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:18.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:31:18.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:18.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:18.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:18.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:18.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:18.998 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:18.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 06:31:18.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:18.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:18.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:19.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:19.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:19.006 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:19.006 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:31:19.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:19.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:19.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:19.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:19.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:19.007 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:19.007 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:19.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:19.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:19.014 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:19.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:19.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:19.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:19.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:19.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:19.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:19.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:19.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:20.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:20.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:20.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:20.017 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:20.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:20.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:20.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:20.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 06:31:20.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:20.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:20.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:20.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:20.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:20.019 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:20.019 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 06:31:20.019 DEBUG [main][TreeItemHandler] Selecting tree item: test 06:31:20.021 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 06:31:20.025 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 06:31:20.025 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:20.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:20.026 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:20.026 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:20.026 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 06:31:20.026 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:20.026 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:20.026 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:20.026 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:20.026 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:20.026 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 06:31:20.026 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:20.026 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 06:31:20.026 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:20.026 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:20.026 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:20.026 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:20.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:20.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:20.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:20.027 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:20.027 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:31:20.027 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:20.027 DEBUG [main][MenuItemLookup] Item match:File 06:31:20.028 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:31:20.028 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:31:20.029 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:31:20.029 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:20.029 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:31:20.029 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:20.029 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:31:20.029 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:20.029 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:31:20.029 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:20.029 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:31:20.029 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:31:20.030 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:31:20.030 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:31:20.030 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:31:20.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:31:20.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:31:20.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:31:20.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:20.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:20.077 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:31:20.077 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:20.077 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:31:20.077 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:20.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:20.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:20.078 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 06:31:20.078 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:20.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:20.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:20.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:20.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:20.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:20.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:31:20.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:31:20.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 06:31:20.079 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 06:31:20.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:20.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:20.581 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 06:31:20.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 06:31:20.582 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 06:31:20.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:20.582 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 06:31:20.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:20.582 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 06:31:20.582 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Logic Diagram 06:31:20.582 DEBUG [main][TreeItemHandler] Selecting tree item: Logic Diagram 06:31:20.583 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Logic Diagram about selection 06:31:20.586 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Logic Diagram 06:31:20.586 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:31:20.586 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:31:20.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:31:20.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:20.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:20.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:20.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:20.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:20.588 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:31:20.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:20.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:20.588 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:20.588 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:20.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 06:31:20.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 06:31:20.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 06:31:20.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:20.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:20.631 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 06:31:20.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:20.631 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:") 06:31:20.631 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:20.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:20.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:20.631 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 06:31:20.631 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:20.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:20.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:20.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:20.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:20.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:31:20.633 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:31:20.634 INFO [WorkbenchTestable][AbstractText] Text set to: test.logic 06:31:20.635 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 06:31:20.635 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 06:31:20.635 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) 06:31:20.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:20.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:20.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:20.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:20.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:20.637 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:31:20.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:20.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:20.637 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:20.637 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:20.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:31:21.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:31:21.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:31:21.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:31:21.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:31:21.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:31:21.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:31:21.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@63dbfe1b is found... 06:31:21.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@63dbfe1b is found finished successfully 06:31:21.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 06:31:21.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:21.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:21.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:21.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:21.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:21.145 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:21.145 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:21.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:21.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:21.146 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:21.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:21.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:21.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:21.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:21.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:21.155 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:21.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 06:31:21.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:21.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:21.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:21.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:21.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:21.156 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:21.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:21.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:21.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:21.162 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 0] 06:31:21.162 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:21.162 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:21.163 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:21.163 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:21.168 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:21.168 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:21.168 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #2 Text=Label ) 06:31:21.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 06:31:21.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 06:31:21.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:21.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:21.184 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:21.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:21.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:21.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:21.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:21.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:21.186 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:21.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') 06:31:21.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:21.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:21.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:21.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:21.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:21.187 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:21.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:21.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:21.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:21.201 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 100] 06:31:21.202 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:21.202 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:21.202 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:21.202 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:21.208 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:21.208 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:21.209 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #3 Text=Label ) 06:31:21.209 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #3 Text=Label ) 06:31:21.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 06:31:21.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 06:31:21.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 06:31:21.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:21.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:21.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:21.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:21.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:21.216 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:21.216 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:21.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 06:31:21.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:21.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:21.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:21.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:21.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:21.225 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:21.225 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:21.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 06:31:21.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:21.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:21.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:21.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:21.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:21.228 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:21.228 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:21.244 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 06:31:21.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:21.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:21.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:21.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:21.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:31:21.244 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:31:21.245 INFO [WorkbenchTestable][AbstractText] Text set to: Foo 06:31:21.246 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 14 06:31:21.246 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:21.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 06:31:21.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:21.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:21.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:21.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:21.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:21.252 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:21.252 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:21.258 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 06:31:21.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:21.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:21.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:21.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:21.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:31:21.259 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:31:21.259 INFO [WorkbenchTestable][AbstractText] Text set to: Hello 06:31:21.260 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 14 06:31:21.260 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:21.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 06:31:21.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:21.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:21.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:21.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:21.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:21.300 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:21.300 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:21.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 06:31:21.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:21.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:21.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:21.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:21.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:21.303 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:21.303 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:21.304 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:31:21.304 DEBUG [main][EditorHandler] 1 editor(s) found 06:31:21.304 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.logic 06:31:21.305 DEBUG [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.... 06:31:21.829 DEBUG [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 06:31:21.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 06:31:21.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:21.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:21.830 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:21.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:21.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:21.830 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 06:31:21.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:21.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:21.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:21.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 06:31:21.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:21.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:21.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:21.831 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 06:31:21.831 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:21.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:21.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:21.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:21.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:21.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:21.831 INFO [WorkbenchTestable][AbstractButton] Click button &Save 06:31:21.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:21.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:21.831 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:21.831 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:21.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:31:21.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:31:21.880 DEBUG [WorkbenchTestable][EditorHandler] Editor test.logic is closed 06:31:21.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:21.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:21.881 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:31:21.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:21.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:21.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:21.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:21.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:21.882 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:21.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:31:21.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:21.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:21.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:21.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:21.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:21.883 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:21.883 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:21.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:21.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:21.888 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:21.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:21.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:21.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:21.889 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:21.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:21.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:21.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:21.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:21.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:21.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:22.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:22.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:22.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:22.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:22.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:22.892 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:22.892 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:22.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:22.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:22.893 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:31:22.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:22.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:22.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:22.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:22.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:22.893 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:22.893 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:22.893 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:22.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:22.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:22.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:22.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:22.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:23.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:23.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:23.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:23.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:23.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:23.896 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:23.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:23.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:23.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:23.897 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:31:23.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:23.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:23.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:23.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:23.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:23.897 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:23.897 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:23.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:23.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:23.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:23.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 06:31:23.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:23.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:23.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:23.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:23.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:23.898 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:31:23.898 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:31:23.898 DEBUG [main][TreeItemHandler] Set Tree selection 06:31:23.900 DEBUG [main][TreeHandler] Notify Tree about selection event 06:31:23.905 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:31:23.906 DEBUG [WorkbenchTestable][TreeItemHandler] test 06:31:23.906 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:31:23.906 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:23.925 DEBUG [main][MenuItemLookup] Found menu:'New' 06:31:23.925 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:31:23.925 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:23.925 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:31:23.925 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:23.925 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:31:23.925 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:31:23.925 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:31:23.925 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:31:23.925 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:31:23.925 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:23.925 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:31:23.925 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:31:23.925 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:23.925 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:31:23.925 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:31:23.925 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:31:23.925 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:31:23.926 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:31:23.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:31:23.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:31:23.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:31:24.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:31:24.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:31:24.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:31:24.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:31:24.426 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:31:24.426 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:24.441 DEBUG [main][MenuItemLookup] Found menu:'New' 06:31:24.441 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:31:24.441 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:24.441 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:31:24.441 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:24.441 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:31:24.441 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:31:24.441 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:31:24.441 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:31:24.441 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:31:24.441 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:31:24.441 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:31:24.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:31:24.998 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 06:31:24.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:31:24.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:25.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:25.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:31:25.001 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:25.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:25.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:25.001 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:31:25.001 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:25.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:25.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:25.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:25.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:25.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:25.003 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:31:25.003 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:31:25.003 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:31:25.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:25.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:25.003 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:25.003 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:25.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:31:25.003 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:25.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:25.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:25.003 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:31:25.003 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:25.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:25.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:25.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:25.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:25.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:25.004 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:31:25.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:25.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:25.004 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:25.004 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:25.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:31:25.006 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:31:25.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:31:25.507 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:31:25.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:31:25.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:31:25.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:31:25.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:31:25.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:31:25.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:31:25.508 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:25.508 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:25.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:25.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:25.509 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 06:31:25.509 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:31:25.509 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:31:25.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:25.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:25.509 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 06:31:25.509 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:31:25.509 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 06:31:25.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 06:31:25.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:31:25.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:31:25.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:31:25.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'] 06:31:25.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:25.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'] 06:31:25.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:25.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 Project"] 06:31:25.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:25.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'] 06:31:25.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:25.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'] 06:31:25.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:25.511 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:25.511 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:25.511 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 06:31:25.511 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:25.511 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:25.511 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:25.511 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:25.511 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:25.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:25.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:25.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:25.517 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:25.517 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:31:25.517 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:25.517 DEBUG [main][MenuItemLookup] Item match:File 06:31:25.518 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:31:25.518 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:31:25.520 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:31:25.520 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:25.520 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:31:25.520 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:25.520 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:31:25.520 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:25.520 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:31:25.520 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:25.520 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:31:25.520 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:31:25.525 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:31:25.525 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:31:25.525 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:31:25.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:31:25.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 06:31:25.574 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:31:25.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:25.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:25.575 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:31:25.575 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:25.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 06:31:25.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:25.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:25.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:25.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:25.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:25.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:31:25.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:31:25.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:31:25.577 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:31:25.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:25.577 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:31:25.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:25.577 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:31:25.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:31:25.578 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:31:25.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:25.578 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:31:25.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:25.578 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:31:25.578 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 06:31:25.578 DEBUG [main][TreeItemHandler] Selecting tree item: Project 06:31:25.578 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 06:31:25.580 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 06:31:25.580 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:31:25.580 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:31:25.580 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:31:25.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:25.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:25.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:25.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:25.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:25.581 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:31:25.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:25.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:25.582 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:25.582 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:25.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'] 06:31:25.599 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:25.599 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:25.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 06:31:25.600 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 06:31:25.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 06:31:25.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:25.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:25.600 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 06:31:25.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:25.601 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:") 06:31:25.601 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:25.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:25.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:25.601 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 06:31:25.601 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:25.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:25.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:25.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:25.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:25.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:31:25.602 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:31:25.603 INFO [WorkbenchTestable][AbstractText] Text set to: test 06:31:25.603 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 06:31:25.603 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 06:31:25.603 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) 06:31:25.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:25.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:25.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:25.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:25.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:25.605 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:31:25.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:25.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:25.605 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:25.605 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:25.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:31:26.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:31:26.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:31:26.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:31:26.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:31:26.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:31:26.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:31:26.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:31:26.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:26.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:26.109 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:31:26.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:26.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:26.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:26.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:26.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:26.110 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:26.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') 06:31:26.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:26.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:26.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:26.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:26.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:26.111 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:26.112 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:26.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:26.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:31:26.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:31:26.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:31:26.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 06:31:26.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:26.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:26.121 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:31:26.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:26.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:26.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:26.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:26.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:26.123 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:26.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 '\*?\QPackage Explorer\E') 06:31:26.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:26.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:26.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:26.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:26.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:26.125 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:31:26.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:31:26.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:26.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:26.136 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:31:26.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:31:26.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:26.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:26.137 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:31:26.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:31:26.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:26.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:26.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:26.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:26.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:26.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:26.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:27.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:27.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:27.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:27.140 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:31:27.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:31:27.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:27.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:27.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 06:31:27.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:27.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:27.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:27.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:27.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:27.141 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:27.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 06:31:27.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:27.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:27.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:27.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:27.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:27.148 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:27.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:31:27.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:27.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:27.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:27.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:27.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:27.150 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:27.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:27.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:27.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:27.157 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:27.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:27.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:27.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:27.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:27.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:27.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:27.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:27.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:28.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:28.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:28.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:28.158 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:28.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:28.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:28.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:28.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 06:31:28.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:28.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:28.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:28.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:28.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:28.159 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:28.160 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 06:31:28.160 DEBUG [main][TreeItemHandler] Selecting tree item: test 06:31:28.161 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 06:31:28.165 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 06:31:28.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'] 06:31:28.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:28.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'] 06:31:28.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:28.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: ""] 06:31:28.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:28.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'] 06:31:28.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:28.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'] 06:31:28.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:28.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: ""] 06:31:28.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:28.166 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 06:31:28.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'] 06:31:28.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:28.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'] 06:31:28.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:28.167 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:28.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:28.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:28.167 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:28.167 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:31:28.167 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:28.167 DEBUG [main][MenuItemLookup] Item match:File 06:31:28.168 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:31:28.168 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:31:28.169 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:31:28.169 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:28.169 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:31:28.169 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:28.169 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:31:28.169 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:28.169 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:31:28.169 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:28.169 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:31:28.169 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:31:28.169 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:31:28.169 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:31:28.170 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:31:28.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:31:28.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:31:28.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:31:28.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:28.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:28.215 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:31:28.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:28.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:31:28.215 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:28.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:28.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:28.215 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 06:31:28.215 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:28.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:28.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:28.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:28.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:28.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:28.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:31:28.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:31:28.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 06:31:28.217 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 06:31:28.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:28.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:28.718 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 06:31:28.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 06:31:28.719 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 06:31:28.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:28.719 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 06:31:28.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:28.719 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 06:31:28.719 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Logic Diagram 06:31:28.719 DEBUG [main][TreeItemHandler] Selecting tree item: Logic Diagram 06:31:28.720 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Logic Diagram about selection 06:31:28.722 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Logic Diagram 06:31:28.722 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:31:28.722 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:31:28.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:31:28.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:28.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:28.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:28.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:28.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:28.723 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:31:28.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:28.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:28.723 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:28.723 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:28.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 06:31:28.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 06:31:28.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 06:31:28.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:28.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:28.750 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 06:31:28.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:28.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 "File name:") 06:31:28.750 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:28.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:28.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:28.750 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 06:31:28.750 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:28.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:28.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:28.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:28.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:28.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:31:28.752 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:31:28.753 INFO [WorkbenchTestable][AbstractText] Text set to: test.logic 06:31:28.753 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 06:31:28.753 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 06:31:28.753 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) 06:31:28.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:28.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:28.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:28.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:28.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:28.755 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:31:28.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:28.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:28.755 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:28.755 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:28.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:31:29.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:31:29.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:31:29.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:31:29.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:31:29.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:31:29.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:31:29.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f366ed is found... 06:31:29.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f366ed is found finished successfully 06:31:29.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 06:31:29.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:29.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:29.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:29.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:29.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:29.261 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:29.261 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:29.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:29.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:29.262 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:29.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:29.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:29.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:29.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:29.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:29.271 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:29.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 06:31:29.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:29.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:29.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:29.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:29.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:29.272 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:29.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:29.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:29.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:29.277 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 100] 06:31:29.277 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:29.277 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:29.278 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:29.278 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:29.284 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:29.284 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:29.285 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #3 Value=0 ) 06:31:29.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 06:31:29.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 06:31:29.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:29.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:29.302 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:29.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:29.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:29.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:29.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:29.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:29.305 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:29.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') 06:31:29.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:29.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:29.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:29.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:29.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:29.306 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:29.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:29.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:29.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:29.312 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 100] 06:31:29.312 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:29.312 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:29.312 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:29.312 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:29.328 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:29.328 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:29.329 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #4 Value=0 ) 06:31:29.329 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #4 Value=0 ) 06:31:29.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 06:31:29.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 06:31:29.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:29.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:29.332 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:29.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:29.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:29.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:29.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:29.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:29.334 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:29.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 '\*?\QPalette\E') 06:31:29.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:29.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:29.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:29.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:29.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:29.344 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:29.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:29.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:29.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:29.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 06:31:29.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:29.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:29.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:29.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:29.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:29.370 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part test.logic 06:31:29.405 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:29.405 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:29.406 INFO [WorkbenchTestable][ViewerHandler] Click at [30, 121] 06:31:29.406 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:29.406 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:29.406 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:29.406 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:29.407 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:29.407 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:29.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 06:31:29.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:29.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:29.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:29.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:29.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:29.409 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:29.409 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:29.410 INFO [WorkbenchTestable][ViewerHandler] Click at [130, 121] 06:31:29.410 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:29.410 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:29.410 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:29.410 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:29.412 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:29.412 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:29.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:29.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:29.413 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:29.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:29.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:29.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:29.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:29.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:29.415 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:29.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 '\*?\QPalette\E') 06:31:29.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:29.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:29.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:29.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:29.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:29.416 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:29.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:29.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:29.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:29.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 06:31:29.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:29.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:29.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:29.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:29.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:29.436 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part test.logic 06:31:29.454 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:29.455 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:29.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 06:31:29.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:29.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:29.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:29.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:29.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:29.456 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:29.457 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:29.457 INFO [WorkbenchTestable][ViewerHandler] Click at [86, 121] 06:31:29.457 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:29.457 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:29.457 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:29.457 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:29.460 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:29.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:29.460 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 35 06:31:29.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:29.468 DEBUG [main][MenuItemLookup] Found menu:'Undo Connection change' 06:31:29.468 DEBUG [main][MenuItemLookup] Found menu:'Redo' 06:31:29.468 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:29.468 DEBUG [main][MenuItemLookup] Found menu:'Paste' 06:31:29.468 DEBUG [main][MenuItemLookup] Found menu:'Delete' 06:31:29.468 DEBUG [main][MenuItemLookup] Item match:Delete 06:31:29.468 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 06:31:29.468 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 06:31:29.468 INFO [main][MenuItemHandler] Select menu item: &Delete 06:31:29.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 06:31:29.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:29.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:29.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:29.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:29.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:29.499 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:29.499 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:29.499 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:31:29.500 DEBUG [main][EditorHandler] 1 editor(s) found 06:31:29.500 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.logic 06:31:29.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 'Save .*'] is available.... 06:31:30.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 06:31:30.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 06:31:30.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:30.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:30.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:30.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:30.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:30.024 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 06:31:30.024 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:30.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:30.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:30.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 "Save") 06:31:30.024 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:30.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:30.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:30.025 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 06:31:30.025 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:30.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:30.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:30.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:30.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:30.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:30.025 INFO [WorkbenchTestable][AbstractButton] Click button &Save 06:31:30.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:30.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:30.025 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:30.025 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:30.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:31:30.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:31:30.069 DEBUG [WorkbenchTestable][EditorHandler] Editor test.logic is closed 06:31:30.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:30.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:30.070 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:31:30.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:30.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:30.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:30.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:30.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:30.071 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:30.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') 06:31:30.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:30.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:30.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:30.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:30.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:30.072 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:30.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:30.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:30.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:30.077 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:30.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:30.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:30.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:30.077 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:30.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:30.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:30.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:30.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:30.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:30.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:30.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:30.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:31.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:31.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:31.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:31.081 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:31.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:31.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:31.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:31.082 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:31:31.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:31.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:31.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:31.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:31.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:31.082 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:31.083 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:31.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:31.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:31.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:31.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:31.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:31.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:31.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:31.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:32.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:32.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:32.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:32.085 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:32.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:32.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:32.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:32.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 06:31:32.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:32.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:32.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:32.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:32.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:32.086 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:32.086 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:32.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:32.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:32.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:32.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:31:32.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:32.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:32.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:32.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:32.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:32.087 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:31:32.087 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:31:32.087 DEBUG [main][TreeItemHandler] Set Tree selection 06:31:32.089 DEBUG [main][TreeHandler] Notify Tree about selection event 06:31:32.093 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:31:32.094 DEBUG [WorkbenchTestable][TreeItemHandler] test 06:31:32.094 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:31:32.094 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:32.113 DEBUG [main][MenuItemLookup] Found menu:'New' 06:31:32.113 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:31:32.113 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:32.113 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:31:32.113 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:32.113 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:31:32.113 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:31:32.113 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:31:32.113 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:31:32.113 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:31:32.113 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:32.113 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:31:32.113 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:31:32.113 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:32.113 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:31:32.113 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:31:32.114 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:31:32.114 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:31:32.114 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:31:32.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:31:32.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:31:32.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:31:32.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:31:32.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:31:32.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:31:32.615 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:31:32.615 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:32.629 DEBUG [main][MenuItemLookup] Found menu:'New' 06:31:32.629 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:31:32.629 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:32.629 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:31:32.629 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:32.629 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:31:32.629 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:31:32.629 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:31:32.629 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:31:32.629 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:31:32.629 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:31:32.630 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:31:32.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:31:33.185 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 06:31:33.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:31:33.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:33.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:33.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) 06:31:33.188 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:33.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:33.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:33.188 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:31:33.188 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:33.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:33.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:33.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:33.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:33.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:33.188 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:31:33.188 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:31:33.189 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:31:33.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:33.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:33.189 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:33.189 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:33.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") 06:31:33.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:33.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:33.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:33.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:31:33.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:33.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:33.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:33.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:33.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:33.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:33.190 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:31:33.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:33.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:33.190 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:33.190 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:33.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:31:33.192 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:31:33.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:31:33.692 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:31:33.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:31:33.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:31:33.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:31:33.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:31:33.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:31:33.693 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:33.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:33.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:33.694 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 06:31:33.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 06:31:33.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:31:33.694 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:31:33.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:33.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:33.694 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 06:31:33.694 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:31:33.694 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistingEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 06:31:33.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 06:31:33.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:31:33.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:31:33.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:31:33.695 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:33.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:33.695 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:33.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:33.695 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 06:31:33.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:33.695 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:33.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:33.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'] 06:31:33.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:33.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'] 06:31:33.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:33.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 Project"] 06:31:33.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:33.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'] 06:31:33.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:33.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'] 06:31:33.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:33.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:33.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:33.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:33.703 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:33.703 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:31:33.703 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:33.703 DEBUG [main][MenuItemLookup] Item match:File 06:31:33.704 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:31:33.704 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:31:33.705 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:31:33.705 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:33.705 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:31:33.705 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:33.705 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:31:33.705 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:33.705 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:31:33.705 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:33.705 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:31:33.705 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:31:33.706 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:31:33.706 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:31:33.706 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:31:33.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.... 06:31:33.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:31:33.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:31:33.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:33.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:33.747 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:31:33.747 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:33.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:31:33.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:33.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:33.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:33.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:33.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:33.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:31:33.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:31:33.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:31:33.750 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:31:33.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:33.750 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:31:33.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:33.750 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:31:33.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:31:33.750 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:31:33.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:33.750 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:31:33.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:33.750 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:31:33.750 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 06:31:33.750 DEBUG [main][TreeItemHandler] Selecting tree item: Project 06:31:33.750 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 06:31:33.753 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 06:31:33.753 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:31:33.753 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:31:33.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:31:33.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:33.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:33.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:33.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:33.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:33.754 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:31:33.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:33.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:33.754 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:33.754 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:33.771 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:33.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:33.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:33.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 06:31:33.772 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 06:31:33.772 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 06:31:33.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:33.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:33.772 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 06:31:33.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:33.772 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:") 06:31:33.772 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:33.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:33.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:33.772 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 06:31:33.772 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:33.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:33.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:33.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:33.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:33.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:31:33.773 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:31:33.774 INFO [WorkbenchTestable][AbstractText] Text set to: test 06:31:33.774 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 06:31:33.774 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 06:31:33.774 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) 06:31:33.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:33.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:33.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:33.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:33.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:33.776 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:31:33.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:33.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:33.776 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:33.776 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:33.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:31:34.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:31:34.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:31:34.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:31:34.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:31:34.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:31:34.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:31:34.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:31:34.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:34.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:34.281 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:31:34.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:34.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:34.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:34.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:34.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:34.282 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:34.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:31:34.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:34.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:34.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:34.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:34.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:34.283 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:34.283 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:34.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:34.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:31:34.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:31:34.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:31:34.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 06:31:34.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:34.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:34.292 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:31:34.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:34.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:34.293 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:34.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:34.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:34.294 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:34.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 '\*?\QPackage Explorer\E') 06:31:34.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:34.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:34.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:34.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:34.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:34.295 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:31:34.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:31:34.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:34.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:34.308 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:31:34.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:31:34.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:34.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:34.308 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:31:34.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:31:34.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:34.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:34.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:34.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:34.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:34.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:34.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:35.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:35.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:35.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:35.312 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:31:35.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:31:35.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:35.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:35.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 06:31:35.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:35.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:35.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:35.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:35.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:35.313 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:35.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 06:31:35.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:35.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:35.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:35.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:35.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:35.321 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:35.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:31:35.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:35.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:35.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:35.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:35.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:35.322 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:35.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:35.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:35.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:35.329 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:35.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:35.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:35.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:35.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:35.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:35.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:35.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:35.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:36.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:36.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:36.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:36.331 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:36.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:36.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:36.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:36.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:31:36.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:36.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:36.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:36.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:36.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:36.332 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:36.332 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 06:31:36.332 DEBUG [main][TreeItemHandler] Selecting tree item: test 06:31:36.334 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 06:31:36.338 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 06:31:36.338 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:36.338 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:36.338 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:36.338 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:36.338 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 06:31:36.338 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:36.338 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:36.338 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:36.338 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:36.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:36.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 06:31:36.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:36.339 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 06:31:36.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:36.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:36.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:36.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:36.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:36.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:36.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:36.340 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:36.340 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:31:36.340 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:36.340 DEBUG [main][MenuItemLookup] Item match:File 06:31:36.340 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:31:36.340 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:31:36.342 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:31:36.342 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:36.342 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:31:36.342 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:36.342 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:31:36.342 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:36.342 DEBUG [main][MenuItemLookup] Found menu:'Example...' 06:31:36.342 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:36.342 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:31:36.342 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:31:36.342 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:31:36.342 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:31:36.342 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:31:36.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 'New|Select a wizard'] is available.... 06:31:36.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:31:36.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:31:36.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:36.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:36.402 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:31:36.402 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:36.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:31:36.402 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:36.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:36.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:36.402 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 06:31:36.402 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:36.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:36.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:36.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:36.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:36.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:36.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:31:36.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:31:36.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 06:31:36.403 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 06:31:36.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:36.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:36.905 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 06:31:36.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 06:31:36.906 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 06:31:36.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:36.906 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 06:31:36.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:36.906 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 06:31:36.906 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Logic Diagram 06:31:36.906 DEBUG [main][TreeItemHandler] Selecting tree item: Logic Diagram 06:31:36.907 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Logic Diagram about selection 06:31:36.909 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Logic Diagram 06:31:36.909 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:31:36.909 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:31:36.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:31:36.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:36.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:36.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:36.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:36.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:36.910 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:31:36.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:36.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:36.910 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:36.910 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:36.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 06:31:36.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 06:31:36.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 06:31:36.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:36.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:36.939 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 06:31:36.939 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:36.939 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:") 06:31:36.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:36.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:36.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:36.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 06:31:36.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:36.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:36.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:36.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:36.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:36.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:31:36.941 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:31:36.941 INFO [WorkbenchTestable][AbstractText] Text set to: test.logic 06:31:36.942 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 06:31:36.942 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 06:31:36.942 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) 06:31:36.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:36.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:36.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:36.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:36.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:36.943 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:31:36.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:36.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:36.943 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:36.943 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:36.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:31:37.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:31:37.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:31:37.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:31:37.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:31:37.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:31:37.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:31:37.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@a1e957 is found... 06:31:37.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@a1e957 is found finished successfully 06:31:37.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 06:31:37.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:37.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:37.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:37.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:37.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:37.449 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:37.449 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:37.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:37.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:37.450 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:37.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:37.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:37.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:37.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:37.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:37.459 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:37.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 '\*?\QPalette\E') 06:31:37.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:37.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:37.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:37.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:37.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:37.459 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:37.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:37.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:37.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:37.465 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 0] 06:31:37.465 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:37.465 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:37.465 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:37.465 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:37.470 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:37.470 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:37.474 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #4 Text=Label ) 06:31:37.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 06:31:37.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 06:31:37.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:37.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:37.489 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:31:37.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:37.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:37.490 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 06:31:37.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:37.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:37.491 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 06:31:37.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 06:31:37.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:37.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:37.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:37.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:37.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:37.492 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:37.492 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:37.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:37.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:37.498 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 100] 06:31:37.498 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:37.498 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:37.498 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:37.498 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:37.519 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:37.519 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:37.521 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #5 Text=Label ) 06:31:37.521 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #5 Text=Label ) 06:31:37.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 06:31:37.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 06:31:37.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') 06:31:37.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:37.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:37.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:37.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:37.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:37.529 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:37.529 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:37.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') 06:31:37.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:37.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:37.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:37.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:37.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:37.532 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:37.532 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:37.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 06:31:37.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:37.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:37.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:37.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:37.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:37.534 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:37.534 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:37.544 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 06:31:37.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:37.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:37.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:37.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:37.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:31:37.544 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:31:37.544 INFO [WorkbenchTestable][AbstractText] Text set to: Foo 06:31:37.544 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 14 06:31:37.544 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31: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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 06:31:37.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:37.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:37.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:37.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:37.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:37.549 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:37.549 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:37.555 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 06:31:37.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:37.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:37.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:37.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:37.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:31:37.555 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:31:37.555 INFO [WorkbenchTestable][AbstractText] Text set to: Hello 06:31:37.556 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 14 06:31:37.556 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:37.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 06:31:37.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:37.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:37.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:37.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:37.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:37.562 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:37.563 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:37.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 '\*?\Qtest.logic\E') 06:31:37.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:37.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:37.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:37.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:37.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:37.565 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:37.565 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:37.566 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 35 06:31:37.566 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:37.573 DEBUG [main][MenuItemLookup] Found menu:'Undo' 06:31:37.573 DEBUG [main][MenuItemLookup] Found menu:'Redo' 06:31:37.573 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:37.573 DEBUG [main][MenuItemLookup] Found menu:'Paste' 06:31:37.573 DEBUG [main][MenuItemLookup] Found menu:'Delete' 06:31:37.573 DEBUG [main][MenuItemLookup] Item match:Delete 06:31:37.574 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 06:31:37.574 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 06:31:37.574 INFO [main][MenuItemHandler] Select menu item: &Delete 06:31:37.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 06:31:37.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:37.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:37.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:37.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:37.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:37.581 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:37.581 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:37.596 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:31:37.596 DEBUG [main][EditorHandler] 1 editor(s) found 06:31:37.596 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.logic 06:31:37.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 'Save .*'] is available.... 06:31:38.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 'Save .*'] is available. finished successfully 06:31:38.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 06:31:38.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:38.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:38.107 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:38.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:38.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:38.107 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 06:31:38.107 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:38.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:38.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:38.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 06:31:38.108 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:38.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:38.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:38.108 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 06:31:38.108 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:38.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:38.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:38.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:38.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:38.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:38.109 INFO [WorkbenchTestable][AbstractButton] Click button &Save 06:31:38.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:38.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:38.109 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:38.109 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:38.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:31:38.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:31:38.154 DEBUG [WorkbenchTestable][EditorHandler] Editor test.logic is closed 06:31:38.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:38.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:38.155 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:31:38.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:38.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:38.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:38.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:38.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:38.156 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:38.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 '\*?\QProject Explorer\E') 06:31:38.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:38.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:38.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:38.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:38.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:38.157 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:38.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:38.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:38.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:38.161 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:38.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:38.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:38.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:38.162 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:38.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:38.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:38.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:38.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:38.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:38.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:38.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:38.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:39.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:39.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:39.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:39.165 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:39.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:39.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:39.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:39.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 06:31:39.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:39.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:39.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:39.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:39.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:39.166 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:39.166 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:39.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:39.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:39.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:39.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:39.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:39.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:39.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:39.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:40.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:40.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:40.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:40.168 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:40.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:40.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:40.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:40.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 06:31:40.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:40.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:40.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:40.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:40.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:40.170 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:40.170 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:40.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:40.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:40.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:40.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 06:31:40.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:40.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:40.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:40.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:40.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:40.171 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:31:40.171 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:31:40.171 DEBUG [main][TreeItemHandler] Set Tree selection 06:31:40.172 DEBUG [main][TreeHandler] Notify Tree about selection event 06:31:40.176 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:31:40.176 DEBUG [WorkbenchTestable][TreeItemHandler] test 06:31:40.176 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:31:40.177 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:40.190 DEBUG [main][MenuItemLookup] Found menu:'New' 06:31:40.190 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:31:40.190 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:40.190 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:31:40.190 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:40.190 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:31:40.190 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:31:40.190 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:31:40.190 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:31:40.190 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:31:40.190 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:40.190 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:31:40.190 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:31:40.190 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:40.190 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:31:40.190 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:31:40.190 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:31:40.190 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:31:40.190 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:31:40.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:31:40.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:31:40.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:31:40.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:31:40.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:31:40.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:31:40.691 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:31:40.691 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:40.704 DEBUG [main][MenuItemLookup] Found menu:'New' 06:31:40.704 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:31:40.704 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:40.704 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:31:40.704 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:40.704 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:31:40.704 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:31:40.704 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:31:40.704 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:31:40.704 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:31:40.704 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:31:40.705 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:31:40.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 06:31:41.263 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 06:31:41.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:31:41.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:41.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:41.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:31:41.265 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:41.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:41.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:41.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:31:41.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:41.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:41.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:41.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:41.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:41.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:41.266 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:31:41.266 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:31:41.266 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:31:41.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:41.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:41.266 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:41.266 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:41.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 "OK") 06:31:41.266 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:41.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:41.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:41.267 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:31:41.267 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:41.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:41.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:41.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:41.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:41.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:41.267 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:31:41.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:41.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:41.267 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:41.267 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:41.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:31:41.269 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:31:41.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:31:41.770 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:31:41.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:31:41.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:31:41.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:31:41.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:31:41.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:31:41.771 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:41.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:41.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:41.772 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 06:31:41.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 06:31:41.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:31:41.772 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:31:41.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:41.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:41.773 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistingEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 06:31:41.773 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 06:31:41.773 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:31:41.773 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:31:41.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:41.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.543 s - in org.eclipse.reddeer.gef.test.EditPartTest selectEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) Time elapsed: 8.161 s clickEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) Time elapsed: 8.185 s nonExistingEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) Time elapsed: 8.079 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.v20210204-0547 [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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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/202101151000/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 06:31:50.444 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 06:31:50.496 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 06:31:50.508 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 06:31:50.509 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 06:31:50.530 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 06:31:50.548 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:31:50.550 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:31:50.595 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 06:31:50.597 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 06:31:50.598 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 06:31:50.605 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 06:31:50.608 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:31:50.608 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:31:50.610 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:31:50.610 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:31:50.614 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:31:50.615 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:31:50.627 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:31:50.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:50.642 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:31:50.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:50.642 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:31:50.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:50.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:50.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:50.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:50.694 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:50.698 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:31:50.700 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:50.701 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:31:50.701 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:31:50.701 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:31:50.701 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:31:50.701 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:31:50.701 DEBUG [main][MenuItemLookup] Item match:Window 06:31:50.704 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:31:50.704 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:31:50.704 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:31:50.704 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:50.705 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:31:50.705 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:31:50.705 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:50.705 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:31:50.705 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:50.705 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:31:50.705 DEBUG [main][MenuItemLookup] Item match:Preferences 06:31:50.707 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:31:50.707 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:31:50.708 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:31:50.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 'Preferences.*'] is available.... 06:31:50.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:31:50.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:31:50.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:50.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:50.840 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:31:50.840 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:50.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:31:50.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:50.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:50.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:50.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:50.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:50.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:31:50.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:31:50.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:31:50.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:50.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:50.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:50.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:50.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:50.915 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:31:50.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:50.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:50.916 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:50.917 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:50.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:31:50.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:31:50.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:50.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:50.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:50.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:50.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:50.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:50.948 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:50.948 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 06:31:50.948 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:31:50.950 INFO [WorkbenchTestable][RequirementsRunner] Started test: contextButtonTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) 06:31:50.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 06:31:50.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:31:50.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:31:50.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:31:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:50.956 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:50.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:50.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: "New Project"] 06:31:50.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:50.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:50.958 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:50.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:50.958 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:50.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:50.958 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 06:31:50.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:50.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'] 06:31:50.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:50.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'] 06:31:50.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:50.959 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:50.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:50.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:50.959 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:50.959 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:31:50.960 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:50.960 DEBUG [main][MenuItemLookup] Item match:File 06:31:50.997 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:31:50.997 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:31:51.002 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:31:51.003 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:51.003 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:31:51.003 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:51.003 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:31:51.003 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:51.003 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:31:51.003 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:31:51.004 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:31:51.004 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:31:51.004 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:31:51.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.... 06:31:51.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:31:51.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:31:51.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:51.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:51.113 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:31:51.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:51.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:31:51.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:51.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:51.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:51.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:51.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:51.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:31:51.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:31:51.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:31:51.119 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:31:51.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:51.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:51.624 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:31:51.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:31:51.625 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:31:51.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:51.625 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:31:51.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:51.626 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:31:51.626 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 06:31:51.627 DEBUG [main][TreeItemHandler] Selecting tree item: Project 06:31:51.627 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 06:31:51.630 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 06:31:51.630 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:31:51.630 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:31:51.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:31:51.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:51.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:51.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:51.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:51.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:51.633 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:31:51.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:51.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:51.633 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:51.633 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:51.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:51.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:51.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:51.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 06:31:51.666 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 06:31:51.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 06:31:51.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:51.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:51.667 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 06:31:51.667 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:51.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 06:31:51.669 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:51.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:51.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:51.670 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 06:31:51.670 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:51.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:51.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:51.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:51.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:51.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:31:51.674 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:31:51.675 INFO [WorkbenchTestable][AbstractText] Text set to: test 06:31:51.677 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 06:31:51.677 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 06:31:51.677 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) 06:31:51.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:51.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:51.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:51.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:51.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:51.680 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:31:51.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:51.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:51.680 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:51.680 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:51.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:31:52.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:31:52.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:31:52.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:31:52.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:31:52.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:31:52.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:31:52.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:52.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:52.206 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:31:52.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:52.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:52.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:52.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:52.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:52.209 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:52.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 '\*?\QProject Explorer\E') 06:31:52.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:52.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:52.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:52.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:52.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:52.212 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:52.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:52.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:52.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:31:52.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:31:52.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:31:52.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 06:31:52.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:52.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:52.224 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 06:31:52.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:52.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:52.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:52.225 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:52.225 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:31:52.225 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:52.225 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:31:52.225 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:31:52.225 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:31:52.225 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:31:52.225 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:31:52.225 DEBUG [main][MenuItemLookup] Item match:Window 06:31:52.226 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:31:52.226 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:31:52.226 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:31:52.226 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:52.226 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:31:52.226 DEBUG [main][MenuItemLookup] Item match:Show View 06:31:52.233 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 06:31:52.233 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:31:52.234 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:31:52.234 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:31:52.234 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:31:52.234 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:31:52.234 DEBUG [main][MenuItemLookup] Found menu:'Properties' 06:31:52.234 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:31:52.234 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:52.234 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:31:52.234 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:31:52.241 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:31:52.241 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:31:52.241 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:31:52.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:31:52.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:31:52.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:31:52.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:52.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:52.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:31:52.304 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:52.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:52.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:52.305 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:31:52.305 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:52.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:52.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:52.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:52.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:52.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:52.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:31:52.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:31:52.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:31:52.306 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:31:52.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:52.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:52.809 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:31:52.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:31:52.810 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:31:52.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:52.811 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:31:52.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:52.811 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:31:52.811 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 06:31:52.811 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 06:31:52.811 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 06:31:52.812 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 06:31:52.812 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:52.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:52.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:52.812 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:31:52.812 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:52.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:52.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:52.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:31:52.813 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:52.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:52.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:52.813 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:31:52.813 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:52.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:52.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:52.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:52.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:52.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:52.815 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:31:52.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:52.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:52.815 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:52.815 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:53.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:31:53.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:31:53.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 06:31:53.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:53.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:53.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 06:31:53.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:53.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:53.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:53.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:53.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:53.112 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:53.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 '\*?\QPackage Explorer\E') 06:31:53.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:53.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:53.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:53.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:53.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:53.122 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:31:53.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:31:53.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:53.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:31:53.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:31:53.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:31:53.124 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:31:53.124 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:31:53.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:53.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:53.126 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:31:53.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:31:53.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:53.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:53.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:53.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:53.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:53.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:53.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:54.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:54.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:54.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:54.129 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:31:54.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:31:54.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:54.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31: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 06:31:54.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:54.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:54.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:54.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:54.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:54.133 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:54.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 06:31:54.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:54.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:54.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:54.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:54.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:54.139 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:54.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 '\*?\QProject Explorer\E') 06:31:54.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:54.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:54.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:54.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:54.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:54.140 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:54.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:54.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:54.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:54.162 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:54.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:54.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:54.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:54.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:54.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:54.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:54.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:54.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:55.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:55.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:55.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:55.165 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:55.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:55.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:55.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:55.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:31:55.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:55.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:55.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:55.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:55.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:55.166 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:55.166 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 06:31:55.166 DEBUG [main][TreeItemHandler] Selecting tree item: test 06:31:55.166 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 06:31:55.172 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 06:31:55.173 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:55.173 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:55.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'] 06:31:55.176 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:55.176 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Diagram"] 06:31:55.176 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:55.176 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:55.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:55.177 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:55.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:55.177 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:55.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:55.177 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Diagram"] 06:31:55.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:55.178 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:55.178 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:55.178 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:55.178 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:55.178 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:55.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:55.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:55.179 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:55.179 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:31:55.179 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:55.179 DEBUG [main][MenuItemLookup] Item match:File 06:31:55.180 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:31:55.180 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:31:55.181 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:31:55.182 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:55.182 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:31:55.182 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:55.182 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:31:55.182 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:55.182 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:31:55.182 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:31:55.182 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:31:55.182 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:31:55.182 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:31:55.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.... 06:31:55.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 'New|Select a wizard'] is available. finished successfully 06:31:55.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:31:55.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:55.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:55.235 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:31:55.235 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:55.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:31:55.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:55.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:55.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:55.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:55.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:55.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:31:55.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:31:55.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Other has children... 06:31:55.237 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Other 06:31:55.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:55.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:55.739 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Other 06:31:55.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Other has children finished successfully 06:31:55.740 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Other 06:31:55.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:55.740 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Other is already expanded. No action performed 06:31:55.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:55.740 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Other 06:31:55.740 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Graphiti Example Diagram 06:31:55.740 DEBUG [main][TreeItemHandler] Selecting tree item: Graphiti Example Diagram 06:31:55.740 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Graphiti Example Diagram about selection 06:31:55.747 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Graphiti Example Diagram 06:31:55.748 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:31:55.748 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:31:55.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:31:55.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:55.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:55.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:55.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:55.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:55.749 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:31:55.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:55.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:55.750 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:55.750 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:55.782 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:31:55.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:55.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:55.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Diagram"] is available.... 06:31:55.783 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 06:31:55.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Diagram 06:31:55.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:55.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:55.784 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 06:31:55.784 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:31:55.785 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") 06:31:55.785 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:55.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:55.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:55.785 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Diagram" as the parent 06:31:55.785 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:55.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:55.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:55.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:55.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:55.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:31:55.788 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo tutorial to selection: tutorial 06:31:55.789 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 06:31:55.789 INFO [WorkbenchTestable][TutorialDiagramWizard] Go to next wizard page 06:31:55.789 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) 06:31:55.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:55.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:55.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:55.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:55.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:55.790 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:31:55.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:55.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:55.790 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:55.791 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:55.795 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") 06:31:55.795 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:55.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:55.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:55.795 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Diagram" as the parent 06:31:55.795 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:55.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:55.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:55.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:55.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:55.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:31:55.798 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:31:55.798 INFO [WorkbenchTestable][AbstractText] Text set to: test 06:31:55.799 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 06:31:55.799 INFO [WorkbenchTestable][TutorialDiagramWizard] Finish wizard 06:31:55.799 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) 06:31:55.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:55.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:55.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:55.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:55.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:55.800 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:31:55.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:55.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:55.801 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:55.801 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:56.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:31:56.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:31:56.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:31:56.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:31:56.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:31:56.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:31:56.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:31:56.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:31:56.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:31:56.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@70393cf5 is found... 06:31:56.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@70393cf5 is found finished successfully 06:31:56.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest\E') 06:31:56.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:56.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:56.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:56.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:56.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:56.408 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:56.408 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:56.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:56.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:56.415 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' view via menu. 06:31:56.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform 06:31:56.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:56.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:56.416 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform' 06:31:56.416 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform' 06:31:56.416 DEBUG [main][MenuItemLookup] Found menu:'File' 06:31:56.416 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:31:56.416 DEBUG [main][MenuItemLookup] Found menu:'View' 06:31:56.416 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:31:56.416 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:31:56.416 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:31:56.416 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:31:56.416 DEBUG [main][MenuItemLookup] Item match:Window 06:31:56.418 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:31:56.418 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:31:56.418 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:31:56.418 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:56.418 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:31:56.418 DEBUG [main][MenuItemLookup] Item match:Show View 06:31:56.421 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 06:31:56.421 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:31:56.421 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:31:56.422 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:31:56.422 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:31:56.422 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:31:56.422 DEBUG [main][MenuItemLookup] Found menu:'Properties' 06:31:56.422 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:31:56.422 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:56.422 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:31:56.422 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:31:56.432 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:31:56.432 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:31:56.432 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:31:56.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:31:56.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:31:56.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:31:56.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:56.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:56.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:31:56.510 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:56.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:56.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:56.511 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:31:56.511 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:56.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:56.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:56.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:56.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:56.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:56.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:31:56.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:31:56.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:31:56.512 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:31:56.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:57.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:57.016 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:31:57.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:31:57.018 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:31:57.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:31:57.018 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:31:57.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:31:57.018 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:31:57.019 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Palette 06:31:57.019 DEBUG [main][TreeItemHandler] Selecting tree item: Palette 06:31:57.019 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Palette about selection 06:31:57.019 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Palette 06:31:57.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:57.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:57.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:57.019 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:31:57.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:57.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:57.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:57.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:31:57.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:31:57.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:31:57.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:31:57.020 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:31:57.020 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:31:57.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:57.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:57.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:57.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:57.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:31:57.021 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:31:57.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:31:57.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:31:57.021 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:31:57.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:57.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:31:57.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:31:57.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.gef.view.PaletteView' view is open... 06:31:57.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:57.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:57.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.gef.view.PaletteView' view is open finished successfully 06:31:57.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:57.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:57.079 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform 06:31:57.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:57.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:57.079 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform' 06:31:57.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 06:31:57.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:57.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:57.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:57.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:57.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:57.080 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:31:57.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:31:57.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:57.081 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 06:31:57.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:31:57.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:31:57.103 INFO [WorkbenchTestable][ViewerHandler] Click at [50, 100] 06:31:57.104 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:31:57.104 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:57.114 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:31:57.114 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:57.132 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:31:57.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:57.203 INFO [main][AbstractEditor] New edit part org.eclipse.graphiti.ui.internal.parts.ContainerShapeEditPart@43e6f05f 06:31:57.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 06:31:57.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 06:31:57.249 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 06:31:57.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:57.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:57.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:57.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:57.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:58.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:58.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:58.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:31:58.253 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 06:31:58.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest\E') 06:31:58.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:58.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:58.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:58.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:58.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:58.258 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:58.258 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:58.258 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:58.258 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:31:58.259 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 06:31:58.259 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test 06:31:58.316 DEBUG [WorkbenchTestable][EditorHandler] Editor test is closed 06:31:58.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:58.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:58.318 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:31:58.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:58.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:58.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:31:58.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:31:58.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:31:58.319 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:31:58.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 '\*?\QProject Explorer\E') 06:31:58.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:58.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:58.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:58.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:58.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:31:58.321 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:58.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:58.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:58.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:58.327 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:58.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:58.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:58.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:58.328 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:58.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:58.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:58.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:58.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:58.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:58.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:58.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:58.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:59.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:59.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:31:59.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:31:59.331 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:31:59.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:31:59.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:31:59.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:31:59.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:31:59.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:31:59.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:31:59.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:31:59.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:31:59.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:31:59.332 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:31:59.334 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 06:31:59.334 DEBUG [main][TreeItemHandler] Selecting tree item: test 06:31:59.334 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 06:31:59.339 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 06:31:59.340 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:31:59.340 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:59.382 DEBUG [main][MenuItemLookup] Found menu:'New' 06:31:59.383 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:31:59.383 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:59.383 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:31:59.383 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:59.383 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:31:59.383 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:31:59.383 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:31:59.383 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:31:59.383 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:31:59.383 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:59.383 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:31:59.383 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:31:59.383 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:59.383 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:31:59.383 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:31:59.383 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:31:59.383 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:31:59.383 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:31:59.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:31:59.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:31:59.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:31:59.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:31:59.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:31:59.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:31:59.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:31:59.885 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test' via Explorer 06:31:59.885 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 06:31:59.885 DEBUG [main][TreeItemHandler] Selecting tree item: test 06:31:59.885 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 06:31:59.891 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 06:31:59.892 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:31:59.892 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:31:59.915 DEBUG [main][MenuItemLookup] Found menu:'New' 06:31:59.915 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:31:59.915 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:59.915 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:31:59.915 DEBUG [main][MenuItemLookup] Found menu:'' 06:31:59.915 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:31:59.915 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:31:59.915 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:31:59.915 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:31:59.915 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:31:59.915 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:31:59.915 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:31:59.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 'Delete.*'] is available.... 06:32:00.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:32:00.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:32:00.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:00.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:00.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:00.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:00.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:32:00.535 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:32:00.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:00.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:00.535 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:32:00.535 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:32:00.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:00.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:00.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:00.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:00.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:00.536 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:32:00.537 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:32:00.537 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:32:00.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:00.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:00.537 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:00.537 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:00.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:32:00.538 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:32:00.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:00.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:00.538 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:32:00.538 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:32:00.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:00.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:00.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:00.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:00.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:00.539 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:32:00.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:00.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:00.539 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:00.539 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:00.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:32:00.545 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:32:01.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:32:01.046 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:32:01.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:32:01.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:32:01.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:32:01.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:32:01.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 06:32:01.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:01.049 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:01.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:01.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:01.051 INFO [WorkbenchTestable][RequirementsRunner] Finished test: contextButtonTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) 06:32:01.051 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:01.051 INFO [WorkbenchTestable][RequirementsRunner] Started test: doubleClickTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) 06:32:01.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 06:32:01.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:01.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:01.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:01.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'] 06:32:01.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:01.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'] 06:32:01.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:01.052 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 06:32:01.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:01.053 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:32:01.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:01.053 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:32:01.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:01.053 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:32:01.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:01.054 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 06:32:01.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:01.054 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:32:01.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:01.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'] 06:32:01.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:01.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:01.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:01.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:01.056 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:01.056 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:01.056 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:01.056 DEBUG [main][MenuItemLookup] Item match:File 06:32:01.057 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:32:01.057 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:32:01.058 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:32:01.058 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:01.058 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:32:01.058 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:01.058 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:32:01.058 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:01.058 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:32:01.058 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:32:01.066 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:32:01.066 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:32:01.066 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:32:01.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:32:01.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 'New|Select a wizard'] is available. finished successfully 06:32:01.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:32:01.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:01.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:01.118 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:32:01.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:01.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:32:01.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:01.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:01.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:01.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:01.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:01.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:01.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:01.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:32:01.119 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:32:01.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:01.119 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:32:01.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:01.120 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:32:01.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:32:01.120 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:32:01.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:01.120 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:32:01.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:01.120 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:32:01.120 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 06:32:01.120 DEBUG [main][TreeItemHandler] Selecting tree item: Project 06:32:01.120 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 06:32:01.123 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 06:32:01.123 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:32:01.123 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:32:01.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:32:01.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:01.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:01.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:01.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:01.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:01.125 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:32:01.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:01.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:01.125 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:01.125 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:01.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'] 06:32:01.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:01.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:01.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 06:32:01.145 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 06:32:01.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 06:32:01.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:01.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:01.146 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 06:32:01.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:01.146 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:") 06:32:01.146 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:32:01.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:01.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:01.147 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 06:32:01.147 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:32:01.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:01.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:01.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:01.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:01.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:32:01.148 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:32:01.149 INFO [WorkbenchTestable][AbstractText] Text set to: test 06:32:01.150 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 06:32:01.150 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 06:32:01.150 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) 06:32:01.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:01.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:01.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:01.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:01.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:01.152 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:32:01.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:01.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:01.152 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:01.152 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:01.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:01.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:01.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:32:01.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:32:01.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:32:01.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:32:01.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:32:01.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:32:01.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:01.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:01.658 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:32:01.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:01.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:01.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:01.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:01.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:01.659 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:01.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:32:01.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:01.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:01.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:01.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:01.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:32:01.660 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:32:01.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:32:01.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:01.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:32:01.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:32:01.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:32:01.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 06:32:01.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:01.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:01.664 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:32:01.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:01.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:01.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:01.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:01.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:01.672 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:01.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:32:01.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:01.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:01.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:01.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:01.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:32:01.674 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:32:01.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:32:01.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:01.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:32:01.695 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:32:01.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:32:01.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:01.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:32:01.704 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:32:01.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:32:01.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:01.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:32:01.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:01.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:01.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:02.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:02.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:02.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:02.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:02.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:32:02.708 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:32:02.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:32:02.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:02.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:32:02.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:32:02.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:02.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:02.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:02.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:02.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:02.710 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:32:02.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 06:32:02.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:02.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:02.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:02.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:02.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:02.712 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:02.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 '\*?\QProject Explorer\E') 06:32:02.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:02.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:02.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:02.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:02.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:32:02.713 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:32:02.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:32:02.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:02.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:32:02.724 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:32:02.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:32:02.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:02.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:32:02.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:02.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:02.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:03.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:03.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:03.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:03.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:03.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:32:03.728 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:32:03.728 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:32:03.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:03.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:32:03.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 06:32:03.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:03.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:03.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:03.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:03.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:03.729 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:32:03.730 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 06:32:03.730 DEBUG [main][TreeItemHandler] Selecting tree item: test 06:32:03.730 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 06:32:03.737 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 06:32:03.737 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:32:03.737 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:03.737 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:32:03.737 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:03.738 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Diagram"] 06:32:03.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:03.738 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:32:03.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:03.738 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:32:03.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:03.738 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:32:03.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:03.738 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Diagram"] 06:32:03.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:03.739 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:32:03.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:03.739 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:32:03.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:03.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:03.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:03.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:03.739 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:03.740 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:03.740 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:03.740 DEBUG [main][MenuItemLookup] Item match:File 06:32:03.740 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:32:03.741 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:32:03.742 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:32:03.742 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:03.742 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:32:03.742 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:03.742 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:32:03.742 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:03.742 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:32:03.742 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:32:03.749 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:32:03.749 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:32:03.749 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:32:03.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.... 06:32:03.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 06:32:03.798 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:32:03.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:03.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:03.799 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:32:03.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:03.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:32:03.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:03.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:03.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:03.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:03.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:03.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:03.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:03.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Other has children... 06:32:03.801 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Other 06:32:03.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:03.801 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Other is already expanded. No action performed 06:32:03.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:03.801 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Other 06:32:03.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Other has children finished successfully 06:32:03.801 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Other 06:32:03.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:03.801 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Other is already expanded. No action performed 06:32:03.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:03.801 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Other 06:32:03.802 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Graphiti Example Diagram 06:32:03.802 DEBUG [main][TreeItemHandler] Selecting tree item: Graphiti Example Diagram 06:32:03.802 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Graphiti Example Diagram about selection 06:32:03.806 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Graphiti Example Diagram 06:32:03.806 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:32:03.806 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:32:03.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:32:03.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:03.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:03.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:03.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:03.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:03.807 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:32:03.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:03.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:03.807 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:03.807 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:03.819 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:32:03.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:03.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:03.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Diagram"] is available.... 06:32:03.820 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 06:32:03.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Diagram 06:32:03.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:03.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:03.820 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 06:32:03.820 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:03.820 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") 06:32:03.820 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:32:03.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:03.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:03.820 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Diagram" as the parent 06:32:03.820 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:32:03.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:03.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:03.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:03.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:03.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:32:03.822 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo tutorial to selection: tutorial 06:32:03.822 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 06:32:03.822 INFO [WorkbenchTestable][TutorialDiagramWizard] Go to next wizard page 06:32:03.822 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) 06:32:03.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:03.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:03.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:03.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:03.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:03.823 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:32:03.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:03.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:03.823 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:03.823 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:03.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Diagram Name") 06:32:03.828 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:32:03.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:03.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:03.828 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Diagram" as the parent 06:32:03.828 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:32:03.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:03.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:03.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:03.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:03.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:32:03.829 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:32:03.829 INFO [WorkbenchTestable][AbstractText] Text set to: test 06:32:03.829 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 06:32:03.829 INFO [WorkbenchTestable][TutorialDiagramWizard] Finish wizard 06:32:03.830 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) 06:32:03.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:03.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:03.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:03.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:03.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:03.831 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:32:03.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:03.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:03.831 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:03.831 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:04.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:04.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:04.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:32:04.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:32:04.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:32:04.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:32:04.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:32:04.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:32:04.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:32:04.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@48c09fde is found... 06:32:04.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@48c09fde is found finished successfully 06:32:04.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest\E') 06:32:04.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:04.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:04.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:04.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:04.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:32:04.017 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:04.017 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:32:04.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:04.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:04.018 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 06:32:04.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:04.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:04.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform 06:32:04.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:04.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:04.019 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform' 06:32:04.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 '\*?\QPalette\E') 06:32:04.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:04.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:04.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:04.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:04.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:32:04.020 INFO [WorkbenchTestable][AbstractView] Activate view Palette 06:32:04.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 06:32:04.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:04.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:32:04.039 INFO [WorkbenchTestable][ViewerHandler] Click at [50, 100] 06:32:04.039 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 06:32:04.039 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:04.040 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 06:32:04.040 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:04.055 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 06:32:04.055 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:04.062 INFO [main][AbstractEditor] New edit part org.eclipse.graphiti.ui.internal.parts.ContainerShapeEditPart@529b8e41 06:32:04.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 06:32:04.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 06:32:04.119 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 06:32:04.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:04.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:04.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:04.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:04.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:05.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:05.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:05.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:32:05.120 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 06:32:05.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest\E') 06:32:05.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:05.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:05.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:05.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:05.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:32:05.124 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:05.124 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:32:05.124 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:05.124 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 06:32:05.124 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 06:32:05.124 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test 06:32:05.164 DEBUG [WorkbenchTestable][EditorHandler] Editor test is closed 06:32:05.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:05.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:05.165 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:32:05.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:05.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:05.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:05.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:05.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:05.167 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:05.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:32:05.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:05.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:05.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:05.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:05.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:32:05.168 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:32:05.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:32:05.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:05.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:32:05.173 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:32:05.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:32:05.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:05.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:32:05.174 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:32:05.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:32:05.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:05.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:32:05.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:05.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:05.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:05.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:05.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:06.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:06.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:06.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:32:06.177 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:32:06.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:32:06.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:06.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:32:06.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:32:06.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:06.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:06.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:06.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:06.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:06.178 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 06:32:06.179 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 06:32:06.179 DEBUG [main][TreeItemHandler] Selecting tree item: test 06:32:06.179 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 06:32:06.184 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 06:32:06.184 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:32:06.184 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:06.206 DEBUG [main][MenuItemLookup] Found menu:'New' 06:32:06.206 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:32:06.206 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:06.206 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:32:06.206 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:06.206 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:32:06.206 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:32:06.206 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:32:06.206 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:32:06.206 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:32:06.206 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:06.206 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:32:06.207 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:32:06.207 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:06.207 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:32:06.207 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:32:06.207 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:32:06.207 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:32:06.207 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:32:06.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:32:06.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:32:06.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:32:06.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:32:06.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:32:06.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:32:06.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:32:06.708 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test' via Explorer 06:32:06.708 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 06:32:06.708 DEBUG [main][TreeItemHandler] Selecting tree item: test 06:32:06.708 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 06:32:06.714 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 06:32:06.714 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:32:06.714 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:06.740 DEBUG [main][MenuItemLookup] Found menu:'New' 06:32:06.740 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:32:06.740 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:06.740 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:32:06.740 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:06.740 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:32:06.740 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:32:06.740 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:32:06.740 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:32:06.740 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:32:06.740 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:32:06.740 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:32:06.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:32:07.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 'Delete.*'] is available. finished successfully 06:32:07.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:32:07.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:07.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:07.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:07.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32: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: 32) 06:32:07.315 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:32:07.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:07.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:07.315 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:32:07.315 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:32:07.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:07.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:07.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:07.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:07.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:07.316 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:32:07.316 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:32:07.316 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:32:07.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:07.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:07.317 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:07.317 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:07.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", Widget matcher matching widgets with style: 8) 06:32:07.317 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:32:07.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:07.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:07.317 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:32:07.317 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:32:07.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:07.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:07.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:07.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:07.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:07.318 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:32:07.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:07.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:07.318 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:07.318 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:07.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:32:07.322 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:32:07.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:32:07.822 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:32:07.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:32:07.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:32:07.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:32:07.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:32:07.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:32:07.822 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 06:32:07.822 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:07.822 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:07.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:07.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:07.823 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doubleClickTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) 06:32:07.823 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 06:32:07.823 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:07.823 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:07.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:07.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.397 s - in org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest contextButtonTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) Time elapsed: 10.101 s doubleClickTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) Time elapsed: 6.772 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.v20210204-0547 [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 06:32:15.017 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 06:32:15.019 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 06:32:15.028 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 06:32:15.029 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 06:32:15.101 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.direct.test.project.ProjectTest 06:32:15.121 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:15.123 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:15.126 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 06:32:15.128 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 06:32:15.128 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 06:32:15.136 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 06:32:15.140 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:15.140 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:32:15.142 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:15.142 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:32:15.145 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. 06:32:15.247 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:15.249 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreatingProject no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) 06:32:15.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 06:32:15.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:15.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:15.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:15.256 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:32:15.257 DEBUG [main][EditorHandler] 0 editor(s) found 06:32:15.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:15.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:15.330 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:32:15.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:15.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:15.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:15.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:15.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:15.341 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:15.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 '\*?\QProject Explorer\E') 06:32:15.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:15.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:15.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:15.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:15.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:32:15.345 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:32:15.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:32:15.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:15.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:32:15.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:32:15.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:32:15.358 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:32:15.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:32:15.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:15.396 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 06:32:15.398 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:32:15.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:32:15.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:15.399 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 06:32:15.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:15.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:15.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:15.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:15.402 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:32:15.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:32:15.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:15.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 06:32:15.437 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 06:32:15.437 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:15.439 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:15.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:15.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:15.540 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreatingProject no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) 06:32:15.540 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:15.540 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingLocation no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) 06:32:15.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 06:32:15.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:15.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:15.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:15.540 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:32:15.540 DEBUG [main][EditorHandler] 0 editor(s) found 06:32:15.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:15.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:15.543 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:32:15.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:15.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:15.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:15.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:15.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:15.545 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:15.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:32:15.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:15.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:15.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:15.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:15.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:32:15.546 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:32:15.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:32:15.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:15.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:32:15.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:32:15.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:32:15.548 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:32:15.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:32:15.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:15.549 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 06:32:15.549 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:32:15.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:32:15.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:15.550 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 06:32:15.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:15.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:15.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:15.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:15.550 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:32:15.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:32:15.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:15.551 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 06:32:15.557 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 06:32:15.557 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:15.557 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:15.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:15.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:15.601 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingLocation no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) 06:32:15.601 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 06:32:15.601 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:15.601 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:15.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:15.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.601 s - in org.eclipse.reddeer.direct.test.project.ProjectTest testCreatingProject no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) Time elapsed: 0.29 s testGettingLocation no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) Time elapsed: 0.061 s Running org.eclipse.reddeer.direct.test.preferences.PreferencesTest 06:32:15.619 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 06:32:15.620 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:15.621 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:15.621 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 06:32:15.621 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:15.621 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:32:15.621 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:15.621 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:32:15.621 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:15.621 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:32:15.621 DEBUG [main][EditorHandler] 0 editor(s) found 06:32:15.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:15.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:15.623 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 06:32:15.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:15.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:15.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:15.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:15.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:15.632 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:15.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:32:15.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:15.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:15.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:15.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:15.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:32:15.633 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:32:15.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:32:15.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:15.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:32:15.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:32:15.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:32:15.642 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:32:15.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:32:15.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:15.643 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 06:32:15.643 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:32:15.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:32:15.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:15.644 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 06:32:15.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:15.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:15.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:15.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:15.644 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:32:15.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:32:15.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:15.646 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 06:32:15.646 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:15.646 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 06:32:15.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 06:32:15.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:15.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:15.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:16.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 06:32:16.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:16.240 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:16.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:16.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:16.241 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 06:32:16.241 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:16.241 INFO [WorkbenchTestable][RequirementsRunner] Started test: setPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 06:32:16.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 06:32:16.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:16.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:16.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:16.247 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:16.247 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:16.248 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:16.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:16.249 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:16.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:16.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:16.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:16.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:16.257 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:16.260 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:16.262 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:16.262 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:16.263 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:16.263 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:16.263 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:16.263 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:32:16.263 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:16.263 DEBUG [main][MenuItemLookup] Item match:Window 06:32:16.265 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:16.265 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:16.266 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:16.266 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:16.266 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:16.266 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:16.266 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:16.266 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:16.266 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:16.266 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:16.266 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:16.295 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:16.295 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:16.304 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:16.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 'Preferences.*'] is available.... 06:32:16.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:16.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:16.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:16.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:16.515 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:16.515 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:16.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:16.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:16.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:16.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:16.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:16.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:16.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:16.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:16.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 06:32:16.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:32:16.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:17.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:17.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:32:17.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 06:32:17.040 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:32:17.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:17.041 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:32:17.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:17.041 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:32:17.041 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 06:32:17.042 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 06:32:17.042 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 06:32:17.043 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 06:32:17.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:17.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:17.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:17.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:17.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:18.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:18.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:18.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:32:18.076 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") 06:32:18.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:18.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:18.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:18.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:18.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:18.083 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 06:32:18.083 DEBUG [main][AbstractWait] Waiting until widget is found... 06:32:18.083 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:32:18.083 TRACE [main][WidgetLookup] widget with index 1 is found 06:32:18.083 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 06:32:18.083 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 06:32:18.083 DEBUG [main][AbstractText] Set focus to Text 06:32:18.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:18.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:18.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 06:32:18.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:18.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:18.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:18.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:18.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:18.090 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:32:18.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:18.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:18.092 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:18.092 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:18.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:18.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:18.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:18.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:18.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:18.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:18.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:18.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:18.126 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:18.126 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:18.126 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:18.126 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:18.126 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:18.126 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:18.126 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:18.126 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:32:18.126 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:18.126 DEBUG [main][MenuItemLookup] Item match:Window 06:32:18.127 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:18.127 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:18.127 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:18.127 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:18.127 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:18.127 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:18.127 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:18.127 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:18.127 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:18.127 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:18.127 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:18.127 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:18.127 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:18.127 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:18.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 'Preferences.*'] is available.... 06:32:18.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:18.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:18.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:18.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:18.219 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:18.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:18.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:18.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:18.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:18.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:18.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:18.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:18.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:18.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:18.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 06:32:18.221 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:32:18.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:18.221 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:32:18.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:18.221 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:32:18.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 06:32:18.221 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:32:18.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:18.221 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:32:18.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:18.221 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:32:18.222 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 06:32:18.222 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 06:32:18.222 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 06:32:18.222 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 06:32:18.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:18.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:18.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:18.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:18.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:19.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:19.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:19.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:32:19.227 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") 06:32:19.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:19.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:19.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:19.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:19.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:19.231 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 06:32:19.231 DEBUG [main][AbstractWait] Waiting until widget is found... 06:32:19.232 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:32:19.232 TRACE [main][WidgetLookup] widget with index 1 is found 06:32:19.232 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 06:32:19.232 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 06:32:19.232 DEBUG [main][AbstractText] Set focus to Text 06:32:19.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:19.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:19.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:32:19.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:19.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:19.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:19.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:19.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:19.237 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:32:19.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:19.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:19.238 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:19.238 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:19.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:19.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:19.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:19.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:19.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:19.263 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 06:32:19.263 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:19.263 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:19.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:19.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:19.263 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 06:32:19.263 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:19.264 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 06:32:19.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 06:32:19.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:19.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:19.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:19.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.*'] 06:32:19.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:19.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.*'] 06:32:19.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:19.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.*'] 06:32:19.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:19.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:19.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:19.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:19.265 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:19.265 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:19.265 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:19.265 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:19.265 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:19.266 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:19.266 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:19.266 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:32:19.266 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:19.266 DEBUG [main][MenuItemLookup] Item match:Window 06:32:19.266 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:19.266 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:19.266 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:19.266 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:19.266 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:19.266 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:19.266 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:19.266 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:19.266 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:19.266 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:19.266 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:19.266 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:19.266 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:19.267 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:19.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.... 06:32:19.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 06:32:19.325 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:19.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:19.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:19.327 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:19.327 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:19.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 06:32:19.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:19.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:19.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:19.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:19.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:19.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:19.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:19.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 06:32:19.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:32:19.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:19.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:32:19.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:19.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:32:19.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 06:32:19.329 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:32:19.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:19.329 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:32:19.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:19.329 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:32:19.329 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 06:32:19.329 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 06:32:19.329 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 06:32:19.329 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 06:32:19.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:19.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:19.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:19.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:19.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:20.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:20.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:20.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:32:20.336 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") 06:32:20.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:20.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:20.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:20.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:20.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:20.340 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 06:32:20.340 DEBUG [main][AbstractWait] Waiting until widget is found... 06:32:20.340 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:32:20.340 TRACE [main][WidgetLookup] widget with index 1 is found 06:32:20.340 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 06:32:20.340 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 06:32:20.340 DEBUG [main][AbstractText] Set focus to Text 06:32:20.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:20.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:20.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:32:20.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:20.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:20.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:20.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:20.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:20.345 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:32:20.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:20.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:20.345 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:20.345 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:20.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:20.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:20.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:20.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:20.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:20.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:20.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:20.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:20.369 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:20.369 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:20.369 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:20.370 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:20.370 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:20.370 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:20.370 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:20.370 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:32:20.370 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:20.370 DEBUG [main][MenuItemLookup] Item match:Window 06:32:20.370 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:20.370 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:20.370 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:20.370 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:20.370 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:20.370 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:20.370 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:20.370 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:20.370 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:20.370 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:20.370 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:20.370 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:20.371 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:20.371 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:20.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:32:20.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:20.429 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:20.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:20.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:20.430 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:20.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:20.430 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:20.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:20.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:20.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:20.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:20.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:20.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:20.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:20.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 06:32:20.432 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:32:20.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:20.432 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:32:20.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:20.432 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:32:20.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 06:32:20.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:32:20.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:20.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:32:20.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:20.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:32:20.433 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 06:32:20.433 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 06:32:20.433 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 06:32:20.434 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 06:32:20.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:20.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:20.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:20.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:20.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:21.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:21.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:21.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:32:21.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.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") 06:32:21.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:21.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:21.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:21.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:21.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:21.443 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 06:32:21.443 DEBUG [main][AbstractWait] Waiting until widget is found... 06:32:21.443 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:32:21.443 TRACE [main][WidgetLookup] widget with index 1 is found 06:32:21.443 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 06:32:21.443 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 06:32:21.443 DEBUG [main][AbstractText] Set focus to Text 06:32:21.444 INFO [WorkbenchTestable][AbstractText] Text set to: /tmp/settings_new.xml 06:32:21.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:21.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:21.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 and Close") 06:32:21.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:21.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:21.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:21.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:21.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:21.449 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:32:21.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:21.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:21.449 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:21.449 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:21.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:21.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:21.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:21.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:21.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:21.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:32:21.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven settings' has no excuses, wait for it 06:32:21.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Repository registry initialization' is not running, skipped 06:32:21.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:32:21.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:32:21.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:32:21.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:32:22.006 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 06:32:22.006 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:22.006 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:22.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:22.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:22.007 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 06:32:22.007 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:22.007 INFO [WorkbenchTestable][RequirementsRunner] Started test: setDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 06:32:22.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 06:32:22.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:22.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:22.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:22.007 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:22.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:22.008 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:22.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:22.008 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:22.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:22.008 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:22.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:22.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:22.009 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:22.009 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:22.009 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:22.009 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:22.009 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:22.009 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:22.009 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:22.009 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:32:22.009 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:22.009 DEBUG [main][MenuItemLookup] Item match:Window 06:32:22.010 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:22.010 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:22.010 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:22.010 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:22.010 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:22.010 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:22.010 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:22.010 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:22.010 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:22.010 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:22.010 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:22.010 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:22.010 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:22.010 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:22.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:32:22.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:22.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:22.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:22.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:22.068 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:22.068 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:22.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:22.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:22.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:22.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:22.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:22.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:22.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:22.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:22.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 06:32:22.070 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:32:22.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:22.070 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:32:22.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:22.070 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:32:22.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 06:32:22.070 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:32:22.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:22.070 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:32:22.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:22.070 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:32:22.070 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 06:32:22.070 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 06:32:22.071 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 06:32:22.071 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 06:32:22.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:22.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:22.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:22.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:22.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:23.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:23.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:23.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:32:23.076 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") 06:32:23.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:23.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:23.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:23.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:23.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:23.080 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 06:32:23.080 DEBUG [main][AbstractWait] Waiting until widget is found... 06:32:23.080 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:32:23.080 TRACE [main][WidgetLookup] widget with index 1 is found 06:32:23.080 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 06:32:23.080 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 06:32:23.080 DEBUG [main][AbstractText] Set focus to Text 06:32:23.081 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") 06:32:23.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:23.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:23.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:23.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:23.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:23.083 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 06:32:23.083 DEBUG [main][AbstractWait] Waiting until widget is found... 06:32:23.083 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:32:23.083 TRACE [main][WidgetLookup] widget with index 1 is found 06:32:23.083 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 06:32:23.083 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 06:32:23.083 DEBUG [main][AbstractText] Set focus to Text 06:32:23.083 INFO [WorkbenchTestable][AbstractText] Text set to: /tmp/settings_new.xml 06:32:23.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:23.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:23.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 06:32:23.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:23.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:23.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:23.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:23.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:23.087 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:32:23.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:23.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:23.087 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:23.087 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:23.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:23.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:23.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:23.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:23.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:23.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:32:23.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven settings' has no excuses, wait for it 06:32:23.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Repository registry initialization' is not running, skipped 06:32:23.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:32:23.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:32:23.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:32:23.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:32:23.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:23.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:23.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:23.639 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:23.640 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:23.640 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:23.640 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:23.640 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:23.640 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:23.640 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:23.640 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:32:23.640 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:23.640 DEBUG [main][MenuItemLookup] Item match:Window 06:32:23.640 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:23.640 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:23.640 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:23.640 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:23.640 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:23.640 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:23.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:23.641 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:23.641 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:23.641 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:23.641 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:23.641 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:23.641 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:23.641 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:23.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:32:23.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 'Preferences.*'] is available. finished successfully 06:32:23.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:23.697 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:23.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:23.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:23.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:23.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:23.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 06:32:23.698 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:32:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:23.698 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:32:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:23.698 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:32:23.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 06:32:23.699 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 06:32:23.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:23.699 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 06:32:23.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:23.699 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 06:32:23.699 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 06:32:23.699 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 06:32:23.699 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 06:32:23.700 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 06:32:23.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:23.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:23.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:24.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:24.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:24.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:24.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:24.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:32:24.705 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") 06:32:24.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:24.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:24.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:24.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:24.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:24.709 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 06:32:24.709 DEBUG [main][AbstractWait] Waiting until widget is found... 06:32:24.709 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:32:24.709 TRACE [main][WidgetLookup] widget with index 1 is found 06:32:24.709 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 06:32:24.709 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 06:32:24.709 DEBUG [main][AbstractText] Set focus to Text 06:32:24.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:24.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:24.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:32:24.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:24.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:24.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:24.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:24.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:24.714 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:32:24.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:24.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:24.714 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:24.714 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:24.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:24.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:24.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:24.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:24.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:24.741 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 06:32:24.741 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:24.741 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:24.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:24.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:24.742 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 06:32:24.742 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:24.742 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 06:32:24.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 06:32:24.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:24.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:24.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:24.742 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 06:32:24.742 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:24.742 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:24.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:24.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:24.743 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 06:32:24.743 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 06:32:24.743 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:24.743 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:24.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:24.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.125 s - in org.eclipse.reddeer.direct.test.preferences.PreferencesTest getNonExistingPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 0.595 s setPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 3.022 s getPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 2.743 s setDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 2.735 s getDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 06:32:24.750 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 06:32:24.751 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:24.751 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:24.751 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 06:32:24.751 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:24.751 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:32:24.751 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:24.751 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:32:24.751 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:24.752 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:24.752 INFO [WorkbenchTestable][RequirementsRunner] Started test: setOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 06:32:24.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 06:32:24.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:24.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:24.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:25.092 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:25.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:25.092 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:25.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:25.093 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:25.093 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:25.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:25.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:25.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:25.093 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:25.093 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:25.093 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:25.093 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:25.093 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:25.093 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:25.093 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:25.093 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:32:25.093 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:25.094 DEBUG [main][MenuItemLookup] Item match:Window 06:32:25.094 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:25.094 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:25.094 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:25.094 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:25.094 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:25.094 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:25.094 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:25.094 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:25.094 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:25.094 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:25.094 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:25.094 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:25.094 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:25.094 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:25.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:32:25.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:25.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:25.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:25.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:25.151 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:25.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:25.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:25.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:25.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:25.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:25.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:25.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:25.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:25.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:25.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:32:25.153 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:32:25.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:25.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:25.655 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:32:25.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:32:25.657 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:32:25.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:25.657 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:32:25.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:25.657 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:32:25.657 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 06:32:25.657 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 06:32:25.658 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 06:32:25.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 06:32:25.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:25.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:25.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:25.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:25.707 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") 06:32:25.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:25.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:25.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:25.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:25.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 06:32:25.709 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") 06:32:25.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:25.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:25.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:25.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:25.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:25.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:32:25.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:25.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:25.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:25.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:25.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:25.712 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:25.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:25.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:25.712 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:25.712 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:25.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:25.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:25.738 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:25.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:25.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:25.772 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:25.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:25.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:25.773 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:25.773 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:25.773 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:25.773 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:25.773 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:25.773 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:25.773 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:25.773 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:32:25.773 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:25.773 DEBUG [main][MenuItemLookup] Item match:Window 06:32:25.773 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:25.773 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:25.773 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:25.773 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:25.773 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:25.773 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:25.773 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:25.773 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:25.773 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:25.773 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:25.774 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:25.774 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:25.774 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:25.774 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:25.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:32:25.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:25.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:25.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:25.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:25.847 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:25.847 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:25.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:25.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:25.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:25.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:25.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:25.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:25.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:25.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:25.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:32:25.849 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:32:25.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:25.849 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:32:25.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:25.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:32:25.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:32:25.849 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:32:25.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:25.849 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:32:25.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:25.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:32:25.850 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 06:32:25.850 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 06:32:25.850 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 06:32:25.850 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 06:32:25.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:25.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:25.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:25.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:25.853 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") 06:32:25.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:25.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:25.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:25.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:25.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 06:32:25.855 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") 06:32:25.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:25.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:25.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:25.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:25.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:25.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:32:25.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:25.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:25.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:25.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:25.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:25.868 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:25.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:25.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:25.868 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:25.868 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:25.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:25.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:25.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:25.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:25.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:25.956 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:25.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:25.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:25.957 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:25.957 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:25.957 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:25.957 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:25.957 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:25.957 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:25.957 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:25.957 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:32:25.957 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:25.957 DEBUG [main][MenuItemLookup] Item match:Window 06:32:25.957 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:25.957 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:25.958 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:25.958 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:25.958 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:25.958 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:25.958 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:25.958 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:25.958 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:25.958 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:25.958 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:25.958 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:25.958 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:25.958 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:26.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 'Preferences.*'] is available.... 06:32:26.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:26.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:26.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:26.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:26.035 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:26.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:26.035 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:26.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:26.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:26.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:26.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:26.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:26.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:26.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:26.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:32:26.036 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:32:26.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:26.036 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:32:26.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:26.037 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:32:26.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:32:26.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:32:26.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:26.037 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:32:26.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:26.037 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:32:26.037 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 06:32:26.037 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 06:32:26.037 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 06:32:26.037 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 06:32:26.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:26.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:26.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:26.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:26.038 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") 06:32:26.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:26.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:26.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:26.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:26.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 06:32:26.039 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") 06:32:26.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:26.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:26.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:26.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:26.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:26.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:32:26.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:26.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:26.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:26.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:26.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:26.042 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:26.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:26.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:26.042 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:26.042 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:26.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:26.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:26.065 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:26.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:26.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:26.065 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:26.065 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:26.066 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:26.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:26.066 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:26.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:26.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:26.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:26.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:26.066 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:26.066 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:26.066 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:26.066 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:26.066 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:26.066 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:26.066 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:26.066 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:32:26.066 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:26.066 DEBUG [main][MenuItemLookup] Item match:Window 06:32:26.067 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:26.067 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:26.067 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:26.067 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:26.067 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:26.067 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:26.067 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:26.067 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:26.067 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:26.067 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:26.067 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:26.067 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:26.067 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:26.067 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:26.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:32:26.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:26.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:26.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:26.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:26.154 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:26.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:26.154 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:26.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:26.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:26.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:26.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:26.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:26.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:26.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:26.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 06:32:26.155 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:26.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:26.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:26.657 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:26.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 06:32:26.658 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:26.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:26.658 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:32:26.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:26.658 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:26.658 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 06:32:26.658 DEBUG [main][TreeItemHandler] Selecting tree item: Console 06:32:26.658 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 06:32:26.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 06:32:26.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:26.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:26.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:26.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:26.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 06:32:26.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:26.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:26.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:26.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:26.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:26.725 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 06:32:26.725 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:32:26.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:26.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:26.725 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:26.725 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:26.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:32:26.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:26.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:26.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:26.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:26.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:26.727 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 06:32:26.727 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:32:26.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:26.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:26.728 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:26.728 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:26.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:26.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:26.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:32:26.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:26.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:26.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:26.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:26.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:26.736 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:32:26.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:26.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:26.736 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:26.736 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:26.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:26.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:26.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:26.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:26.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:26.807 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 06:32:26.807 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:26.807 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:26.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:26.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:26.807 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 06:32:26.807 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:26.807 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingConsoleShow no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 06:32:26.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 06:32:26.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:26.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:26.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:26.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.*'] 06:32:26.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:26.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.*'] 06:32:26.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:26.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.*'] 06:32:26.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:26.808 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:26.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:26.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:26.808 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:26.809 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:26.809 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:26.809 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:26.809 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:26.809 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:26.809 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:26.809 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:32:26.809 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:26.809 DEBUG [main][MenuItemLookup] Item match:Window 06:32:26.809 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:26.809 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:26.809 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:26.809 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:26.809 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:26.809 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:26.809 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:26.809 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:26.809 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:26.809 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:26.809 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:26.809 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:26.809 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:26.810 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:26.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:32:26.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 'Preferences.*'] is available. finished successfully 06:32:26.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:26.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:26.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:26.882 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:26.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:26.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:26.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:26.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:26.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:26.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:26.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:26.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:26.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:26.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 06:32:26.883 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:26.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:26.884 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:32:26.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:26.884 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:26.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 06:32:26.904 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:26.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:26.905 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:32:26.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:26.905 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:26.905 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 06:32:26.905 DEBUG [main][TreeItemHandler] Selecting tree item: Console 06:32:26.905 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 06:32:26.905 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 06:32:26.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:26.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:26.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:26.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:26.907 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") 06:32:26.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:26.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:26.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:26.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:26.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:26.914 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") 06:32:26.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:26.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:26.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:26.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:26.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:26.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:32:26.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:26.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:26.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:26.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:26.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:26.917 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:26.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:26.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:26.917 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:26.918 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:26.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:26.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:26.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:26.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:26.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:26.942 INFO [WorkbenchTestable][PreferencesUtil] Sets the console open on error to 'true' 06:32:26.943 INFO [WorkbenchTestable][PreferencesUtil] Sets the console open on error to 'false' 06:32:26.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:26.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:26.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:26.943 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:26.943 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:26.943 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:26.943 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:26.943 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:26.943 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:26.943 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:26.943 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:32:26.943 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:26.943 DEBUG [main][MenuItemLookup] Item match:Window 06:32:26.944 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:26.944 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:26.944 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:26.944 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:26.944 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:26.944 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:26.944 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:26.944 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:26.944 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:26.944 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:26.944 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:26.944 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:26.944 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:26.944 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:27.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:32:27.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:27.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:27.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:27.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:27.031 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:27.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:27.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:27.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:27.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:27.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:27.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 06:32:27.032 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:27.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:27.032 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:32:27.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:27.032 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:27.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 06:32:27.033 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:27.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:27.033 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:32:27.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:27.033 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:27.033 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 06:32:27.033 DEBUG [main][TreeItemHandler] Selecting tree item: Console 06:32:27.033 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 06:32:27.033 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 06:32:27.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.034 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") 06:32:27.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:27.036 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") 06:32:27.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:27.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:32:27.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:27.039 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:27.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:27.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:27.039 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:27.039 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:27.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:27.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:27.061 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:27.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:27.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:27.062 INFO [WorkbenchTestable][PreferencesUtil] Sets the console open on error to 'false' 06:32:27.062 INFO [WorkbenchTestable][PreferencesUtil] Sets the console open on error to 'true' 06:32:27.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:27.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:27.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:27.063 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:27.063 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:27.063 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:27.063 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:27.063 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:27.063 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:27.063 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:27.063 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:32:27.063 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:27.063 DEBUG [main][MenuItemLookup] Item match:Window 06:32:27.063 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:27.063 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:27.063 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:27.063 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:27.063 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:27.063 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:27.063 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:27.063 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:27.063 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:27.063 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:27.063 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:27.063 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:27.063 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:27.064 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:27.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:32:27.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:27.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:27.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:27.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:27.156 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:27.156 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:27.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:27.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:27.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:27.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:27.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 06:32:27.157 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:27.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:27.157 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:32:27.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:27.157 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:27.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 06:32:27.158 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:27.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:27.158 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:32:27.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:27.158 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:27.158 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 06:32:27.158 DEBUG [main][TreeItemHandler] Selecting tree item: Console 06:32:27.158 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 06:32:27.158 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 06:32:27.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.159 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") 06:32:27.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:27.161 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") 06:32:27.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:27.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:32:27.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:27.199 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:27.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:27.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:27.199 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:27.199 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:27.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:27.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:27.223 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:27.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:27.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:27.223 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:27.223 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:27.223 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:27.223 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:27.223 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:27.223 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:27.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:27.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:27.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:27.224 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:27.224 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:27.224 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:27.224 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:27.224 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:27.224 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:27.224 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:27.224 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:32:27.224 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:27.224 DEBUG [main][MenuItemLookup] Item match:Window 06:32:27.224 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:27.224 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:27.224 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:27.224 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:27.224 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:27.224 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:27.224 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:27.224 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:27.224 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:27.224 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:27.224 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:27.225 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:27.225 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:27.225 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:27.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.... 06:32:27.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 06:32:27.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:27.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:27.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:27.312 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:27.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:27.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 06:32:27.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:27.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:27.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:27.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 06:32:27.314 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:27.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:27.314 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:32:27.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:27.314 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:27.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 06:32:27.314 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:27.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:27.314 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:32:27.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:27.314 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:27.314 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 06:32:27.314 DEBUG [main][TreeItemHandler] Selecting tree item: Console 06:32:27.314 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 06:32:27.314 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 06:32:27.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.315 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:32:27.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:27.317 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 06:32:27.317 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:32:27.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:27.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:27.317 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:27.317 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:27.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:32:27.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:27.319 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 06:32:27.320 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:32:27.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:27.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:27.320 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:27.320 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:27.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 06:32:27.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:27.336 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:32:27.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:27.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:27.336 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:27.337 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:27.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:27.361 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 06:32:27.361 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:27.361 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:27.362 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingConsoleShow no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 06:32:27.362 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:27.362 INFO [WorkbenchTestable][RequirementsRunner] Started test: setOpenAssociatedPerspectiveWithIncorrectOptionTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 06:32:27.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 06:32:27.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:27.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:27.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:27.362 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:27.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:27.362 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:27.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:27.363 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:27.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:27.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:27.363 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:27.363 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:27.363 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:27.363 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:27.363 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:27.363 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:27.363 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:27.363 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:32:27.363 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:27.363 DEBUG [main][MenuItemLookup] Item match:Window 06:32:27.364 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:27.364 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:27.364 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:27.364 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:27.364 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:27.364 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:27.364 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:27.364 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:27.364 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:27.364 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:27.364 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:27.364 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:27.364 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:27.364 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:27.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:32:27.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:27.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:27.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:27.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:27.463 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:27.463 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:27.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:27.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:27.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:27.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:27.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 06:32:27.464 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:27.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:27.465 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:32:27.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:27.465 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:27.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 06:32:27.465 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:27.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:27.465 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:32:27.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:27.465 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:27.465 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 06:32:27.465 DEBUG [main][TreeItemHandler] Selecting tree item: Console 06:32:27.465 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 06:32:27.466 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 06:32:27.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 06:32:27.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:27.468 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 06:32:27.468 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:32:27.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:27.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:27.468 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:27.468 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:27.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:32:27.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:27.470 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 06:32:27.470 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:32:27.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:27.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:27.471 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:27.471 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:27.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:32:27.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:27.497 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:32:27.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:27.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:27.497 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:27.497 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:27.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:27.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:27.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:27.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:27.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:27.521 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 06:32:27.521 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:27.521 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:27.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:27.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:27.521 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setOpenAssociatedPerspectiveWithIncorrectOptionTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 06:32:27.521 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:27.521 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildingTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 06:32:27.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 06:32:27.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:27.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:27.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:27.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:27.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:27.522 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:27.522 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:27.522 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:27.522 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:27.522 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:27.522 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:27.522 DEBUG [main][MenuItemLookup] Item match:Project 06:32:27.524 DEBUG [main][MenuItemLookup] Found menu:'Open Project' 06:32:27.524 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:32:27.524 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:27.524 DEBUG [main][MenuItemLookup] Found menu:'Build All Ctrl+B' 06:32:27.524 DEBUG [main][MenuItemLookup] Found menu:'Build Project' 06:32:27.524 DEBUG [main][MenuItemLookup] Found menu:'Build Working Set' 06:32:27.524 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:32:27.524 DEBUG [main][MenuItemLookup] Found menu:'Build Automatically' 06:32:27.524 DEBUG [main][MenuItemLookup] Item match:Build Automatically 06:32:27.525 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 06:32:27.526 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 06:32:27.527 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:27.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:27.527 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:27.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:27.527 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:27.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:27.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:27.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:27.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:27.528 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:27.528 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:27.528 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:27.528 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:27.528 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:27.528 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:27.528 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:27.528 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:32:27.528 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:27.528 DEBUG [main][MenuItemLookup] Item match:Window 06:32:27.528 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:27.528 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:27.528 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:27.528 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:27.528 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:27.528 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:27.528 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:27.528 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:27.528 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:27.528 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:27.528 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:27.528 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:27.528 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:27.528 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:27.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 'Preferences.*'] is available.... 06:32:27.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:27.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:27.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:27.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:27.622 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:27.622 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:27.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:27.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:27.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:27.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:27.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 06:32:27.624 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:27.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:27.624 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:32:27.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:27.624 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:27.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 06:32:27.624 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:27.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:27.624 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:32:27.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:27.624 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:27.624 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 06:32:27.624 DEBUG [main][TreeItemHandler] Selecting tree item: Console 06:32:27.625 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 06:32:27.625 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 06:32:27.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:32:27.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:27.627 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 06:32:27.627 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:32:27.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:27.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:27.628 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:27.628 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:27.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:32:27.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:27.643 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 06:32:27.643 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:32:27.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:27.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:27.643 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:27.643 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:27.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 06:32:27.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:27.652 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:32:27.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:27.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:27.652 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:27.652 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:27.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:27.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:27.698 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:27.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:27.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:27.698 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 06:32:27.698 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:27.698 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:27.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:27.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:27.699 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildingTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 06:32:27.699 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:27.699 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLimitingConsoleOutput no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 06:32:27.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 06:32:27.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:27.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:27.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:27.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.*'] 06:32:27.699 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:27.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.*'] 06:32:27.699 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:27.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.*'] 06:32:27.700 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:27.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:27.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:27.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:27.700 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:27.700 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:27.700 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:27.700 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:27.700 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:27.700 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:27.700 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:27.700 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:32:27.700 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:27.700 DEBUG [main][MenuItemLookup] Item match:Window 06:32:27.701 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:27.701 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:27.701 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:27.701 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:27.701 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:27.701 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:27.701 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:27.701 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:27.701 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:27.701 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:27.701 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:27.701 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:27.701 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:27.701 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:27.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:32:27.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:27.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:27.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:27.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:27.772 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:27.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:27.773 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:27.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:27.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:27.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:27.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 06:32:27.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:27.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:27.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:32:27.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:27.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:27.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 06:32:27.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:27.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:27.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:32:27.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:27.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:27.774 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 06:32:27.808 DEBUG [main][TreeItemHandler] Selecting tree item: Console 06:32:27.808 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 06:32:27.808 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 06:32:27.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.809 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") 06:32:27.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:27.811 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):") 06:32:27.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:32:27.823 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:32:27.824 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:32:27.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:27.825 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:27.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:27.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:27.825 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:27.825 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:27.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:27.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:27.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:27.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:27.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:27.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:27.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:27.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:27.850 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:27.850 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:27.850 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:27.850 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:27.850 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:27.850 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:27.850 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:27.850 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:32:27.850 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:27.850 DEBUG [main][MenuItemLookup] Item match:Window 06:32:27.850 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:27.850 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:27.850 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:27.850 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:27.850 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:27.850 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:27.850 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:27.850 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:27.850 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:27.850 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:27.850 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:27.850 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:27.850 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:27.850 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:27.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.... 06:32:27.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:27.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:27.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:27.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:27.940 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:27.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:27.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:27.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:27.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:27.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:27.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 06:32:27.942 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:27.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:27.942 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:32:27.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:27.942 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:27.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 06:32:27.942 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:27.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:27.942 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:32:27.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:27.942 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:27.942 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 06:32:27.942 DEBUG [main][TreeItemHandler] Selecting tree item: Console 06:32:27.943 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 06:32:27.943 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 06:32:27.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.943 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") 06:32:27.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:27.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 "Cancel", Widget matcher matching widgets with style: 8) 06:32:27.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:27.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:27.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:27.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:27.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:27.957 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:27.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:27.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:27.957 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:27.957 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:27.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:27.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:27.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:27.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:27.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:27.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:27.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:27.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:27.999 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:27.999 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:27.999 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:27.999 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:28.000 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:28.000 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:28.000 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:28.000 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:32:28.000 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:28.000 DEBUG [main][MenuItemLookup] Item match:Window 06:32:28.000 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:28.000 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:28.000 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:28.000 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:28.000 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:28.000 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:28.000 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:28.000 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:28.000 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:28.000 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:28.000 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:28.000 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:28.000 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:28.000 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:28.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:32:28.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:28.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:28.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:28.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:28.071 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:28.071 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:28.071 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:28.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:28.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:28.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:28.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:28.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:28.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 06:32:28.072 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:28.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:28.072 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:32:28.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:28.072 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:28.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 06:32:28.072 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:28.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:28.072 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:32:28.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:28.072 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:28.073 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 06:32:28.073 DEBUG [main][TreeItemHandler] Selecting tree item: Console 06:32:28.073 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 06:32:28.073 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 06:32:28.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:28.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:28.073 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") 06:32:28.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:28.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:28.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:28.075 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):") 06:32:28.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:28.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:28.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:32:28.111 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:32:28.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:32:28.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:28.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:28.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:28.118 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:28.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:28.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:28.118 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:28.118 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:28.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:28.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:28.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:28.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:28.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:28.142 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:28.142 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:28.142 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:28.142 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:28.142 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:28.142 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:28.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:28.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:28.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:28.142 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:28.142 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:28.143 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:28.143 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:28.143 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:28.143 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:28.143 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:28.143 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:32:28.143 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:28.143 DEBUG [main][MenuItemLookup] Item match:Window 06:32:28.143 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:28.143 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:28.143 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:28.143 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:28.143 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:28.143 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:28.143 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:28.143 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:28.143 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:28.143 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:28.143 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:28.143 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:28.143 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:28.143 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:28.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 'Preferences.*'] is available.... 06:32:28.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 'Preferences.*'] is available. finished successfully 06:32:28.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:28.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:28.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:28.230 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:28.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:28.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:28.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:28.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:28.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:28.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:28.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:28.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 06:32:28.231 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:28.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:28.231 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:32:28.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:28.231 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:28.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 06:32:28.232 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:28.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:28.232 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:32:28.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:28.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:28.232 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 06:32:28.232 DEBUG [main][TreeItemHandler] Selecting tree item: Console 06:32:28.232 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 06:32:28.232 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 06:32:28.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:28.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:28.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:32:28.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:28.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:28.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:28.235 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 06:32:28.235 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:32:28.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:28.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:28.235 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:28.235 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:28.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:32:28.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:28.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:28.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:28.237 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 06:32:28.238 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:32:28.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:28.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:28.238 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:28.238 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:28.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:32:28.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:28.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:28.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:28.253 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:32:28.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:28.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:28.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:28.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:28.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:28.300 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 06:32:28.300 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:28.300 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:28.301 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLimitingConsoleOutput no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 06:32:28.301 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:28.301 INFO [WorkbenchTestable][RequirementsRunner] Started test: getOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 06:32:28.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 06:32:28.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:28.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:28.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:28.301 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:28.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:28.301 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:28.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:28.301 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:28.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:28.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:28.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:28.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:28.302 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:28.302 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:28.302 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:28.302 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:28.302 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:28.302 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:28.302 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:28.302 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:32:28.302 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:28.302 DEBUG [main][MenuItemLookup] Item match:Window 06:32:28.303 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:28.303 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:28.303 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:28.303 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:28.303 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:28.303 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:28.303 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:28.303 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:28.303 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:28.303 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:28.303 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:28.303 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:28.303 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:28.303 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:28.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:32:28.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 'Preferences.*'] is available. finished successfully 06:32:28.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:28.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:28.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:28.373 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:28.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:28.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:28.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:28.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:28.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:28.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:28.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:28.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:32:28.374 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:32:28.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:28.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:28.876 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:32:28.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:32:28.877 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:32:28.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:28.877 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:32:28.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:28.877 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:32:28.877 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 06:32:28.877 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 06:32:28.877 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 06:32:28.877 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 06:32:28.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:28.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:28.910 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") 06:32:28.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:28.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:28.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 06:32:28.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.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") 06:32:28.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:28.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:28.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:28.912 INFO [WorkbenchTestable][RadioButton] Select radio button Alwa&ys open 06:32:28.912 INFO [WorkbenchTestable][AbstractButton] Click button Alwa&ys open 06:32:28.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:28.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:28.913 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:28.913 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:28.913 TRACE [main][WidgetHandler] Notify Button with event 27 06:32:28.913 TRACE [main][WidgetHandler] Wait for synchronization 06:32:28.913 TRACE [main][WidgetHandler] Notify Button with event 13 06:32:28.913 TRACE [main][WidgetHandler] Wait for synchronization 06:32:28.913 TRACE [main][WidgetHandler] Notify Button with event 26 06:32:28.913 TRACE [main][WidgetHandler] Wait for synchronization 06:32:28.913 TRACE [main][WidgetHandler] Notify Button with event 3 06:32:28.913 TRACE [main][WidgetHandler] Wait for synchronization 06:32:28.913 TRACE [main][WidgetHandler] Notify Button with event 4 06:32:28.913 TRACE [main][WidgetHandler] Wait for synchronization 06:32:28.913 TRACE [main][WidgetHandler] Notify Button with event 13 06:32:28.913 TRACE [main][WidgetHandler] Wait for synchronization 06:32:28.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 06:32:28.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:28.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:28.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:28.915 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 06:32:28.915 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:32:28.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:28.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:28.915 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:28.915 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:28.915 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") 06:32:28.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:28.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:28.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 06:32:28.916 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") 06:32:28.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:28.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:28.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:28.917 INFO [WorkbenchTestable][RadioButton] Select radio button Promp&t 06:32:28.917 INFO [WorkbenchTestable][AbstractButton] Click button Promp&t 06:32:28.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:28.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:28.917 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:28.917 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:28.917 TRACE [main][WidgetHandler] Notify Button with event 27 06:32:28.917 TRACE [main][WidgetHandler] Wait for synchronization 06:32:28.917 TRACE [main][WidgetHandler] Notify Button with event 13 06:32:28.917 TRACE [main][WidgetHandler] Wait for synchronization 06:32:28.917 TRACE [main][WidgetHandler] Notify Button with event 26 06:32:28.917 TRACE [main][WidgetHandler] Wait for synchronization 06:32:28.917 TRACE [main][WidgetHandler] Notify Button with event 3 06:32:28.917 TRACE [main][WidgetHandler] Wait for synchronization 06:32:28.917 TRACE [main][WidgetHandler] Notify Button with event 4 06:32:28.917 TRACE [main][WidgetHandler] Wait for synchronization 06:32:28.917 TRACE [main][WidgetHandler] Notify Button with event 13 06:32:28.917 TRACE [main][WidgetHandler] Wait for synchronization 06:32:28.917 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:32:28.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:28.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:28.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:28.919 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 06:32:28.919 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:32:28.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:28.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:28.919 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:28.919 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:28.919 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") 06:32:28.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:28.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:28.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 06:32:28.920 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") 06:32:28.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:28.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:28.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:28.921 INFO [WorkbenchTestable][RadioButton] Select radio button Ne&ver open 06:32:28.921 INFO [WorkbenchTestable][AbstractButton] Click button Ne&ver open 06:32:28.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:28.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:28.921 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:28.921 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:28.921 TRACE [main][WidgetHandler] Notify Button with event 27 06:32:28.921 TRACE [main][WidgetHandler] Wait for synchronization 06:32:28.921 TRACE [main][WidgetHandler] Notify Button with event 13 06:32:28.921 TRACE [main][WidgetHandler] Wait for synchronization 06:32:28.921 TRACE [main][WidgetHandler] Notify Button with event 26 06:32:28.921 TRACE [main][WidgetHandler] Wait for synchronization 06:32:28.921 TRACE [main][WidgetHandler] Notify Button with event 3 06:32:28.921 TRACE [main][WidgetHandler] Wait for synchronization 06:32:28.921 TRACE [main][WidgetHandler] Notify Button with event 4 06:32:28.922 TRACE [main][WidgetHandler] Wait for synchronization 06:32:28.922 TRACE [main][WidgetHandler] Notify Button with event 13 06:32:28.922 TRACE [main][WidgetHandler] Wait for synchronization 06:32:28.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 06:32:28.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:28.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:28.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:28.923 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 06:32:28.923 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:32:28.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:28.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:28.923 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:28.923 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:28.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 "Cancel", Widget matcher matching widgets with style: 8) 06:32:28.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:28.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:28.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:28.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:28.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:28.931 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:28.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:28.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:28.931 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:28.931 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:28.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:28.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:28.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:28.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:28.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:28.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.*'] 06:32:28.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:28.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.*'] 06:32:28.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:28.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.*'] 06:32:28.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:28.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:28.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:28.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:28.958 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:28.958 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:28.958 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:28.959 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:28.959 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:28.959 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:28.959 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:28.959 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:32:28.959 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:28.959 DEBUG [main][MenuItemLookup] Item match:Window 06:32:28.959 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:28.959 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:28.959 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:28.959 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:28.959 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:28.959 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:28.959 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:28.959 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:28.959 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:28.959 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:28.959 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:28.959 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:28.959 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:28.959 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:29.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:32:29.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. finished successfully 06:32:29.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:29.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:29.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:29.043 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:29.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:29.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:29.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:29.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:29.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:29.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:29.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:29.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:29.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:29.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 06:32:29.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:29.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:29.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:29.556 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:29.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 06:32:29.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 06:32:29.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:29.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 06:32:29.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:29.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 06:32:29.557 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 06:32:29.557 DEBUG [main][TreeItemHandler] Selecting tree item: Console 06:32:29.558 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 06:32:29.558 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 06:32:29.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:29.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:29.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:29.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:29.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:32:29.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:29.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:29.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:29.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:29.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:29.597 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 06:32:29.597 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 06:32:29.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:29.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:29.597 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:29.597 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:29.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:32:29.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:29.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:29.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:29.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:29.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:29.599 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 06:32:29.599 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 06:32:29.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:29.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:29.599 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:29.599 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:29.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:29.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:29.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:32:29.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:29.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:29.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:29.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:29.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:29.602 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:32:29.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:29.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:29.602 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:29.602 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:29.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:29.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:29.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:29.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:29.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:29.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 06:32:29.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:29.629 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:29.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:29.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:29.629 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 06:32:29.629 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 06:32:29.629 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:29.629 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:29.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:29.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.88 s - in org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest setOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 2.055 s testSettingConsoleShow no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 0.555 s setOpenAssociatedPerspectiveWithIncorrectOptionTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 0.159 s autoBuildingTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 0.178 s testLimitingConsoleOutput no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 0.602 s getOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 1.328 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.v20210204-0547 [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.001 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 06:32:37.139 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.autobuilding.AutoBuildingRequirement 06:32:37.141 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.cleanworkspace.CleanWorkspaceRequirement 06:32:37.142 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.closeeditors.CloseAllEditorsRequirement 06:32:37.143 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.db.DatabaseRequirement 06:32:37.144 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.jre.JRERequirement 06:32:37.148 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.openperspective.OpenPerspectiveRequirement 06:32:37.150 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.property.PropertyRequirement 06:32:37.150 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.securestorage.SecureStorageRequirement 06:32:37.152 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.server.apache.tomcat.ApacheTomcatServerRequirement 06:32:37.156 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.requirement.configuration.resources.JavaRequirement 06:32:37.156 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.property.PropertyRequirement 06:32:37.156 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.internal.requirement.CustomJavaTestRequirement 06:32:37.157 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.internal.requirement.CustomServerTestRequirement 06:32:37.157 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.requirement.configuration.resources.ComplexRequirement 06:32:37.158 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.213 s - in org.eclipse.reddeer.junit.test.requirement.configuration.ComplexConfigurationTest numberOfTestRunsWithConfig(org.eclipse.reddeer.junit.test.requirement.configuration.ComplexConfigurationTest) Time elapsed: 0.209 s numberOfTestRunsNoConfig(org.eclipse.reddeer.junit.test.requirement.configuration.ComplexConfigurationTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 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.003 s getComplexRequirementConfigurationsFromPoolYAML(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.033 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.004 s getRequirementConfigurationsFromPool(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.002 s testGetInvalidConfigurationFile(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.001 s getComplexRequirementConfigurationsFromPool(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest testRequirementVersionMatcherOnComparisonGreaterThanNoMatch(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0.005 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.001 s testRequirementVersionMatcherOnComparisonRange2(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnComparisonRange3(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnComparisonRange4(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnComparisonGreaterThanOrEquals(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnComparisonRangeNoMatch(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testNestedAttributeOnPreciseMatchInSubClass(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnComparisonRange(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0.001 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 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.001 s testVersions5(org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest) Time elapsed: 0 s testVersions6(org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest) Time elapsed: 0 s testVersions7(org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest testGetCustomRequirementFromAnnotation(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.001 s testGetValueOfStaticAnnotatedMethodWhichDoesNotExist(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.001 s getAnnotationWithNoEnclosingClass(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0 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 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 06:32:37.349 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 06:32:37.350 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=6 06:32:37.355 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 06:32:37.355 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=3 06:32:37.361 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 06:32:37.402 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:37.403 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:37.405 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 06:32:37.407 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 06:32:37.407 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 06:32:37.413 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 06:32:37.416 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:37.416 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:32:37.441 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:37.441 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:32:37.444 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:37.445 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:32:37.454 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:37.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:37.495 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:37.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:37.496 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:37.496 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:37.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:37.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:37.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:37.504 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:37.506 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:37.509 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:37.509 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:37.509 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:37.509 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:37.509 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:37.510 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:37.510 DEBUG [main][MenuItemLookup] Item match:Window 06:32:37.513 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:37.513 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:37.513 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:37.513 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:37.513 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:37.513 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:37.513 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:37.513 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:37.513 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:37.513 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:37.514 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:37.515 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:37.515 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:37.516 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:37.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 'Preferences.*'] is available.... 06:32:37.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:37.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:37.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:37.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:37.707 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:37.707 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:37.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:37.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:37.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:37.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:37.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:37.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:37.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:37.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:37.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:32:37.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:37.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:37.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:37.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:37.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:37.753 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:37.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:37.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:37.755 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:37.756 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:37.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:37.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:37.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:37.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:37.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:37.810 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:37.813 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:37.815 INFO [WorkbenchTestable][RequirementsRunner] Started test: screenshotCapturerTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) 06:32:37.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 06:32:37.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:37.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:37.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:37.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:37.820 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.screenshotCapturerTest.png 06:32:37.936 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 06:32:37.937 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.screenshotCapturerTest(2).png 06:32:38.026 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 06:32:38.029 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 06:32:38.029 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:38.032 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:38.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:38.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:38.034 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:38.035 INFO [WorkbenchTestable][RequirementsRunner] Finished test: screenshotCapturerTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) 06:32:38.035 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:38.035 INFO [WorkbenchTestable][RequirementsRunner] Started test: failAtTheEndTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) 06:32:38.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 06:32:38.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:38.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:38.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:38.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:38.036 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.failAtTheEndTest.png 06:32:38.100 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 06:32:38.100 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.failAtTheEndTest(2).png 06:32:38.152 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 06:32:38.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 06:32:38.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:38.153 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:38.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:38.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:38.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:38.154 INFO [WorkbenchTestable][RequirementsRunner] Finished test: failAtTheEndTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) 06:32:38.154 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 06:32:38.154 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:38.154 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:38.154 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:38.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:38.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 s - in org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest screenshotCapturerTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) Time elapsed: 0.22 s failAtTheEndTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) Time elapsed: 0.119 s Running org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 06:32:38.162 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 06:32:38.163 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 06:32:38.166 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:38.166 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 06:32:38.166 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:38.166 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:32:38.167 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:38.167 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:32:38.167 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:38.167 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:32:38.167 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:38.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.167 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:38.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.168 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:38.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:38.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:38.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:38.168 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:38.168 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:38.169 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:38.169 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:38.169 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:38.169 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:38.169 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:38.169 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:38.169 DEBUG [main][MenuItemLookup] Item match:Window 06:32:38.170 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:38.170 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:38.170 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:38.170 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:38.170 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:38.170 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:38.171 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:38.171 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:38.171 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:38.171 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:38.171 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:38.171 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:38.171 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:38.171 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:38.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.... 06:32:38.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 06:32:38.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:38.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:38.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:38.246 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:38.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.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 06:32:38.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:38.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:38.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:38.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:38.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:38.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:38.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:38.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:32:38.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:38.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:38.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:38.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:38.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:38.252 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:38.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:38.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:38.252 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:38.252 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:38.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:38.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:38.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:38.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:38.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:38.308 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:38.308 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 06:32:38.308 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [param: param0](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) 06:32:38.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 06:32:38.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:38.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:38.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:38.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:38.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 06:32:38.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:38.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:38.309 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:38.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:38.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:38.309 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [param: param0](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) 06:32:38.309 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 06:32:38.309 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [param: param1](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) 06:32:38.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 06:32:38.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:38.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:38.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:38.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:38.310 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 06:32:38.310 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:38.310 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:38.310 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:38.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:38.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:38.310 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [param: param1](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) 06:32:38.310 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 06:32:38.311 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:38.311 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:38.311 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:38.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:38.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 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.001 s Running org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 06:32:38.316 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 06:32:38.316 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 06:32:38.318 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:38.318 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 06:32:38.318 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:38.318 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:32:38.319 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:38.319 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:32:38.319 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:38.319 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:32:38.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.*'] 06:32:38.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.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.*'] 06:32:38.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.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.*'] 06:32:38.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:38.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:38.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:38.320 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:38.321 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:38.321 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:38.322 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:38.322 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:38.322 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:38.322 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:38.322 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:38.322 DEBUG [main][MenuItemLookup] Item match:Window 06:32:38.322 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:38.323 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:38.323 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:38.323 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:38.323 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:38.323 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:38.323 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:38.323 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:38.323 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:38.323 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:38.323 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:38.323 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:38.323 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:38.323 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:38.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:32:38.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:38.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:38.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:38.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:38.412 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:38.412 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.412 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:38.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:38.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:38.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:38.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:38.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:38.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:38.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:38.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) 06:32:38.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:38.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:38.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:38.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:38.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:38.417 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:38.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:38.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:38.417 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:38.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:38.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:38.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:38.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:38.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:38.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:38.445 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:38.445 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 06:32:38.445 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [param0](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) 06:32:38.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 06:32:38.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:38.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:38.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:38.445 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:38.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 06:32:38.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:38.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:38.445 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:38.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:38.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:38.446 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [param0](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) 06:32:38.446 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 06:32:38.446 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [param1](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) 06:32:38.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 06:32:38.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:38.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:38.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:38.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:38.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 06:32:38.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:38.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:38.446 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:38.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:38.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:38.449 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [param1](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) 06:32:38.449 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 06:32:38.449 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:38.449 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:38.449 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:38.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:38.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest test no-configuration [param0](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) Time elapsed: 0.001 s test no-configuration [param1](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) Time elapsed: 0.003 s Running org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 06:32:38.452 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 06:32:38.452 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:38.453 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:38.453 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 06:32:38.453 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:38.453 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:32:38.453 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:38.453 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:32:38.453 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:38.453 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:32:38.453 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:38.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.454 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:38.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.454 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:38.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:38.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:38.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:38.454 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:38.455 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:38.455 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:38.455 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:38.455 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:38.455 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:38.455 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:38.455 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:38.455 DEBUG [main][MenuItemLookup] Item match:Window 06:32:38.456 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:38.456 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:38.456 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:38.456 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:38.456 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:38.456 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:38.456 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:38.456 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:38.456 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:38.456 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:38.456 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:38.456 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:38.456 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:38.456 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:38.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.... 06:32:38.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:38.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:38.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:38.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:38.552 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:38.552 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:38.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:38.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:38.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:38.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:38.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:38.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:38.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:38.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:32:38.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:38.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:38.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:38.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:38.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:38.556 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:38.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:38.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:38.557 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:38.557 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:38.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:38.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:38.603 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:38.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:38.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:38.604 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:38.604 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:38.605 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEqualPrioritized no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 06:32:38.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 06:32:38.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:38.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:38.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:38.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:38.605 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 06:32:38.605 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:38.605 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:38.605 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:38.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:38.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:38.605 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEqualPrioritized no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 06:32:38.605 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:38.605 INFO [WorkbenchTestable][RequirementsRunner] Started test: testVariousPriority no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 06:32:38.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 06:32:38.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:38.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:38.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:38.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:38.605 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 06:32:38.606 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:38.606 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:38.606 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:38.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:38.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:38.606 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testVariousPriority no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 06:32:38.606 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:38.606 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOrderOfSortedList no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 06:32:38.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 06:32:38.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:38.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:38.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:38.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:38.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 06:32:38.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:38.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:38.607 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:38.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:38.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:38.608 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOrderOfSortedList no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 06:32:38.608 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 06:32:38.608 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:38.608 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:38.608 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:38.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:38.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s - in org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest testEqualPrioritized no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) Time elapsed: 0 s testVariousPriority no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) Time elapsed: 0.001 s testOrderOfSortedList no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) Time elapsed: 0.002 s Running org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 06:32:38.613 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 06:32:38.614 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:38.615 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 06:32:38.615 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:38.615 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun1 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 06:32:38.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 06:32:38.615 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 06:32:38.615 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun1 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 06:32:38.615 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:38.615 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun2 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 06:32:38.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 06:32:38.615 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 06:32:38.615 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun2 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 06:32:38.615 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:38.615 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun3 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 06:32:38.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 06:32:38.615 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 06:32:38.615 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun3 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 06:32:38.615 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:38.615 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun4 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 06:32:38.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 06:32:38.615 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 06:32:38.616 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun4 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 06:32:38.616 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:38.616 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun5 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 06:32:38.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 06:32:38.616 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 06:32:38.616 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun5 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 06:32:38.616 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun1 is ignored because shouldRun method of RunIf conditional run is not met. 06:32:38.616 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun1 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 06:32:38.616 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun2 is ignored because @Ignore annotation is presented. 06:32:38.616 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun2 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 06:32:38.616 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun3 is ignored because @Ignore annotation is presented. 06:32:38.616 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun3 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 06:32:38.617 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun4 is ignored because shouldRun method of RunIf conditional run is not met. 06:32:38.617 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun4 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 06:32:38.617 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun5 is ignored because shouldRun method of RunIf conditional run is not met. 06:32:38.617 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun5 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 06:32:38.617 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun6 is ignored because shouldRun method of RunIf conditional run is not met. 06:32:38.617 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun6 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 06:32:38.617 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun7 is ignored because shouldRun method of RunIf conditional run is not met. 06:32:38.617 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun7 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 06:32:38.617 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun8 is ignored because shouldRun method of RunIf conditional run is not met. 06:32:38.617 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun8 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 06:32:38.617 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.007 s - in org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest testShouldRun1 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) Time elapsed: 0 s testShouldRun2 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) Time elapsed: 0 s testShouldRun3 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) Time elapsed: 0 s testShouldRun4 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) Time elapsed: 0.001 s testShouldRun5 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) Time elapsed: 0 s testShouldNotRun1 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped testShouldNotRun2 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped testShouldNotRun3 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped testShouldNotRun4 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped testShouldNotRun5 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped testShouldNotRun6 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped testShouldNotRun7 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped testShouldNotRun8 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped Running org.eclipse.reddeer.junit.test.internal.configuration.reader.JSONConfigurationReaderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.002 s testInjectingToChild(org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest) Time elapsed: 0.001 s testInjectingToParent(org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest) Time elapsed: 0 s testInjectingToGrandParent(org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest) Time elapsed: 0 s testInjectToStatic(org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest 06:32:38.646 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:38.647 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 06:32:38.648 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:38.648 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:38.648 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:38.648 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:32:38.648 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:38.648 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:32:38.648 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:38.648 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:32:38.648 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:38.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.649 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:38.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.649 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:38.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:38.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:38.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:38.649 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:38.650 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:38.650 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:38.650 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:38.650 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:38.650 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:38.650 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:38.650 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:38.650 DEBUG [main][MenuItemLookup] Item match:Window 06:32:38.650 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:38.650 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:38.650 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:38.651 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:38.651 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:38.651 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:38.651 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:38.651 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:38.651 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:38.651 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:38.651 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:38.651 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:38.651 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:38.651 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:38.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.... 06:32:38.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:38.747 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:38.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:38.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:38.748 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:38.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.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 06:32:38.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:38.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:38.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:38.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:38.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:38.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:38.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:38.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) 06:32:38.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:38.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:38.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:38.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:38.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:38.752 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:38.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:38.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:38.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:38.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:38.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:38.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:38.767 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:38.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:38.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:38.767 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:38.767 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 06:32:38.767 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 06:32:38.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:38.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:38.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:38.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:38.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:38.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:38.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:38.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:38.767 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:38.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:38.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:38.768 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 06:32:38.768 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 06:32:38.769 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 06:32:38.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:38.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:38.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:38.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:38.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:38.769 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:38.769 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:38.769 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:38.769 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:38.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:38.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:38.769 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 06:32:38.769 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:38.769 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:38.769 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:38.769 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:38.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:38.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:38.801 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:38.802 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 06:32:38.802 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:38.802 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:38.803 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:38.803 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:32:38.803 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:38.803 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:32:38.803 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:38.803 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:32:38.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.*'] 06:32:38.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.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.*'] 06:32:38.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.804 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:38.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:38.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:38.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:38.804 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:38.804 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:38.804 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:38.805 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:38.805 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:38.805 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:38.805 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:38.805 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:38.805 DEBUG [main][MenuItemLookup] Item match:Window 06:32:38.805 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:38.805 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:38.805 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:38.805 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:38.805 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:38.805 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:38.805 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:38.805 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:38.805 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:38.805 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:38.805 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:38.805 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:38.806 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:38.806 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:38.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 'Preferences.*'] is available.... 06:32:38.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:38.866 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:38.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:38.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:38.868 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:38.868 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:38.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:38.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:38.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:38.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:38.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:38.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:38.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:38.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:32:38.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:38.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:38.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:38.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:38.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:38.903 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:38.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:38.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:38.903 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:38.903 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:38.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:38.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:38.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:38.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:38.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:38.919 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:38.919 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 06:32:38.919 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 06:32:38.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:38.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:38.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:38.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:38.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:38.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:38.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:38.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:38.919 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:38.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:38.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:38.920 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 06:32:38.920 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 06:32:38.920 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 06:32:38.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:38.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:38.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:38.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:38.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:38.920 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:38.920 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:38.920 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:38.920 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:38.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:38.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:38.920 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 06:32:38.920 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:38.920 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:38.920 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:38.920 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:38.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:38.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:38.921 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:38.921 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 06:32:38.922 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:38.922 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:38.922 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:38.922 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:32:38.922 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:38.922 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:32:38.922 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:38.922 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:32:38.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:38.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:38.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:38.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:38.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:38.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:38.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:38.924 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:38.924 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:38.924 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:38.924 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:38.924 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:38.924 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:38.924 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:38.924 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:38.924 DEBUG [main][MenuItemLookup] Item match:Window 06:32:38.925 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:38.925 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:38.925 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:38.925 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:38.925 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:38.925 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:38.925 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:38.925 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:38.925 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:38.925 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:38.925 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:38.925 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:38.925 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:38.925 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:39.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.... 06:32:39.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 06:32:39.007 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:39.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:39.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:39.009 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:39.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:39.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 06:32:39.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:39.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:39.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:39.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:39.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:39.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:39.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:39.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:32:39.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:39.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:39.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:39.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:39.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:39.013 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:39.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:39.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:39.013 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:39.013 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:39.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:39.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:39.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:39.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:39.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:39.031 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:39.031 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 06:32:39.031 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 06:32:39.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:39.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:39.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:39.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:39.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:39.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:39.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:39.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:39.031 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:39.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:39.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:39.031 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 06:32:39.031 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 06:32:39.032 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 06:32:39.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:39.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:39.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:39.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:39.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:39.032 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:39.032 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:39.032 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:39.032 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:39.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:39.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:39.032 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 06:32:39.032 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:39.032 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:39.032 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:39.032 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:39.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:39.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:39.033 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:39.033 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 06:32:39.033 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:39.033 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:39.033 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:39.033 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:32:39.034 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:39.034 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:32:39.034 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:39.034 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:32:39.034 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:39.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:39.034 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:39.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:39.034 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:39.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:39.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:39.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:39.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:39.035 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:39.035 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:39.035 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:39.036 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:39.036 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:39.036 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:39.036 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:39.036 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:39.036 DEBUG [main][MenuItemLookup] Item match:Window 06:32:39.036 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:39.036 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:39.036 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:39.036 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:39.036 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:39.036 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:39.036 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:39.036 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:39.036 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:39.036 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:39.036 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:39.036 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:39.036 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:39.037 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:39.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 'Preferences.*'] is available.... 06:32:39.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 'Preferences.*'] is available. finished successfully 06:32:39.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:39.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:39.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:39.131 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:39.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:39.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:39.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:39.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:39.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:39.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:39.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:39.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:39.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:39.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:32:39.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:39.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:39.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:39.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:39.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:39.134 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:39.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:39.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:39.134 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:39.134 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:39.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:39.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:39.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:39.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:39.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:39.157 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:39.157 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 06:32:39.157 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 06:32:39.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:39.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:39.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:39.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:39.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:39.157 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:39.157 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:39.157 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:39.157 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:39.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:39.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:39.157 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 06:32:39.158 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 06:32:39.158 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 06:32:39.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:39.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:39.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:39.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:39.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:39.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:39.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:39.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:39.158 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:39.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:39.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:39.158 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 06:32:39.158 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 06:32:39.159 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:39.159 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:39.159 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:39.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:39.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.515 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.157 s testRequirementInjectionInBefore(org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest) Time elapsed: 0.12 s testRequirementInjectionInBeforeClass(org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest) Time elapsed: 0.111 s testStaticInject(org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest) Time elapsed: 0.127 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.001 s testBuildRequirementsWithConfiguredRequirement(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest) Time elapsed: 0 s testBuildRequiremenetsWithMixedRequirements(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest) Time elapsed: 0.001 s testBuildRequirements(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest) Time elapsed: 0.002 s testBuildNoRequirements(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest) Time elapsed: 0 s testNullClassArgument(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 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.261 s size(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 0 s cleanup(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 0.001 s iterator(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerTest 06:32:39.509 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements$MockitoMock$645352576 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerTest testInjectMethodInvocation(org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerTest) Time elapsed: 0.076 s Running org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerBuilderTest 06:32:39.513 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerBuilderTest$ParameterizedSuite 06:32:39.513 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerBuilderTest parameterizedRunnerTest(org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerBuilderTest) Time elapsed: 0.003 s Running org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 06:32:39.518 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 06:32:39.518 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:39.518 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:39.518 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 06:32:39.518 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:39.518 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:32:39.519 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:39.519 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:32:39.519 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:39.519 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:32:39.519 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:39.519 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:39.519 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:39.519 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:39.519 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:39.519 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:39.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:39.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:39.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:39.520 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:39.520 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:39.520 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:39.520 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:39.520 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:39.520 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:39.520 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:39.520 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:39.520 DEBUG [main][MenuItemLookup] Item match:Window 06:32:39.521 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:39.521 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:39.521 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:39.521 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:39.521 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:39.521 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:39.521 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:39.521 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:39.521 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:39.521 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:39.521 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:39.521 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:39.521 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:39.521 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:39.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.... 06:32:39.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:39.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:39.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:39.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:39.606 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:39.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:39.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:39.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:39.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:39.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:39.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:39.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:39.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:39.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:39.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:32:39.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:39.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:39.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:39.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:39.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:39.609 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:39.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:39.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:39.609 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:39.609 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:39.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:39.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:39.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:39.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:39.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:39.633 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:39.633 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:39.633 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest) 06:32:39.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 06:32:39.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:39.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:39.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:39.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:39.633 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 06:32:39.633 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:39.633 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:39.633 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:39.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:39.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:39.634 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest) 06:32:39.634 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 06:32:39.634 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:39.634 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:39.634 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:39.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:39.634 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.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 06:32:39.637 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 06:32:39.637 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:39.637 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:39.637 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 06:32:39.637 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:39.637 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:32:39.638 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:39.638 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:32:39.638 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:39.638 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:32:39.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.*'] 06:32:39.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:39.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.*'] 06:32:39.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:39.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.*'] 06:32:39.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:39.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:39.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:39.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:39.638 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:39.638 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:39.639 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:39.639 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:39.639 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:39.639 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:39.639 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:39.639 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:39.639 DEBUG [main][MenuItemLookup] Item match:Window 06:32:39.639 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:39.639 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:39.639 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:39.639 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:39.639 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:39.639 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:39.639 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:39.639 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:39.639 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:39.639 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:39.639 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:39.639 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:39.639 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:39.640 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:39.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 'Preferences.*'] is available.... 06:32:39.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 'Preferences.*'] is available. finished successfully 06:32:39.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:39.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:39.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:39.724 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:39.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:39.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:39.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:39.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:39.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:39.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:39.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:39.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:39.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:39.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:32:39.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:39.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:39.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:39.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:39.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:39.727 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:39.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:39.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:39.728 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:39.728 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:39.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:39.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:39.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:39.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:39.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:39.741 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:39.741 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:39.741 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErroneousTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 06:32:39.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 06:32:39.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:39.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:39.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:39.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:39.744 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 06:32:39.744 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:39.744 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:39.744 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 06:32:39.744 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:39.744 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:32:39.745 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:39.745 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:32:39.745 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:39.745 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:32:39.745 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:39.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:39.753 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:39.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:39.753 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:39.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:39.753 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:39.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:39.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:39.753 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:39.753 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:39.753 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:39.753 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:39.753 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:39.753 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:39.753 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:39.753 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:39.753 DEBUG [main][MenuItemLookup] Item match:Window 06:32:39.754 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:39.754 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:39.754 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:39.754 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:39.754 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:39.754 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:39.754 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:39.754 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:39.754 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:39.754 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:39.754 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:39.754 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:39.754 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:39.754 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:39.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:32:39.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 'Preferences.*'] is available. finished successfully 06:32:39.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:39.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:39.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:39.834 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:39.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:39.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:39.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:39.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:39.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:39.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:39.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:39.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:39.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:39.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) 06:32:39.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:39.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:39.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:39.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:39.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:39.837 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:39.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:39.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:39.837 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:39.837 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:39.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:39.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:39.852 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:39.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:39.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:39.853 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:39.853 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:39.853 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest) 06:32:39.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 06:32:39.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:39.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:39.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:39.853 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:39.853 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) 06:32:39.855 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest.test.png 06:32:39.930 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 06:32:39.931 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 06:32:39.931 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:39.931 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:39.931 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:39.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:39.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:39.938 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) 06:32:39.939 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest) 06:32:39.939 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 06:32:39.939 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:39.939 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:39.939 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:39.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:39.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:39.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 06:32:39.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:39.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:39.940 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:39.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:39.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:39.940 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErroneousTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 06:32:39.940 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:39.941 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFailingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 06:32:39.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 06:32:39.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:39.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:39.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:39.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:39.941 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 06:32:39.942 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:39.942 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:39.942 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 06:32:39.942 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:39.942 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:32:39.942 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:39.942 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:32:39.942 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:39.942 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:32:39.942 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:39.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:39.942 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:39.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:39.943 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:39.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:39.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:39.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:39.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:39.943 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:39.943 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:39.943 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:39.943 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:39.943 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:39.944 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:39.944 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:39.944 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:39.944 DEBUG [main][MenuItemLookup] Item match:Window 06:32:39.944 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:39.944 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:39.944 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:39.944 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:39.944 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:39.944 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:39.944 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:39.944 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:39.944 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:39.944 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:39.944 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:39.944 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:39.944 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:39.944 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:40.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.... 06:32:40.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:40.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:40.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:40.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:40.016 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:40.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:40.016 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:40.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:40.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:40.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:40.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:40.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:40.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:40.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:40.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:32:40.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:40.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:40.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:40.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:40.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:40.019 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:40.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:40.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:40.019 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:40.019 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:40.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:40.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:40.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:40.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:40.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:40.034 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:40.034 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:40.034 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest) 06:32:40.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 06:32:40.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:40.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:40.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:40.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:40.034 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) 06:32:40.035 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest.test.png 06:32:40.139 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 06:32:40.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 06:32:40.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:40.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:40.139 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:40.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:40.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:40.147 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) 06:32:40.148 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.in at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) tegration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest) 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) 06:32:40.148 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.j at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) unit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:116) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:46) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) 06:32:40.148 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.jun at java.base/java.lang.Thread.run(Thread.java:834) it.test.integration.runner.IAfterTestImpl 06:32:40.148 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:40.148 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:40.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:40.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:40.148 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 06:32:40.148 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:40.148 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:40.148 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:40.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:40.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:40.149 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFailingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 06:32:40.149 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:40.149 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPassingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 06:32:40.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 06:32:40.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:40.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:40.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:40.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:40.150 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 06:32:40.150 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:40.150 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:40.150 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 06:32:40.150 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:40.150 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:32:40.151 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:40.151 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:32:40.151 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:40.151 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:32:40.151 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:40.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:40.151 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:40.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:40.151 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:40.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:40.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:40.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:40.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:40.152 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:40.152 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:40.153 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:40.153 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:40.153 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:40.153 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:40.153 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:40.153 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:40.153 DEBUG [main][MenuItemLookup] Item match:Window 06:32:40.153 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:40.154 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:40.154 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:40.154 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:40.154 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:40.154 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:40.154 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:40.154 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:40.154 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:40.154 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:40.154 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:40.154 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:40.154 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:40.194 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:40.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:32:40.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 'Preferences.*'] is available. finished successfully 06:32:40.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:40.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:40.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:40.252 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:40.252 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:40.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:40.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:40.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:40.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:40.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:40.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:40.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:40.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:40.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:32:40.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:40.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:40.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:40.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:40.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:40.256 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:40.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:40.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:40.256 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:40.256 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:40.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:40.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:40.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:40.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:40.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:40.270 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:40.270 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:40.270 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest) 06:32:40.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 06:32:40.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:40.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:40.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:40.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:40.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 06:32:40.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:40.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:40.270 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:40.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:40.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:40.270 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest) 06:32:40.270 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 06:32:40.270 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:40.270 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:40.270 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:40.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:40.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:40.271 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 06:32:40.271 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:40.271 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:40.271 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:40.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:40.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:40.271 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPassingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 06:32:40.271 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 06:32:40.271 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:40.271 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:40.271 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:40.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:40.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.636 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.199 s testFailingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) Time elapsed: 0.208 s testPassingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) Time elapsed: 0.122 s Running org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 06:32:40.294 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 06:32:40.295 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 06:32:40.295 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:40.296 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 06:32:40.296 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:40.296 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:32:40.302 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:40.302 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:32:40.302 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:40.302 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:32:40.302 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:40.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:40.303 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:40.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:40.303 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:40.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:40.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:40.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:40.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:40.303 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:40.303 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:40.303 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:40.304 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:40.304 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:40.304 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:40.304 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:40.304 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:40.304 DEBUG [main][MenuItemLookup] Item match:Window 06:32:40.304 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:40.304 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:40.304 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:40.304 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:40.304 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:40.304 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:40.304 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:40.304 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:40.304 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:40.304 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:40.304 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:40.304 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:40.304 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:40.305 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:40.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 'Preferences.*'] is available.... 06:32:40.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:40.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:40.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:40.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:40.362 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:40.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:40.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:40.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:40.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:40.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:40.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:40.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:40.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:40.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:40.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:32:40.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:40.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:40.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:40.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:40.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:40.365 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:40.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:40.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:40.365 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:40.365 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:40.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:40.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:40.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:40.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:40.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:40.401 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:40.401 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 06:32:40.401 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [0](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) 06:32:40.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 06:32:40.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:40.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:40.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:40.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:40.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 06:32:40.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:40.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:40.402 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:40.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:40.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:40.402 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [0](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) 06:32:40.402 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 06:32:40.402 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [1](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) 06:32:40.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 06:32:40.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:40.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:40.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:40.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:40.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 06:32:40.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:40.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:40.402 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:40.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:40.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:40.403 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [1](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) 06:32:40.403 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 06:32:40.403 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:40.403 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:40.403 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:40.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:40.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest test no-configuration [0](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) Time elapsed: 0.001 s test no-configuration [1](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 06:32:40.406 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 06:32:40.407 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:40.407 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:40.407 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 06:32:40.407 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:40.407 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:32:40.407 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:40.407 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:32:40.407 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:40.407 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:32:40.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:40.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:40.408 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:40.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:40.408 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:40.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:40.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:40.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:40.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:40.408 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:40.408 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:40.409 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:40.409 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:40.409 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:40.409 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:40.409 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:40.409 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:40.409 DEBUG [main][MenuItemLookup] Item match:Window 06:32:40.409 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:40.409 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:40.409 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:40.409 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:40.409 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:40.409 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:40.409 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:40.409 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:40.409 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:40.409 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:40.409 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:40.409 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:40.409 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:40.410 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:40.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:32:40.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:40.468 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:40.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:40.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:40.469 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:40.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:40.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:40.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:40.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:40.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:40.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:40.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:40.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:40.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:40.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:32:40.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:40.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:40.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:40.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:40.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:40.505 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:40.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:40.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:40.506 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:40.506 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:40.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:40.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:40.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:40.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:40.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:40.519 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:40.519 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:40.519 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest) 06:32:40.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 06:32:40.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:40.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:40.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:40.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:40.519 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 06:32:40.519 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:40.519 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:40.519 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:40.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:40.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:40.520 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest) 06:32:40.520 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 06:32:40.520 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:40.520 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:40.520 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:40.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:40.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 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 06:32:40.523 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 06:32:40.523 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:40.523 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:40.523 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 06:32:40.523 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:40.523 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:32:40.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:40.524 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:32:40.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:40.524 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:32:40.524 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:40.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:40.524 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:40.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:40.524 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:40.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:40.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:40.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:40.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:40.524 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:40.524 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:40.525 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:40.525 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:40.525 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:40.525 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:40.525 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:40.525 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:40.525 DEBUG [main][MenuItemLookup] Item match:Window 06:32:40.525 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:40.525 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:40.525 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:40.525 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:40.525 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:40.525 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:40.525 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:40.525 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:40.525 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:40.525 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:40.525 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:40.525 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:40.525 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:40.525 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:40.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.... 06:32:40.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:40.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:40.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:40.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:40.606 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:40.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:40.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:40.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:40.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:40.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:40.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:40.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:40.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:40.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:40.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:32:40.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:40.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:40.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:40.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:40.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:40.610 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:40.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:40.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:40.610 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:40.610 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:40.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:40.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:40.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:40.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:40.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:40.634 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:40.635 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:40.635 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest) 06:32:40.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 06:32:40.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:40.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:40.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:40.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 06:32:40.635 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 06:32:40.635 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:40.635 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:40.635 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:40.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:40.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:40.635 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest) 06:32:40.635 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 06:32:40.635 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 06:32:40.635 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:32:40.635 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:32:40.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:40.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 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 s Running org.eclipse.reddeer.junit.test.util.ReflectionUtilTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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 06:32:40.644 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 06:32:40.648 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass2 06:32:40.648 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:40.655 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaServerTestClassWithCollectionTwoRequirementsCorrect 06:32:40.656 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaServerTestClassWithCollectionTwoRequirementsCorrect 06:32:40.656 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:40.658 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 06:32:40.658 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 06:32:40.659 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 06:32:40.659 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 06:32:40.660 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:40.662 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements2 06:32:40.662 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements2 06:32:40.662 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements2 06:32:40.663 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements2 06:32:40.663 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:40.665 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 06:32:40.695 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 06:32:40.695 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 06:32:40.695 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 06:32:40.696 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 06:32:40.696 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 06:32:40.696 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:40.698 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClass 06:32:40.699 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClass 06:32:40.699 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:40.702 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClass2 06:32:40.702 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClass2 06:32:40.702 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:40.704 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollection 06:32:40.705 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollection 06:32:40.705 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:40.705 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 06:32:40.705 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:40.705 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 06:32:40.706 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 06:32:40.706 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:40.708 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements 06:32:40.708 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements 06:32:40.708 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:40.711 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 06:32:40.711 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 06:32:40.711 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$ServerTestClass 06:32:40.712 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$ServerTestClass 06:32:40.712 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 06:32:40.712 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 06:32:40.712 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:40.714 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:40.714 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 06:32:40.714 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:40.716 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirementsCorrect 06:32:40.717 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:40.718 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 06:32:40.719 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 06:32:40.719 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 06:32:40.719 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 06:32:40.719 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 06:32:40.719 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 06:32:40.720 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:40.721 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 06:32:40.721 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest testSimpleSuiteWithMoreTestClassesWithoutConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.007 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.003 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.002 s testRequirementsSuiteWithConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.004 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 s testSameReqClassRestrictionDiffAttributes(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.003 s testJavaServerTestWithConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.003 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.v20210204-0547 [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 46/9244K 92/9244K 138/9244K 186/9244K 233/9244K 279/9244K 326/9244K 372/9244K 418/9244K 465/9244K 511/9244K 558/9244K 605/9244K 653/9244K 702/9244K 749/9244K 795/9244K 844/9244K 893/9244K 942/9244K 992/9244K 1038/9244K 1085/9244K 1132/9244K 1182/9244K 1231/9244K 1278/9244K 1327/9244K 1377/9244K 1423/9244K 1471/9244K 1524/9244K 1570/9244K 1617/9244K 1669/9244K 1718/9244K 1764/9244K 1811/9244K 1857/9244K 1908/9244K 1954/9244K 2002/9244K 2048/9244K 2096/9244K 2147/9244K 2193/9244K 2242/9244K 2291/9244K 2341/9244K 2389/9244K 2437/9244K 2485/9244K 2533/9244K 2584/9244K 2632/9244K 2680/9244K 2728/9244K 2777/9244K 2825/9244K 2873/9244K 2921/9244K 2973/9244K 3021/9244K 3069/9244K 3117/9244K 3165/9244K 3213/9244K 3261/9244K 3309/9244K 3357/9244K 3405/9244K 3453/9244K 3501/9244K 3549/9244K 3597/9244K 3645/9244K 3693/9244K 3741/9244K 3789/9244K 3837/9244K 3885/9244K 3933/9244K 3981/9244K 4029/9244K 4076/9244K 4124/9244K 4170/9244K 4218/9244K 4269/9244K 4316/9244K 4368/9244K 4418/9244K 4466/9244K 4514/9244K 4562/9244K 4610/9244K 4658/9244K 4706/9244K 4754/9244K 4802/9244K 4850/9244K 4898/9244K 4946/9244K 4994/9244K 5042/9244K 5090/9244K 5138/9244K 5186/9244K 5234/9244K 5281/9244K 5328/9244K 5374/9244K 5422/9244K 5470/9244K 5519/9244K 5571/9244K 5619/9244K 5668/9244K 5718/9244K 5765/9244K 5811/9244K 5857/9244K 5905/9244K 5953/9244K 5999/9244K 6051/9244K 6100/9244K 6147/9244K 6196/9244K 6245/9244K 6297/9244K 6346/9244K 6393/9244K 6439/9244K 6485/9244K 6537/9244K 6589/9244K 6638/9244K 6685/9244K 6736/9244K 6786/9244K 6832/9244K 6879/9244K 6925/9244K 6974/9244K 7021/9244K 7067/9244K 7113/9244K 7163/9244K 7209/9244K 7258/9244K 7308/9244K 7359/9244K 7407/9244K 7455/9244K 7501/9244K 7550/9244K 7597/9244K 7643/9244K 7690/9244K 7739/9244K 7785/9244K 7832/9244K 7878/9244K 7927/9244K 7974/9244K 8020/9244K 8066/9244K 8116/9244K 8162/9244K 8208/9244K 8257/9244K 8304/9244K 8350/9244K 8397/9244K 8443/9244K 8495/9244K 8544/9244K 8591/9244K 8637/9244K 8689/9244K 8738/9244K 8790/9244K 8836/9244K 8883/9244K 8932/9244K 8978/9244K 9025/9244K 9071/9244K 9120/9244K 9167/9244K 9213/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.1200.v202101040859.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (165.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.server.tomcat.core_1.1.1200.v202101040859.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (165.67kB) [INFO] Unpacking org.eclipse.jst.server.tomcat.core_1.1.1200.v202101040859... [INFO] Fetching org.eclipse.jst.server.tomcat.ui_1.1.900.v202009261919.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (48.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jst.server.tomcat.ui_1.1.900.v202009261919.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (48.71kB) [INFO] Unpacking org.eclipse.jst.server.tomcat.ui_1.1.900.v202009261919... [INFO] Fetching org.eclipse.jst.server.ui_1.1.400.v202007170127.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/plugins/ (23.57kB) [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/202101151000/plugins/ (23.57kB) [INFO] Unpacking org.eclipse.jst.server.ui_1.1.400.v202007170127... [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 06:32:52.834 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 06:32:52.836 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 06:32:52.842 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 06:32:52.843 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 06:32:53.002 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.autobuilding.AutoBuildingRequirement 06:32:53.003 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.cleanworkspace.CleanWorkspaceRequirement 06:32:53.004 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.closeeditors.CloseAllEditorsRequirement 06:32:53.005 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.db.DatabaseRequirement 06:32:53.006 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.jre.JRERequirement 06:32:53.007 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.openperspective.OpenPerspectiveRequirement 06:32:53.008 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.property.PropertyRequirement 06:32:53.008 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.securestorage.SecureStorageRequirement 06:32:53.010 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.server.apache.tomcat.ApacheTomcatServerRequirement 06:32:53.053 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 06:32:53.102 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:32:53.104 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:32:53.105 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 06:32:53.107 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 06:32:53.107 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 06:32:53.112 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 06:32:53.134 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:32:53.134 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:32:53.135 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:32:53.136 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:32:53.138 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:32:53.138 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:32:53.146 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:53.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:53.155 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:32:53.155 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:53.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.*'] 06:32:53.156 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:53.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:53.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:53.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:53.197 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:53.200 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:53.202 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:53.203 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:53.203 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:53.203 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:53.203 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:53.203 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:53.203 DEBUG [main][MenuItemLookup] Item match:Window 06:32:53.206 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:53.207 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:53.207 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:53.207 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:53.207 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:53.207 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:32:53.207 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:53.207 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:32:53.207 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:53.207 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:32:53.207 DEBUG [main][MenuItemLookup] Item match:Preferences 06:32:53.209 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:32:53.209 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:32:53.210 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:32:53.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:32:53.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:32:53.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:32:53.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:53.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:53.342 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:32:53.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:53.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:32:53.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:53.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:53.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:53.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:53.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:53.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:53.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:53.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:32:53.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:53.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:53.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:53.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:53.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:53.409 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:32:53.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:53.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:53.410 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:53.411 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:53.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:32:53.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:32:53.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:53.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:53.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:53.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:53.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:53.453 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' view via menu. 06:32:53.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:53.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:53.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:53.454 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:53.454 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:53.454 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:53.454 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:32:53.454 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:32:53.454 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:32:53.454 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:32:53.454 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:32:53.454 DEBUG [main][MenuItemLookup] Item match:Window 06:32:53.455 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:32:53.455 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:32:53.455 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:32:53.455 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:53.455 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:32:53.455 DEBUG [main][MenuItemLookup] Item match:Show View 06:32:53.502 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 06:32:53.502 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:32:53.502 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:32:53.502 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:32:53.502 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:32:53.502 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:32:53.502 DEBUG [main][MenuItemLookup] Found menu:'Properties' 06:32:53.502 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:32:53.502 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:53.502 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:32:53.502 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:32:53.503 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:32:53.503 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:32:53.503 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:32:53.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:32:53.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:32:53.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:32:53.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:53.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:53.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 06:32:53.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:32:53.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:53.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:53.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:32:53.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:32:53.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:53.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:53.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:53.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:53.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:53.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:53.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:53.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 06:32:53.546 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:32:53.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:54.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:54.049 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:32:54.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 06:32:54.051 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:32:54.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:54.051 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:32:54.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:54.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:32:54.051 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Servers 06:32:54.052 DEBUG [main][TreeItemHandler] Selecting tree item: Servers 06:32:54.052 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Servers about selection 06:32:54.053 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Servers 06:32:54.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:32:54.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:54.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:54.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:32:54.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:32:54.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:54.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:54.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 "Open") 06:32:54.055 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:32:54.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:54.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:54.055 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:32:54.055 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:32:54.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:54.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:54.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:54.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:54.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:54.056 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:32:54.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:54.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:54.057 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:54.057 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:54.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:32:54.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:32:54.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2' view is open... 06:32:54.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:54.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:54.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2' view is open finished successfully 06:32:54.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:54.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:54.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:54.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:54.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:54.232 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32: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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:32:54.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:54.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:54.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:54.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:54.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:32:54.235 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:32:54.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:32:54.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:54.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:32:54.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:32:54.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:32:54.247 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:32:54.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:32:54.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:32:54.248 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 06:32:54.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:32:54.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:54.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:54.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:54.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:54.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:55.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:55.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:32:55.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:32:55.261 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:32:55.261 INFO [WorkbenchTestable][ApacheTomcatServerRequirement] Setup Apache Tomcat server 06:32:55.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:32:55.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:55.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:32:55.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:55.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 Server"] 06:32:55.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:55.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'] 06:32:55.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:55.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'] 06:32:55.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:55.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'] 06:32:55.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:55.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 Server"] 06:32:55.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:55.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'] 06:32:55.268 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:55.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'] 06:32:55.268 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:55.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:32:55.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:55.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:55.277 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:32:55.277 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:32:55.277 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:55.277 DEBUG [main][MenuItemLookup] Item match:File 06:32:55.280 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:32:55.280 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:32:55.285 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:32:55.285 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:55.285 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:32:55.285 DEBUG [main][MenuItemLookup] Found menu:'File' 06:32:55.285 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:32:55.285 DEBUG [main][MenuItemLookup] Found menu:'' 06:32:55.286 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:32:55.286 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:32:55.286 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:32:55.286 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:32:55.286 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:32:55.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.... 06:32:55.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 06:32:55.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:32:55.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:55.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:55.345 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:32:55.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:55.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 06:32:55.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:55.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:55.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:55.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:55.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:55.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:55.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:55.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 06:32:55.349 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:32:55.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:55.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:55.850 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:32:55.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 06:32:55.851 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:32:55.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:55.851 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:32:55.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:55.851 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:32:55.852 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 06:32:55.852 DEBUG [main][TreeItemHandler] Selecting tree item: Server 06:32:55.852 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server about selection 06:32:55.855 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 06:32:55.855 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:32:55.855 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:32:55.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:32:55.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:55.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:55.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:55.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:55.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:55.857 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:32:55.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:55.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:55.857 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:55.857 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:56.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'] 06:32:56.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:56.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:56.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 06:32:56.107 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 06:32:56.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:32:56.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:32:56.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:32:56.108 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:32:56.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:32:56.111 DEBUG [WorkbenchTestable][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 06:32:56.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:56.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:56.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:56.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:56.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:56.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:32:56.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:32:56.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server]... 06:32:56.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:56.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:56.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 06:32:56.115 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 06:32:56.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:56.115 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 06:32:56.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:56.115 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 06:32:56.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 06:32:56.115 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 06:32:56.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:56.121 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 06:32:56.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:56.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 06:32:56.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server] finished successfully 06:32:56.122 DEBUG [WorkbenchTestable][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 06:32:56.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:56.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:56.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:56.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:56.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:32:56.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:32:56.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:32:56.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 06:32:56.123 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 06:32:56.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:56.123 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 06:32:56.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:56.123 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 06:32:56.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 06:32:56.123 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 06:32:56.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:32:56.124 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 06:32:56.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:32:56.124 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 06:32:56.124 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Tomcat v7.0 Server 06:32:56.124 DEBUG [main][TreeItemHandler] Selecting tree item: Tomcat v7.0 Server 06:32:56.124 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Tomcat v7.0 Server about selection 06:32:56.126 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Tomcat v7.0 Server 06:32:56.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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) 06:32:56.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:56.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:56.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:56.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:56.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:56.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:56.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:56.630 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:") 06:32:56.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:56.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:56.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:56.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:56.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:32:56.636 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:32:56.637 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Server at localhost 06:32:56.638 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:32:56.638 INFO [WorkbenchTestable][NewServerWizard] Go to next wizard page 06:32:56.638 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:32:56.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:56.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:56.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:56.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:56.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:32:56.640 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:32:56.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:32:56.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:32:56.640 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:32:56.640 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:32:56.734 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 06:32:56.735 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:32:56.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:56.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:56.735 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 06:32:56.735 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:32:56.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:56.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:32:56.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:32:56.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:56.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:32:56.735 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:32:56.735 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Runtime 06:32:56.736 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 06:32:56.736 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:32:56.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:32:56.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:32:56.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 06:32:56.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:32:56.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:32:56.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:32:56.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:32:56.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:32:56.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 06:32:56.737 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:32:56.738 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 06:32:56.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:33:56.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 06:33:56.789 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:33:56.789 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 06:33:56.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.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) 06:33:56.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:33:56.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:33:56.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:33:56.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:33:56.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:33:56.794 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:33:56.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:33:56.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:33:56.794 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:33:56.794 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:33:56.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:33:57.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:33:57.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:33:57.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:33:57.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:33:57.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:33:57.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:33:57.305 INFO [WorkbenchTestable][AbstractServerRequirement] Checking the state of the server 'Apache Tomcat v7.0 Server at localhost' 06:33:57.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:33:57.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:33:57.308 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:33:57.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:33:57.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:33:57.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:33:57.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:33:57.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:33:57.311 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:33:57.311 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:33:57.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:33:57.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:33:57.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:33:57.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:33:57.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:33:57.313 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:33:57.313 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:33:57.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:33:57.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:33:57.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:33:57.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:33:57.316 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:33:57.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:33:57.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:33:57.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:33:57.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:33:57.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:33:57.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:33:57.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:33:57.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:33:57.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:33:57.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:33:57.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:33:57.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:33:57.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:33:57.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:33:57.332 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:33:57.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:33:57.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:33:57.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:33:57.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:33:57.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:33:57.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:33:57.334 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:33:57.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:33:57.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:33:57.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:33:57.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:33:57.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:33:57.340 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:33:57.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:33:57.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:33:57.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:33:57.347 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:33:57.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:33:57.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:33:57.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:33:57.349 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 06:33:57.349 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 06:33:57.349 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] about selection 06:33:57.357 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 06:33:57.360 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:33:57.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:33:57.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:33:57.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:33:57.362 INFO [WorkbenchTestable][AbstractServer] Start server Apache Tomcat v7.0 Server at localhost 06:33:57.362 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:33:57.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:33:57.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:33:57.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:33:57.363 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:33:57.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:33:57.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:33:57.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:33:57.364 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Apache Tomcat v7.0 Server at localhost 06:33:57.365 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:33:57.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:33:57.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:33:57.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:33:57.366 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 06:33:57.394 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 06:33:57.397 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] about selection 06:33:57.403 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 06:33:57.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:33:57.405 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:33:57.405 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:33:57.436 DEBUG [main][MenuItemLookup] Found menu:'New' 06:33:57.437 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:33:57.437 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:33:57.437 DEBUG [main][MenuItemLookup] Found menu:'' 06:33:57.437 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:33:57.437 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:33:57.437 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:33:57.437 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 06:33:57.437 DEBUG [main][MenuItemLookup] Found menu:'' 06:33:57.437 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 06:33:57.437 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 06:33:57.437 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 06:33:57.437 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 06:33:57.437 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 06:33:57.437 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 06:33:57.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 06:33:59.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 06:33:59.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 06:33:59.995 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:33:59.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:33:59.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:33:59.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:34:00.497 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:34:00.497 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:34:00.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:34:00.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:34:00.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 06:34:00.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:34:00.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 06:34:00.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:34:00.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:34:00.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:34:00.499 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:34:00.499 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:34:00.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:34:00.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:34:00.500 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 06:34:00.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:34:00.501 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:34:00.502 INFO [WorkbenchTestable][RequirementsRunner] Started test: isServerRunningTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerRunningTest) 06:34:00.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 06:34:00.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:34:00.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:34:00.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:34:00.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:00.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:00.504 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:34:00.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:00.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:00.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:34:00.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:34:00.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:34:00.507 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:34:00.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 '\*?\QServers\E') 06:34:00.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:00.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:00.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:00.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:00.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:34:00.508 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:34:00.508 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:34:00.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:34:00.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:34:00.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:34:00.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:34:00.510 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:34:00.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:34:00.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:34:00.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:34:00.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:34:00.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:00.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:00.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:00.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:00.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:34:00.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:00.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:00.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:34:00.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:34:00.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:34:00.514 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:34:00.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:34:00.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:00.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:00.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:00.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:00.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:34:00.522 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:34:00.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:34:00.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:34:00.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:34:00.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:34:00.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:34:00.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:00.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:00.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:34:00.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:34:00.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:34:00.527 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:34:00.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 '\*?\QServers\E') 06:34:00.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:00.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:00.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:00.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:00.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:34:00.529 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:34:00.529 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:34:00.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:34:00.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:34:00.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:34:00.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:34:00.532 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 06:34:00.532 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:34:00.534 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:34:00.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:34:00.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:34:00.541 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isServerRunningTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerRunningTest) 06:34:00.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:00.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:00.543 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:34:00.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:00.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:00.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:34:00.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:34:00.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:34:00.546 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:34:00.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 '\*?\QServers\E') 06:34:00.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:00.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:00.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:00.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:00.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:34:00.548 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:34:00.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:34:00.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:34:00.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:34:00.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:34:00.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:34:00.559 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:34:00.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:34:00.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:34:00.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:34:00.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:34:00.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:00.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:00.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:00.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:00.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:34:00.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:00.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:00.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:34:00.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:34:00.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:34:00.602 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:34:00.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') 06:34:00.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:00.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:00.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:00.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:00.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:34:00.604 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:34:00.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:34:00.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:34:00.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:34:00.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:34:00.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:34:00.606 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:34:00.606 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:34:00.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:34:00.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:34:00.607 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Started, Synchronized] 06:34:00.607 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Started, Synchronized] 06:34:00.607 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Started, Synchronized] about selection 06:34:00.611 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Started, Synchronized] 06:34:00.612 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:34:00.612 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:34:00.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:34:00.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:34:00.613 INFO [WorkbenchTestable][AbstractServer] Delete server 'Apache Tomcat v7.0 Server at localhost'. Stop server first: true 06:34:00.613 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:34:00.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:34:00.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:34:00.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:34:00.614 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:34:00.614 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:34:00.635 DEBUG [main][MenuItemLookup] Found menu:'New' 06:34:00.635 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:34:00.635 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:34:00.635 DEBUG [main][MenuItemLookup] Found menu:'' 06:34:00.635 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:34:00.635 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:34:00.635 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:34:00.635 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:34:00.635 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 06:34:00.635 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:34:00.635 INFO [main][MenuItemHandler] Select menu item: Delete Delete 06:34:00.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 06:34:00.666 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 06:34:00.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 06:34:00.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:34:00.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:34:00.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: 32) 06:34:00.667 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:34:00.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:34:00.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:34:00.698 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 06:34:00.698 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:34:00.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:00.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:00.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:00.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:00.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:34:00.699 INFO [WorkbenchTestable][CheckBox] Select checkbox Delete unused server configuration(s) 06:34:00.699 DEBUG [WorkbenchTestable][CheckBox] Checkbox Delete unused server configuration(s) already selected, no action performed 06:34:00.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 "OK") 06:34:00.700 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:34:00.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:34:00.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:34:00.700 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 06:34:00.700 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:34:00.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:00.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:00.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:00.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:00.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:34:00.701 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:34:00.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:34:00.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:34:00.701 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:34:00.701 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:34:00.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:34:00.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:34:00.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:00.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:00.731 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:34:00.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:00.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:00.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:34:00.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:34:00.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:34:00.734 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:34:00.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 '\*?\QServers\E') 06:34:00.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:00.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:00.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:00.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:00.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:34:00.736 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:34:00.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:34:00.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:34:00.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:34:00.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:34:00.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:34:00.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost... 06:34:00.738 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:34:00.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:34:00.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:34:00.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:34:00.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:34:00.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:00.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:00.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:00.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:00.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:34:00.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:00.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:00.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:34:00.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:34:00.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:34:00.744 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:34: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 '\*?\QServers\E') 06:34:00.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:00.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:00.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:00.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:00.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:34:00.832 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:34:00.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:34:00.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:34:00.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:34:00.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:34:00.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:34:01.337 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:34:01.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:34:01.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:34:01.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:34:01.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:34:01.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:01.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:01.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:01.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:01.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:34:01.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:01.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:01.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:34:01.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:34:01.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:34:01.341 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:34:01.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 '\*?\QServers\E') 06:34:01.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:01.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:01.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:01.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:01.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:34:01.342 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:34:01.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:34:01.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:34:01.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:34:01.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:34:01.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:34:01.852 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:34:01.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:34:01.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:34:01.853 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 06:34:01.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:34:01.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:01.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:01.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:34:02.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:02.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:34:02.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:02.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:34:02.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:34:02.857 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:34:02.857 INFO [WorkbenchTestable][ServersView2] Requested server 'Apache Tomcat v7.0 Server at localhost' was not found on Servers view 06:34:02.857 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:34:02.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:34:02.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:34:02.858 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 06:34:02.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:34:02.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:02.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:02.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:34:03.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:03.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:34:03.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:03.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:34:03.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:34:03.863 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:34:03.864 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 06:34:03.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost finished successfully 06:34:03.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:34:03.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:34:03.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:34:03.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:34:03.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:34:03.864 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:34:03.864 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:34:03.864 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:34:03.864 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:34:03.865 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:34:03.865 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:34:03.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:34:03.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:34:03.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:34:03.865 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:34:03.865 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:34:03.865 DEBUG [main][MenuItemLookup] Found menu:'File' 06:34:03.865 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:34:03.865 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:34:03.865 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:34:03.865 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:34:03.865 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:34:03.865 DEBUG [main][MenuItemLookup] Item match:Window 06:34:03.866 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:34:03.866 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:34:03.866 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:34:03.866 DEBUG [main][MenuItemLookup] Found menu:'' 06:34:03.866 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:34:03.866 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:34:03.866 DEBUG [main][MenuItemLookup] Found menu:'' 06:34:03.866 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:34:03.866 DEBUG [main][MenuItemLookup] Found menu:'' 06:34:03.866 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:34:03.866 DEBUG [main][MenuItemLookup] Item match:Preferences 06:34:03.866 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:34:03.866 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:34:03.866 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:34:03.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:34:03.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:34:03.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:34:03.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:34:03.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:34:03.933 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:34:03.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:34:03.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:34:03.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:03.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:03.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:03.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:03.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:34:03.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:34:03.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:34:03.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 06:34:03.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:34:03.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:34:04.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:34:04.451 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:34:04.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 06:34:04.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:34:04.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:34:04.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:34:04.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:34:04.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:34:04.452 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 06:34:04.452 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 06:34:04.453 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 06:34:04.453 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 06:34:04.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:04.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:04.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:34:04.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:04.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:34:05.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:05.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:34:05.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:34:05.485 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Apache Tomcat v7.0 Runtime(test)' 06:34:05.487 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 06:34:05.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:05.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:05.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:05.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:05.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:34:05.488 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Apache Tomcat v7.0 Runtime' 06:34:05.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:34:05.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:34:05.493 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' was found 06:34:05.493 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' matched 'Apache Tomcat v7.0 Runtime'! Selecting... 06:34:05.493 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 06:34:05.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:34:05.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:34:05.493 TRACE [main][WidgetHandler] Notify Table with event 13 06:34:05.493 TRACE [main][WidgetHandler] Wait for synchronization 06:34:05.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.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") 06:34:05.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:05.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:05.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:05.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:05.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:34:05.496 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:34:05.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:34:05.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:34:05.496 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:34:05.496 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:34:05.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:34:08.526 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 06:34:08.526 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 06:34:08.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:08.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:08.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:34:08.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:08.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:08.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:08.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:08.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:34:08.530 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:34:08.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:34:08.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:34:08.530 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:34:08.530 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:34:08.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:34:08.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:34:08.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:34:08.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:34:08.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:34:08.552 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 06:34:08.552 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:34:08.552 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:34:08.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:34:08.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:34:08.552 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.734 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.038 s Running org.eclipse.reddeer.requirements.test.server.ServerPresentTest 06:34:08.572 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 06:34:08.572 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:34:08.572 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:34:08.573 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 06:34:08.573 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:34:08.573 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:34:08.573 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:34:08.573 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:34:08.573 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:34:08.573 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:34:08.573 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:34:08.573 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:34:08.573 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:34:08.573 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:34:08.573 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:34:08.573 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:34:08.574 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:34:08.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:34:08.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:34:08.574 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:34:08.574 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:34:08.574 DEBUG [main][MenuItemLookup] Found menu:'File' 06:34:08.574 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:34:08.574 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:34:08.574 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:34:08.574 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:34:08.574 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:34:08.574 DEBUG [main][MenuItemLookup] Item match:Window 06:34:08.575 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:34:08.575 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:34:08.575 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:34:08.575 DEBUG [main][MenuItemLookup] Found menu:'' 06:34:08.575 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:34:08.575 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:34:08.575 DEBUG [main][MenuItemLookup] Found menu:'' 06:34:08.575 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:34:08.575 DEBUG [main][MenuItemLookup] Found menu:'' 06:34:08.575 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:34:08.575 DEBUG [main][MenuItemLookup] Item match:Preferences 06:34:08.575 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:34:08.575 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:34:08.575 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:34:08.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 'Preferences.*'] is available.... 06:34:08.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. finished successfully 06:34:08.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:34:08.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:34:08.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:34:08.631 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:34:08.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:34:08.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:34:08.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:08.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:08.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:08.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:08.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:34:08.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:34:08.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:34:08.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:34:08.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:08.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:08.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:08.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:08.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:34:08.634 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:34:08.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:34:08.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:34:08.634 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:34:08.634 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:34:08.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:34:08.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:34:08.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:34:08.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:34:08.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:34:08.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:08.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:08.649 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:34:08.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:08.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:08.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:34:08.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:34:08.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:34:08.651 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:34:08.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:34:08.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:08.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:08.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:08.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:08.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:34:08.652 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:34:08.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:34:08.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:34:08.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:34:08.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:34:08.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:34:08.660 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:34:08.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:34:08.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:34:08.661 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 06:34:08.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:34:08.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:08.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:08.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:34:09.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:09.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:34:09.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:09.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:34:09.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:34:09.665 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:34:09.665 INFO [WorkbenchTestable][ApacheTomcatServerRequirement] Setup Apache Tomcat server 06:34:09.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:34:09.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:34:09.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:34:09.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:34:09.665 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 06:34:09.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:34:09.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:34:09.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:34:09.666 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:34:09.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:34:09.666 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:34:09.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:34:09.666 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 06:34:09.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:34:09.666 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:34:09.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:34:09.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'] 06:34:09.667 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:34:09.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:34:09.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:34:09.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:34:09.667 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:34:09.667 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:34:09.667 DEBUG [main][MenuItemLookup] Found menu:'File' 06:34:09.667 DEBUG [main][MenuItemLookup] Item match:File 06:34:09.668 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:34:09.668 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:34:09.670 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:34:09.670 DEBUG [main][MenuItemLookup] Found menu:'' 06:34:09.670 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:34:09.670 DEBUG [main][MenuItemLookup] Found menu:'File' 06:34:09.670 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:34:09.670 DEBUG [main][MenuItemLookup] Found menu:'' 06:34:09.670 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:34:09.670 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:34:09.676 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:34:09.676 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:34:09.676 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:34:09.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.... 06:34:09.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. finished successfully 06:34:09.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:34:09.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:34:09.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:34:09.722 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:34:09.722 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:34:09.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:34:09.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:09.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:09.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:09.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:09.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:34:09.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:34:09.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:34:09.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 06:34:09.723 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:34:09.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:34:09.723 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:34:09.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:34:09.723 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:34:09.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 06:34:09.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:34:09.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:34:09.724 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:34:09.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:34:09.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:34:09.724 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 06:34:09.724 DEBUG [main][TreeItemHandler] Selecting tree item: Server 06:34:09.724 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server about selection 06:34:09.724 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 06:34:09.724 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:34:09.724 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:34:09.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:34:09.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:09.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:09.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:09.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:09.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:34:09.726 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:34:09.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:34:09.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:34:09.726 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:34:09.726 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:34:09.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'] 06:34:09.825 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:34:09.825 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:34:09.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 06:34:09.825 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 06:34:09.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:34:09.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:34:09.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:34:09.826 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:34:09.826 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:34:09.827 DEBUG [WorkbenchTestable][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 06:34:09.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:09.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:09.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:09.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:09.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:34:09.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:34:09.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:34:09.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server]... 06:34:09.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:34:09.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:34:09.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 06:34:09.834 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 06:34:09.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:34:09.834 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 06:34:09.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:34:09.834 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 06:34:09.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 06:34:09.835 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 06:34:09.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:34:09.835 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 06:34:09.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:34:09.835 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 06:34:09.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server] finished successfully 06:34:09.835 DEBUG [WorkbenchTestable][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 06:34:09.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:09.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:09.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:09.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:09.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:34:09.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:34:09.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:34:09.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 06:34:09.836 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 06:34:09.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:34:09.837 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 06:34:09.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:34:09.837 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 06:34:09.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 06:34:09.837 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 06:34:09.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:34:09.837 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 06:34:09.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:34:09.837 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 06:34:09.837 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Tomcat v7.0 Server 06:34:09.837 DEBUG [main][TreeItemHandler] Selecting tree item: Tomcat v7.0 Server 06:34:09.837 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Tomcat v7.0 Server about selection 06:34:09.848 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Tomcat v7.0 Server 06:34:09.848 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:34:09.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:09.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:09.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:09.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:09.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:34:09.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:34:10.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:34:10.350 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:") 06:34:10.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:10.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:10.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:10.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:10.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:34:10.353 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:34:10.353 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Server at localhost 06:34:10.354 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:34:10.354 INFO [WorkbenchTestable][NewServerWizard] Go to next wizard page 06:34:10.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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) 06:34:10.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:10.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:10.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:10.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:10.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:34:10.355 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:34:10.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:34:10.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:34:10.355 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:34:10.356 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:34:10.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 06:34:10.379 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:34:10.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:34:10.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:34:10.380 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 06:34:10.380 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:34:10.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:10.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:34:10.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:34:10.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:10.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:34:10.380 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:34:10.380 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Runtime 06:34:10.381 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 06:34:10.381 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:34:10.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:34:10.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:34:10.382 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 06:34:10.382 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:34:10.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:34:10.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:34:10.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:34:10.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:34:10.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 06:34:10.382 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:34:10.382 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 06:34:10.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:35:10.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 06:35:10.414 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:35:10.414 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 06:35:10.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.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) 06:35:10.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:10.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:10.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:10.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:10.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:35:10.418 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:35:10.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:35:10.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:35:10.418 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:35:10.418 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:35:10.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:35:10.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:35:10.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:35:10.924 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:35:10.924 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:35:10.924 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:35:10.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:35:10.924 INFO [WorkbenchTestable][AbstractServerRequirement] Checking the state of the server 'Apache Tomcat v7.0 Server at localhost' 06:35:10.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:10.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:10.926 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:35:10.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:10.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:10.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:35:10.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:35:10.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:35:10.927 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:35:10.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:35:10.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:10.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:10.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:10.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:10.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:35:10.929 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:35:10.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:35:10.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:35:10.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:35:10.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:35:10.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:35:10.937 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:35:10.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:35:10.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:35:10.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:35:10.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:35:10.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:10.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:10.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:10.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:10.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:35:10.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:10.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:10.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:35:10.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:35:10.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:35:10.941 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:35:10.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 '\*?\QServers\E') 06:35:10.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:10.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:10.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:10.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:10.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:35:10.942 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:35:10.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:35:10.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:35:10.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:35:10.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:35:10.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:35:10.944 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:35:10.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:35:10.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:35:10.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:35:10.945 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:35:10.945 INFO [WorkbenchTestable][RequirementsRunner] Started test: isServerPresentTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerPresentTest) 06:35:10.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 06:35:10.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:35:10.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:35:10.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:35:10.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:10.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:10.947 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:35:10.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:10.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:10.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:35:10.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:35:10.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:35:10.955 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:35:10.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:35:10.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:10.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:10.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:10.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:10.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:35:10.956 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:35:10.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:35:10.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:35:10.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:35:10.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:35:10.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:35:10.958 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:35:10.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:35:10.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:35:10.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:35:10.959 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:35:10.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:10.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:10.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:10.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:10.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:35:10.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:10.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:10.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:35:10.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:35:10.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:35:10.961 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:35:10.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') 06:35:10.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:10.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:10.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:10.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:10.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:35:10.963 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:35:10.963 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:35:10.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:35:10.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:35:10.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:35:10.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:35:10.972 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 06:35:10.972 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:35:10.972 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:35:10.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:35:10.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:35:10.973 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isServerPresentTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerPresentTest) 06:35:10.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:10.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:10.974 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:35:10.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:10.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:10.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:35:10.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:35:10.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:35:10.976 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:35:10.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:35:10.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:10.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:10.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:10.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:10.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:35:10.977 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:35:10.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:35:10.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:35:10.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:35:10.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:35:10.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:35:10.979 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:35:10.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:35:10.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:35:10.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:35:10.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:35:10.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:10.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:10.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:10.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:10.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:35:10.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:10.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:10.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:35:10.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:35:10.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:35:10.982 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:35:10.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:35:10.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:10.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:10.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:10.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:10.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:35:10.983 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:35:10.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:35:10.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:35:10.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:35:10.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:35:10.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:35:10.985 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:35:10.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:35:10.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:35:10.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:35:10.986 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 06:35:10.986 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 06:35:10.986 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] about selection 06:35:11.000 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 06:35:11.001 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:35:11.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:35:11.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:35:11.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:35:11.002 INFO [WorkbenchTestable][AbstractServer] Delete server 'Apache Tomcat v7.0 Server at localhost'. Stop server first: true 06:35:11.002 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:35:11.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:35:11.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:35:11.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:35:11.003 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:35:11.003 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:35:11.023 DEBUG [main][MenuItemLookup] Found menu:'New' 06:35:11.023 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:35:11.023 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:35:11.023 DEBUG [main][MenuItemLookup] Found menu:'' 06:35:11.023 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:35:11.023 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:35:11.023 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:35:11.024 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:35:11.024 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 06:35:11.024 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:35:11.024 INFO [main][MenuItemHandler] Select menu item: Delete Delete 06:35:11.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 06:35:11.056 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 06:35:11.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 06:35:11.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:35:11.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:35:11.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:35:11.057 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:35:11.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:35:11.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:35:11.057 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 06:35:11.057 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:35:11.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:11.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:11.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:11.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:11.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:35:11.097 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:35:11.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:35:11.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:35:11.098 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:35:11.098 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:35:11.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:35:11.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:35:11.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:11.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:11.137 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:35:11.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:11.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:11.139 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:35:11.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:35:11.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:35:11.140 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:35:11.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:35:11.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:11.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:11.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:11.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:11.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:35:11.141 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:35:11.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:35:11.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:35:11.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:35:11.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:35:11.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:35:11.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost... 06:35:11.143 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:35:11.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:35:11.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:35:11.143 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 06:35:11.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:35:11.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:11.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:11.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:35:11.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:11.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:35:12.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:12.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:35:12.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:35:12.147 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:35:12.147 INFO [WorkbenchTestable][ServersView2] Requested server 'Apache Tomcat v7.0 Server at localhost' was not found on Servers view 06:35:12.147 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:35:12.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:35:12.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:35:12.148 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 06:35:12.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:35:12.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:12.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:12.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:35:12.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:12.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:35:13.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:13.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:35:13.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:35:13.152 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:35:13.152 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 06:35:13.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost finished successfully 06:35:13.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:35:13.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:35:13.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:35:13.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:35:13.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:35:13.152 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:35:13.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:35:13.152 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:35:13.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:35:13.153 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:35:13.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:35:13.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:35:13.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:35:13.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:35:13.153 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:35:13.153 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:35:13.153 DEBUG [main][MenuItemLookup] Found menu:'File' 06:35:13.153 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:35:13.153 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:35:13.153 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:35:13.153 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:35:13.153 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:35:13.153 DEBUG [main][MenuItemLookup] Item match:Window 06:35:13.154 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:35:13.154 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:35:13.154 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:35:13.154 DEBUG [main][MenuItemLookup] Found menu:'' 06:35:13.154 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:35:13.154 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:35:13.154 DEBUG [main][MenuItemLookup] Found menu:'' 06:35:13.154 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:35:13.154 DEBUG [main][MenuItemLookup] Found menu:'' 06:35:13.154 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:35:13.154 DEBUG [main][MenuItemLookup] Item match:Preferences 06:35:13.154 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:35:13.154 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:35:13.154 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:35:13.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:35:13.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 'Preferences.*'] is available. finished successfully 06:35:13.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:35:13.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:35:13.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:35:13.213 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:35:13.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:35:13.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:35:13.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:13.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:13.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:13.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:13.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:35:13.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:35:13.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:35:13.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 06:35:13.214 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:35:13.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:35:13.214 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:35:13.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:35:13.215 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:35:13.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 06:35:13.215 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:35:13.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:35:13.215 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:35:13.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:35:13.215 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:35:13.215 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 06:35:13.215 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 06:35:13.215 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 06:35:13.215 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 06:35:13.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:13.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:13.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:35:13.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:13.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:35:14.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:14.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:35:14.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:35:14.219 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Apache Tomcat v7.0 Runtime(test)' 06:35:14.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.server.ui.RuntimePreferencePage, index 0 and no matchers specified 06:35:14.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:14.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:14.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:14.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:14.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:35:14.221 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Apache Tomcat v7.0 Runtime' 06:35:14.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:35:14.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:35:14.223 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' was found 06:35:14.223 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' matched 'Apache Tomcat v7.0 Runtime'! Selecting... 06:35:14.223 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 06:35:14.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:35:14.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:35:14.223 TRACE [main][WidgetHandler] Notify Table with event 13 06:35:14.223 TRACE [main][WidgetHandler] Wait for synchronization 06:35:14.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.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") 06:35:14.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:14.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:14.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:14.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:14.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:35:14.225 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:35:14.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:35:14.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:35:14.225 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:35:14.225 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:35:14.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:35:17.230 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 06:35:17.230 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 06:35:17.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:17.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:17.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:35:17.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:17.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:17.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:17.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:17.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:35:17.234 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:35:17.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:35:17.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:35:17.234 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:35:17.234 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:35:17.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:35:17.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:35:17.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:35:17.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:35:17.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:35:17.256 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 06:35:17.256 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:35:17.256 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:35:17.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:35:17.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 68.686 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.028 s Running org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 06:35:17.261 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 06:35:17.261 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:35:17.261 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:35:17.261 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 06:35:17.262 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:35:17.262 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:35:17.262 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:35:17.262 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:35:17.262 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:35:17.262 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:35:17.262 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:35:17.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:35:17.262 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:35:17.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:35:17.262 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:35:17.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:35:17.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:35:17.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:35:17.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:35:17.263 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:35:17.263 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:35:17.263 DEBUG [main][MenuItemLookup] Found menu:'File' 06:35:17.263 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:35:17.263 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:35:17.263 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:35:17.263 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:35:17.263 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:35:17.263 DEBUG [main][MenuItemLookup] Item match:Window 06:35:17.263 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:35:17.263 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:35:17.263 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:35:17.263 DEBUG [main][MenuItemLookup] Found menu:'' 06:35:17.263 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:35:17.263 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:35:17.263 DEBUG [main][MenuItemLookup] Found menu:'' 06:35:17.263 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:35:17.263 DEBUG [main][MenuItemLookup] Found menu:'' 06:35:17.263 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:35:17.263 DEBUG [main][MenuItemLookup] Item match:Preferences 06:35:17.263 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:35:17.263 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:35:17.263 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:35:17.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.... 06:35:17.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 06:35:17.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:35:17.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:35:17.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:35:17.316 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:35:17.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:35:17.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 06:35:17.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:17.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:17.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:17.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:17.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:35:17.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:35:17.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:35:17.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:35:17.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:17.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:17.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:17.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:17.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:35:17.319 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:35:17.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:35:17.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:35:17.319 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:35:17.319 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:35:17.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:35:17.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:35:17.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:35:17.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:35:17.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:35:17.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:17.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:17.333 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:35:17.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:17.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:17.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:35:17.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:35:17.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:35:17.335 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:35:17.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 '\*?\QServers\E') 06:35:17.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:17.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:17.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:17.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:17.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:35:17.336 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:35:17.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:35:17.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:35:17.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:35:17.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:35:17.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:35:17.337 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:35:17.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:35:17.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:35:17.345 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 06:35:17.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:35:17.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:17.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:17.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:35:17.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:17.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:35:18.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:18.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:35:18.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:35:18.349 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:35:18.349 INFO [WorkbenchTestable][ApacheTomcatServerRequirement] Setup Apache Tomcat server 06:35:18.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'] 06:35:18.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:35:18.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'] 06:35:18.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:35:18.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 Server"] 06:35:18.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:35:18.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'] 06:35:18.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:35:18.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'] 06:35:18.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:35:18.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'] 06:35:18.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:35:18.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 Server"] 06:35:18.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:35:18.351 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:35:18.351 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:35:18.351 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:35:18.351 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:35:18.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:35:18.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:35:18.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:35:18.351 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:35:18.351 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:35:18.351 DEBUG [main][MenuItemLookup] Found menu:'File' 06:35:18.352 DEBUG [main][MenuItemLookup] Item match:File 06:35:18.352 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:35:18.352 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:35:18.355 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:35:18.355 DEBUG [main][MenuItemLookup] Found menu:'' 06:35:18.355 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:35:18.355 DEBUG [main][MenuItemLookup] Found menu:'File' 06:35:18.355 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:35:18.355 DEBUG [main][MenuItemLookup] Found menu:'' 06:35:18.355 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:35:18.355 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:35:18.363 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:35:18.363 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:35:18.363 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:35:18.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:35:18.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 06:35:18.416 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:35:18.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:35:18.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:35:18.417 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:35:18.417 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:35:18.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 06:35:18.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:18.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:18.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:18.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:18.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:35:18.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:35:18.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:35:18.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 06:35:18.419 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:35:18.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:35:18.419 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:35:18.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:35:18.419 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:35:18.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 06:35:18.420 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:35:18.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:35:18.420 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:35:18.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:35:18.420 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:35:18.420 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 06:35:18.420 DEBUG [main][TreeItemHandler] Selecting tree item: Server 06:35:18.420 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server about selection 06:35:18.420 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 06:35:18.421 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:35:18.421 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:35:18.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:35:18.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:18.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:18.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:18.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:18.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:35:18.422 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:35:18.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:35:18.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:35:18.422 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:35:18.422 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:35:18.511 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:35:18.514 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:35:18.514 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:35:18.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 06:35:18.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 06:35:18.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:35:18.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:35:18.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:35:18.515 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:35:18.515 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:35:18.516 DEBUG [WorkbenchTestable][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 06:35:18.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:18.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:18.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:18.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:18.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:35:18.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:35:18.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:35:18.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server]... 06:35:18.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:35:18.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:35:18.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 06:35:18.519 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 06:35:18.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:35:18.519 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 06:35:18.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:35:18.519 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 06:35:18.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 06:35:18.519 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 06:35:18.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:35:18.519 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 06:35:18.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:35:18.520 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 06:35:18.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server] finished successfully 06:35:18.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 06:35:18.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:18.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:18.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:18.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:18.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:35:18.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:35:18.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:35:18.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 06:35:18.521 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 06:35:18.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:35:18.521 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 06:35:18.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:35:18.521 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 06:35:18.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 06:35:18.522 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 06:35:18.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:35:18.522 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 06:35:18.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:35:18.522 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 06:35:18.527 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Tomcat v7.0 Server 06:35:18.527 DEBUG [main][TreeItemHandler] Selecting tree item: Tomcat v7.0 Server 06:35:18.527 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Tomcat v7.0 Server about selection 06:35:18.536 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Tomcat v7.0 Server 06:35:18.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.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) 06:35:18.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:18.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:18.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:18.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:18.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:35:18.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:35:19.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:35:19.038 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:") 06:35:19.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:19.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:19.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:19.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:19.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:35:19.041 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:35:19.042 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Server at localhost 06:35:19.043 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:35:19.043 INFO [WorkbenchTestable][NewServerWizard] Go to next wizard page 06:35:19.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.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) 06:35:19.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:19.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:19.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:19.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:19.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:35:19.045 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:35:19.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:35:19.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:35:19.045 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:35:19.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:35:19.077 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 06:35:19.077 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:35:19.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:35:19.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:35:19.077 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 06:35:19.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:35:19.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:19.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:35:19.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:35:19.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:19.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:35:19.078 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:35:19.078 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Runtime 06:35:19.079 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 06:35:19.079 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:35:19.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:35:19.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:35:19.080 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 06:35:19.080 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:35:19.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:35:19.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:35:19.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:35:19.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:35:19.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 06:35:19.080 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:35:19.080 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 06:35:19.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:36:19.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 06:36:19.107 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:36:19.107 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 06:36:19.107 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:36:19.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:19.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:19.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:19.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:19.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:36:19.110 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:36:19.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:36:19.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:36:19.111 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:36:19.111 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:36:19.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:36:19.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:36:19.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:36:19.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:36:19.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:36:19.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:36:19.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:36:19.617 INFO [WorkbenchTestable][AbstractServerRequirement] Checking the state of the server 'Apache Tomcat v7.0 Server at localhost' 06:36:19.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:19.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:19.619 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:36:19.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:19.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:19.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:36:19.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:36:19.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:36:19.620 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:36:19.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 '\*?\QServers\E') 06:36:19.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:19.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:19.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:19.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:19.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:36:19.622 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:36:19.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:36:19.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:36:19.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:36:19.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:36:19.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:36:19.624 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:36:19.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:36:19.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:36:19.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:36:19.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:36:19.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:19.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:19.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:19.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:19.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:36:19.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:19.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:19.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:36:19.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:36:19.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:36:19.627 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:36:19.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 '\*?\QServers\E') 06:36:19.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:19.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:19.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:19.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:19.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:36:19.629 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:36:19.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:36:19.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:36:19.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:36:19.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:36:19.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:36:19.631 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:36:19.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:36:19.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:36:19.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:36:19.631 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:36:19.632 INFO [WorkbenchTestable][RequirementsRunner] Started test: testServerCleanup server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerCleanupTest) 06:36:19.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 06:36:19.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:36:19.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:36:19.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:36:19.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:19.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:19.633 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:36:19.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:19.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:19.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:36:19.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:36:19.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:36:19.635 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:36:19.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') 06:36:19.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:19.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:19.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:19.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:19.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:36:19.636 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:36:19.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:36:19.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:36:19.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:36:19.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:36:19.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:36:19.645 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:36:19.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:36:19.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:36:19.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:36:19.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:36:19.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:19.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:19.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:19.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:19.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:36:19.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:19.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:19.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:36:19.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:36:19.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:36:19.648 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:36:19.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:36:19.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:19.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:19.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:19.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:19.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:36:19.650 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:36:19.650 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:36:19.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:36:19.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:36:19.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:36:19.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:36:19.651 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:36:19.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:36:19.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:36:19.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:36:19.652 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 06:36:19.652 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 06:36:19.652 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] about selection 06:36:19.662 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 06:36:19.663 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:36:19.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:36:19.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:36:19.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:36:19.664 INFO [WorkbenchTestable][AbstractServer] Delete server 'Apache Tomcat v7.0 Server at localhost'. Stop server first: true 06:36:19.664 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:36:19.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:36:19.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:36:19.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:36:19.664 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:36:19.664 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:36:19.699 DEBUG [main][MenuItemLookup] Found menu:'New' 06:36:19.699 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:36:19.699 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:36:19.699 DEBUG [main][MenuItemLookup] Found menu:'' 06:36:19.699 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:36:19.699 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:36:19.699 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:36:19.699 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:36:19.699 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 06:36:19.699 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:36:19.699 INFO [main][MenuItemHandler] Select menu item: Delete Delete 06:36:19.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 06:36:19.727 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 06:36:19.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 06:36:19.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:36:19.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:36:19.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 "OK") 06:36:19.728 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:36:19.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:36:19.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:36:19.728 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 06:36:19.728 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:36:19.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:19.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:19.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:19.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:19.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:36:19.729 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:36:19.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:36:19.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:36:19.729 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:36:19.729 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:36:19.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:36:19.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:36:19.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:19.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:19.753 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:36:19.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:19.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:19.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:36:19.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:36:19.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:36:19.755 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:36:19.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 '\*?\QServers\E') 06:36:19.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:19.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:19.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:19.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:19.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:36:19.756 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:36:19.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:36:19.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:36:19.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:36:19.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:36:19.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:36:19.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost... 06:36:19.757 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:36:19.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:36:19.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:36:19.758 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 06:36:19.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:36:19.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:19.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:19.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:36:20.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:20.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:36:20.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:20.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:36:20.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:36:20.761 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:36:20.761 INFO [WorkbenchTestable][ServersView2] Requested server 'Apache Tomcat v7.0 Server at localhost' was not found on Servers view 06:36:20.761 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:36:20.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:36:20.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:36:20.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 06:36:20.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 06:36:20.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:20.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:20.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:36:21.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:21.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:36:21.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:21.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:36:21.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:36:21.766 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:36:21.766 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 06:36:21.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost finished successfully 06:36:21.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:36:21.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:36:21.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:36:21.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:36:21.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:36:21.766 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:36:21.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:36:21.766 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:36:21.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:36:21.766 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:36:21.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:36:21.767 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:36:21.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:36:21.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:36:21.767 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:36:21.767 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:36:21.767 DEBUG [main][MenuItemLookup] Found menu:'File' 06:36:21.767 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:36:21.767 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:36:21.767 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:36:21.767 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:36:21.767 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:36:21.767 DEBUG [main][MenuItemLookup] Item match:Window 06:36:21.768 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:36:21.768 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:36:21.768 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:36:21.768 DEBUG [main][MenuItemLookup] Found menu:'' 06:36:21.768 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:36:21.768 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:36:21.768 DEBUG [main][MenuItemLookup] Found menu:'' 06:36:21.768 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:36:21.768 DEBUG [main][MenuItemLookup] Found menu:'' 06:36:21.768 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:36:21.768 DEBUG [main][MenuItemLookup] Item match:Preferences 06:36:21.768 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:36:21.768 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:36:21.768 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:36:21.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.... 06:36:21.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:36:21.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:36:21.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:36:21.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:36:21.822 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:36:21.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:36:21.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:36:21.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:21.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:21.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:21.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:21.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:36:21.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:36:21.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:36:21.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 06:36:21.824 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:36:21.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:36:21.824 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:36:21.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:36:21.824 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:36:21.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 06:36:21.825 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:36:21.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:36:21.825 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:36:21.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:36:21.825 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:36:21.825 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 06:36:21.825 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 06:36:21.825 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 06:36:21.825 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 06:36:21.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:21.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:21.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:36:22.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:22.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:36:22.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:22.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:36:22.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:36:22.830 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Apache Tomcat v7.0 Runtime(test)' 06:36:22.830 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 06:36:22.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:22.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:22.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:22.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:22.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:36:22.831 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Apache Tomcat v7.0 Runtime' 06:36:22.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:36:22.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:36:22.834 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' was found 06:36:22.834 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' matched 'Apache Tomcat v7.0 Runtime'! Selecting... 06:36:22.834 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 06:36:22.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:36:22.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:36:22.834 TRACE [main][WidgetHandler] Notify Table with event 13 06:36:22.834 TRACE [main][WidgetHandler] Wait for synchronization 06:36:22.834 DEBUG [WorkbenchTestable][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") 06:36:22.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:22.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:22.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:22.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:22.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:36:22.836 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:36:22.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:36:22.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:36:22.836 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:36:22.836 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:36:22.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:36:25.841 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 06:36:25.841 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 06:36:25.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:25.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:25.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 06:36:25.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:25.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:25.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:25.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:25.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:36:25.844 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:36:25.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:36:25.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:36:25.844 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:36:25.844 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:36:25.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:36:25.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:36:25.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:36:25.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:36:25.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:36:25.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:25.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:25.866 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:36:25.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:25.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:25.868 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:36:25.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:36:25.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:36:25.868 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:36:25.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:36:25.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:25.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:25.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:25.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:25.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:36:25.869 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:36:25.869 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:36:25.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:36:25.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:36:25.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:36:25.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:36:25.871 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:36:25.871 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:36:25.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:36:25.871 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 06:36:25.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:36:25.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:25.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:25.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:36:26.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:26.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:36:26.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:26.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:36:26.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:36:26.875 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:36:26.875 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 06:36:26.875 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:36:26.875 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:36:26.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:36:26.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:36:26.875 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testServerCleanup server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerCleanupTest) 06:36:26.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:26.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:26.877 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:36:26.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:26.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:26.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:36:26.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:36:26.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:36:26.878 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:36:26.878 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:36:26.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:26.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:26.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:26.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:26.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:36:26.880 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:36:26.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:36:26.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:36:26.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:36:26.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:36:26.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:36:26.881 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:36:26.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:36:26.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:36:26.882 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 06:36:26.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:36:26.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:26.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:26.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:36:27.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:27.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:36:27.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:27.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:36:27.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:36:27.885 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:36:27.885 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 06:36:27.885 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:36:27.885 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:36:27.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:36:27.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 70.626 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.243 s Running org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 06:36:27.890 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 06:36:27.890 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:36:27.890 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:36:27.890 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 06:36:27.890 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:36:27.890 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:36:27.891 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:36:27.891 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:36:27.891 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:36:27.891 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:36:27.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.*'] 06:36:27.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:36:27.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.*'] 06:36:27.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:36:27.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.*'] 06:36:27.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:36:27.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:36:27.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:36:27.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:36:27.892 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:36:27.892 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:36:27.892 DEBUG [main][MenuItemLookup] Found menu:'File' 06:36:27.892 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:36:27.892 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:36:27.892 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:36:27.892 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:36:27.893 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:36:27.893 DEBUG [main][MenuItemLookup] Item match:Window 06:36:27.893 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:36:27.893 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:36:27.893 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:36:27.893 DEBUG [main][MenuItemLookup] Found menu:'' 06:36:27.893 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:36:27.893 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:36:27.893 DEBUG [main][MenuItemLookup] Found menu:'' 06:36:27.893 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:36:27.893 DEBUG [main][MenuItemLookup] Found menu:'' 06:36:27.893 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:36:27.893 DEBUG [main][MenuItemLookup] Item match:Preferences 06:36:27.893 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:36:27.893 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:36:27.893 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:36:27.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.... 06:36:27.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 06:36:27.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:36:27.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:36:27.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:36:27.946 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:36:27.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:36:27.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 06:36:27.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:27.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:27.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:27.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:27.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:36:27.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:36:27.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:36:27.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:36:27.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:27.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:27.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:27.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:27.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:36:27.949 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:36:27.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:36:27.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:36:27.949 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:36:27.949 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:36:27.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:36:27.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:36:27.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:36:27.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:36:27.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:36:27.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:27.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:27.963 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:36:27.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:27.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:27.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:36:27.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:36:27.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:36:27.965 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:36:27.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:36:27.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:27.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:27.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:27.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:27.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:36:27.966 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:36:27.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:36:27.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:36:27.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:36:27.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:36:27.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:36:27.974 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:36:27.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:36:27.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:36:27.975 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 06:36:27.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:36:27.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:27.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:27.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:36:28.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:28.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:36:28.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:28.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:36:28.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:36:28.978 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:36:28.978 INFO [WorkbenchTestable][ApacheTomcatServerRequirement] Setup Apache Tomcat server 06:36:28.978 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:36:28.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:36:28.978 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:36:28.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:36:28.979 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 06:36:28.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:36:28.979 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:36:28.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:36:28.979 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:36:28.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:36:28.979 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:36:28.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:36:28.979 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 06:36:28.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:36:28.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:36:28.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:36:28.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:36:28.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:36:28.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:36:28.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:36:28.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:36:28.980 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:36:28.980 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:36:28.980 DEBUG [main][MenuItemLookup] Found menu:'File' 06:36:28.980 DEBUG [main][MenuItemLookup] Item match:File 06:36:28.981 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:36:28.981 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:36:28.983 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:36:28.983 DEBUG [main][MenuItemLookup] Found menu:'' 06:36:28.983 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:36:28.983 DEBUG [main][MenuItemLookup] Found menu:'File' 06:36:28.983 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:36:28.983 DEBUG [main][MenuItemLookup] Found menu:'' 06:36:28.983 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:36:28.983 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:36:28.989 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:36:28.989 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:36:28.989 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:36:29.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 'New|Select a wizard'] is available.... 06:36:29.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:36:29.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:36:29.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:36:29.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:36:29.032 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:36:29.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:36:29.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 06:36:29.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:29.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:29.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:29.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:29.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:36:29.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:36:29.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:36:29.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 06:36:29.033 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:36:29.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:36:29.034 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:36:29.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:36:29.034 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:36:29.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 06:36:29.034 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:36:29.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:36:29.034 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:36:29.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:36:29.034 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:36:29.034 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 06:36:29.034 DEBUG [main][TreeItemHandler] Selecting tree item: Server 06:36:29.034 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server about selection 06:36:29.034 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 06:36:29.034 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:36:29.034 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:36:29.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:36:29.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:29.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:29.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:29.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:29.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:36:29.035 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:36:29.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:36:29.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:36:29.035 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:36:29.035 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:36:29.110 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:36:29.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:36:29.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:36:29.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 06:36:29.114 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 06:36:29.114 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 06:36:29.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:36:29.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:36:29.114 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:36:29.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:36:29.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.wizard.NewServerWizardPage, index 0 and no matchers specified 06:36:29.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:29.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:29.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:29.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:29.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:36:29.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 06:36:29.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 06:36:29.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server]... 06:36:29.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:36:29.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:36:29.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 06:36:29.118 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 06:36:29.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:36:29.119 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 06:36:29.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:36:29.119 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 06:36:29.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 06:36:29.119 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 06:36:29.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:36:29.119 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 06:36:29.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:36:29.119 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 06:36:29.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server] finished successfully 06:36:29.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 06:36:29.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:29.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:29.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:29.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:29.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:36:29.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:36:29.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:36:29.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 06:36:29.121 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 06:36:29.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:36:29.121 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 06:36:29.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:36:29.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 06:36:29.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 06:36:29.121 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 06:36:29.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:36:29.121 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 06:36:29.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:36:29.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 06:36:29.122 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Tomcat v7.0 Server 06:36:29.122 DEBUG [main][TreeItemHandler] Selecting tree item: Tomcat v7.0 Server 06:36:29.122 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Tomcat v7.0 Server about selection 06:36:29.134 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Tomcat v7.0 Server 06:36:29.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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) 06:36:29.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:29.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:29.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:29.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:29.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:36:29.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:36:29.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:36:29.636 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:") 06:36:29.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:29.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:29.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:29.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:29.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:36:29.639 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:36:29.639 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Server at localhost 06:36:29.640 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:36:29.640 INFO [WorkbenchTestable][NewServerWizard] Go to next wizard page 06:36:29.640 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:36:29.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:29.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:29.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:29.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:29.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:36:29.641 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:36:29.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:36:29.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:36:29.641 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:36:29.641 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:36:29.663 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 06:36:29.663 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:36:29.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:36:29.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:36:29.663 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 06:36:29.663 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:36:29.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:29.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:36:29.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:36:29.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:29.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:36:29.663 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:36:29.663 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Runtime 06:36:29.665 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 06:36:29.665 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:36:29.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:36:29.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:36:29.665 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 06:36:29.665 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:36:29.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:36:29.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:36:29.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:36:29.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:36:29.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 06:36:29.665 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:36:29.665 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 06:36:29.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 06:37:29.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 06:37:29.695 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 06:37:29.695 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 06:37:29.695 DEBUG [WorkbenchTestable][WidgetLookup] 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) 06:37:29.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:29.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:29.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:29.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:29.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:29.697 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:37:29.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:29.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:29.698 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:29.698 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:29.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:37:30.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:37:30.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:37:30.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:37:30.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:37:30.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:37:30.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:37:30.205 INFO [WorkbenchTestable][AbstractServerRequirement] Checking the state of the server 'Apache Tomcat v7.0 Server at localhost' 06:37:30.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.207 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:37:30.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:30.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:30.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:30.209 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:30.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:37:30.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:30.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:30.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:37:30.210 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:37:30.210 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:37:30.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:30.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:37:30.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:37:30.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:37:30.213 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:37:30.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:37:30.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:30.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:37:30.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:37:30.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:30.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:30.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:30.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:30.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:30.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:30.216 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:30.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 '\*?\QServers\E') 06:37:30.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:30.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:30.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:37:30.218 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:37:30.218 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:37:30.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:30.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:37:30.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:37:30.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:37:30.230 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:37:30.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:37:30.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:30.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:37:30.231 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:30.231 INFO [WorkbenchTestable][RequirementsRunner] Started test: isServerStoppedTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerStoppedTest) 06:37:30.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 06:37:30.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:30.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:30.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:30.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.233 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:37:30.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:30.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:30.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:30.235 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:30.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 '\*?\QServers\E') 06:37:30.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:30.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:30.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:37:30.247 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:37:30.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:37:30.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:30.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:37:30.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:37:30.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:37:30.249 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:37:30.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:37:30.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:30.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:37:30.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.cnf.ServersView2, index 0 and no matchers specified 06:37:30.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:30.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:30.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:30.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:30.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:30.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:30.259 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:30.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 '\*?\QServers\E') 06:37:30.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:30.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:30.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:37:30.260 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:37:30.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:37:30.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:30.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:37:30.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:37:30.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:37:30.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:30.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:30.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:30.264 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:30.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 '\*?\QServers\E') 06:37:30.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:30.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:30.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:37:30.265 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:37:30.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:37:30.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:30.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:37:30.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:37:30.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:37:30.267 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 06:37:30.267 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:30.267 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:30.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:30.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:30.267 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isServerStoppedTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerStoppedTest) 06:37:30.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.269 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:37:30.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:30.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:30.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:30.276 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:30.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') 06:37:30.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:30.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:30.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:37:30.301 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:37:30.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:37:30.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:30.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:37:30.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:37:30.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:37:30.303 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:37:30.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:37:30.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:30.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:37:30.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:37:30.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:30.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:30.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:30.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:30.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:30.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:30.306 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:30.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 06:37:30.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:30.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:30.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:37:30.307 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:37:30.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:37:30.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:30.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:37:30.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:37:30.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:37:30.309 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:37:30.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:37:30.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:30.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:37:30.309 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 06:37:30.309 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 06:37:30.309 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] about selection 06:37:30.314 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 06:37:30.314 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:37:30.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:37:30.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:30.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:37:30.315 INFO [WorkbenchTestable][AbstractServer] Delete server 'Apache Tomcat v7.0 Server at localhost'. Stop server first: true 06:37:30.315 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:37:30.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:37:30.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:30.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:37:30.316 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:37:30.316 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:30.333 DEBUG [main][MenuItemLookup] Found menu:'New' 06:37:30.333 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:37:30.333 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:37:30.333 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:30.333 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:37:30.333 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:37:30.333 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:37:30.333 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:37:30.333 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 06:37:30.333 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:37:30.333 INFO [main][MenuItemHandler] Select menu item: Delete Delete 06:37:30.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 06:37:30.356 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 06:37:30.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 06:37:30.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:30.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:30.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:37:30.356 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:37:30.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:30.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:30.356 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 06:37:30.356 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:37:30.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:30.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:30.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:30.357 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:37:30.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:30.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:30.357 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:30.357 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:30.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:37:30.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:37:30.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.405 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 06:37:30.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.407 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:30.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:30.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:30.408 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:30.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') 06:37:30.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:30.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:30.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:30.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:37:30.409 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:37:30.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:37:30.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:30.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:37:30.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:37:30.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:37:30.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost... 06:37:30.411 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:37:30.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:37:30.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:30.417 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 06:37:30.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:37:30.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:30.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:37:30.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:30.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:37:31.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:31.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:37:31.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:37:31.420 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:37:31.420 INFO [WorkbenchTestable][ServersView2] Requested server 'Apache Tomcat v7.0 Server at localhost' was not found on Servers view 06:37:31.420 INFO [WorkbenchTestable][AbstractView] Activate view Servers 06:37:31.420 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 06:37:31.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:31.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 06:37:31.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 06:37:31.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:31.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:31.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:37:31.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:31.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:37:32.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:32.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:37:32.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:37:32.423 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 06:37:32.423 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 06:37:32.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost finished successfully 06:37:32.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:37:32.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:37:32.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:37:32.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:37:32.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:37:32.423 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:32.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:32.424 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:32.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:32.424 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:32.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:32.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:32.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:32.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:32.424 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:32.424 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:32.425 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:32.425 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:32.425 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:32.425 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:32.425 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:32.425 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:32.425 DEBUG [main][MenuItemLookup] Item match:Window 06:37:32.425 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:32.425 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:32.425 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:32.425 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:32.425 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:32.425 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:32.425 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:32.425 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:37:32.425 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:32.425 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:37:32.425 DEBUG [main][MenuItemLookup] Item match:Preferences 06:37:32.425 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:37:32.425 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:37:32.425 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:37:32.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:37:32.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:37:32.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:37:32.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:32.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:32.487 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:37:32.487 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:32.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:37:32.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:32.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:32.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:32.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:32.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:32.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:37:32.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:37:32.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 06:37:32.488 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:37:32.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:37:32.488 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:37:32.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:37:32.489 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:37:32.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 06:37:32.489 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 06:37:32.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:37:32.489 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 06:37:32.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:37:32.489 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 06:37:32.489 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 06:37:32.489 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 06:37:32.489 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 06:37:32.489 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 06:37:32.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:32.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:32.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:37:32.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:32.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:37:33.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:33.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:37:33.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:37:33.493 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Apache Tomcat v7.0 Runtime(test)' 06:37:33.493 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 06:37:33.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:33.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:33.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:33.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:33.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:37:33.495 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Apache Tomcat v7.0 Runtime' 06:37:33.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:37:33.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:37:33.497 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' was found 06:37:33.497 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' matched 'Apache Tomcat v7.0 Runtime'! Selecting... 06:37:33.497 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 06:37:33.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:37:33.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:37:33.497 TRACE [main][WidgetHandler] Notify Table with event 13 06:37:33.497 TRACE [main][WidgetHandler] Wait for synchronization 06:37:33.498 DEBUG [WorkbenchTestable][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") 06:37:33.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:33.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:33.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:33.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:33.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:33.499 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 06:37:33.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:33.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:33.499 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:33.499 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:33.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 06:37:36.504 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 06:37:36.504 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 06:37:36.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:36.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:36.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 06:37:36.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:36.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:36.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:36.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:36.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:36.508 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:37:36.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:36.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:36.508 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:36.508 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:36.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:37:36.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:37:36.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:36.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:36.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:36.532 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 06:37:36.532 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:36.532 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:36.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:36.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 68.644 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.036 s Running org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 06:37:36.536 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 06:37:36.537 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:37:36.537 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:36.537 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 06:37:36.537 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:36.537 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:37:36.537 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:36.537 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:37:36.537 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:36.537 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:37:36.537 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:36.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:36.537 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:36.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:36.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.*'] 06:37:36.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:36.538 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:36.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:36.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:36.538 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:36.538 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:36.538 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:36.538 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:36.538 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:36.538 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:36.538 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:36.538 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:36.538 DEBUG [main][MenuItemLookup] Item match:Window 06:37:36.539 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:36.539 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:36.539 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:36.539 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:36.539 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:36.539 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:36.539 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:36.539 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:37:36.539 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:36.539 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:37:36.539 DEBUG [main][MenuItemLookup] Item match:Preferences 06:37:36.539 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:37:36.539 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:37:36.539 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:37:36.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:37:36.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:37:36.590 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:37:36.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:36.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:36.591 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:37:36.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:36.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:37:36.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:36.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:36.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:36.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:36.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:36.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:37:36.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:37:36.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:37:36.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:36.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:36.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:36.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:36.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:36.593 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:37:36.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:36.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:36.594 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:36.594 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:36.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:37:36.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:37:36.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:36.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:36.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:36.607 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 06:37:36.608 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:36.608 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest) 06:37:36.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 06:37:36.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:36.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:36.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:36.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:36.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:36.608 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:36.608 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:36.608 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:36.608 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:36.608 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:36.608 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:36.608 DEBUG [main][MenuItemLookup] Item match:Project 06:37:36.611 DEBUG [main][MenuItemLookup] Found menu:'Open Project' 06:37:36.611 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:37:36.611 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:36.611 DEBUG [main][MenuItemLookup] Found menu:'Build All Ctrl+B' 06:37:36.611 DEBUG [main][MenuItemLookup] Found menu:'Build Project' 06:37:36.611 DEBUG [main][MenuItemLookup] Found menu:'Build Working Set' 06:37:36.611 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:37:36.611 DEBUG [main][MenuItemLookup] Found menu:'Build Automatically' 06:37:36.611 DEBUG [main][MenuItemLookup] Item match:Build Automatically 06:37:36.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 06:37:36.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:36.612 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:36.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:36.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:36.612 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest) 06:37:36.612 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 06:37:36.612 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 06:37:36.612 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:36.612 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:36.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:36.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest) Time elapsed: 0.004 s Running org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 06:37:36.622 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 06:37:36.623 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:37:36.623 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:36.623 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 06:37:36.623 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:36.623 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:37:36.623 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:36.623 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:37:36.623 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:36.623 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:37:36.623 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:36.623 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:36.623 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:36.624 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:36.624 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:36.624 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:36.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:36.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:36.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:36.624 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:36.624 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:36.624 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:36.624 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:36.624 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:36.624 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:36.624 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:36.624 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:36.624 DEBUG [main][MenuItemLookup] Item match:Window 06:37:36.625 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:36.625 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:36.625 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:36.625 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:36.625 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:36.625 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:36.625 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:36.625 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:37:36.625 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:36.625 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:37:36.625 DEBUG [main][MenuItemLookup] Item match:Preferences 06:37:36.625 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:37:36.625 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:37:36.625 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:37:36.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:37:36.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. finished successfully 06:37:36.698 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:37:36.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:36.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:36.699 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:37:36.699 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:36.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:37:36.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:36.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:36.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:36.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:36.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:36.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:37:36.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:37:36.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:37:36.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:36.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:36.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:36.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:36.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:36.702 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:37:36.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:36.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:36.702 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:36.702 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:36.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:37:36.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:37:36.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:36.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:36.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:36.714 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 06:37:36.714 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:36.714 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest) 06:37:36.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 06:37:36.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:36.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:36.714 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:36.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:36.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:36.715 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:36.715 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:36.715 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:36.715 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:36.715 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:36.715 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:36.715 DEBUG [main][MenuItemLookup] Item match:Project 06:37:36.715 DEBUG [main][MenuItemLookup] Found menu:'Open Project' 06:37:36.715 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:37:36.715 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:36.715 DEBUG [main][MenuItemLookup] Found menu:'Build All Ctrl+B' 06:37:36.715 DEBUG [main][MenuItemLookup] Found menu:'Build Project' 06:37:36.716 DEBUG [main][MenuItemLookup] Found menu:'Build Working Set' 06:37:36.716 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:37:36.716 DEBUG [main][MenuItemLookup] Found menu:'Build Automatically' 06:37:36.716 DEBUG [main][MenuItemLookup] Item match:Build Automatically 06:37:36.716 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 06:37:36.716 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:36.716 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:36.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:36.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:36.716 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest) 06:37:36.716 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 06:37:36.716 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 06:37:36.716 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:36.716 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:36.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:36.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest) Time elapsed: 0.002 s Running org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 06:37:36.719 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 06:37:36.719 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:37:36.719 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:36.720 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 06:37:36.720 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:36.720 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:37:36.726 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:36.726 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:37:36.726 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:36.726 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:37:36.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.*'] 06:37:36.726 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:36.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.*'] 06:37:36.726 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:36.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.*'] 06:37:36.726 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:36.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:36.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:36.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:36.727 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:36.727 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:36.727 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:36.727 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:36.727 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:36.727 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:36.727 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:36.727 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:36.727 DEBUG [main][MenuItemLookup] Item match:Window 06:37:36.728 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:36.728 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:36.728 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:36.728 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:36.728 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:36.728 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:36.728 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:36.728 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:37:36.728 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:36.728 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:37:36.728 DEBUG [main][MenuItemLookup] Item match:Preferences 06:37:36.728 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:37:36.728 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:37:36.728 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:37:36.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.... 06:37:36.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:37:36.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:37:36.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:36.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:36.779 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:37:36.779 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:36.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 06:37:36.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:36.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:36.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:36.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:36.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:36.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:37:36.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:37:36.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:37:36.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:36.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:36.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:36.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:36.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:36.781 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:37:36.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:36.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:36.782 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:36.782 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:36.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:37:36.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:37:36.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:36.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:36.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:36.812 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 06:37:36.812 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:36.812 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest) 06:37:36.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 06:37:36.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:36.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:36.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:36.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:36.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:36.813 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:36.813 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:36.813 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:36.813 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:36.813 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:36.813 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:36.813 DEBUG [main][MenuItemLookup] Item match:Project 06:37:36.813 DEBUG [main][MenuItemLookup] Found menu:'Open Project' 06:37:36.813 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 06:37:36.813 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:36.813 DEBUG [main][MenuItemLookup] Found menu:'Build All Ctrl+B' 06:37:36.813 DEBUG [main][MenuItemLookup] Found menu:'Build Project' 06:37:36.813 DEBUG [main][MenuItemLookup] Found menu:'Build Working Set' 06:37:36.813 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 06:37:36.813 DEBUG [main][MenuItemLookup] Found menu:'Build Automatically' 06:37:36.813 DEBUG [main][MenuItemLookup] Item match:Build Automatically 06:37:36.813 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 06:37:36.813 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:36.813 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:36.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:36.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:36.814 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest) 06:37:36.814 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 06:37:36.814 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:36.814 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:36.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:36.814 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.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 06:37:36.817 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 06:37:36.818 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:37:36.818 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:36.818 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 06:37:36.818 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:36.818 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:37:36.818 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:36.818 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:37:36.818 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:36.818 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:37:36.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.*'] 06:37:36.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:36.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.*'] 06:37:36.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:36.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.*'] 06:37:36.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:36.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:36.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:36.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:36.819 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:36.819 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:36.819 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:36.820 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:36.820 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:36.820 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:36.820 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:36.820 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:36.820 DEBUG [main][MenuItemLookup] Item match:Window 06:37:36.820 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:36.820 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:36.820 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:36.820 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:36.820 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:36.820 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:36.820 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:36.820 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:37:36.820 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:36.820 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:37:36.820 DEBUG [main][MenuItemLookup] Item match:Preferences 06:37:36.820 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:37:36.820 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:37:36.820 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:37:36.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:37:36.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. finished successfully 06:37:36.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:37:36.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:36.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:36.872 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:37:36.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:36.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 06:37:36.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:36.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:36.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:36.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:36.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:36.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:37:36.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:37:36.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:37:36.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:36.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:36.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:36.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:36.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:36.874 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:37:36.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:36.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:36.875 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:36.875 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:36.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:37:36.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:37:36.888 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:36.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:36.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:36.902 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:36.902 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 06:37:36.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 06:37:36.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:36.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:36.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:36.902 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 06:37:36.903 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 06:37:36.903 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 06:37:36.903 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 06:37:36.903 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:36.903 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:36.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:36.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:36.904 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 06:37:36.904 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:36.904 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOffWithoutCleanupTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 06:37:36.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 06:37:36.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:36.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:36.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:36.904 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 06:37:36.904 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 06:37:36.904 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 06:37:36.904 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:36.904 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:36.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:36.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:36.905 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOffWithoutCleanupTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 06:37:36.905 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:36.905 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 06:37:36.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 06:37:36.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:36.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:36.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:36.905 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 06:37:36.905 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 06:37:36.905 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 06:37:36.906 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 06:37:36.906 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:36.906 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:36.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:36.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:36.906 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 06:37:36.906 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 06:37:36.906 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 06:37:36.906 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:36.906 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:36.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:36.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) Time elapsed: 0.002 s autoBuildRequirementOffWithoutCleanupTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) Time elapsed: 0.001 s autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 06:37:36.912 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 06:37:36.913 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:37:36.913 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:36.913 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 06:37:36.913 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:36.913 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:37:36.913 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:36.913 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:37:36.913 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:36.913 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:37:36.913 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:36.913 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:36.913 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:36.913 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:36.914 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:36.914 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:36.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:36.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:36.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:36.914 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:36.914 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:36.914 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:36.914 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:36.914 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:36.915 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:36.915 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:36.915 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:36.915 DEBUG [main][MenuItemLookup] Item match:Window 06:37:36.915 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:36.915 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:36.915 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:36.915 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:36.915 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:36.915 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:36.915 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:36.915 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:37:36.915 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:36.915 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:37:36.915 DEBUG [main][MenuItemLookup] Item match:Preferences 06:37:36.915 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:37:36.915 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:37:36.915 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:37:36.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 'Preferences.*'] is available.... 06:37:37.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:37:37.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:37:37.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:37.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:37.002 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:37:37.002 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:37.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 06:37:37.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:37.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:37.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:37.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:37:37.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:37:37.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) 06:37:37.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:37.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:37.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:37.005 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:37:37.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:37.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:37.005 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:37.005 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:37.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:37:37.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:37:37.032 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:37.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:37.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:37.032 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:37.032 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTestClassWithoutCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) 06:37:37.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 06:37:37.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:37.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:37.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:37.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:37:37.037 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 06:37:37.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:37.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:37.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:37.038 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:37.038 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:37.038 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:37.038 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:37.038 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:37.038 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:37.038 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:37.038 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:37.038 DEBUG [main][MenuItemLookup] Item match:Window 06:37:37.038 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:37.038 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:37.038 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:37.038 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:37.038 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:37.038 DEBUG [main][MenuItemLookup] Item match:Show View 06:37:37.042 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 06:37:37.042 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:37:37.042 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:37:37.042 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:37:37.042 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:37:37.042 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:37:37.042 DEBUG [main][MenuItemLookup] Found menu:'Properties' 06:37:37.042 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:37:37.042 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:37.042 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:37:37.042 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:37:37.042 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:37:37.042 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:37:37.042 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:37:37.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:37: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. finished successfully 06:37:37.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:37:37.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:37.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:37.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:37:37.107 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:37:37.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:37.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:37.108 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:37:37.108 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:37:37.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:37.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:37.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:37:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:37:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:37:37.109 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:37:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:37:37.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:37:37.612 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:37:37.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:37:37.613 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:37:37.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:37:37.613 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:37:37.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:37:37.613 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:37:37.614 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 06:37:37.614 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 06:37:37.614 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 06:37:37.614 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 06:37:37.614 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:37:37.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:37.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:37.614 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:37:37.615 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:37:37.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.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 "Open") 06:37:37.615 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:37:37.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:37.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:37.615 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:37:37.615 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:37:37.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:37.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:37.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:37.616 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:37:37.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:37.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:37.616 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:37.616 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:37.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:37:37.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:37:37.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.log.LogView' view is open... 06:37:37.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.log.LogView' view is open finished successfully 06:37:37.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.698 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:37.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:37.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:37.699 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:37.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 '\*?\QError Log\E') 06:37:37.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:37.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:37.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:37:37.703 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:37:37.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:37:37.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:37.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:37:37.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:37:37.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:37:37.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:37.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:37.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:37.707 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:37.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 '\*?\QError Log\E') 06:37:37.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:37.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:37.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:37:37.708 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:37:37.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:37:37.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:37.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:37:37.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:37:37.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:37:37.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:37.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:37.713 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 06:37:37.713 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:37.713 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:37.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:37.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:37.714 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 06:37:37.714 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTestClassWithoutCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) 06:37:37.714 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:37.715 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTestClassWithCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) 06:37:37.715 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 06:37:37.715 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:37.715 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:37.715 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:37.718 INFO [WorkbenchTestable][CleanErrorLogRequirement] Clean all records in Error Log 06:37:37.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.727 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 06:37:37.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:37.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:37.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:37.729 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:37.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 '\*?\QError Log\E') 06:37:37.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:37.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:37.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:37:37.730 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:37:37.730 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:37:37.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:37.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:37:37.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:37:37.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:37:37.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:37.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:37.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:37.732 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:37.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 '\*?\QError Log\E') 06:37:37.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:37.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:37.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:37:37.741 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:37:37.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:37:37.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:37.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:37:37.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:37:37.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:37:37.742 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 06:37:37.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:37.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:37.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:37.743 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:37:37.743 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:37.750 DEBUG [main][MenuItemLookup] Found menu:'Copy' 06:37:37.750 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:37.751 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 06:37:37.751 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 06:37:37.751 DEBUG [main][MenuItemLookup] Item match:Delete Log 06:37:37.757 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 06:37:37.757 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 06:37:37.758 INFO [main][MenuItemHandler] Select menu item: &Delete Log 06:37:37.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 06:37:37.806 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 06:37:37.806 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 06:37:37.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:37.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:37.807 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:37:37.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:37.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:37.807 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 06:37:37.807 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:37:37.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete All Events") 06:37:37.807 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:37:37.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:37.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:37.807 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 06:37:37.807 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:37:37.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:37.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:37.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:37.808 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 06:37:37.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:37.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:37.808 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:37.808 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:37.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:37:37.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:37:37.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.822 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 06:37:37.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.823 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:37.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:37.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:37.824 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:37.824 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 06:37:37.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:37.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:37.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:37:37.825 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:37:37.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:37:37.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:37.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:37:37.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:37:37.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:37:37.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:37.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:37.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:37.827 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:37.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 '\*?\QError Log\E') 06:37:37.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:37.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:37.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:37:37.829 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 06:37:37.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 06:37:37.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:37.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:37:37.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:37:37.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:37:37.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:37.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:37.831 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 06:37:37.831 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:37.831 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:37.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:37.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:37.831 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTestClassWithCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) 06:37:37.831 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 06:37:37.831 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:37.831 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:37.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:37.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.919 s - in org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest testTestClassWithoutCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) Time elapsed: 0.682 s testTestClassWithCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) Time elapsed: 0.116 s Running org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 06:37:37.834 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 06:37:37.835 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:37:37.835 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:37.835 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 06:37:37.835 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:37.836 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:37:37.842 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:37.842 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:37:37.842 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:37.842 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:37:37.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.*'] 06:37:37.843 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:37.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.*'] 06:37:37.843 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:37.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.*'] 06:37:37.843 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:37.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:37.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:37.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:37.844 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:37.844 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:37.844 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:37.844 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:37.844 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:37.844 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:37.844 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:37.844 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:37.844 DEBUG [main][MenuItemLookup] Item match:Window 06:37:37.844 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:37.844 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:37.844 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:37.844 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:37.844 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:37.844 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:37.844 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:37.844 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:37:37.844 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:37.844 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:37:37.844 DEBUG [main][MenuItemLookup] Item match:Preferences 06:37:37.845 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:37:37.845 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:37:37.845 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:37:37.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.... 06:37:37.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 'Preferences.*'] is available. finished successfully 06:37:37.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:37:37.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:37.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:37.928 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:37:37.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:37.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:37:37.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:37.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:37.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:37.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:37:37.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:37:37.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:37:37.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:37.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:37.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:37.931 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:37:37.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:37.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:37.932 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:37.932 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:37.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:37:37.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:37:37.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:37.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:37.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:37.945 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:37.945 INFO [WorkbenchTestable][RequirementsRunner] Started test: fulfillJavaPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) 06:37:37.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 06:37:37.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:37.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:37.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:37.948 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:37:37.956 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 06:37:37.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:37.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:37.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:37.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:37.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:37.960 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") 06:37:37.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:37.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:37.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:37.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:37.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:37:37.963 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 06:37:37.964 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:37:37.964 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:38.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 06:37:38.023 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 06:37:38.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 06:37:38.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:38.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:38.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:37:38.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:37:38.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:38.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:38.024 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:37:38.024 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:37:38.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:38.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:38.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:38.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:38.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:37:38.024 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 06:37:38.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:37:38.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:37:38.025 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 06:37:38.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:37:38.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:37:38.025 TRACE [main][WidgetHandler] Notify Table with event 13 06:37:38.026 TRACE [main][WidgetHandler] Wait for synchronization 06:37:38.026 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:37:38.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:38.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:38.026 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:37:38.026 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:37:38.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:38.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:38.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:37:38.026 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:37:38.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:38.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:38.026 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:37:38.026 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:37:38.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:38.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:38.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:38.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:38.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:38.027 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:37:38.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:38.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:38.027 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:38.027 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:38.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:37:38.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:37:38.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:37:38.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:38.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:38.399 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:38.400 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:38.400 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:38.400 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:37:38.400 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:37:38.400 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:38.400 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:38.400 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:38.400 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:37:38.400 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:38.400 DEBUG [main][MenuItemLookup] Item match:Window 06:37:38.400 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:38.400 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:38.400 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:38.400 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:38.400 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:38.400 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:38.400 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:38.400 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:37:38.400 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:38.400 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:37:38.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:38.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:38.401 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:38.401 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:38.401 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:38.401 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:37:38.401 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:37:38.401 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:38.401 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:38.401 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:38.401 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:37:38.401 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:38.401 DEBUG [main][MenuItemLookup] Item match:Window 06:37:38.402 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:38.402 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:38.402 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:38.402 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:38.402 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:38.402 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:38.402 DEBUG [main][MenuItemLookup] Item match:Perspective 06:37:38.404 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:37:38.405 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:38.405 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:37:38.405 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:37:38.405 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:37:38.405 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:37:38.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:37:38.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:38.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:38.405 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:38.405 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:38.405 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:38.405 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:37:38.405 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:37:38.405 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:38.405 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:38.405 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:38.405 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:37:38.405 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:38.405 DEBUG [main][MenuItemLookup] Item match:Window 06:37:38.406 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:38.406 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:38.406 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:38.406 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:38.406 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:38.406 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:38.406 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:38.406 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:37:38.406 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:38.406 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:37:38.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:38.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:38.406 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:38.406 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:38.406 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:38.406 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:37:38.406 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:37:38.406 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:38.406 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:38.406 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:38.406 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:37:38.406 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:38.406 DEBUG [main][MenuItemLookup] Item match:Window 06:37:38.407 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:38.407 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:38.407 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:38.407 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:38.407 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:38.407 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:38.407 DEBUG [main][MenuItemLookup] Item match:Perspective 06:37:38.407 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:37:38.407 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:38.407 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:37:38.407 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:37:38.407 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:37:38.407 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:37:38.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:38.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:38.407 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:38.408 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:38.408 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:38.408 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:37:38.408 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:37:38.408 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:38.408 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:38.408 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:38.408 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:37:38.408 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:38.408 DEBUG [main][MenuItemLookup] Item match:Window 06:37:38.408 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:38.408 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:38.408 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:38.408 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:38.408 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:38.408 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:38.408 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:38.408 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:37:38.408 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:38.408 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:37:38.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:38.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:38.409 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:38.409 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:38.409 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:38.409 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:37:38.409 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:37:38.409 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:38.409 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:38.409 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:38.409 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:37:38.409 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:38.409 DEBUG [main][MenuItemLookup] Item match:Window 06:37:38.409 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:38.409 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:38.409 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:38.409 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:38.409 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:38.409 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:38.409 DEBUG [main][MenuItemLookup] Item match:Perspective 06:37:38.410 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:37:38.410 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:38.410 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:37:38.410 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:37:38.410 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:37:38.410 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:37:38.410 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:37:38.410 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:37:38.410 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:37:38.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:37:38.434 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 06:37:38.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:37:38.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:38.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:38.435 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:37:38.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:38.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:38.435 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:37:38.435 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:37:38.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:38.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:38.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 06:37:38.435 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:37:38.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:38.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:38.435 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:37:38.435 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:37:38.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:38.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:38.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:38.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:38.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:38.436 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:37:38.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:38.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:38.436 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:38.436 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:38.560 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 06:37:38.560 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:38.560 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:38.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:38.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:38.560 INFO [WorkbenchTestable][RequirementsRunner] Finished test: fulfillJavaPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) 06:37:38.560 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:38.561 INFO [WorkbenchTestable][RequirementsRunner] Started test: fulfillNonExistingPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) 06:37:38.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 06:37:38.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:38.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:38.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:38.563 WARNING [WorkbenchTestable][ScreenshotCapturer] Screenshot has not been captured on failure, because RedDeer property whether screenshot should be captured or not is set to false. 06:37:38.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 06:37:38.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:38.563 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:38.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:38.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:38.564 INFO [WorkbenchTestable][RequirementsRunner] Finished test: fulfillNonExistingPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) 06:37:38.564 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 06:37:38.564 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:38.564 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:38.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:38.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.73 s - in org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest fulfillJavaPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) Time elapsed: 0.615 s fulfillNonExistingPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) Time elapsed: 0.003 s Running org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 06:37:38.567 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 06:37:38.568 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:37:38.568 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:38.568 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 06:37:38.568 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:38.568 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:37:38.568 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:38.568 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:37:38.568 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:38.568 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:37:38.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:38.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:38.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:38.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:38.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:38.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:38.569 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:38.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:38.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:38.569 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:38.570 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:38.570 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:38.570 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:38.570 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:37:38.570 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:37:38.570 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:38.570 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:38.570 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:38.570 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:37:38.570 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:38.570 DEBUG [main][MenuItemLookup] Item match:Window 06:37:38.570 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:38.570 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:38.570 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:38.570 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:38.570 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:38.570 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:38.570 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:38.570 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:37:38.570 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:38.570 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:37:38.570 DEBUG [main][MenuItemLookup] Item match:Preferences 06:37:38.570 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:37:38.570 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:37:38.571 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:37:38.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:37: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 'Preferences.*'] is available. finished successfully 06:37:38.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:37:38.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:38.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:38.653 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:37:38.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:38.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:37:38.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:38.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:38.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:38.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:38.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:38.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:37:38.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:37:38.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:37:38.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:38.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:38.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:38.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:38.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:38.655 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:37:38.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:38.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:38.655 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:38.655 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:38.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:37:38.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:37:38.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:38.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:38.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:38.697 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:38.697 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeAllEditors no-configuration(org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest) 06:37:38.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 06:37:38.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:38.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:38.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:38.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:37:38.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:38.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:37:38.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:38.698 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:38.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:38.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:38.698 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:38.698 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:38.698 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:38.699 DEBUG [main][MenuItemLookup] Item match:File 06:37:38.699 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:37:38.699 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:37:38.703 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:37:38.703 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:37:38.703 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:38.703 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:37:38.703 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:37:38.703 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:37:38.703 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:37:38.703 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:37:38.703 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:37:38.703 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:37:38.703 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:37:38.703 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:37:38.703 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:38.703 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:37:38.703 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:37:38.703 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:38.703 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:37:38.703 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:37:38.704 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:37:38.704 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:37:38.704 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:37:38.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:37:38.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 06:37:38.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:37:38.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:38.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:38.751 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:37:38.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:38.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizardSelectionPage, index 0 and no matchers specified 06:37:38.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:38.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:38.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:38.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:38.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:38.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:37:38.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:37:38.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:37:38.753 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:37:38.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:37:39.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:37:39.254 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:37:39.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:37:39.255 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:37:39.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:37:39.255 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:37:39.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:37:39.255 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:37:39.256 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Untitled Text File 06:37:39.256 DEBUG [main][TreeItemHandler] Selecting tree item: Untitled Text File 06:37:39.256 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Untitled Text File about selection 06:37:39.258 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Untitled Text File 06:37:39.258 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:37:39.258 INFO [WorkbenchTestable][NewWizard] Finish wizard 06:37:39.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 06:37:39.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:39.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:39.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:39.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:39.259 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:37:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:39.260 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:39.260 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:39.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:37:39.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:37:39.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:37:39.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:37:39.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:37:39.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:37:39.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:37:39.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:37:39.607 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:37:39.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:39.607 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:37:39.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:39.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Untitled 1 - Eclipse Platform 06:37:39.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:39.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:39.608 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Untitled 1 - Eclipse Platform' 06:37:39.608 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Untitled 1 - Eclipse Platform' 06:37:39.608 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:39.608 DEBUG [main][MenuItemLookup] Item match:File 06:37:39.609 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:37:39.609 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:37:39.613 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:37:39.613 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:37:39.613 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:39.613 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:37:39.613 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:37:39.613 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:37:39.613 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:37:39.613 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:37:39.613 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:37:39.613 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:37:39.613 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:37:39.613 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:37:39.613 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:39.613 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:37:39.613 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:37:39.613 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:39.613 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:37:39.613 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:37:39.613 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:37:39.613 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:37:39.613 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:37:39.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:37:39.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 06:37:39.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:37:39.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:39.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:39.663 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:37:39.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:39.664 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 06:37:39.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:39.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:39.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:39.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:39.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:39.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:37:39.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:37:39.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:37:39.668 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:37:39.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:37:39.669 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:37:39.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:37:39.669 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:37:39.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:37:39.669 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:37:39.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:37:39.669 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:37:39.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:37:39.669 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:37:39.669 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Untitled Text File 06:37:39.669 DEBUG [main][TreeItemHandler] Selecting tree item: Untitled Text File 06:37:39.669 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Untitled Text File about selection 06:37:39.669 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Untitled Text File 06:37:39.669 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:37:39.669 INFO [WorkbenchTestable][NewWizard] Finish wizard 06:37:39.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 "Finish", Widget matcher matching widgets with style: 8) 06:37:39.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:39.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:39.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:39.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:39.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:39.671 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:37:39.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:39.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:39.671 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:39.671 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:39.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:37:39.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:37:39.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:37:39.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:37:39.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:37:39.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:37:39.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:37:39.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:37:39.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:37:39.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'] 06:37:39.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:39.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'] 06:37:39.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:39.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Untitled 2 - Eclipse Platform 06:37:39.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:39.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:39.735 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Untitled 2 - Eclipse Platform' 06:37:39.735 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Untitled 2 - Eclipse Platform' 06:37:39.736 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:39.736 DEBUG [main][MenuItemLookup] Item match:File 06:37:39.736 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:37:39.736 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:37:39.740 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:37:39.740 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:37:39.740 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:39.740 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:37:39.740 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:37:39.740 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:37:39.740 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:37:39.740 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:37:39.740 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:37:39.740 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:37:39.740 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:37:39.740 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:37:39.740 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:39.740 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:37:39.740 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:37:39.740 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:39.740 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:37:39.740 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:37:39.741 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:37:39.741 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:37:39.741 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:37:39.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.... 06:37:39.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:37:39.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:37:39.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:39.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:39.801 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:37:39.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:39.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizardSelectionPage, index 0 and no matchers specified 06:37:39.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:39.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:39.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:39.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:39.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:39.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:37:39.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:37:39.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:37:39.803 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:37:39.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:37:39.803 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:37:39.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:37:39.803 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:37:39.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:37:39.803 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:37:39.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:37:39.803 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:37:39.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:37:39.803 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:37:39.803 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Untitled Text File 06:37:39.803 DEBUG [main][TreeItemHandler] Selecting tree item: Untitled Text File 06:37:39.803 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Untitled Text File about selection 06:37:39.804 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Untitled Text File 06:37:39.804 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:37:39.804 INFO [WorkbenchTestable][NewWizard] Finish wizard 06:37:39.804 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 06:37:39.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:39.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:39.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:39.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:39.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:39.805 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:37:39.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:39.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:39.805 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:39.805 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:39.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:37:39.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:37:39.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:37:39.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:37:39.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:37:39.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:37:39.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:37:39.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:37:39.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:37:39.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:37:39.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 '\*?\QUntitled 3\E') 06:37:39.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:39.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:39.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:39.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:39.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:37:39.867 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:39.867 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 06:37:39.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 06:37:39.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:39.945 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:39.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:39.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:39.945 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeAllEditors no-configuration(org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest) 06:37:39.945 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 06:37:39.945 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:39.945 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:39.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:39.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.379 s - in org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest closeAllEditors no-configuration(org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest) Time elapsed: 1.248 s Running org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 06:37:39.948 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 06:37:39.949 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:37:39.949 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:39.949 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 06:37:39.949 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:39.949 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:37:39.950 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:39.950 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:37:39.950 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:39.950 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:37:39.950 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:39.950 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:39.950 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:39.950 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:39.950 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:39.950 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:39.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:39.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:39.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:39.951 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:39.951 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:39.951 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:39.951 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:39.951 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:37:39.951 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:37:39.951 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:39.951 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:39.951 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:39.951 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:37:39.951 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:39.951 DEBUG [main][MenuItemLookup] Item match:Window 06:37:39.952 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:39.952 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:39.952 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:39.952 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:39.952 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:39.952 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:39.952 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:39.952 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:37:39.952 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:39.952 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:37:39.952 DEBUG [main][MenuItemLookup] Item match:Preferences 06:37:39.952 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:37:39.952 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:37:39.952 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:37:40.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:37:40.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:37:40.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:37:40.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:40.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:40.037 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:37:40.037 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:40.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:37:40.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:40.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:40.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:40.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:40.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:40.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:37:40.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:37:40.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:37:40.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:40.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:40.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:40.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:40.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:40.039 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:37:40.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:40.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:40.039 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:40.039 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:40.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:37:40.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:37:40.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:40.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:40.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:40.062 TRACE [WorkbenchTestable][DatabaseRequirement] Database requirement performed 06:37:40.062 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:40.063 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDatabaseConfiguration My H2 Driver-Generic JDBC-jdbc:h2:db://localhost/sakila-null(org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest) 06:37:40.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 06:37:40.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:40.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:40.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:40.063 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 06:37:40.063 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:40.063 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:40.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:40.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:40.063 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDatabaseConfiguration My H2 Driver-Generic JDBC-jdbc:h2:db://localhost/sakila-null(org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest) 06:37:40.063 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 06:37:40.063 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:40.063 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:40.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:40.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest testDatabaseConfiguration My H2 Driver-Generic JDBC-jdbc:h2:db://localhost/sakila-null(org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest) Time elapsed: 0 s Running org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 06:37:40.066 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 06:37:40.067 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:37:40.067 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:40.067 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 06:37:40.067 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:40.067 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:37:40.067 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:40.067 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:37:40.067 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:40.067 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:37:40.068 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:40.068 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:40.068 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:40.068 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:40.068 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:40.068 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:40.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:40.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:40.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:40.068 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:40.068 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:40.069 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:40.069 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:40.069 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:37:40.069 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:37:40.069 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:40.069 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:40.069 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:40.069 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:37:40.069 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:40.069 DEBUG [main][MenuItemLookup] Item match:Window 06:37:40.069 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:40.069 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:40.069 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:40.069 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:40.069 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:40.069 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:40.069 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:40.069 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:37:40.069 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:40.069 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:37:40.069 DEBUG [main][MenuItemLookup] Item match:Preferences 06:37:40.069 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:37:40.069 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:37:40.070 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:37:40.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.... 06:37:40.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 'Preferences.*'] is available. finished successfully 06:37:40.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:37:40.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:40.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:40.146 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:37:40.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:40.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:37:40.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:40.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:40.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:40.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:40.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:40.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:37:40.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:37:40.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:37:40.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:40.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:40.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:40.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:40.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:40.149 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:37:40.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:40.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:40.149 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:40.149 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:40.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:37:40.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:37:40.164 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:40.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:40.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:40.164 INFO [WorkbenchTestable][JRERequirement] JRE Requirement fulfill performed 06:37:40.164 DEBUG [WorkbenchTestable][JRERequirement] Configuration (name,version,path): testName, 1.7, ${java.home} 06:37:40.164 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:40.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:40.165 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:40.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:40.165 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:40.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:40.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:40.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:40.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:40.165 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:40.165 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:40.165 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:40.165 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:40.165 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:37:40.165 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:37:40.165 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:40.165 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:40.165 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:40.166 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:37:40.166 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:40.166 DEBUG [main][MenuItemLookup] Item match:Window 06:37:40.166 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:40.166 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:40.166 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:40.166 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:40.166 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:40.166 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:40.166 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:40.166 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:37:40.166 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:40.166 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:37:40.166 DEBUG [main][MenuItemLookup] Item match:Preferences 06:37:40.166 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:37:40.166 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:37:40.166 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:37:40.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:37:40.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:37:40.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:37:40.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:40.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:40.241 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:37:40.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:40.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:37:40.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:40.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:40.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:40.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:40.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:40.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:37:40.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:37:40.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:37:40.243 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:37:40.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:37:40.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:37:40.744 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:37:40.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:37:40.745 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:37:40.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:37:40.745 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:37:40.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:37:40.745 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:37:40.745 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 06:37:40.746 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 06:37:40.746 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 06:37:40.746 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs (Eclipse:5295): Gtk-CRITICAL **: 06:37:40.770: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:37:40.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:40.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:40.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:40.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:40.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.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...") 06:37:40.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:40.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:40.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:40.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:40.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:40.788 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 06:37:40.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:40.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:40.789 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:40.789 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:40.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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.... 06:37:40.829 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:40.829 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:40.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 06:37:40.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add JRE 06:37:40.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:40.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:40.831 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 06:37:40.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:40.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:40.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:40.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:40.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 06:37:40.833 TRACE [main][WidgetHandler] Notify List with event 13 06:37:40.833 TRACE [main][WidgetHandler] Wait for synchronization 06:37:40.834 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 06:37:40.834 INFO [WorkbenchTestable][AddVMInstallWizard] Go to next wizard page 06:37:40.834 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) 06:37:40.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:40.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:40.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:40.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:40.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:40.835 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:37:40.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:40.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:40.835 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:40.835 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:40.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.internal.StandardVMPage, index 0 and following matchers specified (Matcher matching widget with label: is "JRE home:") 06:37:40.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:40.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:40.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:40.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:40.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:37:40.867 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:37:40.868 INFO [WorkbenchTestable][AbstractText] Text set to: /opt/tools/java/openjdk/jdk-11/11.0.2+9 06:37:40.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.internal.StandardVMPage, index 0 and following matchers specified (Matcher matching widget with label: is "JRE name:") 06:37:40.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:40.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:40.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:40.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:40.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:37:40.903 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:37:40.904 INFO [WorkbenchTestable][AbstractText] Text set to: testName 06:37:40.906 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 06:37:40.906 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) 06:37:40.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:40.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:40.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:40.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:40.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:40.908 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 06:37:40.908 INFO [WorkbenchTestable][AddVMInstallWizard] Finish wizard 06:37:40.908 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) 06:37:40.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:40.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:40.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:40.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:40.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:40.909 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:37:40.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:40.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:40.909 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:40.909 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:40.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:37:40.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:37:40.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:37:40.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:37:40.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:37:40.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:37:40.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:37:40.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:40.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:40.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 06:37:40.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:40.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:40.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:40.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:40.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:40.938 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 06:37:40.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:40.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:40.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:40.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:40.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:37:41.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:37:41.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:41.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:41.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:41.451 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:41.452 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConfiguredValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) 06:37:41.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 06:37:41.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:41.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:41.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:41.452 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:41.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:41.452 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:41.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:41.452 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:41.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:41.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:41.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:41.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:41.453 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:41.453 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:41.453 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:41.453 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:41.453 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:37:41.453 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:37:41.453 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:41.453 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:41.453 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:41.453 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:37:41.453 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:41.453 DEBUG [main][MenuItemLookup] Item match:Window 06:37:41.454 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:41.454 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:41.454 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:41.454 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:41.454 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:41.454 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:41.454 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:41.454 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:37:41.454 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:41.454 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:37:41.454 DEBUG [main][MenuItemLookup] Item match:Preferences 06:37:41.454 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:37:41.454 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:37:41.454 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:5295): Gtk-CRITICAL **: 06:37:41.486: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:37:41.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:37:41.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:37:41.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:37:41.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:41.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:41.526 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:37:41.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:41.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:37:41.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:41.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:41.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:41.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:41.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:41.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:37:41.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:37:41.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:37:41.528 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:37:41.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:37:41.528 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:37:41.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:37:41.528 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:37:41.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:37:41.529 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:37:41.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:37:41.529 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:37:41.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:37:41.529 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:37:41.529 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 06:37:41.529 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 06:37:41.529 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 06:37:41.529 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 06:37:41.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:41.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:41.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:41.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:41.530 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 06:37:41.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:41.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:41.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:41.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:41.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:37:41.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:37:41.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:37:41.533 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 06:37:41.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:41.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:41.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:41.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:41.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:37:41.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:37:41.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:37:41.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:37:41.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:41.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:41.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:41.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:41.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:41.536 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:37:41.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:41.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:41.536 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:41.536 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:41.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:37:41.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:37:41.552 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:41.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:41.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:41.552 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 06:37:41.552 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:41.552 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:41.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:41.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:41.553 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConfiguredValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) 06:37:41.553 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:41.553 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConfigurationValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) 06:37:41.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 06:37:41.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:41.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:41.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:41.553 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 06:37:41.553 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:41.553 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:41.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:41.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:41.553 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConfigurationValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) 06:37:41.553 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 06:37:41.553 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:41.553 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:41.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:41.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.488 s - in org.eclipse.reddeer.requirements.test.jre.JRERequirementTest testConfiguredValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) Time elapsed: 0.101 s testConfigurationValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) Time elapsed: 0 s Running org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 06:37:41.556 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 06:37:41.557 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:37:41.557 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:41.557 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 06:37:41.557 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:41.557 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:37:41.563 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:41.563 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:37:41.563 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:41.563 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:37:41.563 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:41.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:41.563 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:41.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:41.564 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:41.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:41.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:41.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:41.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:41.564 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:41.564 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:41.564 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:41.564 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:41.564 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:37:41.564 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:37:41.564 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:41.564 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:41.564 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:41.564 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:37:41.564 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:41.564 DEBUG [main][MenuItemLookup] Item match:Window 06:37:41.565 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:41.565 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:41.565 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:41.565 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:41.565 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:41.565 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:41.565 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:41.565 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:37:41.565 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:41.565 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:37:41.565 DEBUG [main][MenuItemLookup] Item match:Preferences 06:37:41.565 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:37:41.565 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:37:41.565 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:5295): Gtk-CRITICAL **: 06:37:41.619: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:37:41.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 'Preferences.*'] is available.... 06:37:41.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:37:41.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:37:41.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:41.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:41.653 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:37:41.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:41.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:37:41.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:41.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:41.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:41.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:41.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:41.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:37:41.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:37:41.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:37:41.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:41.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:41.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:41.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:41.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:41.655 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:37:41.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:41.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:41.656 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:41.656 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:41.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:37:41.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:37:41.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:41.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:41.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:41.695 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:41.695 INFO [WorkbenchTestable][RequirementsRunner] Started test: fulfillWithProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) 06:37:41.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 06:37:41.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:41.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:41.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:41.696 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest$TestClass 06:37:41.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'] 06:37:41.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:37:41.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:41.698 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:37:41.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:37:41.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:37:41.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:37:41.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:41.698 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:37:41.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:37:41.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:41.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: Matcher matching text to regular expression 'New|Select a wizard'] 06:37:41.699 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:41.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:41.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:41.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:41.699 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:41.699 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:41.699 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:41.699 DEBUG [main][MenuItemLookup] Item match:File 06:37:41.700 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:37:41.700 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:37:41.704 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:37:41.704 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:37:41.704 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:41.704 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:37:41.704 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:37:41.704 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:37:41.704 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:37:41.704 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:37:41.704 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:37:41.704 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:37:41.704 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:37:41.704 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:37:41.704 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:41.704 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:37:41.704 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:37:41.704 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:41.705 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:37:41.705 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:37:41.705 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:37:41.705 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:37:41.705 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:37:41.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:37:41.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 'New|Select a wizard'] is available. finished successfully 06:37:41.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:37:41.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:41.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:41.752 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:37:41.752 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:41.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 06:37:41.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:41.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:41.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:41.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:41.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:41.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:37:41.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:37:41.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:37:41.753 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:37:41.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:37:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:37:42.256 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:37:42.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:37:42.257 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:37:42.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:37:42.257 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:37:42.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:37:42.257 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:37:42.257 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:37:42.257 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:37:42.258 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:37:42.260 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:37:42.260 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:37:42.260 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:37:42.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:37:42.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:42.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:42.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:42.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:42.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:42.261 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:37:42.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:42.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:42.261 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:42.261 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:42.480 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:37:42.481 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:42.481 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:42.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:37:42.481 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 06:37:42.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:37:42.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:42.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:42.482 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:37:42.482 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:42.483 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'TestProject' 06:37:42.483 DEBUG [WorkbenchTestable][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:") 06:37:42.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:42.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:42.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:42.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:42.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:37:42.484 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:37:42.485 INFO [WorkbenchTestable][AbstractText] Text set to: TestProject 06:37:42.506 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:37:42.506 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:37:42.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.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) 06:37:42.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:42.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:42.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:42.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:42.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:42.508 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:37:42.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:42.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:42.508 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:42.508 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:42.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:37:43.811 DEBUG [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 06:37:43.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:37:43.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:43.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:43.812 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:37:43.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:37:43.812 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:37:43.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:43.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:43.813 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:37:43.813 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:37:43.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:43.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:43.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:43.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:43.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:43.816 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:37:43.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:43.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:43.816 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:43.816 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:44.012 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.... 06:37:44.012 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 06:37:44.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:37:44.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:37:44.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:37:44.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 06:37:44.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/jrt-fs.jar)' is a system job, skipped 06:37:44.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:37:44.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:37:44.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:37:44.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:37:44.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:44.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:44.516 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:37:44.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:44.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:44.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:44.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:44.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:44.517 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:44.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 '\*?\QPackage Explorer\E') 06:37:44.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:44.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:44.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:44.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:44.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:37:44.518 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:37:44.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:37:44.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:44.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:37:44.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:37:44.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:37:44.520 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:37:44.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:37:44.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:44.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:37:44.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:44.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:44.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:37:45.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:45.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:37:45.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:45.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:37:45.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:37:45.534 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:37:45.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:37:45.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:45.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:37:45.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 06:37:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:45.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:45.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:45.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:45.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:45.536 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Servers 06:37:45.541 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TestProject 06:37:45.541 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 06:37:45.541 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:45.541 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:45.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:45.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:45.541 INFO [WorkbenchTestable][RequirementsRunner] Finished test: fulfillWithProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) 06:37:45.541 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:45.541 INFO [WorkbenchTestable][RequirementsRunner] Started test: fulfillWithoutProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) 06:37:45.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 06:37:45.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:45.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:45.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:45.541 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest$TestClass 06:37:45.542 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 06:37:45.542 DEBUG [main][EditorHandler] 0 editor(s) found 06:37:45.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:45.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:37:45.546 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:37:45.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:45.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:45.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:45.546 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:45.546 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:45.546 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:45.546 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:45.546 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:37:45.546 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:37:45.546 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:45.546 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:45.547 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:45.547 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:37:45.547 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:45.547 DEBUG [main][MenuItemLookup] Item match:Window 06:37:45.547 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:45.547 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:45.547 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:45.547 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:45.547 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:45.547 DEBUG [main][MenuItemLookup] Item match:Show View 06:37:45.600 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:37:45.600 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:37:45.600 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:37:45.600 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:37:45.600 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:37:45.600 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:37:45.600 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:37:45.600 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:37:45.600 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:37:45.600 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:37:45.600 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:37:45.600 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:37:45.600 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:37:45.600 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:37:45.600 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:45.600 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:37:45.600 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:37:45.611 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:37:45.612 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:37:45.612 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:37:45.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:37:45.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:37:45.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:37:45.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:45.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:45.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:37:45.716 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:37:45.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:45.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:45.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:37:45.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:37:45.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:45.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:45.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:45.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:45.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:45.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:37:45.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:37:45.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:37:45.718 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:37:45.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:37:45.718 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:37:45.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:37:45.718 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:37:45.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:37:45.718 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:37:45.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:37:45.718 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:37:45.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:37:45.718 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:37:45.718 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:37:45.719 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:37:45.719 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:37:45.719 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:37:45.719 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:37:45.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:45.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:45.719 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:37:45.719 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:37:45.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:45.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:45.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 "Open") 06:37:45.720 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:37:45.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:45.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:45.720 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:37:45.720 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:37:45.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:45.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:45.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:45.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:45.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:45.721 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:37:45.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:45.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:45.721 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:45.721 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:45.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:37:45.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:37:45.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:37:45.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:45.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:45.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:37:45.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:45.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:45.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:45.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:45.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:45.817 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:45.817 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:37:45.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:45.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:45.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:45.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:45.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:37:45.818 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:37:45.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:37:45.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:45.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:37:45.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:37:45.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:37:45.820 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:37:45.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:37:45.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:45.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:37:45.821 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:37:45.821 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:37:45.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:45.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:37:45.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:45.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:45.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:37:46.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:46.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:37:46.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:46.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:37:46.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:37:46.823 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:37:46.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:37:46.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:46.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:37:46.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 06:37:46.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:46.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:46.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:46.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:46.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:46.825 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Servers 06:37:46.825 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TestProject 06:37:46.825 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:37:46.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:37:46.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:46.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:37:46.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:46.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:46.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:37:47.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:47.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:37:47.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:47.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:37:47.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:37:47.827 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:37:47.827 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:37:47.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:47.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:37:47.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 06:37:47.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:47.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:47.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:47.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:47.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:47.829 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Servers 06:37:47.829 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TestProject 06:37:47.829 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:37:47.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:37:47.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:47.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:37:47.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 06:37:47.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:47.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:47.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:47.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:47.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:47.831 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 06:37:47.831 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 06:37:47.831 DEBUG [main][TreeItemHandler] Set Tree selection 06:37:47.832 DEBUG [main][TreeHandler] Notify Tree about selection event 06:37:47.854 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 06:37:47.858 DEBUG [WorkbenchTestable][TreeItemHandler] Servers 06:37:47.858 DEBUG [WorkbenchTestable][TreeItemHandler] TestProject 06:37:47.858 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:37:47.858 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:47.918 DEBUG [main][MenuItemLookup] Found menu:'New' 06:37:47.918 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:37:47.918 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:47.918 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:37:47.918 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:47.918 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:37:47.918 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:37:47.918 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:37:47.918 DEBUG [main][MenuItemLookup] Found menu:'Move...' 06:37:47.918 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 06:37:47.918 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:47.918 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:37:47.918 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:37:47.918 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:47.918 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:37:47.918 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:37:47.918 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:37:47.918 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:37:47.918 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:37:47.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:37:47.919 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 06:37:47.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:37:48.419 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 06:37:48.419 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:37:48.419 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:37:48.419 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:37:48.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:37:48.419 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:37:48.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:48.514 DEBUG [main][MenuItemLookup] Found menu:'New' 06:37:48.514 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:37:48.514 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:48.514 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:37:48.514 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:48.514 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:37:48.514 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:37:48.514 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:37:48.514 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:37:48.514 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:37:48.514 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:37:48.514 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:37:48.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:5295): Gtk-CRITICAL **: 06:37:48.700: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5295): Gtk-CRITICAL **: 06:37:48.702: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5295): Gtk-CRITICAL **: 06:37:48.718: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5295): Gtk-CRITICAL **: 06:37:48.732: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 06:37:49.235 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 06:37:49.236 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:37:49.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:49.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:49.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:37:49.238 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:37:49.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:49.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:49.238 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:37:49.238 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:37:49.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:49.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:49.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:49.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:49.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:49.239 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:37:49.239 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:37:49.239 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:37:49.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:49.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:49.239 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:49.239 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:49.239 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 06:37:49.239 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:37:49.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:49.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:49.239 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:37:49.239 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:37:49.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:49.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:49.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:49.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:49.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:49.240 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:37:49.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:49.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:49.240 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:49.240 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:49.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:37:49.246 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:37:49.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:37:49.747 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:37:49.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:37:49.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:37:49.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:37:49.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:37:49.748 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:37:49.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:37:49.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:37:49.749 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 06:37:49.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 06:37:49.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:49.749 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:49.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:49.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:49.749 INFO [WorkbenchTestable][RequirementsRunner] Finished test: fulfillWithoutProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) 06:37:49.749 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 06:37:49.749 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:37:49.749 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:37:49.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:49.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.194 s - in org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest fulfillWithProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) Time elapsed: 3.846 s fulfillWithoutProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) Time elapsed: 4.208 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.v20210204-0547 [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 06:37:57.253 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 06:37:57.255 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 06:37:57.302 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 06:37:57.303 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 06:37:57.324 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 06:37:57.348 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:37:57.350 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:37:57.351 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 06:37:57.353 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 06:37:57.353 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 06:37:57.394 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 06:37:57.410 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:37:57.410 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:37:57.412 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:37:57.412 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:37:57.415 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:37:57.416 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:37:57.424 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:57.434 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:57.436 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:57.436 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:57.437 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:37:57.437 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:57.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:57.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:57.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:57.444 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:57.447 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:57.450 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:57.451 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:57.451 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:57.451 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:57.451 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:57.451 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:37:57.451 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:57.494 DEBUG [main][MenuItemLookup] Item match:Window 06:37:57.497 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:57.497 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:57.497 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:57.497 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:57.497 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:57.497 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:57.497 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:57.498 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:37:57.498 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:57.498 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:37:57.498 DEBUG [main][MenuItemLookup] Item match:Preferences 06:37:57.500 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:37:57.500 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:37:57.501 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:37:57.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:37:57.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:37:57.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:37:57.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:57.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:57.623 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:37:57.624 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:57.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:37:57.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:57.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:57.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:57.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:57.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:57.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:37:57.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:37:57.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) 06:37:57.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:57.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:57.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:57.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:57.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:57.666 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:37:57.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:57.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:57.694 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:57.695 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:57.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:37:57.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:37:57.725 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:57.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:57.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:57.727 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:37:57.728 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 06:37:57.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:57.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:57.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:57.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:57.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:57.731 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") 06:37:57.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:57.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:57.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:57.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:57.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:37:57.740 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 06:37:57.740 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:37:57.740 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:57.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 06:37:57.818 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 06:37:57.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 06:37:57.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:57.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:57.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:37:57.819 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:37:57.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:57.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:57.821 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:37:57.821 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:37:57.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:57.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:57.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:57.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:57.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:37:57.822 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 06:37:57.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:37:57.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:37:57.825 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 06:37:57.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:37:57.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:37:57.826 TRACE [main][WidgetHandler] Notify Table with event 13 06:37:57.826 TRACE [main][WidgetHandler] Wait for synchronization 06:37:57.826 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:37:57.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:57.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:57.826 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:37:57.826 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:37:57.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:57.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:57.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:37:57.828 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:37:57.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:57.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:57.830 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 06:37:57.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:37:57.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:57.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:57.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:57.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:57.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:57.832 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:37:57.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:57.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:57.832 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:57.832 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:58.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:37:58.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:37:58.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:37:58.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:58.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:58.263 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:58.263 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:58.263 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:58.263 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:37:58.263 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:37:58.264 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:58.264 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:58.264 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:58.264 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:37:58.264 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:58.264 DEBUG [main][MenuItemLookup] Item match:Window 06:37:58.264 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:58.265 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:58.265 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:58.265 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:58.265 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:58.265 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:58.265 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:58.265 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:37:58.265 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:58.265 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:37:58.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:58.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:58.300 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:58.301 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:58.301 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:58.301 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:37:58.301 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:37:58.301 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:58.301 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:58.301 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:58.301 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:37:58.301 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:58.301 DEBUG [main][MenuItemLookup] Item match:Window 06:37:58.302 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:58.302 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:58.302 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:58.302 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:58.302 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:58.302 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:58.302 DEBUG [main][MenuItemLookup] Item match:Perspective 06:37:58.305 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:37:58.305 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:58.305 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:37:58.305 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:37:58.305 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:37:58.305 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:37:58.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:37:58.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:58.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:58.306 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:58.306 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:58.306 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:58.306 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:37:58.306 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:37:58.306 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:58.306 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:58.306 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:58.306 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:37:58.306 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:58.307 DEBUG [main][MenuItemLookup] Item match:Window 06:37:58.307 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:58.307 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:58.307 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:58.307 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:58.307 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:58.307 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:58.307 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:58.307 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:37:58.307 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:58.307 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:37:58.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:58.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:58.308 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:58.308 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:58.308 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:58.308 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:37:58.308 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:37:58.308 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:58.308 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:58.308 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:58.308 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:37:58.308 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:58.308 DEBUG [main][MenuItemLookup] Item match:Window 06:37:58.309 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:58.309 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:58.309 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:58.309 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:58.309 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:58.309 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:58.309 DEBUG [main][MenuItemLookup] Item match:Perspective 06:37:58.309 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:37:58.309 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:58.309 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:37:58.309 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:37:58.309 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:37:58.310 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:37:58.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:58.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:58.310 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:58.310 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:58.310 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:58.310 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:37:58.310 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:37:58.310 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:58.310 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:58.310 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:58.310 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:37:58.310 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:58.310 DEBUG [main][MenuItemLookup] Item match:Window 06:37:58.311 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:58.311 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:58.311 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:58.311 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:58.311 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:58.311 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:58.311 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:58.311 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:37:58.311 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:58.311 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:37:58.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:58.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:58.312 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:58.312 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:58.312 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:37:58.312 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:37:58.312 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:37:58.312 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:37:58.312 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:37:58.312 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:37:58.312 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:37:58.312 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:37:58.312 DEBUG [main][MenuItemLookup] Item match:Window 06:37:58.312 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:37:58.313 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:37:58.313 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:37:58.313 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:58.313 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:37:58.313 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:37:58.313 DEBUG [main][MenuItemLookup] Item match:Perspective 06:37:58.313 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:37:58.313 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:58.313 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:37:58.313 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:37:58.313 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:37:58.313 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:37:58.314 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:37:58.314 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:37:58.314 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:37:58.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:37:58.351 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 06:37:58.396 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:37:58.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:58.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:58.397 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:37:58.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:58.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:58.397 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:37:58.397 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:37:58.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:58.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:58.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:37:58.398 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:37:58.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:37:58.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:37:58.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:37:58.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:37:58.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:58.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:58.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:58.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:58.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:37:58.400 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:37:58.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:37:58.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:37:58.400 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:37:58.400 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:37:59.518 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:37:59.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:59.519 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:37:59.519 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:59.519 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Plugin"] 06:37:59.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:59.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'] 06:37:59.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:59.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'] 06:37:59.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:59.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'] 06:37:59.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:59.521 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Plugin"] 06:37:59.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:59.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'] 06:37:59.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:59.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'] 06:37:59.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:59.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:37:59.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:59.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:59.522 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:37:59.523 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:37:59.523 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:59.523 DEBUG [main][MenuItemLookup] Item match:File 06:37:59.525 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:37:59.526 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:37:59.533 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:37:59.534 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:37:59.534 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:59.534 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:37:59.534 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:37:59.534 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:37:59.534 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:37:59.534 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:37:59.534 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:37:59.534 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:37:59.534 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:37:59.534 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:37:59.534 DEBUG [main][MenuItemLookup] Found menu:'File' 06:37:59.534 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:37:59.534 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:37:59.534 DEBUG [main][MenuItemLookup] Found menu:'' 06:37:59.534 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:37:59.534 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:37:59.535 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:37:59.535 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:37:59.535 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:37:59.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:37:59.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:37:59.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:37:59.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:37:59.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:37:59.644 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:37:59.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:37:59.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:37:59.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:37:59.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:37:59.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:37:59.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:37:59.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:37:59.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:37:59.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:37:59.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 06:37:59.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 06:37:59.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:38:00.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:38:00.152 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 06:38:00.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 06:38:00.154 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 06:38:00.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:38:00.154 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 06:38:00.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:38:00.154 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 06:38:00.154 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test Plug-in 06:38:00.155 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test Plug-in 06:38:00.155 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test Plug-in about selection 06:38:00.156 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test Plug-in 06:38:00.157 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:38:00.157 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:38:00.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:38:00.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:00.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:00.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:00.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:00.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:38:00.159 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:38:00.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:38:00.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:38:00.159 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:38:00.160 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:38:00.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'] 06:38:00.327 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:38:00.327 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:38:00.327 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.... 06:38:00.328 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 06:38:00.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 06:38:00.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:38:00.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:38:00.329 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 06:38:00.329 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:38:00.331 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:") 06:38:00.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:00.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:00.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:00.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:00.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:38:00.335 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:38:00.336 INFO [WorkbenchTestable][AbstractText] Text set to: reddeer.test.plugin 06:38:00.348 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:") 06:38:00.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:00.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:00.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:00.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:00.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:38:00.352 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:38:00.353 INFO [WorkbenchTestable][AbstractText] Text set to: test.plugin 06:38:00.362 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:") 06:38:00.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:00.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:00.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:00.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:00.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:38:00.370 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:38:00.370 INFO [WorkbenchTestable][AbstractText] Text set to: 8.2.9.qualifier 06:38:00.404 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:") 06:38:00.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:00.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:00.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:00.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:00.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:38:00.411 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:38:00.411 INFO [WorkbenchTestable][AbstractText] Text set to: Eclipse.org - RedDeer 06:38:00.417 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:") 06:38:00.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:00.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:00.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:00.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:00.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:38:00.419 INFO [WorkbenchTestable][RadioButton] Select radio button &Application id: 06:38:00.419 INFO [WorkbenchTestable][AbstractButton] Click button &Application id: 06:38:00.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:38:00.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:38:00.420 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:38:00.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:38:00.421 TRACE [main][WidgetHandler] Notify Button with event 27 06:38:00.421 TRACE [main][WidgetHandler] Wait for synchronization 06:38:00.421 TRACE [main][WidgetHandler] Notify Button with event 13 06:38:00.421 TRACE [main][WidgetHandler] Wait for synchronization 06:38:00.421 TRACE [main][WidgetHandler] Notify Button with event 26 06:38:00.421 TRACE [main][WidgetHandler] Wait for synchronization 06:38:00.421 TRACE [main][WidgetHandler] Notify Button with event 3 06:38:00.421 TRACE [main][WidgetHandler] Wait for synchronization 06:38:00.421 TRACE [main][WidgetHandler] Notify Button with event 4 06:38:00.421 TRACE [main][WidgetHandler] Wait for synchronization 06:38:00.421 TRACE [main][WidgetHandler] Notify Button with event 13 06:38:00.421 TRACE [main][WidgetHandler] Wait for synchronization 06:38:00.423 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 06:38:00.423 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:00.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:00.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:00.430 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 06:38:00.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:00.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:00.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:38:00.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:38:00.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:00.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:38:00.431 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 06:38:00.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:00.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:38:00.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:38:00.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:00.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:38:00.434 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.ui.ide.workbench to selection: org.eclipse.ui.ide.workbench 06:38:00.436 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) 06:38:00.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:00.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:00.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:00.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:00.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:38:00.438 INFO [WorkbenchTestable][CheckBox] Select checkbox 06:38:00.438 INFO [WorkbenchTestable][CheckBox] Check checkbox 06:38:00.438 INFO [WorkbenchTestable][AbstractButton] Click button 06:38:00.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:38:00.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:38:00.443 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:38:00.443 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:38:00.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:38:00.443 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:00.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:00.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:00.443 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 06:38:00.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:00.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:00.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:00.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:00.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:00.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:38:00.444 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:") 06:38:00.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:00.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:00.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:00.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:00.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:38:00.446 INFO [WorkbenchTestable][RadioButton] Select radio button &Product id: 06:38:00.446 INFO [WorkbenchTestable][AbstractButton] Click button &Product id: 06:38:00.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:38:00.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:38:00.446 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:38:00.446 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:38:00.447 TRACE [main][WidgetHandler] Notify Button with event 27 06:38:00.447 TRACE [main][WidgetHandler] Wait for synchronization 06:38:00.447 TRACE [main][WidgetHandler] Notify Button with event 13 06:38:00.447 TRACE [main][WidgetHandler] Wait for synchronization 06:38:00.447 TRACE [main][WidgetHandler] Notify Button with event 26 06:38:00.447 TRACE [main][WidgetHandler] Wait for synchronization 06:38:00.447 TRACE [main][WidgetHandler] Notify Button with event 3 06:38:00.447 TRACE [main][WidgetHandler] Wait for synchronization 06:38:00.447 TRACE [main][WidgetHandler] Notify Button with event 4 06:38:00.447 TRACE [main][WidgetHandler] Wait for synchronization 06:38:00.447 TRACE [main][WidgetHandler] Notify Button with event 13 06:38:00.447 TRACE [main][WidgetHandler] Wait for synchronization 06:38:00.448 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 06:38:00.448 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:00.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:00.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:00.450 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 06:38:00.450 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:00.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:00.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:38:00.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:38:00.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:00.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:38:00.450 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 06:38:00.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:00.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:00.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:00.450 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 06:38:00.450 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:00.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:00.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:00.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:00.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:00.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:38:00.452 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 06:38:00.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:00.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:00.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:00.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:00.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:38:00.453 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.platform.ide to selection: org.eclipse.platform.ide 06:38:00.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 06:38:00.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:00.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:00.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:00.454 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 06:38:00.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:00.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:00.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:00.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:00.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:00.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:38:00.498 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 06:38:00.499 INFO [WorkbenchTestable][RedDeerTestPluginWizard] Finish wizard 06:38:00.499 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) 06:38:00.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:00.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:00.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:00.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:00.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:38:00.500 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:38:00.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:38:00.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:38:00.500 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:38:00.500 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:38:00.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:38:00.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:38:00.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:38:00.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:38:00.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:38:00.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Blocked Dialog' is a system job, skipped 06:38:00.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:38:00.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:38:00.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:38:00.962 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:38:00.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:38:00.962 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:38:00.963 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRedDeerRunConfigurationItem no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 06:38:00.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 06:38:00.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:38:00.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:38:00.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:38:00.964 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 06:38:00.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:00.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:00.965 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:38:00.965 DEBUG [main][MenuItemLookup] Found menu:'File' 06:38:00.965 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:38:00.965 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:38:00.965 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:38:00.965 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:38:00.965 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:38:00.965 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:38:00.965 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:38:00.965 DEBUG [main][MenuItemLookup] Item match:Run 06:38:00.967 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 06:38:00.967 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 06:38:00.967 DEBUG [main][MenuItemLookup] Found menu:'' 06:38:00.967 DEBUG [main][MenuItemLookup] Found menu:'Run History' 06:38:00.967 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:38:00.967 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 06:38:00.967 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 06:38:00.967 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 06:38:00.967 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 06:38:00.967 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 06:38:01.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 06:38:01.418 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 06:38:01.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 06:38:01.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:38:01.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:38:01.421 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test 06:38:01.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:38:01.421 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:01.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:01.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:01.421 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:01.421 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:01.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:01.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:01.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:01.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:01.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:38:01.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:38:01.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:38:01.434 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test 06:38:01.497 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test 06:38:01.497 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test about selection 06:38:01.498 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test 06:38:01.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 06:38:01.509 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 06:38:01.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 06:38:01.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:38:01.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:38:01.510 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 06:38:01.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:01.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:01.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 06:38:01.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:38:01.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:38:01.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:38:01.511 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:01.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:01.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:01.511 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:01.511 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:01.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:01.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:01.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:01.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:01.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:38:01.621 INFO [WorkbenchTestable][AbstractButton] Click button Close 06:38:01.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:38:01.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:38:01.621 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:38:01.621 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:38:01.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 06:38:04.645 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 06:38:04.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 06:38:04.646 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 06:38:04.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:38:04.646 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 06:38:04.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:38:04.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:38:04.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:38:04.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:38:04.647 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 06:38:04.647 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:38:04.650 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:38:04.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:04.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:04.652 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRedDeerRunConfigurationItem no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 06:38:04.694 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:38:04.694 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRedDeerLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 06:38:04.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 06:38:04.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:38:04.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:38:04.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:38:04.695 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 06:38:04.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:04.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:04.695 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:38:04.695 DEBUG [main][MenuItemLookup] Found menu:'File' 06:38:04.696 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:38:04.696 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:38:04.696 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:38:04.696 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:38:04.696 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:38:04.696 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:38:04.696 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:38:04.696 DEBUG [main][MenuItemLookup] Item match:Run 06:38:04.697 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 06:38:04.697 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 06:38:04.698 DEBUG [main][MenuItemLookup] Found menu:'' 06:38:04.698 DEBUG [main][MenuItemLookup] Found menu:'Run History' 06:38:04.698 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:38:04.698 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 06:38:04.698 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 06:38:04.698 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 06:38:04.698 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 06:38:04.698 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 06:38:04.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 06:38:04.924 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 06:38:04.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 06:38:04.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:38:04.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:38:04.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 06:38:04.926 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 06:38:04.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 06:38:04.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:38:04.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:38:04.926 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 06:38:04.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:38:04.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:04.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:04.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:04.927 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:04.927 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:04.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:04.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:04.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:04.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:04.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:38:04.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:38:04.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:38:04.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 06:38:04.929 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 06:38:04.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:38:05.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:38:05.431 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 06:38:05.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 06:38:05.431 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 06:38:05.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:38:05.432 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 06:38:05.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:38:05.432 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 06:38:05.433 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 06:38:05.433 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 06:38:05.433 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 06:38:05.434 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 06:38:05.434 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:06.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:06.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:06.709 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:06.709 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:06.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:06.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:06.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:07.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:07.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:07.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:07.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:08.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:08.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:08.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:08.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:09.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:09.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:09.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:09.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:10.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:10.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:10.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:10.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:11.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:11.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:11.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:11.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:12.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:12.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:12.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:12.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:13.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:13.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:13.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:13.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:14.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:14.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:14.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:14.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:15.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:15.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:15.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:15.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:16.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:16.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:16.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:16.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:16.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:38:16.768 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 06:38:16.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:38:16.768 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:16.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:16.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:16.768 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:16.768 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:16.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:16.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:16.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:38:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:38:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:38:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 06:38:16.769 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 06:38:16.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:38:16.770 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 06:38:16.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:38:16.770 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 06:38:16.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 06:38:16.770 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 06:38:16.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:38:16.770 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 06:38:16.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:38:16.770 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 06:38:16.770 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 06:38:16.770 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 06:38:16.771 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 06:38:16.771 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 06:38:16.771 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:16.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:16.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:16.771 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:16.771 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:16.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:16.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:16.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:17.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:17.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:17.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:17.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:18.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:18.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:18.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:18.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:19.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:19.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:19.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:19.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:20.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:20.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:20.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:20.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:21.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:21.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:21.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:21.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:22.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:22.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:22.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:22.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:23.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:23.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:23.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:23.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:24.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:24.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:24.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:24.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:25.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:25.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:25.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:25.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:26.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:26.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:26.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:26.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:26.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:38:26.836 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") 06:38:26.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:26.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:26.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:26.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:26.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:26.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:26.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:38:26.839 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer 06:38:26.862 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") 06:38:26.863 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:26.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:26.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:26.866 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:26.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:26.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:26.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:26.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:26.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:26.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:38:26.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer 06:38:26.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:38:26.868 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:26.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:26.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:26.868 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:26.868 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:26.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:26.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:26.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:26.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:26.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:38:26.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:38:26.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:38:26.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "RedDeer") 06:38:26.871 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:26.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:26.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:26.879 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:26.879 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:26.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:26.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:26.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:26.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:26.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:38:26.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer 06:38:26.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 06:38:26.881 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:26.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:26.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:26.881 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:26.881 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:26.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:26.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:26.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:26.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:26.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:38:26.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 06:38:26.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 06:38:26.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 06:38:26.885 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 06:38:26.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 06:38:26.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:38:26.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:38:26.885 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 06:38:26.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:26.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:26.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 06:38:26.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:38:26.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:38:26.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 "Close") 06:38:26.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:26.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:26.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:26.886 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:26.886 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:26.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:26.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:26.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:26.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:26.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:38:26.898 INFO [WorkbenchTestable][AbstractButton] Click button Close 06:38:26.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:38:26.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:38:26.899 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:38:26.899 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:38:26.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 06:38:26.927 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 06:38:26.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:38:26.927 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:26.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:26.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:26.928 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Changes" as the parent 06:38:26.928 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:26.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:26.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:26.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:26.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:26.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:38:26.929 INFO [WorkbenchTestable][AbstractButton] Click button &Save 06:38:26.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:38:26.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:38:26.929 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:38:26.929 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:38:26.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 06:38:27.048 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 06:38:27.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 06:38:27.048 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 06:38:27.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:38:27.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:38:27.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:38:27.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:38:27.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:38:27.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:38:27.048 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 06:38:27.048 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:38:27.048 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:38:27.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:27.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:27.049 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRedDeerLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 06:38:27.049 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:38:27.049 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJUnitLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 06:38:27.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 06:38:27.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:38:27.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:38:27.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:38:27.049 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 06:38:27.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:27.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:27.049 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:38:27.049 DEBUG [main][MenuItemLookup] Found menu:'File' 06:38:27.050 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:38:27.050 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:38:27.050 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:38:27.050 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:38:27.050 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:38:27.050 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:38:27.050 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:38:27.050 DEBUG [main][MenuItemLookup] Item match:Run 06:38:27.051 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 06:38:27.051 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 06:38:27.051 DEBUG [main][MenuItemLookup] Found menu:'' 06:38:27.051 DEBUG [main][MenuItemLookup] Found menu:'Run History' 06:38:27.051 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:38:27.051 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 06:38:27.051 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 06:38:27.051 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 06:38:27.051 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 06:38:27.051 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 06:38:27.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 06:38:27.196 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 06:38:27.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 06:38:27.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:38:27.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:38:27.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 06:38:27.201 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 06:38:27.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 06:38:27.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:38:27.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:38:27.201 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 06:38:27.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:38:27.201 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:27.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:27.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:27.202 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:27.202 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:27.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:27.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:27.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:27.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:27.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:38:27.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:38:27.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:38:27.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 06:38:27.203 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 06:38:27.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:38:27.204 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 06:38:27.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:38:27.204 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 06:38:27.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 06:38:27.204 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 06:38:27.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:38:27.204 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 06:38:27.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:38:27.204 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 06:38:27.204 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 06:38:27.204 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 06:38:27.204 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 06:38:27.205 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 06:38:27.205 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:27.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:27.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:27.423 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:27.423 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:27.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:27.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:27.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:27.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:27.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:28.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:28.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:28.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:28.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:29.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:29.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:29.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:29.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:30.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:30.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:30.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:30.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:31.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:31.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:31.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:31.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:32.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:32.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:32.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:32.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:33.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:33.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:33.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:33.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:34.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:34.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:34.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:34.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:35.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:35.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:35.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:35.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:36.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:36.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:36.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:36.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:37.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:37.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:37.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:38:37.473 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 06:38:37.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:38:37.473 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:37.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:37.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:37.474 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:37.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:37.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:37.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:37.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:37.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:37.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:38:37.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:38:37.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:38:37.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 06:38:37.474 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 06:38:37.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:38:37.475 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 06:38:37.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:38:37.475 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 06:38:37.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 06:38:37.475 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 06:38:37.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:38:37.475 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 06:38:37.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:38:37.475 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 06:38:37.475 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 06:38:37.475 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 06:38:37.476 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 06:38:37.476 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 06:38:37.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:37.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:37.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:37.476 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:37.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:37.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:37.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:37.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:37.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:37.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:38.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:38.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:38.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:38.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:39.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:39.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:39.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:39.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:40.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:40.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:40.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:40.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:41.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:41.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:41.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:41.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:42.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:42.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:43.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:43.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:43.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:43.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:44.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:44.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:44.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:44.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:45.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:45.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:45.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:45.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:46.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:46.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:46.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:46.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:47.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:47.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:47.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:47.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:47.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:38:47.524 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") 06:38:47.524 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:47.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:47.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:47.524 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:47.524 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:47.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:47.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:47.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:47.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:47.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:38:47.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Test 06:38:47.526 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:") 06:38:47.526 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:47.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:47.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:47.526 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:47.526 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:47.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:47.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:47.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:47.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:47.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:38:47.533 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:38:47.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test class:") 06:38:47.538 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:47.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:47.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:47.538 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:47.538 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:47.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:47.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:47.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:47.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:47.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:38:47.547 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:38:47.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test method:") 06:38:47.548 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:47.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:47.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:47.548 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:47.548 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:47.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:47.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:47.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:47.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:47.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:38:47.560 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:38:47.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Run a single test") 06:38:47.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:47.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:47.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:47.560 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:47.561 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:47.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:47.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:47.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:47.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:47.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:38:47.563 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:") 06:38:47.563 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:47.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:47.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:47.563 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:47.563 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:47.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:47.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:47.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:47.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:47.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:38:47.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 06:38:47.567 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 06:38:47.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 06:38:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:38:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:38:47.568 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 06:38:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:47.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 06:38:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:38:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:38:47.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 06:38:47.568 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:47.568 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:47.568 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:47.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:47.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:47.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:47.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:38:47.571 INFO [WorkbenchTestable][AbstractButton] Click button Close 06:38:47.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:38:47.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:38:47.571 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:38:47.571 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:38:47.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 06:38:50.633 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 06:38:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 06:38:50.633 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 06:38:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:38:50.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:38:50.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:38:50.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:38:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:38:50.633 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 06:38:50.633 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:38:50.633 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:38:50.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:50.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:50.634 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJUnitLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 06:38:50.634 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:38:50.634 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRedDeerRunConfigurationForClass no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 06:38:50.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 06:38:50.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:38:50.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:38:50.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:38:50.634 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 06:38:50.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:50.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:50.635 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:38:50.635 DEBUG [main][MenuItemLookup] Found menu:'File' 06:38:50.635 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:38:50.635 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:38:50.635 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:38:50.635 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:38:50.635 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:38:50.635 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:38:50.635 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:38:50.635 DEBUG [main][MenuItemLookup] Item match:Run 06:38:50.636 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 06:38:50.636 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 06:38:50.636 DEBUG [main][MenuItemLookup] Found menu:'' 06:38:50.636 DEBUG [main][MenuItemLookup] Found menu:'Run History' 06:38:50.636 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:38:50.636 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 06:38:50.636 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 06:38:50.636 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 06:38:50.636 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 06:38:50.637 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 06:38:50.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 06:38:50.713 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 06:38:50.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 06:38:50.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:38:50.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:38:50.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 06:38:50.715 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 06:38:50.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 06:38:50.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:38:50.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:38:50.715 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 06:38:50.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 06:38:50.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:50.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:50.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:50.715 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:50.715 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:50.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:50.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:50.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:38:50.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:38:50.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:38:50.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:38:50.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:38:50.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 06:38:50.717 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 06:38:50.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:38:50.717 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 06:38:50.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:38:50.717 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 06:38:50.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 06:38:50.717 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 06:38:50.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:38:50.718 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 06:38:50.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:38:50.718 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 06:38:50.718 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 06:38:50.718 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 06:38:50.718 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 06:38:50.719 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 06:38:50.719 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:38:50.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:38:50.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:38:50.917 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:38:50.917 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:38:50.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:38:50.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:50.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:51.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:51.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:51.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:51.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:52.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:52.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:52.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:52.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:53.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:53.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:53.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:53.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:54.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:54.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:54.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:54.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:55.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:55.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:55.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:55.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:56.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:56.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:56.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:56.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:57.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:57.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:57.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:57.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:58.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:58.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:58.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:58.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:59.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:59.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:38:59.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:38:59.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:00.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:00.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:00.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:00.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:00.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:39:00.969 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 06:39:00.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:39:00.969 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:00.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:00.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:00.969 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:39:00.969 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:00.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:00.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:00.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:00.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:00.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:00.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:39:00.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:39:00.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 06:39:00.970 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 06:39:00.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:00.970 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 06:39:00.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:00.970 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 06:39:00.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 06:39:00.970 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 06:39:00.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:00.970 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 06:39:00.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:00.970 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 06:39:00.971 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 06:39:00.971 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 06:39:00.971 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 06:39:00.971 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 06:39:00.971 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:00.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:00.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:00.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:39:00.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:00.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:00.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:00.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:01.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:01.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:01.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:01.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:02.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:02.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:02.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:02.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:03.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:03.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:03.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:03.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:04.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:04.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:04.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:04.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:05.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:05.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:05.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:05.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:06.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:06.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:07.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:07.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:07.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:07.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:08.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:08.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:08.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:08.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:09.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:09.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:09.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:09.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:10.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:10.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:10.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:10.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:11.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:11.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:11.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:39:11.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 06:39:11.022 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 06:39:11.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 06:39:11.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:11.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:11.030 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 06:39:11.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:11.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:11.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 06:39:11.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:11.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:11.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 "Close") 06:39:11.030 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:11.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:11.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:11.030 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 06:39:11.030 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:11.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:11.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:11.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:11.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:11.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:11.033 INFO [WorkbenchTestable][AbstractButton] Click button Close 06:39:11.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:11.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:11.033 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:11.033 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:11.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 06:39:14.111 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 06:39:14.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 06:39:14.111 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 06:39:14.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:39:14.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:39:14.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:39:14.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:39:14.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:39:14.112 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 06:39:14.112 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:39:14.112 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:39:14.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:14.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:14.112 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRedDeerRunConfigurationForClass no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 06:39:14.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:14.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:14.120 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:39:14.120 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:39:14.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:14.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:14.120 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:39:14.120 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:14.120 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:14.120 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:14.121 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:39:14.121 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:39:14.121 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:14.121 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:14.121 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:14.121 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:14.121 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:14.121 DEBUG [main][MenuItemLookup] Item match:Window 06:39:14.121 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:14.121 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:14.121 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:14.121 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:14.121 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:14.121 DEBUG [main][MenuItemLookup] Item match:Show View 06:39:14.127 DEBUG [main][MenuItemLookup] Found menu:'Ant' 06:39:14.127 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:39:14.127 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:39:14.127 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:39:14.127 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:39:14.127 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:39:14.127 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:39:14.128 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:39:14.128 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:39:14.128 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:39:14.128 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:39:14.128 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:39:14.128 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:39:14.128 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:39:14.128 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:39:14.128 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:14.128 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:39:14.128 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:39:14.128 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:39:14.128 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:39:14.128 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:39:14.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:39:14.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:39:14.164 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:39:14.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:14.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:14.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:39:14.165 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:14.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:14.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:14.166 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:39:14.166 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:14.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:14.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:14.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:14.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:14.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:14.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:39:14.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:39:14.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:39:14.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:39:14.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:14.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:14.671 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:39:14.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:39:14.673 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:39:14.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:14.673 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:39:14.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:14.673 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:39:14.673 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:39:14.673 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:39:14.674 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:39:14.674 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:39:14.674 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:14.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:14.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:14.674 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:39:14.674 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:14.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:14.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:14.675 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:39:14.675 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:14.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:14.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:14.675 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:39:14.675 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:14.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:14.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:14.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:14.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:14.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:14.676 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:39:14.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:14.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:14.676 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:14.676 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:14.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:39:14.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:39:14.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:39:14.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:14.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:14.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:39:14.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:14.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:14.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:39:14.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:14.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:14.716 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:39:14.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:39:14.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:14.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:14.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:14.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:14.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:39:14.717 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:39:14.717 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:39:14.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:14.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:39:14.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:39:14.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:39:14.723 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:39:14.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:39:14.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:14.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:14.733 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:39:14.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:39:14.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:14.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:14.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:14.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:14.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:15.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:15.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:15.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:15.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:15.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:39:15.736 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:39:15.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:39:15.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:15.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:15.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 06:39:15.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:15.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:15.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:15.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:15.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:15.739 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 06:39:15.742 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 06:39:15.742 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 06:39:15.742 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 06:39:15.757 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 06:39:15.758 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:39:15.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:15.863 DEBUG [main][MenuItemLookup] Found menu:'New' 06:39:15.863 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:39:15.863 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:15.863 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:39:15.863 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:15.863 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:39:15.863 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:39:15.863 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:39:15.863 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:39:15.863 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:39:15.863 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:39:15.863 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:15.863 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:39:15.863 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:39:15.863 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:15.863 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:39:15.863 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:39:15.863 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:39:15.863 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:39:15.864 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:39:15.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:39:15.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:39:15.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:39:16.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:39:16.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:39:16.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:39:16.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:39:16.365 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test.plugin' via Explorer 06:39:16.365 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 06:39:16.365 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 06:39:16.366 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 06:39:16.371 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 06:39:16.371 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:39:16.371 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:16.400 DEBUG [main][MenuItemLookup] Found menu:'New' 06:39:16.400 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:39:16.400 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:16.400 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:39:16.400 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:16.400 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:39:16.400 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:39:16.400 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:39:16.400 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:39:16.400 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:39:16.400 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:39:16.400 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:39:16.401 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:39:16.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 'Delete.*'] is available.... 06:39:17.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:39:17.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:39:17.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:17.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:17.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:17.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:17.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:39:17.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:17.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:17.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:17.019 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:39:17.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:17.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:17.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:17.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:17.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:17.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:17.020 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:39:17.020 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:39:17.020 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:39:17.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:17.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:17.020 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:17.020 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:17.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:39:17.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:17.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:17.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:17.021 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:39:17.021 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:17.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:17.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:17.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:17.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:17.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:17.021 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:39:17.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:17.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:17.021 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:17.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:17.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:39:17.027 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:39:17.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:39:17.528 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:39:17.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:39:17.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:39:17.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:39:17.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:39:17.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:39:17.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:39:17.528 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 06:39:17.528 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:39:17.529 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:39:17.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:17.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 80.288 s - in org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest testRedDeerRunConfigurationItem no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) Time elapsed: 3.689 s testRedDeerLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) Time elapsed: 22.355 s testJUnitLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) Time elapsed: 23.585 s testRedDeerRunConfigurationForClass no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) Time elapsed: 23.478 s Running org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 06:39:17.545 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 06:39:17.545 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:39:17.546 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:39:17.546 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 06:39:17.546 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:39:17.546 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:39:17.546 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:39:17.546 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:39:17.546 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:39:17.546 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:39:17.546 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:39:17.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:17.547 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:39:17.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:17.547 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:39:17.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:17.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:39:17.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:17.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:17.547 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:39:17.547 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:17.548 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:17.548 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:17.548 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:17.548 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:17.548 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:17.548 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:17.548 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:17.548 DEBUG [main][MenuItemLookup] Item match:Window 06:39:17.548 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:17.548 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:17.548 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:17.548 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:17.548 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:17.548 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:39:17.548 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:17.548 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:39:17.548 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:17.548 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:39:17.548 DEBUG [main][MenuItemLookup] Item match:Preferences 06:39:17.549 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:39:17.549 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:39:17.549 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:39:17.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:39:17.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. finished successfully 06:39:17.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:39:17.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:17.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:17.624 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:39:17.624 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:17.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:39:17.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:17.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:17.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:17.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:17.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:17.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:39:17.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:39:17.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:39:17.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:17.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:17.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:17.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:17.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:17.627 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:39:17.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:17.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:17.627 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:17.628 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:17.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:39:17.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:39:17.645 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:39:17.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:17.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:17.645 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:39:17.645 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 06:39:17.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:39:17.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:17.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:17.646 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:17.646 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:17.646 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:17.646 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:17.646 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:17.646 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:17.646 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:17.646 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:17.646 DEBUG [main][MenuItemLookup] Item match:Window 06:39:17.646 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:17.646 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:17.646 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:17.646 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:17.646 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:17.646 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:39:17.646 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:17.646 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:39:17.646 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:17.646 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:39:17.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:17.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:17.647 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:17.647 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:17.647 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:17.647 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:17.647 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:17.647 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:17.647 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:17.647 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:17.647 DEBUG [main][MenuItemLookup] Item match:Window 06:39:17.647 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:17.647 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:17.647 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:17.647 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:17.647 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:17.647 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:39:17.647 DEBUG [main][MenuItemLookup] Item match:Perspective 06:39:17.648 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:39:17.648 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:17.648 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:39:17.648 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:39:17.648 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:39:17.648 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:39:17.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:39:17.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:17.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:17.648 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:17.648 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:17.648 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:17.648 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:17.648 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:17.648 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:17.648 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:17.648 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:17.648 DEBUG [main][MenuItemLookup] Item match:Window 06:39:17.648 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:17.648 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:17.649 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:17.649 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:17.649 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:17.649 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:39:17.649 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:17.649 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:39:17.649 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:17.649 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:39:17.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:17.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:17.649 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:17.649 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:17.649 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:17.649 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:17.649 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:17.649 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:17.649 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:17.649 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:17.649 DEBUG [main][MenuItemLookup] Item match:Window 06:39:17.649 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:17.649 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:17.649 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:17.649 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:17.649 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:17.649 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:39:17.649 DEBUG [main][MenuItemLookup] Item match:Perspective 06:39:17.650 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:39:17.650 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:17.650 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:39:17.650 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:39:17.650 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:39:17.650 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:39:17.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:17.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:17.650 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:17.650 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:17.650 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:17.650 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:17.650 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:17.650 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:17.650 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:17.650 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:17.650 DEBUG [main][MenuItemLookup] Item match:Window 06:39:17.650 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:17.651 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:17.651 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:17.651 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:17.651 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:17.651 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:39:17.651 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:17.651 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:39:17.651 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:17.651 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:39:17.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:17.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:17.651 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:17.651 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:17.651 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:17.651 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:17.651 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:17.651 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:17.651 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:17.651 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:17.651 DEBUG [main][MenuItemLookup] Item match:Window 06:39:17.651 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:17.651 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:17.651 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:17.651 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:17.651 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:17.651 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:39:17.651 DEBUG [main][MenuItemLookup] Item match:Perspective 06:39:17.652 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:39:17.652 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:17.652 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:39:17.652 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:39:17.652 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:39:17.652 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:39:17.652 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:39:17.652 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:39:17.652 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:39:17.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:39:17.707 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 06:39:17.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:39:17.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:17.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:17.707 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:17.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:17.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:17.708 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:39:17.708 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:17.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:17.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:17.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 06:39:17.708 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:17.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:17.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:17.708 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:39:17.708 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:17.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:17.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:17.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:17.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:17.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:17.709 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:39:17.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:17.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:17.709 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:17.709 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:18.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'] 06:39:18.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:18.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'] 06:39:18.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:18.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 Plugin"] 06:39:18.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:18.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'] 06:39:18.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:18.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'] 06:39:18.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:18.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'] 06:39:18.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:18.534 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Plugin"] 06:39:18.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:18.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'] 06:39:18.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:18.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'] 06:39:18.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:18.534 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:39:18.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:18.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:18.534 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:39:18.534 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:18.534 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:18.535 DEBUG [main][MenuItemLookup] Item match:File 06:39:18.535 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:39:18.535 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:39:18.539 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:39:18.539 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:39:18.539 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:18.539 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:39:18.539 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:39:18.539 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:39:18.539 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:39:18.539 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:39:18.539 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:39:18.539 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:39:18.539 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:39:18.539 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:39:18.539 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:18.539 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:39:18.539 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:39:18.539 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:18.539 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:39:18.539 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:39:18.539 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:39:18.539 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:39:18.539 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:39:18.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:39:18.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:39:18.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:39:18.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:18.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:18.620 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:39:18.620 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:18.620 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:39:18.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:18.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:18.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:18.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:18.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:18.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:39:18.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:39:18.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 06:39:18.622 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 06:39:18.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:18.622 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 06:39:18.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:18.622 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 06:39:18.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 06:39:18.622 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 06:39:18.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:18.622 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 06:39:18.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:18.622 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 06:39:18.622 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test Plug-in 06:39:18.622 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test Plug-in 06:39:18.622 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test Plug-in about selection 06:39:18.623 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test Plug-in 06:39:18.623 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:39:18.623 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:39:18.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:39:18.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:18.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:18.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:18.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:18.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:18.625 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:39:18.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:18.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:18.625 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:18.625 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:18.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'] 06:39:18.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:18.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:18.759 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.... 06:39:18.759 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 06:39:18.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 06:39:18.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:18.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:18.760 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 06:39:18.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:18.760 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:") 06:39:18.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:18.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:18.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:18.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:18.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:39:18.762 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:39:18.762 INFO [WorkbenchTestable][AbstractText] Text set to: reddeer.test.plugin 06:39:18.802 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:") 06:39:18.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:18.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:18.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:18.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:18.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:39:18.805 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:39:18.805 INFO [WorkbenchTestable][AbstractText] Text set to: test.plugin 06:39:18.814 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:") 06:39:18.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:18.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:18.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:18.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:18.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:39:18.818 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:39:18.818 INFO [WorkbenchTestable][AbstractText] Text set to: 8.2.9.qualifier 06:39:18.831 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:") 06:39:18.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:18.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:18.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:18.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:18.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:39:18.835 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:39:18.836 INFO [WorkbenchTestable][AbstractText] Text set to: Eclipse.org - RedDeer 06:39:18.840 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:") 06:39:18.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:18.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:18.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:18.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:18.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:18.842 INFO [WorkbenchTestable][RadioButton] Select radio button &Application id: 06:39:18.842 INFO [WorkbenchTestable][AbstractButton] Click button &Application id: 06:39:18.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:18.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:18.842 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:18.842 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:18.843 TRACE [main][WidgetHandler] Notify Button with event 27 06:39:18.843 TRACE [main][WidgetHandler] Wait for synchronization 06:39:18.843 TRACE [main][WidgetHandler] Notify Button with event 13 06:39:18.843 TRACE [main][WidgetHandler] Wait for synchronization 06:39:18.843 TRACE [main][WidgetHandler] Notify Button with event 26 06:39:18.843 TRACE [main][WidgetHandler] Wait for synchronization 06:39:18.843 TRACE [main][WidgetHandler] Notify Button with event 3 06:39:18.843 TRACE [main][WidgetHandler] Wait for synchronization 06:39:18.843 TRACE [main][WidgetHandler] Notify Button with event 4 06:39:18.843 TRACE [main][WidgetHandler] Wait for synchronization 06:39:18.843 TRACE [main][WidgetHandler] Notify Button with event 13 06:39:18.843 TRACE [main][WidgetHandler] Wait for synchronization 06:39:18.843 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 06:39:18.843 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:18.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:18.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:18.845 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 06:39:18.845 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:18.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:18.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:39:18.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:39:18.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:18.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:39:18.846 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 06:39:18.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:18.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:39:18.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:39:18.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:18.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:39:18.847 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.ui.ide.workbench to selection: org.eclipse.ui.ide.workbench 06:39:18.847 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) 06:39:18.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:18.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:18.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:18.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:18.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:18.853 INFO [WorkbenchTestable][CheckBox] Select checkbox 06:39:18.854 INFO [WorkbenchTestable][CheckBox] Check checkbox 06:39:18.854 INFO [WorkbenchTestable][AbstractButton] Click button 06:39:18.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:18.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:18.854 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:18.854 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:18.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: 32) 06:39:18.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:18.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:18.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:18.854 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 06:39:18.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:18.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:18.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:18.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:18.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:18.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:18.855 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:") 06:39:18.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:18.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:18.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:18.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:18.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:18.856 INFO [WorkbenchTestable][RadioButton] Select radio button &Product id: 06:39:18.856 INFO [WorkbenchTestable][AbstractButton] Click button &Product id: 06:39:18.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:18.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:18.856 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:18.856 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:18.857 TRACE [main][WidgetHandler] Notify Button with event 27 06:39:18.857 TRACE [main][WidgetHandler] Wait for synchronization 06:39:18.857 TRACE [main][WidgetHandler] Notify Button with event 13 06:39:18.857 TRACE [main][WidgetHandler] Wait for synchronization 06:39:18.857 TRACE [main][WidgetHandler] Notify Button with event 26 06:39:18.857 TRACE [main][WidgetHandler] Wait for synchronization 06:39:18.857 TRACE [main][WidgetHandler] Notify Button with event 3 06:39:18.857 TRACE [main][WidgetHandler] Wait for synchronization 06:39:18.857 TRACE [main][WidgetHandler] Notify Button with event 4 06:39:18.857 TRACE [main][WidgetHandler] Wait for synchronization 06:39:18.857 TRACE [main][WidgetHandler] Notify Button with event 13 06:39:18.857 TRACE [main][WidgetHandler] Wait for synchronization 06:39:18.857 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 06:39:18.857 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:18.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:18.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:18.859 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 06:39:18.859 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:18.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:18.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:39:18.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:39:18.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:18.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:39:18.859 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 06:39:18.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:18.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:18.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:18.859 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 06:39:18.859 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:18.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:18.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:18.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:18.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:18.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:39:18.861 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 06:39:18.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:18.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:18.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:18.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:18.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:39:18.861 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.platform.ide to selection: org.eclipse.platform.ide 06:39:18.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 "Finish", Widget matcher matching widgets with style: 8) 06:39:18.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:18.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:18.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:18.861 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 06:39:18.861 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:18.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:18.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:18.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:18.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:18.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:18.869 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 06:39:18.869 INFO [WorkbenchTestable][RedDeerTestPluginWizard] Finish wizard 06:39:18.898 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) 06:39:18.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:18.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:18.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:18.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:18.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:18.899 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:39:18.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:18.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:18.899 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:18.899 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:19.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:39:19.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:39:19.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:39:19.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:39:19.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:39:19.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:39:19.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Blocked Dialog' is a system job, skipped 06:39:19.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:39:19.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:39:19.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:39:19.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:39:19.042 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:39:19.042 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) 06:39:19.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 06:39:19.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:39:19.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:39:19.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:39:19.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:19.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:19.044 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:39:19.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:19.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:19.045 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:39:19.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:19.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:19.045 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:39:19.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 '\*?\QPackage Explorer\E') 06:39:19.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:19.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:19.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:19.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:19.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:39:19.046 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:19.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:19.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:19.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:39:19.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:39:19.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:39:19.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists.... 06:39:19.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:19.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:19.056 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:39:19.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:19.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:19.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:39:19.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:19.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:19.058 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:39:19.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:39:19.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:19.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:19.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:19.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:19.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:39:19.059 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:19.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:19.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:19.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:39:19.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:39:19.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:39:19.060 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:19.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:19.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:19.061 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 06:39:19.061 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:19.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:19.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:19.061 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 06:39:19.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:19.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:19.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:19.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:19.562 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:39:19.562 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:19.562 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:19.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:19.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:39:19.563 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:19.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:19.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:19.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:39:19.564 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:19.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:19.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:19.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:39:19.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:19.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:19.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:20.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:20.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:20.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:20.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:20.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:39:20.567 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:20.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:20.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:20.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:39:20.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 06:39:20.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:20.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:20.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:20.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:20.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:20.570 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 06:39:20.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists. finished successfully 06:39:20.570 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:20.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:20.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:20.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:20.571 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:20.571 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:20.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:20.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:20.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:20.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:20.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:21.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:21.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:21.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:21.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:21.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:39:21.606 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:21.606 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:21.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:21.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:21.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 06:39:21.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:21.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:21.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:21.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:21.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:21.611 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 06:39:21.613 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:39:21.614 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 06:39:21.614 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 06:39:21.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:22.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:22.114 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 06:39:22.116 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 06:39:22.116 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:39:22.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:22.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:22.617 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:39:22.617 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 06:39:22.617 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 06:39:22.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:23.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:23.118 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 06:39:23.125 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 06:39:23.125 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 06:39:23.125 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 06:39:23.160 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 06:39:23.161 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item RedDeerTest.java 06:39:23.161 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 06:39:23.161 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 06:39:23.161 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 06:39:23.163 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 06:39:23.163 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:39:23.163 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:39:23.729 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:39:23.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:39:23.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:39:23.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:39:23.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:39:23.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:39:23.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:39:23.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:39:23.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:39:23.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:23.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:23.741 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 06:39:23.742 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:23.742 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:23.742 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:39:23.742 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:39:23.742 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:23.742 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:23.742 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:23.742 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:23.742 DEBUG [main][MenuItemLookup] Item match:Run 06:39:23.743 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 06:39:23.743 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 06:39:23.743 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:23.743 DEBUG [main][MenuItemLookup] Found menu:'Run History' 06:39:23.743 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:39:23.743 DEBUG [main][MenuItemLookup] Item match:Run As 06:39:23.959 DEBUG [main][MenuItemLookup] Found menu:'1 JUnit Plug-in Test Shift+Alt+X P' 06:39:23.959 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+X T' 06:39:23.959 DEBUG [main][MenuItemLookup] Found menu:'3 RedDeer Test Shift+Alt+X S' 06:39:23.959 DEBUG [main][MenuItemLookup] Item match:3 RedDeer Test Shift+Alt+X S 06:39:23.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:23.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:23.962 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 06:39:23.962 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:23.962 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:23.962 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:39:23.962 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:39:23.962 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:23.962 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:23.962 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:23.962 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:23.962 DEBUG [main][MenuItemLookup] Item match:Run 06:39:23.963 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 06:39:23.963 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 06:39:23.963 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:23.963 DEBUG [main][MenuItemLookup] Found menu:'Run History' 06:39:23.963 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:39:23.963 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 06:39:23.963 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:23.963 DEBUG [main][MenuItemLookup] Found menu:'Debug History' 06:39:23.963 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:39:23.963 DEBUG [main][MenuItemLookup] Item match:Debug As 06:39:24.023 DEBUG [main][MenuItemLookup] Found menu:'1 JUnit Plug-in Test Shift+Alt+D P' 06:39:24.023 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 06:39:24.023 DEBUG [main][MenuItemLookup] Found menu:'3 RedDeer Test Shift+Alt+D S' 06:39:24.023 DEBUG [main][MenuItemLookup] Item match:3 RedDeer Test Shift+Alt+D S 06:39:24.023 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 06:39:24.023 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:39:24.023 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:39:24.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:24.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:24.024 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) 06:39:24.024 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:39:24.024 INFO [WorkbenchTestable][RequirementsRunner] Started test: testContextMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) 06:39:24.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 06:39:24.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:39:24.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:39:24.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:39:24.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:24.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:24.026 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:39:24.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:24.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:24.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 06:39:24.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:24.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:24.027 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 06:39:24.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 '\*?\QPackage Explorer\E') 06:39:24.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:24.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:24.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:24.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:24.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:39:24.029 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:24.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:24.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:24.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:24.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists.... 06:39:24.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:24.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:24.114 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:39:24.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:24.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:24.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 06:39:24.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:24.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:24.115 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 06:39:24.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 '\*?\QPackage Explorer\E') 06:39:24.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:24.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:24.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:24.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:24.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:39:24.116 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:24.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:24.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:24.117 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 06:39:24.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:39:24.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:39:24.118 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:24.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:24.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:24.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:24.119 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:24.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:24.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:24.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:24.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:24.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:24.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:24.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:24.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:25.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:25.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:25.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:39:25.121 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:25.121 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:25.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:25.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:25.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:39:25.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:25.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:25.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:25.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:25.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:25.122 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 06:39:25.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists. finished successfully 06:39:25.122 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:25.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:25.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:25.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:25.123 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:25.123 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:25.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:25.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:25.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:25.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:25.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:25.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:25.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:26.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:26.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:26.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:39:26.125 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:26.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:26.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:26.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:26.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:39:26.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:26.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:26.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:26.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:26.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:26.126 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 06:39:26.127 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:39:26.127 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 06:39:26.127 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 06:39:26.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:26.127 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 06:39:26.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:26.128 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 06:39:26.128 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 06:39:26.128 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:39:26.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:26.128 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:39:26.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:26.128 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:39:26.128 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 06:39:26.128 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 06:39:26.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:26.128 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item org.reddeer.test is already expanded. No action performed 06:39:26.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:26.128 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 06:39:26.129 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 06:39:26.129 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 06:39:26.129 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 06:39:26.130 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 06:39:26.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 06:39:26.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:26.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:26.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:26.132 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Package Explorer"as the parent 06:39:26.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:26.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:26.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:26.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:26.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:26.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:26.132 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:39:26.132 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'New' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'Open With' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'References' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:26.182 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:39:26.182 DEBUG [main][MenuItemLookup] Item match:Run As 06:39:26.210 DEBUG [main][MenuItemLookup] Found menu:'1 JUnit Plug-in Test Shift+Alt+X P' 06:39:26.210 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+X T' 06:39:26.210 DEBUG [main][MenuItemLookup] Found menu:'3 RedDeer Test Shift+Alt+X S' 06:39:26.210 DEBUG [main][MenuItemLookup] Item match:3 RedDeer Test Shift+Alt+X S 06:39:26.210 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:39:26.210 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:26.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:26.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:26.210 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Package Explorer"as the parent 06:39:26.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:26.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:26.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:26.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:26.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:26.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:26.211 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:39:26.211 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'New' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'Open With' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'References' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'Run As' 06:39:26.240 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 06:39:26.240 DEBUG [main][MenuItemLookup] Item match:Debug As 06:39:26.264 DEBUG [main][MenuItemLookup] Found menu:'1 JUnit Plug-in Test Shift+Alt+D P' 06:39:26.265 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 06:39:26.265 DEBUG [main][MenuItemLookup] Found menu:'3 RedDeer Test Shift+Alt+D S' 06:39:26.265 DEBUG [main][MenuItemLookup] Item match:3 RedDeer Test Shift+Alt+D S 06:39:26.265 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 06:39:26.265 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:39:26.265 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:39:26.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:26.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:26.265 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testContextMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) 06:39:26.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:26.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:26.297 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:39:26.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 06:39:26.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:26.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:26.297 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 06:39:26.298 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 06:39:26.298 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:26.298 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:26.298 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:39:26.298 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:39:26.298 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:26.298 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:26.298 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:26.298 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:26.298 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:26.298 DEBUG [main][MenuItemLookup] Item match:Window 06:39:26.300 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:26.301 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:26.301 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:26.301 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:26.301 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:26.301 DEBUG [main][MenuItemLookup] Item match:Show View 06:39:26.306 DEBUG [main][MenuItemLookup] Found menu:'Ant' 06:39:26.306 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:39:26.306 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:39:26.306 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:39:26.306 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:39:26.306 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:39:26.306 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:39:26.306 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:39:26.306 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:39:26.306 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:39:26.306 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:39:26.306 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:39:26.306 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:39:26.306 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:39:26.306 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:39:26.306 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:26.306 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:39:26.306 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:39:26.320 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:39:26.320 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:39:26.320 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:39:26.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:39:26.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:39:26.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:39:26.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:26.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:26.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:39:26.368 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:26.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:26.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:26.368 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:39:26.368 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:26.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:26.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:26.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:26.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:26.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:26.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:39:26.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:39:26.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:39:26.369 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:39:26.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:26.369 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:39:26.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:26.369 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:39:26.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:39:26.370 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:39:26.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:26.370 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:39:26.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:26.370 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:39:26.370 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:39:26.370 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:39:26.370 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:39:26.370 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:39:26.370 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:26.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:26.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:26.371 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:39:26.371 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:26.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:26.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:26.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:39:26.398 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:26.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:26.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:26.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:39:26.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:26.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:26.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:26.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:26.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:26.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:26.399 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:39:26.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:26.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:26.399 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:26.399 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:26.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:39:26.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:39:26.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:39:26.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:26.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:26.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:39:26.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:26.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:26.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 06:39:26.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:26.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:26.434 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 06:39:26.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') 06:39:26.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:26.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:26.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:26.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:26.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:39:26.435 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:39:26.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:39:26.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:26.435 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 06:39:26.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:39:26.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:39:26.436 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:39:26.436 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:39:26.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:26.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:26.437 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:39:26.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:39:26.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:26.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:26.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:26.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:26.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:26.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:26.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:27.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:27.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:27.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:39:27.439 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:39:27.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:39:27.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:27.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:27.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:39:27.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:27.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:27.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:27.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:27.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:27.440 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 06:39:27.441 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 06:39:27.441 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 06:39:27.441 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 06:39:27.447 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 06:39:27.447 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:39:27.447 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:27.483 DEBUG [main][MenuItemLookup] Found menu:'New' 06:39:27.483 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:39:27.483 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:27.483 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:39:27.483 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:27.483 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:39:27.483 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:39:27.483 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:39:27.483 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:39:27.483 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:39:27.483 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:39:27.483 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:27.483 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:39:27.483 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:39:27.483 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:27.483 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:39:27.483 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:39:27.483 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:39:27.483 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:39:27.483 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:39:27.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:39:27.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:39:27.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:39:27.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:39:27.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:39:27.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:39:27.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:39:27.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:39:27.984 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test.plugin' via Explorer 06:39:27.984 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 06:39:27.984 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 06:39:27.984 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 06:39:27.989 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 06:39:27.989 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:39:27.989 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:28.014 DEBUG [main][MenuItemLookup] Found menu:'New' 06:39:28.014 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:39:28.014 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:28.014 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:39:28.014 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:28.014 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:39:28.014 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:39:28.014 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:39:28.014 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:39:28.014 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:39:28.015 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:39:28.015 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:39:28.015 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:39:28.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:39:28.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. finished successfully 06:39:28.596 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:39:28.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:28.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:28.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:28.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:28.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:39:28.599 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:28.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:28.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:28.599 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:39:28.599 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:28.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:28.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:28.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:28.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:28.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:28.600 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:39:28.600 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:39:28.600 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:39:28.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:28.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:28.600 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:28.600 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:28.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:39:28.600 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:28.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:28.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:28.600 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:39:28.600 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:28.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:28.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:28.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:28.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:28.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:28.601 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:39:28.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:28.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:28.601 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:28.601 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:28.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:39:28.605 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:39:29.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:39:29.108 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:39:29.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:39:29.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:39:29.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:39:29.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:39:29.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:39:29.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:39:29.108 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 06:39:29.108 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:39:29.108 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:39:29.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:29.108 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: 4.982 s testContextMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) Time elapsed: 2.241 s Running org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 06:39:29.116 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 06:39:29.116 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:39:29.117 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:39:29.117 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 06:39:29.117 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:39:29.117 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:39:29.120 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:39:29.120 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:39:29.120 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:39:29.120 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:39:29.120 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:39:29.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:29.121 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:39:29.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:29.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:39:29.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:29.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:39:29.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:29.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:29.123 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:39:29.123 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:29.123 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:29.123 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:29.123 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:29.123 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:29.123 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:29.123 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:29.123 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:29.123 DEBUG [main][MenuItemLookup] Item match:Window 06:39:29.125 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:29.125 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:29.125 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:29.125 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:29.125 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:29.125 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:39:29.125 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:29.125 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:39:29.125 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:29.125 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:39:29.125 DEBUG [main][MenuItemLookup] Item match:Preferences 06:39:29.125 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:39:29.125 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:39:29.125 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:39:29.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:39:29.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:39:29.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:39:29.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:29.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:29.191 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:39:29.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:29.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:39:29.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:29.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:29.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:29.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:29.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:29.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:39:29.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:39:29.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:39:29.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:29.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:29.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:29.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:29.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:29.202 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:39:29.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:29.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:29.202 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:29.202 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:29.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:39:29.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:39:29.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:39:29.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:29.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:29.220 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:39:29.220 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 06:39:29.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:39:29.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:29.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:29.220 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:29.220 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:29.220 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:29.220 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:29.220 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:29.220 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:29.220 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:29.220 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:29.220 DEBUG [main][MenuItemLookup] Item match:Window 06:39:29.220 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:29.220 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:29.220 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:29.220 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:29.220 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:29.220 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:39:29.220 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:29.220 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:39:29.220 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:29.220 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:39:29.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:29.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:29.221 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:29.221 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:29.221 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:29.221 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:29.221 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:29.221 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:29.221 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:29.221 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:29.221 DEBUG [main][MenuItemLookup] Item match:Window 06:39:29.221 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:29.221 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:29.221 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:29.221 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:29.221 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:29.221 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:39:29.221 DEBUG [main][MenuItemLookup] Item match:Perspective 06:39:29.221 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:39:29.221 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:29.221 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:39:29.221 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:39:29.221 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:39:29.221 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:39:29.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:39:29.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:29.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:29.222 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:29.222 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:29.222 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:29.222 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:29.222 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:29.222 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:29.222 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:29.222 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:29.222 DEBUG [main][MenuItemLookup] Item match:Window 06:39:29.222 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:29.222 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:29.222 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:29.222 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:29.222 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:29.222 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:39:29.222 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:29.222 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:39:29.222 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:29.222 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:39:29.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:29.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:29.222 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:29.223 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:29.223 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:29.223 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:29.223 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:29.223 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:29.223 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:29.223 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:29.223 DEBUG [main][MenuItemLookup] Item match:Window 06:39:29.223 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:29.223 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:29.223 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:29.223 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:29.223 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:29.223 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:39:29.223 DEBUG [main][MenuItemLookup] Item match:Perspective 06:39:29.223 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:39:29.223 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:29.223 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:39:29.223 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:39:29.223 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:39:29.223 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:39:29.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:29.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:29.223 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:29.224 DEBUG [main][MenuItemLookup] Item match:Window 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:39:29.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:29.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:29.224 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:29.224 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:29.224 DEBUG [main][MenuItemLookup] Item match:Window 06:39:29.225 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:29.225 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:29.225 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:29.225 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:29.225 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:29.225 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:39:29.225 DEBUG [main][MenuItemLookup] Item match:Perspective 06:39:29.225 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:39:29.225 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:29.225 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:39:29.225 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:39:29.225 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:39:29.225 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:39:29.225 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:39:29.225 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:39:29.225 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:39:29.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:39:29.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 06:39:29.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:39:29.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:29.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:29.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:29.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:29.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:29.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:39:29.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:29.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:29.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:29.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") 06:39:29.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:29.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:29.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:29.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:39:29.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:29.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:29.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:29.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:29.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:29.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:29.253 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:39:29.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:29.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:29.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:29.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:29.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:39:29.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:29.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:39:29.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:29.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Plugin"] 06:39:29.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:29.924 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:39:29.924 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) 06:39:29.924 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 06:39:29.924 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:39:29.924 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:39:29.924 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:39:29.924 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:39:29.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:29.924 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:39:29.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:29.924 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:39:29.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:29.925 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Plugin"] 06:39:29.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:29.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'] 06:39:29.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:29.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'] 06:39:29.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:29.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:39:29.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:29.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:29.926 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:39:29.926 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:29.926 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:29.926 DEBUG [main][MenuItemLookup] Item match:File 06:39:29.927 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:39:29.927 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:39:29.929 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:39:29.929 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:39:29.929 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:29.929 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:39:29.929 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:39:29.929 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:39:29.929 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:39:29.929 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:39:29.929 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:39:29.929 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:39:29.929 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:39:29.929 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:39:29.929 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:29.929 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:39:29.929 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:39:29.929 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:29.929 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:39:29.929 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:39:29.929 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:39:29.929 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:39:29.929 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:39:29.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:39:29.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:39:29.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:39:29.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:29.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:29.999 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:39:29.999 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:29.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:39:29.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:29.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:30.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:39:30.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:39:30.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 06:39:30.001 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 06:39:30.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:30.001 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 06:39:30.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:30.001 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 06:39:30.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 06:39:30.001 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 06:39:30.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:30.001 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 06:39:30.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:30.001 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 06:39:30.001 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test Plug-in 06:39:30.001 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test Plug-in 06:39:30.001 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test Plug-in about selection 06:39:30.002 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test Plug-in 06:39:30.002 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:39:30.002 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:39:30.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:39:30.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:30.003 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:39:30.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:30.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:30.003 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:30.003 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:30.115 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:39:30.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:30.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:30.115 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.... 06:39:30.115 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 06:39:30.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 06:39:30.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:30.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:30.116 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 06:39:30.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:30.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:30.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:30.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 06:39:30.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:30.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:30.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Product id:") 06:39:30.117 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:30.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:30.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:30.117 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 06:39:30.117 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:30.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:30.118 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 06:39:30.118 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:30.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:30.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:30.118 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 06:39:30.118 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:30.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:39:30.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: 16, Matcher matching widgets with text that without mnenomic matches: is "Application id:") 06:39:30.120 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:30.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:30.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:30.120 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 06:39:30.120 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:30.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:30.121 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 06:39:30.121 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:30.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:30.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:30.121 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 06:39:30.121 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:30.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:39:30.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:39:30.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:39:30.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 06:39:30.121 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:30.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:30.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:30.122 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 06:39:30.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:30.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:30.123 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.... 06:39:30.123 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 06:39:30.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 06:39:30.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:30.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:30.124 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 06:39:30.124 INFO [WorkbenchTestable][RedDeerTestPluginWizard] Cancel wizard 06:39:30.124 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) 06:39:30.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:30.125 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:39:30.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:30.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:30.125 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:30.125 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:30.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:39:30.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:39:30.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:39:30.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:39:30.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 06:39:30.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 06:39:30.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:39:30.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:39:30.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:39:30.152 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 06:39:30.152 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:39:30.152 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:39:30.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:30.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:30.153 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) 06:39:30.153 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:39:30.153 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) 06:39:30.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 06:39:30.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:39:30.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:39:30.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:39:30.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'] 06:39:30.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:30.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'] 06:39:30.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:30.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'] 06:39:30.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:30.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:39:30.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:30.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:30.154 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:39:30.154 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:30.154 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:30.155 DEBUG [main][MenuItemLookup] Item match:File 06:39:30.155 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:39:30.156 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:39:30.157 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:39:30.157 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:39:30.158 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:30.158 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:39:30.158 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:39:30.158 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:39:30.158 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:39:30.158 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:39:30.158 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:39:30.158 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:39:30.158 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:39:30.158 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:39:30.158 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:30.158 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:39:30.158 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:39:30.158 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:30.158 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:39:30.158 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:39:30.158 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:39:30.158 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:39:30.158 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:39:30.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.... 06:39:30.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 'New|Select a wizard'] is available. finished successfully 06:39:30.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:39:30.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:30.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:30.225 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:39:30.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:30.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:39:30.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:30.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:39:30.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:39:30.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 06:39:30.226 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 06:39:30.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:30.227 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 06:39:30.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:30.227 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 06:39:30.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 06:39:30.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 06:39:30.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:30.227 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 06:39:30.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:30.227 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 06:39:30.227 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test Plug-in 06:39:30.228 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test Plug-in 06:39:30.228 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test Plug-in about selection 06:39:30.228 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test Plug-in 06:39:30.228 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:39:30.228 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:39:30.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) 06:39:30.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:30.229 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:39:30.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:30.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:30.229 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:30.229 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:30.263 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:39:30.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:30.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:30.264 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.... 06:39:30.264 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 06:39:30.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 06:39:30.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:30.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:30.265 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 06:39:30.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:30.265 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:") 06:39:30.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:39:30.266 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:39:30.267 INFO [WorkbenchTestable][AbstractText] Text set to: reddeer.test.plugin 06:39:30.270 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:") 06:39:30.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:39:30.298 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:39:30.298 INFO [WorkbenchTestable][AbstractText] Text set to: test.plugin 06:39:30.309 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:") 06:39:30.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:39:30.312 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:39:30.313 INFO [WorkbenchTestable][AbstractText] Text set to: 8.2.9.qualifier 06:39:30.321 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:") 06:39:30.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:39:30.325 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:39:30.325 INFO [WorkbenchTestable][AbstractText] Text set to: Eclipse.org - RedDeer 06:39:30.333 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:") 06:39:30.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:30.334 INFO [WorkbenchTestable][RadioButton] Select radio button &Application id: 06:39:30.334 INFO [WorkbenchTestable][AbstractButton] Click button &Application id: 06:39:30.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:30.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:30.334 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:30.334 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:30.336 TRACE [main][WidgetHandler] Notify Button with event 27 06:39:30.336 TRACE [main][WidgetHandler] Wait for synchronization 06:39:30.336 TRACE [main][WidgetHandler] Notify Button with event 13 06:39:30.336 TRACE [main][WidgetHandler] Wait for synchronization 06:39:30.336 TRACE [main][WidgetHandler] Notify Button with event 26 06:39:30.336 TRACE [main][WidgetHandler] Wait for synchronization 06:39:30.336 TRACE [main][WidgetHandler] Notify Button with event 3 06:39:30.336 TRACE [main][WidgetHandler] Wait for synchronization 06:39:30.336 TRACE [main][WidgetHandler] Notify Button with event 4 06:39:30.336 TRACE [main][WidgetHandler] Wait for synchronization 06:39:30.336 TRACE [main][WidgetHandler] Notify Button with event 13 06:39:30.336 TRACE [main][WidgetHandler] Wait for synchronization 06:39:30.336 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 06:39:30.336 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:30.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:30.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:30.337 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 06:39:30.337 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:30.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:39:30.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:39:30.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:39:30.338 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 06:39:30.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:39:30.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:39:30.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:39:30.339 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.ui.ide.workbench to selection: org.eclipse.ui.ide.workbench 06:39:30.339 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) 06:39:30.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:30.340 INFO [WorkbenchTestable][CheckBox] Select checkbox 06:39:30.340 INFO [WorkbenchTestable][CheckBox] Check checkbox 06:39:30.340 INFO [WorkbenchTestable][AbstractButton] Click button 06:39:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:30.340 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:30.340 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:30.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:39:30.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:30.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 06:39:30.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:30.341 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:") 06:39:30.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:30.341 INFO [WorkbenchTestable][RadioButton] Select radio button &Product id: 06:39:30.341 INFO [WorkbenchTestable][AbstractButton] Click button &Product id: 06:39:30.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:30.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:30.341 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:30.341 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:30.342 TRACE [main][WidgetHandler] Notify Button with event 27 06:39:30.342 TRACE [main][WidgetHandler] Wait for synchronization 06:39:30.342 TRACE [main][WidgetHandler] Notify Button with event 13 06:39:30.342 TRACE [main][WidgetHandler] Wait for synchronization 06:39:30.342 TRACE [main][WidgetHandler] Notify Button with event 26 06:39:30.342 TRACE [main][WidgetHandler] Wait for synchronization 06:39:30.342 TRACE [main][WidgetHandler] Notify Button with event 3 06:39:30.342 TRACE [main][WidgetHandler] Wait for synchronization 06:39:30.342 TRACE [main][WidgetHandler] Notify Button with event 4 06:39:30.342 TRACE [main][WidgetHandler] Wait for synchronization 06:39:30.342 TRACE [main][WidgetHandler] Notify Button with event 13 06:39:30.342 TRACE [main][WidgetHandler] Wait for synchronization 06:39:30.342 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 06:39:30.342 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:30.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:30.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:30.344 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 06:39:30.344 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:30.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 06:39:30.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 06:39:30.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 06:39:30.344 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 06:39:30.344 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:30.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:30.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:30.345 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 06:39:30.345 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:30.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:39:30.346 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 06:39:30.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 06:39:30.346 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.platform.ide to selection: org.eclipse.platform.ide 06:39:30.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 06:39:30.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:30.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:30.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:30.347 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 06:39:30.347 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:30.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:30.348 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 06:39:30.348 INFO [WorkbenchTestable][RedDeerTestPluginWizard] Finish wizard 06:39:30.348 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) 06:39:30.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:30.349 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:39:30.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:30.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:30.349 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:30.349 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:30.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:39:30.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:39:30.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:39:30.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:39:30.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:39:30.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Blocked Dialog' is a system job, skipped 06:39:30.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:39:30.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:39:30.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:39:30.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:39:30.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.470 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:39:30.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:39:30.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:30.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:30.471 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:39:30.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 06:39:30.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:39:30.471 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:30.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:30.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:30.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:39:30.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:39:30.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:39:30.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists.... 06:39:30.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.502 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:39:30.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:39:30.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:30.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:30.503 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:39:30.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') 06:39:30.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:30.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:39:30.504 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:30.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:30.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:30.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 06:39:30.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:39:30.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:39:30.505 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:30.505 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:30.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:30.505 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 06:39:30.506 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:30.506 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:30.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:30.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 06:39:30.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:30.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:30.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:30.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:31.007 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 06:39:31.007 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:31.007 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:31.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:31.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:39:31.008 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:31.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:31.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:31.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:39:31.008 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:31.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:31.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:31.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:39:31.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:31.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:31.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:31.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:31.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:32.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:32.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:32.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:39:32.011 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:32.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:32.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:32.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 06:39:32.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 06:39:32.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:32.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:32.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:32.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:32.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:32.014 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 06:39:32.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists. finished successfully 06:39:32.014 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:32.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:32.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:32.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:32.015 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:32.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:32.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:32.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:32.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:32.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:32.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:32.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:32.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:33.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:33.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:33.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:39:33.018 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 06:39:33.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 06:39:33.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:33.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:33.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 06:39:33.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:33.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:33.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:33.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:33.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:33.020 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 06:39:33.020 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:39:33.020 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:39:33.021 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item build.properties of tree item test.plugin 06:39:33.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 06:39:33.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:33.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:33.521 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 06:39:33.523 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:39:33.524 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:39:33.524 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item pluginCustomization.ini of tree item test.plugin 06:39:33.524 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 06:39:33.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:33.524 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 06:39:33.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:33.524 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 06:39:33.525 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:39:33.525 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:39:33.525 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item META-INF of tree item test.plugin 06:39:33.525 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 06:39:33.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:33.526 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 06:39:33.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:33.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 06:39:33.526 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item MANIFEST.MF of tree item META-INF 06:39:33.526 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item META-INF 06:39:33.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:34.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:34.026 INFO [WorkbenchTestable][TreeItemHandler] Expanded: META-INF 06:39:34.027 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:39:34.027 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:39:34.028 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 06:39:34.030 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 06:39:34.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:34.030 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 06:39:34.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:34.030 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 06:39:34.030 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 06:39:34.031 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:39:34.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:34.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:34.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:39:34.532 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 06:39:34.532 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 06:39:34.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:35.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:35.033 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 06:39:35.033 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:39:35.034 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:39:35.034 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.launch of tree item test.plugin 06:39:35.034 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 06:39:35.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:35.035 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 06:39:35.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:35.035 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 06:39:35.041 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:39:35.042 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:39:35.042 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JRE System Library of tree item test.plugin 06:39:35.042 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 06:39:35.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:35.042 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 06:39:35.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:35.042 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 06:39:35.043 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item test.plugin and wait with time period 1 06:39:35.043 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 06:39:35.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:35.043 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 06:39:35.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:35.043 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 06:39:35.043 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 06:39:35.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:35.043 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 06:39:35.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:35.043 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 06:39:35.043 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:39:35.044 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JRE System Library of tree item test.plugin 06:39:35.044 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 06:39:35.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:35.044 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 06:39:35.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:35.044 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 06:39:35.044 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item test.plugin and wait with time period 1 06:39:35.044 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 06:39:35.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:35.044 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 06:39:35.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:35.044 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 06:39:35.044 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 06:39:35.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:35.044 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 06:39:35.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:35.044 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 06:39:35.045 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:39:35.045 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item META-INF of tree item test.plugin 06:39:35.045 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 06:39:35.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:35.046 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 06:39:35.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:35.046 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 06:39:35.046 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item MANIFEST.MF of tree item META-INF 06:39:35.046 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item META-INF 06:39:35.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:35.046 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item META-INF is already expanded. No action performed 06:39:35.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:35.046 INFO [WorkbenchTestable][TreeItemHandler] Expanded: META-INF 06:39:35.046 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item MANIFEST.MF 06:39:35.046 DEBUG [main][TreeItemHandler] Selecting tree item: MANIFEST.MF 06:39:35.046 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item MANIFEST.MF about selection 06:39:35.056 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: MANIFEST.MF 06:39:35.056 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item MANIFEST.MF 06:39:35.056 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item MANIFEST.MF 06:39:35.056 DEBUG [main][TreeItemHandler] Selecting tree item: MANIFEST.MF 06:39:35.056 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item MANIFEST.MF about selection 06:39:35.059 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: MANIFEST.MF 06:39:35.059 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:39:35.059 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:39:35.423 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:39:35.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:39:35.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:39:35.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:39:35.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:39:35.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:39:35.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:39:35.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:39:35.423 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "ID:") 06:39:35.423 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:35.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:35.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:35.431 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "test.plugin"as the parent 06:39:35.431 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:35.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:35.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:35.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:35.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:35.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:39:35.435 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:39:35.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Version:") 06:39:35.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:35.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:35.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:35.436 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "test.plugin"as the parent 06:39:35.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:35.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:35.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:35.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:35.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:35.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:39:35.441 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:39:35.443 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:") 06:39:35.443 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:35.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:35.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:35.447 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "test.plugin"as the parent 06:39:35.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:35.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:35.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:35.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:35.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:35.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:39:35.456 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:39:35.457 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:") 06:39:35.457 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:35.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:35.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:35.457 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "test.plugin"as the parent 06:39:35.457 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:35.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:35.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:35.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:35.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:35.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:39:35.472 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:39:35.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:35.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:35.504 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 06:39:35.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:35.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:35.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/META-INF/MANIFEST.MF - Eclipse Platform 06:39:35.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:35.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:35.510 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/META-INF/MANIFEST.MF - Eclipse Platform' 06:39:35.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 '\*?\QOutline\E') 06:39:35.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:35.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:35.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:35.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:35.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:39:35.538 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:39:35.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:39:35.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:35.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:35.546 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:39:35.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:39:35.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:35.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:35.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 06:39:35.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:35.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:35.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:35.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:35.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:35.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:39:35.566 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:6 06:39:35.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:39:35.567 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Dependencies and wait with time period 1 06:39:35.567 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Dependencies 06:39:35.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:35.567 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Dependencies is already expanded. No action performed 06:39:35.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:35.567 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Dependencies 06:39:35.567 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.eclipse.reddeer.go of tree item Dependencies 06:39:35.567 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Dependencies 06:39:35.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:35.567 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Dependencies is already expanded. No action performed 06:39:35.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:35.567 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Dependencies 06:39:35.567 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.junit of tree item Dependencies 06:39:35.567 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Dependencies 06:39:35.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:35.568 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Dependencies is already expanded. No action performed 06:39:35.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:35.568 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Dependencies 06:39:35.568 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:39:35.575 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 06:39:35.575 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 06:39:35.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:35.575 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 06:39:35.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:35.607 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 06:39:35.608 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 06:39:35.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:39:35.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:35.608 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:39:35.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:35.608 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:39:35.608 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 06:39:35.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 06:39:35.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:35.609 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item org.reddeer.test is already expanded. No action performed 06:39:35.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:35.609 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 06:39:35.609 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 06:39:35.609 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 06:39:35.609 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 06:39:35.619 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 06:39:35.619 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item RedDeerTest.java 06:39:35.619 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 06:39:35.619 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 06:39:35.619 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 06:39:35.621 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 06:39:35.621 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:39:35.621 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:39:35.768 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:39:35.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:39:35.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:39:35.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:39:35.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:39:35.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:39:35.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:39:35.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:39:35.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:39:35.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:39:35.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:35.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:35.801 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 06:39:35.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:35.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:35.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 06:39:35.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:35.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:35.803 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 06:39:35.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 '\*?\QOutline\E') 06:39:35.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:35.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:35.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:35.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:35.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:39:35.805 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:39:35.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:39:35.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:35.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:35.829 INFO [WorkbenchTestable][AbstractView] Activate view Outline 06:39:35.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 06:39:35.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:35.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:35.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 06:39:35.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:35.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:35.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:35.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:35.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:35.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:39:35.830 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:2 06:39:35.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:39:35.830 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item RedDeerTest and wait with time period 1 06:39:35.830 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeerTest 06:39:35.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:35.830 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeerTest is already expanded. No action performed 06:39:35.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:35.830 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeerTest 06:39:35.831 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeerTest 06:39:35.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:35.831 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeerTest is already expanded. No action performed 06:39:35.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:35.831 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeerTest 06:39:35.831 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 06:39:35.837 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 06:39:35.838 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 06:39:35.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:35.838 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 06:39:35.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:35.838 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 06:39:35.838 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 06:39:35.838 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 06:39:35.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:35.838 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 06:39:35.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:35.838 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 06:39:35.838 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 06:39:35.838 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 06:39:35.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:35.838 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item org.reddeer.test is already expanded. No action performed 06:39:35.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:35.838 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 06:39:35.839 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 06:39:35.839 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 06:39:35.839 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 06:39:35.840 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 06:39:35.840 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item RedDeerTest.java 06:39:35.840 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 06:39:35.840 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 06:39:35.840 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 06:39:35.841 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 06:39:35.841 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 06:39:35.841 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 06:39:35.869 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 06:39:35.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:39:35.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:39:35.870 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:39:35.870 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:39:35.870 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:39:35.870 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:39:35.870 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:39:35.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:39:35.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:35.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:35.899 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:39:35.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:35.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:35.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 06:39:35.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:35.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:35.901 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 06:39:35.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 06:39:35.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:35.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:35.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:35.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:35.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:39:35.903 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:39:35.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:39:35.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:35.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:35.929 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:39:35.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:39:35.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:35.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:35.931 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:39:35.931 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:39:35.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:39:35.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:35.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:35.932 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:39:35.933 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:39:35.933 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:39:35.934 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:39:35.934 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 06:39:35.934 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:39:35.934 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:39:35.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 06:39:36.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 06:39:36.936 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 06:39:36.936 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:39:36.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:39:36.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:36.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:36.937 DEBUG [main][WorkbenchPartLookup] Looking up all open views 06:39:36.937 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 06:39:36.937 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 06:39:36.937 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 06:39:36.937 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 06:39:36.937 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 06:39:36.938 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 06:39:36.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 06:39:36.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 06:39:36.939 INFO [WorkbenchTestable][AbstractView] Activate view Problems 06:39:36.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 06:39:36.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:36.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:36.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:39:36.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:36.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:36.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:36.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:36.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:36.940 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.... 06:39:46.949 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 Feb 04, 2021 6:39:46 AM org.eclipse.reddeer.ui.test.wizard.RedDeerWizardTestCase closeOpenedWizard INFO: Shell New RedDeer Test Plugin is not open 06:39:46.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 06:39:46.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:39:46.957 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:39:46.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:46.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:46.958 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) 06:39:46.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:46.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:46.961 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:39:46.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 06:39:46.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:46.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:46.961 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 06:39:46.961 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 06:39:46.961 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:46.961 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:46.961 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:39:46.961 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:39:46.961 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:46.961 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:46.961 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:46.961 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:46.961 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:46.961 DEBUG [main][MenuItemLookup] Item match:Window 06:39:46.963 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:46.963 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:46.963 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:46.963 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:46.963 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:46.963 DEBUG [main][MenuItemLookup] Item match:Show View 06:39:46.968 DEBUG [main][MenuItemLookup] Found menu:'Ant' 06:39:46.968 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:39:46.968 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:39:46.968 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:39:46.968 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:39:46.968 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:39:46.968 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:39:46.968 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:39:46.968 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:39:46.968 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:39:46.968 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:39:46.968 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:39:46.968 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:39:46.968 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:39:46.968 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:39:46.968 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:46.968 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:39:46.968 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:39:46.977 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:39:46.977 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:39:46.977 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:39:47.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:39:47.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:39:47.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:39:47.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:47.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:47.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:39:47.021 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:47.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:47.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:47.022 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:39:47.022 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:47.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:47.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:47.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:47.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:47.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:47.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:39:47.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:39:47.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:39:47.023 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:39:47.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:47.023 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:39:47.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:47.023 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:39:47.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:39:47.023 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:39:47.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:47.023 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:39:47.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:47.023 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:39:47.024 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:39:47.024 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:39:47.024 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:39:47.024 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:39:47.024 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:47.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:47.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:47.024 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:39:47.024 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:47.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:47.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:47.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 06:39:47.025 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:47.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:47.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:47.025 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:39:47.025 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:47.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:47.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:47.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:47.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:47.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:47.025 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:39:47.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:47.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:47.025 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:47.025 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:47.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:39:47.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:39:47.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:39:47.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:47.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:47.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:39:47.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:47.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:47.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 06:39:47.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:47.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:47.057 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 06:39:47.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 06:39:47.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:47.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:47.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:47.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:47.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:39:47.057 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:39:47.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:39:47.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:47.058 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 06:39:47.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:39:47.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:39:47.059 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:39:47.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:39:47.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:47.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:47.060 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:39:47.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:39:47.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:47.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:47.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:47.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:47.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:47.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:47.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:48.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:48.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:39:48.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:39:48.062 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:39:48.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:39:48.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:39:48.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:39:48.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 06:39:48.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:48.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:48.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:48.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:48.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:48.064 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 06:39:48.064 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 06:39:48.064 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 06:39:48.064 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 06:39:48.072 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 06:39:48.072 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:39:48.072 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:48.096 DEBUG [main][MenuItemLookup] Found menu:'New' 06:39:48.096 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:39:48.096 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:48.096 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:39:48.096 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:48.096 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:39:48.096 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:39:48.096 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:39:48.096 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:39:48.096 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:39:48.096 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:39:48.096 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:48.096 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:39:48.096 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:39:48.096 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:48.096 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:39:48.096 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:39:48.096 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:39:48.096 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:39:48.096 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:39:48.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:39:48.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:39:48.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:39:48.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:39:48.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:39:48.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:39:48.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:39:48.597 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test.plugin' via Explorer 06:39:48.597 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 06:39:48.597 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 06:39:48.598 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 06:39:48.605 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 06:39:48.606 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:39:48.606 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:48.640 DEBUG [main][MenuItemLookup] Found menu:'New' 06:39:48.640 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:39:48.640 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:48.640 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:39:48.640 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:48.640 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:39:48.641 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:39:48.641 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:39:48.641 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:39:48.641 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:39:48.641 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:39:48.641 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:39:48.641 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:39:48.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 06:39:49.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 06:39:49.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:39:49.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:49.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:49.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:49.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:49.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: 32) 06:39:49.220 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:49.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:49.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:49.221 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:39:49.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:49.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:49.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:49.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:49.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:49.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:49.221 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:39:49.221 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:39:49.221 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:39:49.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:49.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:49.221 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:49.221 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:49.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) 06:39:49.222 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:49.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:49.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:49.222 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:39:49.222 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:49.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:49.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:49.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:49.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:49.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:49.223 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:39:49.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:49.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:49.223 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:49.223 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:49.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:39:49.225 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:39:49.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:39:49.725 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:39:49.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:39:49.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:39:49.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:39:49.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:39:49.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:39:49.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:39:49.726 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 06:39:49.726 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:39:49.726 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:39:49.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:49.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.611 s - in org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) Time elapsed: 0.229 s testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) Time elapsed: 16.805 s Running org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 06:39:49.733 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 06:39:49.733 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:39:49.733 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:39:49.733 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 06:39:49.734 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:39:49.734 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 06:39:49.734 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:39:49.734 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 06:39:49.734 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:39:49.734 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 06:39:49.734 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:39:49.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:49.734 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:39:49.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:49.735 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 06:39:49.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:49.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:39:49.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:49.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:49.735 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:39:49.735 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:49.735 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:49.735 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:49.735 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:49.735 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:49.735 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:49.736 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:49.736 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:49.736 DEBUG [main][MenuItemLookup] Item match:Window 06:39:49.736 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:49.736 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:49.736 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:49.736 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:49.736 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:49.736 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:39:49.736 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:49.736 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:39:49.736 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:49.736 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:39:49.736 DEBUG [main][MenuItemLookup] Item match:Preferences 06:39:49.737 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 06:39:49.737 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 06:39:49.737 INFO [main][MenuItemHandler] Select menu item: &Preferences 06:39:49.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 06:39:49.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 06:39:49.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 06:39:49.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:49.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:49.796 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 06:39:49.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:49.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 06:39:49.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:49.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:49.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:49.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:49.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:49.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:39:49.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:39:49.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 06:39:49.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:49.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:49.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:49.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:49.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:49.799 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:39:49.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:49.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:49.799 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:49.799 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:49.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:39:49.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:39:49.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:39:49.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:49.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:49.824 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 06:39:49.824 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 06:39:49.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 06:39:49.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:49.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:49.825 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:49.825 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:49.825 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:49.825 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:49.825 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:49.825 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:49.825 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:49.825 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:49.825 DEBUG [main][MenuItemLookup] Item match:Window 06:39:49.825 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:49.825 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:49.825 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:49.825 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:49.825 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:49.825 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:39:49.825 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:49.825 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:39:49.825 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:49.825 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:39:49.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:49.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:49.826 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:49.826 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:49.826 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:49.826 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:49.826 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:49.826 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:49.826 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:49.826 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:49.826 DEBUG [main][MenuItemLookup] Item match:Window 06:39:49.826 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:49.826 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:49.826 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:49.826 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:49.826 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:49.826 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:39:49.826 DEBUG [main][MenuItemLookup] Item match:Perspective 06:39:49.826 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:39:49.826 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:49.826 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:39:49.826 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:39:49.826 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:39:49.826 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:39:49.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 06:39:49.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:49.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:49.827 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:49.827 DEBUG [main][MenuItemLookup] Item match:Window 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:39:49.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:49.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:49.827 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:49.827 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:49.828 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:49.828 DEBUG [main][MenuItemLookup] Item match:Window 06:39:49.828 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:49.828 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:49.828 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:49.828 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:49.828 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:49.828 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:39:49.828 DEBUG [main][MenuItemLookup] Item match:Perspective 06:39:49.828 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:39:49.828 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:49.828 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:39:49.828 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:39:49.828 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:39:49.828 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:39:49.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:49.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:49.828 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:49.828 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:49.828 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:49.828 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:49.828 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:49.828 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:49.828 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:49.828 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:49.828 DEBUG [main][MenuItemLookup] Item match:Window 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 06:39:49.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:49.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:49.829 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:39:49.829 DEBUG [main][MenuItemLookup] Item match:Window 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:39:49.829 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 06:39:49.829 DEBUG [main][MenuItemLookup] Item match:Perspective 06:39:49.830 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 06:39:49.830 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:49.830 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 06:39:49.830 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 06:39:49.830 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 06:39:49.830 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 06:39:49.830 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 06:39:49.830 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 06:39:49.830 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 06:39:49.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 06:39:49.853 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 06:39:49.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 06:39:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:49.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:49.854 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:39:49.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:49.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:49.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:49.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 "Reset Perspective") 06:39:49.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:49.855 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 06:39:49.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:49.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:49.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:49.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:49.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:49.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:49.855 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 06:39:49.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:49.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:49.855 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:49.855 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:50.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'] 06:39:50.465 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:50.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'] 06:39:50.465 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:50.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: "New RedDeer Test Case"] 06:39:50.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:50.467 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:39:50.467 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:50.467 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:39:50.467 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:50.467 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:39:50.467 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:50.468 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:39:50.468 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:50.468 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:39:50.468 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:50.468 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:39:50.468 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:50.468 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 06:39:50.468 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:50.468 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:39:50.468 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:50.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'] 06:39:50.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:50.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:39:50.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:50.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:50.469 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:39:50.469 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:50.469 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:50.469 DEBUG [main][MenuItemLookup] Item match:File 06:39:50.470 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:39:50.470 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:39:50.496 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:39:50.496 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:39:50.496 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:50.496 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:39:50.496 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:39:50.496 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:39:50.496 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:39:50.496 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:39:50.496 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:39:50.496 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:39:50.496 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:39:50.496 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:39:50.496 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:50.496 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:39:50.496 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:39:50.496 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:50.496 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:39:50.496 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:39:50.502 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:39:50.502 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:39:50.503 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:39:50.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:39:50.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:39:50.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:39:50.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:50.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:50.547 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:39:50.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:50.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:39:50.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:50.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:50.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:50.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:50.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:50.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:39:50.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:39:50.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:39:50.549 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:39:50.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:51.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:51.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:39:51.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:39:51.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:39:51.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:51.052 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:39:51.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:51.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:39:51.052 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 06:39:51.052 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 06:39:51.052 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 06:39:51.055 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 06:39:51.055 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:39:51.055 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:39:51.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:39:51.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:51.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:51.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:51.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:51.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:51.056 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:39:51.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:51.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:51.056 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:51.056 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:51.249 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:39:51.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:51.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:51.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 06:39:51.250 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 06:39:51.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 06:39:51.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:51.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:51.251 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:39:51.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:51.252 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'testproject' 06:39:51.252 DEBUG [WorkbenchTestable][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:") 06:39:51.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:51.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:51.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:51.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:51.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:39:51.253 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:39:51.254 INFO [WorkbenchTestable][AbstractText] Text set to: testproject 06:39:51.275 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 06:39:51.276 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 06:39:51.276 DEBUG [WorkbenchTestable][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) 06:39:51.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:51.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:51.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:51.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:51.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:51.278 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:39:51.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:51.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:51.278 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:51.278 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:51.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 06:39:51.473 DEBUG [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 06:39:51.474 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 06:39:51.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:51.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:51.475 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 06:39:51.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 06:39:51.475 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:51.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:51.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:51.475 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 06:39:51.475 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:51.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:51.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:51.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:51.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:51.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:51.476 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 06:39:51.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:51.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:51.476 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:51.476 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:51.560 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.... 06:39:51.560 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 06:39:51.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:39:51.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:39:51.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:39:51.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:39:51.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:39:51.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:39:51.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:39:51.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:39:51.561 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:39:51.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:51.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'] 06:39:51.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:51.562 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:39:51.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:51.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'] 06:39:51.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:51.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'] 06:39:51.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:51.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'] 06:39:51.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:51.563 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 06:39:51.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:51.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'] 06:39:51.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:51.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'] 06:39:51.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:51.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 06:39:51.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:51.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:51.564 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 06:39:51.564 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 06:39:51.564 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:51.564 DEBUG [main][MenuItemLookup] Item match:File 06:39:51.565 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:39:51.565 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:39:51.567 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:39:51.567 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:39:51.567 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:51.567 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:39:51.567 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:39:51.567 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:39:51.567 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:39:51.567 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:39:51.567 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:39:51.567 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:39:51.567 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:39:51.567 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:39:51.567 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:51.567 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:39:51.567 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:39:51.567 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:51.567 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:39:51.567 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:39:51.567 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:39:51.567 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:39:51.567 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:39:51.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.... 06:39:51.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 06:39:51.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:39:51.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:51.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:51.631 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:39:51.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:51.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 06:39:51.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:51.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:51.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:51.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:51.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:51.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:39:51.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:39:51.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 06:39:51.632 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:39:51.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:51.632 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:39:51.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:51.632 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:39:51.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 06:39:51.633 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 06:39:51.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:51.633 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 06:39:51.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:51.633 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 06:39:51.633 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 06:39:51.633 DEBUG [main][TreeItemHandler] Selecting tree item: Class 06:39:51.633 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 06:39:51.636 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 06:39:51.636 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:39:51.636 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:39:51.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) 06:39:51.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:51.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:51.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:51.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:51.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:51.637 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:39:51.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:51.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:51.637 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:51.637 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:51.725 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:39:51.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:51.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:51.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 06:39:51.725 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 06:39:51.725 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 06:39:51.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:51.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:51.726 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:39:51.726 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:51.728 DEBUG [WorkbenchTestable][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:") 06:39:51.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:51.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:51.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:51.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:51.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:39:51.734 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:39:51.735 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 06:39:51.736 DEBUG [WorkbenchTestable][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:") 06:39:51.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:51.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:51.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:51.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:51.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:39:51.739 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:39:51.740 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 06:39:51.741 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 06:39:51.741 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 06:39:51.741 DEBUG [WorkbenchTestable][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) 06:39:51.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:51.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:51.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:51.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:51.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:51.752 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:39:51.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:51.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:51.753 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:51.753 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:51.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:39:52.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:39:52.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:39:52.316 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 06:39:52.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 06:39:52.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:39:52.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:39:52.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 06:39:52.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:39:52.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:39:52.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:39:52.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:39:52.317 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:39:52.317 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) 06:39:52.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 06:39:52.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:39:52.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:39:52.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:39:52.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'] 06:39:52.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:52.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'] 06:39:52.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:52.318 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:39:52.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:52.318 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Case"] 06:39:52.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:52.318 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:39:52.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:52.318 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:39:52.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:52.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testproject/src/org/example/test/TestClass.java - Eclipse Platform 06:39:52.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:52.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:52.319 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testproject/src/org/example/test/TestClass.java - Eclipse Platform' 06:39:52.319 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testproject/src/org/example/test/TestClass.java - Eclipse Platform' 06:39:52.319 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:52.319 DEBUG [main][MenuItemLookup] Item match:File 06:39:52.320 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:39:52.320 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:39:52.323 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:39:52.323 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:39:52.323 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:52.323 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:39:52.323 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:39:52.323 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:39:52.323 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:39:52.323 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:39:52.323 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:39:52.323 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:39:52.323 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:39:52.323 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:39:52.323 DEBUG [main][MenuItemLookup] Found menu:'File' 06:39:52.323 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:39:52.323 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:39:52.324 DEBUG [main][MenuItemLookup] Found menu:'' 06:39:52.324 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:39:52.324 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:39:52.324 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:39:52.324 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:39:52.324 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:39:52.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:39:52.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 06:39:52.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:39:52.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:52.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:52.426 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:39:52.426 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:52.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:39:52.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:52.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:52.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:52.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:52.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:52.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:39:52.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:39:52.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 06:39:52.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 06:39:52.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:52.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 06:39:52.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:52.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 06:39:52.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 06:39:52.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 06:39:52.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:52.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 06:39:52.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:52.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 06:39:52.434 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test 06:39:52.434 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test 06:39:52.434 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test about selection 06:39:52.435 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test 06:39:52.436 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:39:52.436 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:39:52.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:39:52.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:52.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:52.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:52.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:52.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:52.437 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:39:52.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:52.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:52.437 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:52.437 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:52.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'] 06:39:52.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:52.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:52.711 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.... 06:39:52.711 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 06:39:52.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Case 06:39:52.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:52.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:52.712 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 06:39:52.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:39:52.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:52.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:52.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Case 06:39:52.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:39:52.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:39:52.712 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:") 06:39:52.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:52.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:52.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:52.713 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 06:39:52.713 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:52.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:52.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:52.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:52.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:52.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:39:52.721 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:39:52.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 06:39:52.722 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:52.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:52.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:52.722 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 06:39:52.722 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:52.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:52.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:52.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:52.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:52.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:39:52.731 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:39:52.731 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:") 06:39:52.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:52.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:52.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:52.732 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 06:39:52.732 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:52.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:52.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:52.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:52.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:52.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:39:52.735 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:39:52.736 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:") 06:39:52.736 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:52.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:52.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:52.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 06:39:52.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:52.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:52.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:52.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:52.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:52.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:39:52.743 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:39:52.744 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:") 06:39:52.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:52.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:52.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:52.744 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 06:39:52.744 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:52.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:52.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:52.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:52.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:52.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:39:52.799 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:39:52.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:39:52.800 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:52.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:52.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:52.800 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 06:39:52.800 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:52.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:52.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:52.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:52.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:52.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:52.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 "Finish", Widget matcher matching widgets with style: 8) 06:39:52.802 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:52.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:52.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:52.802 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 06:39:52.802 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:52.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:52.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:52.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:52.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:52.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:52.804 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 06:39:52.804 INFO [WorkbenchTestable][RedDeerTestCaseWizard] Go to next wizard page 06:39:52.804 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) 06:39:52.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:52.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:52.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:52.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:52.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:39:52.805 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:39:52.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:39:52.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:39:52.805 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:39:52.805 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:39:52.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:39:52.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:39:52.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:39:52.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:39:52.854 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 06:39:52.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:39:52.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:39:52.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:39:52.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:39:52.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:39:52.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:39:52.855 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item TestClass and wait with time period 1 06:39:52.855 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TestClass 06:39:52.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:53.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:53.356 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TestClass 06:39:53.356 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TestClass 06:39:53.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:53.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:53.857 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TestClass 06:39:53.857 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Object and wait with time period 1 06:39:53.857 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object 06:39:53.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:53.857 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Object is already expanded. No action performed 06:39:53.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:53.858 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object 06:39:53.858 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object 06:39:53.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:53.858 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Object is already expanded. No action performed 06:39:53.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:53.858 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object 06:39:53.858 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Object() and wait with time period 1 06:39:53.858 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object() 06:39:53.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:54.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:54.359 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object() 06:39:54.359 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object() 06:39:54.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:54.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:54.860 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object() 06:39:54.860 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item getClass() and wait with time period 1 06:39:54.860 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item getClass() 06:39:54.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:55.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:55.361 INFO [WorkbenchTestable][TreeItemHandler] Expanded: getClass() 06:39:55.361 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item getClass() 06:39:55.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:55.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:55.862 INFO [WorkbenchTestable][TreeItemHandler] Expanded: getClass() 06:39:55.863 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item hashCode() and wait with time period 1 06:39:55.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hashCode() 06:39:55.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:56.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:56.364 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hashCode() 06:39:56.364 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hashCode() 06:39:56.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:56.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:56.865 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hashCode() 06:39:56.866 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item equals(Object) and wait with time period 1 06:39:56.866 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item equals(Object) 06:39:56.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:57.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:57.367 INFO [WorkbenchTestable][TreeItemHandler] Expanded: equals(Object) 06:39:57.367 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item equals(Object) 06:39:57.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:57.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:57.868 INFO [WorkbenchTestable][TreeItemHandler] Expanded: equals(Object) 06:39:57.868 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item clone() and wait with time period 1 06:39:57.868 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item clone() 06:39:57.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:58.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:58.369 INFO [WorkbenchTestable][TreeItemHandler] Expanded: clone() 06:39:58.369 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item clone() 06:39:58.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:58.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:58.870 INFO [WorkbenchTestable][TreeItemHandler] Expanded: clone() 06:39:58.870 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item toString() and wait with time period 1 06:39:58.870 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item toString() 06:39:58.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:59.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:59.371 INFO [WorkbenchTestable][TreeItemHandler] Expanded: toString() 06:39:59.371 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item toString() 06:39:59.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:39:59.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:39:59.872 INFO [WorkbenchTestable][TreeItemHandler] Expanded: toString() 06:39:59.872 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item notify() and wait with time period 1 06:39:59.872 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notify() 06:39:59.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:00.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:00.373 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notify() 06:40:00.373 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notify() 06:40:00.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:00.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:00.874 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notify() 06:40:00.874 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item notifyAll() and wait with time period 1 06:40:00.874 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notifyAll() 06:40:00.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:01.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:01.375 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notifyAll() 06:40:01.375 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notifyAll() 06:40:01.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:01.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:01.876 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notifyAll() 06:40:01.877 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait() and wait with time period 1 06:40:01.877 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait() 06:40:01.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:02.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:02.377 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait() 06:40:02.378 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait() 06:40:02.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:02.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:02.878 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait() 06:40:02.879 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait(long) and wait with time period 1 06:40:02.879 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long) 06:40:02.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:03.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:03.379 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long) 06:40:03.379 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long) 06:40:03.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:03.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:03.881 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long) 06:40:03.881 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait(long, int) and wait with time period 1 06:40:03.881 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long, int) 06:40:03.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:04.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:04.382 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long, int) 06:40:04.382 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long, int) 06:40:04.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:04.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:04.883 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long, int) 06:40:04.883 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item finalize() and wait with time period 1 06:40:04.883 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item finalize() 06:40:04.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:05.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:05.384 INFO [WorkbenchTestable][TreeItemHandler] Expanded: finalize() 06:40:05.384 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item finalize() 06:40:05.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:05.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:05.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: finalize() 06:40:05.885 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.... 06:40:05.885 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 06:40:05.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Case 06:40:05.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:40:05.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:40:05.894 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 06:40:05.894 INFO [WorkbenchTestable][RedDeerTestCaseWizard] Cancel wizard 06:40:05.894 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) 06:40:05.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:05.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:05.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:05.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:05.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:40:05.896 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 06:40:05.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:40:05.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:40:05.896 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:40:05.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:40:05.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:40:05.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:40:05.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:40:05.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:40:05.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:40:05.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:40:05.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:40:05.933 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 06:40:05.933 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:40:05.933 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:40:05.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:40:05.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:40:05.934 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) 06:40:05.934 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:40:05.934 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) 06:40:05.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 06:40:05.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 06:40:05.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 06:40:05.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 06:40:05.935 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:40:05.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:40:05.935 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:40:05.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:40:05.935 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:40:05.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:40:05.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testproject/src/org/example/test/TestClass.java - Eclipse Platform 06:40:05.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:40:05.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:40:05.935 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testproject/src/org/example/test/TestClass.java - Eclipse Platform' 06:40:05.936 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testproject/src/org/example/test/TestClass.java - Eclipse Platform' 06:40:05.936 DEBUG [main][MenuItemLookup] Found menu:'File' 06:40:05.936 DEBUG [main][MenuItemLookup] Item match:File 06:40:05.937 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 06:40:05.937 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 06:40:05.939 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 06:40:05.939 DEBUG [main][MenuItemLookup] Found menu:'Project...' 06:40:05.939 DEBUG [main][MenuItemLookup] Found menu:'' 06:40:05.939 DEBUG [main][MenuItemLookup] Found menu:'Package' 06:40:05.939 DEBUG [main][MenuItemLookup] Found menu:'Class' 06:40:05.939 DEBUG [main][MenuItemLookup] Found menu:'Interface' 06:40:05.939 DEBUG [main][MenuItemLookup] Found menu:'Enum' 06:40:05.939 DEBUG [main][MenuItemLookup] Found menu:'Record' 06:40:05.939 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 06:40:05.939 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 06:40:05.939 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 06:40:05.939 DEBUG [main][MenuItemLookup] Found menu:'Folder' 06:40:05.939 DEBUG [main][MenuItemLookup] Found menu:'File' 06:40:05.939 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 06:40:05.939 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 06:40:05.939 DEBUG [main][MenuItemLookup] Found menu:'' 06:40:05.939 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 06:40:05.939 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 06:40:05.939 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 06:40:05.939 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 06:40:05.939 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 06:40:06.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 06:40:06.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 'New|Select a wizard'] is available. finished successfully 06:40:06.007 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 06:40:06.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:40:06.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:40:06.008 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:40:06.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:40:06.008 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 06:40:06.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:06.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:06.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:06.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:06.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:40:06.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:40:06.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:40:06.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 06:40:06.010 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 06:40:06.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:06.010 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 06:40:06.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:06.010 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 06:40:06.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 06:40:06.010 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 06:40:06.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:06.010 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 06:40:06.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:06.010 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 06:40:06.010 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test 06:40:06.010 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test 06:40:06.011 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test about selection 06:40:06.013 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test 06:40:06.013 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 06:40:06.013 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 06:40:06.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 06:40:06.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:06.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:06.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:06.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:06.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:40:06.014 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:40:06.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:40:06.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:40:06.014 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:40:06.014 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:40:06.105 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 06:40:06.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:40:06.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:40:06.105 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.... 06:40:06.105 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 06:40:06.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Case 06:40:06.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:40:06.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:40:06.106 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 06:40:06.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 06:40:06.107 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()") 06:40:06.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:06.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:06.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:06.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:06.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:40:06.107 INFO [WorkbenchTestable][CheckBox] Select checkbox tearDown&AfterClass() 06:40:06.108 INFO [WorkbenchTestable][CheckBox] Check checkbox tearDown&AfterClass() 06:40:06.108 INFO [WorkbenchTestable][AbstractButton] Click button tearDown&AfterClass() 06:40:06.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:40:06.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:40:06.108 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:40:06.108 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:40:06.108 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()") 06:40:06.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:06.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:06.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:06.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:06.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:40:06.109 INFO [WorkbenchTestable][CheckBox] Select checkbox setU&pBeforeClass() 06:40:06.109 INFO [WorkbenchTestable][CheckBox] Check checkbox setU&pBeforeClass() 06:40:06.109 INFO [WorkbenchTestable][AbstractButton] Click button setU&pBeforeClass() 06:40:06.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:40:06.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:40:06.109 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:40:06.109 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:40:06.109 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()") 06:40:06.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:06.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:06.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:06.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:06.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:40:06.110 INFO [WorkbenchTestable][CheckBox] Select checkbox set&Up() 06:40:06.110 INFO [WorkbenchTestable][CheckBox] Check checkbox set&Up() 06:40:06.110 INFO [WorkbenchTestable][AbstractButton] Click button set&Up() 06:40:06.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:40:06.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:40:06.110 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:40:06.110 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:40:06.110 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()") 06:40:06.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:06.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:06.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:06.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:06.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:40:06.111 INFO [WorkbenchTestable][CheckBox] Select checkbox &tearDown() 06:40:06.112 INFO [WorkbenchTestable][CheckBox] Check checkbox &tearDown() 06:40:06.112 INFO [WorkbenchTestable][AbstractButton] Click button &tearDown() 06:40:06.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:40:06.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:40:06.112 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:40:06.112 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:40:06.112 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") 06:40:06.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:06.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:06.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:06.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:06.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:40:06.113 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 06:40:06.113 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 06:40:06.113 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 06:40:06.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:40:06.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:40:06.113 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:40:06.113 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:40:06.114 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:") 06:40:06.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:06.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:06.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:06.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:06.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:40:06.117 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:40:06.118 INFO [WorkbenchTestable][AbstractText] Text set to: TestClassTest 06:40:06.118 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:") 06:40:06.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:06.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:06.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:06.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:06.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:40:06.121 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:40:06.122 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 06:40:06.135 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 06:40:06.135 INFO [WorkbenchTestable][RedDeerTestCaseWizard] Go to next wizard page 06:40:06.136 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) 06:40:06.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:06.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:06.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:06.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:06.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:40:06.137 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 06:40:06.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:40:06.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:40:06.137 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:40:06.137 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:40:06.148 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") 06:40:06.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:06.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:06.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:06.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:06.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:40:06.148 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 06:40:06.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:40:06.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:40:06.149 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:40:06.149 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:40:06.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:40:06.151 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:40:06.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:40:06.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:40:06.151 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 06:40:06.151 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:40:06.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:06.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:06.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:06.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:06.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:40:06.151 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item TestClass and wait with time period 1 06:40:06.151 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TestClass 06:40:06.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:06.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:06.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TestClass 06:40:06.668 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TestClass 06:40:06.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:07.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:07.169 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TestClass 06:40:07.169 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Object and wait with time period 1 06:40:07.169 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object 06:40:07.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:07.170 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Object is already expanded. No action performed 06:40:07.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:07.170 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object 06:40:07.170 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object 06:40:07.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:07.170 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Object is already expanded. No action performed 06:40:07.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:07.170 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object 06:40:07.170 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Object() and wait with time period 1 06:40:07.170 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object() 06:40:07.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:07.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:07.671 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object() 06:40:07.671 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object() 06:40:07.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:08.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:08.172 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object() 06:40:08.172 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item getClass() and wait with time period 1 06:40:08.172 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item getClass() 06:40:08.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:08.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:08.673 INFO [WorkbenchTestable][TreeItemHandler] Expanded: getClass() 06:40:08.673 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item getClass() 06:40:08.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:09.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:09.174 INFO [WorkbenchTestable][TreeItemHandler] Expanded: getClass() 06:40:09.175 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item hashCode() and wait with time period 1 06:40:09.175 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hashCode() 06:40:09.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:09.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:09.676 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hashCode() 06:40:09.676 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hashCode() 06:40:09.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:10.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:10.177 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hashCode() 06:40:10.177 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item equals(Object) and wait with time period 1 06:40:10.177 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item equals(Object) 06:40:10.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:10.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:10.678 INFO [WorkbenchTestable][TreeItemHandler] Expanded: equals(Object) 06:40:10.679 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item equals(Object) 06:40:10.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:11.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:11.180 INFO [WorkbenchTestable][TreeItemHandler] Expanded: equals(Object) 06:40:11.180 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item clone() and wait with time period 1 06:40:11.180 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item clone() 06:40:11.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:11.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:11.681 INFO [WorkbenchTestable][TreeItemHandler] Expanded: clone() 06:40:11.682 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item clone() 06:40:11.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:12.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:12.183 INFO [WorkbenchTestable][TreeItemHandler] Expanded: clone() 06:40:12.183 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item toString() and wait with time period 1 06:40:12.183 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item toString() 06:40:12.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:12.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:12.684 INFO [WorkbenchTestable][TreeItemHandler] Expanded: toString() 06:40:12.684 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item toString() 06:40:12.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:13.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:13.185 INFO [WorkbenchTestable][TreeItemHandler] Expanded: toString() 06:40:13.185 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item notify() and wait with time period 1 06:40:13.185 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notify() 06:40:13.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:13.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:13.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notify() 06:40:13.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notify() 06:40:13.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:14.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:14.187 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notify() 06:40:14.188 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item notifyAll() and wait with time period 1 06:40:14.188 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notifyAll() 06:40:14.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:14.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:14.689 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notifyAll() 06:40:14.689 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notifyAll() 06:40:14.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:15.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:15.190 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notifyAll() 06:40:15.190 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait() and wait with time period 1 06:40:15.190 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait() 06:40:15.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:15.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:15.691 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait() 06:40:15.691 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait() 06:40:15.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:16.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:16.192 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait() 06:40:16.192 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait(long) and wait with time period 1 06:40:16.192 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long) 06:40:16.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:16.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:16.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long) 06:40:16.693 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long) 06:40:16.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:17.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:17.194 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long) 06:40:17.195 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait(long, int) and wait with time period 1 06:40:17.195 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long, int) 06:40:17.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:17.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:17.695 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long, int) 06:40:17.696 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long, int) 06:40:17.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:18.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:18.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long, int) 06:40:18.197 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item finalize() and wait with time period 1 06:40:18.197 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item finalize() 06:40:18.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:18.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:18.698 INFO [WorkbenchTestable][TreeItemHandler] Expanded: finalize() 06:40:18.698 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item finalize() 06:40:18.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:19.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:19.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: finalize() 06:40:19.200 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 06:40:19.200 INFO [WorkbenchTestable][RedDeerTestCaseWizard] Finish wizard 06:40:19.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.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) 06:40:19.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:19.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:19.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:19.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:19.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:40:19.210 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 06:40:19.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:40:19.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:40:19.210 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:40:19.210 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:40:19.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 06:40:19.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 06:40:19.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:40:19.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 06:40:19.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Sending problem marker updates...' is a system job, skipped 06:40:19.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 06:40:19.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:40:19.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:40:19.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:40:19.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:40:19.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClassTest.java\E') 06:40:19.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:19.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:19.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:19.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:19.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:40:19.852 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:40:19.852 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 06:40:19.918 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.... 06:40:29.927 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 Feb 04, 2021 6:40:29 AM org.eclipse.reddeer.ui.test.wizard.RedDeerWizardTestCase closeOpenedWizard INFO: Shell New RedDeer Test Case is not open 06:40:29.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 06:40:29.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:40:29.928 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:40:29.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:40:29.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:40:29.928 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) 06:40:29.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:29.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:40:29.932 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 06:40:29.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform 06:40:29.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:40:29.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:40:29.944 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform' 06:40:29.944 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform' 06:40:29.945 DEBUG [main][MenuItemLookup] Found menu:'File' 06:40:29.945 DEBUG [main][MenuItemLookup] Found menu:'Edit' 06:40:29.945 DEBUG [main][MenuItemLookup] Found menu:'Source' 06:40:29.945 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 06:40:29.945 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 06:40:29.945 DEBUG [main][MenuItemLookup] Found menu:'Search' 06:40:29.945 DEBUG [main][MenuItemLookup] Found menu:'Project' 06:40:29.945 DEBUG [main][MenuItemLookup] Found menu:'Run' 06:40:29.945 DEBUG [main][MenuItemLookup] Found menu:'Window' 06:40:29.945 DEBUG [main][MenuItemLookup] Item match:Window 06:40:29.947 DEBUG [main][MenuItemLookup] Found menu:'New Window' 06:40:29.947 DEBUG [main][MenuItemLookup] Found menu:'Editor' 06:40:29.947 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 06:40:29.947 DEBUG [main][MenuItemLookup] Found menu:'' 06:40:29.947 DEBUG [main][MenuItemLookup] Found menu:'Show View' 06:40:29.947 DEBUG [main][MenuItemLookup] Item match:Show View 06:40:29.952 DEBUG [main][MenuItemLookup] Found menu:'Ant' 06:40:29.952 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 06:40:29.952 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 06:40:29.952 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 06:40:29.952 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 06:40:29.952 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 06:40:29.953 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 06:40:29.953 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 06:40:29.953 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 06:40:29.953 DEBUG [main][MenuItemLookup] Found menu:'Progress' 06:40:29.953 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 06:40:29.953 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 06:40:29.953 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 06:40:29.953 DEBUG [main][MenuItemLookup] Found menu:'Templates' 06:40:29.953 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 06:40:29.953 DEBUG [main][MenuItemLookup] Found menu:'' 06:40:29.953 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 06:40:29.953 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 06:40:29.953 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 06:40:29.953 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 06:40:29.953 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 06:40:29.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 06:40:29.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 06:40:29.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 06:40:29.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:40:29.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:40:29.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 06:40:29.997 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:40:29.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:40:29.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:40:29.998 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:40:29.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:40:29.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:29.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:29.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:29.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:29.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:40:29.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 06:40:29.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 06:40:29.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 06:40:29.999 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:40:29.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:29.999 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:40:29.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:29.999 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:40:29.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 06:40:29.999 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 06:40:29.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 06:40:29.999 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 06:40:29.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 06:40:29.999 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 06:40:30.000 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 06:40:30.000 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 06:40:30.000 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 06:40:30.000 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 06:40:30.000 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:40:30.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:40:30.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:40:30.000 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:40:30.000 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:40:30.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:30.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:30.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 "Open") 06:40:30.000 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:40:30.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:40:30.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:40:30.001 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 06:40:30.001 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:40:30.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:30.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:30.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:30.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:30.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:40:30.001 INFO [WorkbenchTestable][AbstractButton] Click button &Open 06:40:30.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:40:30.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:40:30.001 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:40:30.001 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:40:30.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 06:40:30.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 06:40:30.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 06:40:30.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:30.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:30.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 06:40:30.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:30.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:30.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform 06:40:30.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:40:30.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:40:30.035 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform' 06:40: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 '\*?\QProject Explorer\E') 06:40:30.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:30.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:30.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:30.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:30.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:40:30.036 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:40:30.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:40:30.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:40:30.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform TooltipText=null 06:40:30.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 06:40:30.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 06:40:30.037 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:40:30.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:40:30.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:40:30.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:40:30.038 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:40:30.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:40:30.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:40:30.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:40:30.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:30.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:30.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:40:30.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:30.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:40:31.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:31.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:40:31.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 06:40:31.041 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 06:40:31.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 06:40:31.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 06:40:31.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 06:40:31.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 06:40:31.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:31.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:31.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:31.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:31.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 06:40:31.042 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 06:40:31.043 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item testproject 06:40:31.043 DEBUG [main][TreeItemHandler] Selecting tree item: testproject 06:40:31.043 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item testproject about selection 06:40:31.056 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: testproject 06:40:31.056 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:40:31.056 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:40:31.076 DEBUG [main][MenuItemLookup] Found menu:'New' 06:40:31.077 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:40:31.077 DEBUG [main][MenuItemLookup] Found menu:'' 06:40:31.077 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:40:31.077 DEBUG [main][MenuItemLookup] Found menu:'' 06:40:31.077 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:40:31.077 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:40:31.077 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:40:31.077 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:40:31.077 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 06:40:31.077 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 06:40:31.077 DEBUG [main][MenuItemLookup] Found menu:'' 06:40:31.077 DEBUG [main][MenuItemLookup] Found menu:'Import...' 06:40:31.077 DEBUG [main][MenuItemLookup] Found menu:'Export...' 06:40:31.077 DEBUG [main][MenuItemLookup] Found menu:'' 06:40:31.077 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 06:40:31.077 DEBUG [main][MenuItemLookup] Item match:Refresh F5 06:40:31.077 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 06:40:31.077 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 06:40:31.077 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 06:40:31.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:40:31.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 06:40:31.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 06:40:31.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:40:31.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:40:31.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 06:40:31.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:40:31.578 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'testproject' via Explorer 06:40:31.578 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item testproject 06:40:31.578 DEBUG [main][TreeItemHandler] Selecting tree item: testproject 06:40:31.578 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item testproject about selection 06:40:31.583 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: testproject 06:40:31.584 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 06:40:31.584 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:40:31.614 DEBUG [main][MenuItemLookup] Found menu:'New' 06:40:31.614 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 06:40:31.614 DEBUG [main][MenuItemLookup] Found menu:'' 06:40:31.614 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 06:40:31.614 DEBUG [main][MenuItemLookup] Found menu:'' 06:40:31.614 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 06:40:31.614 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 06:40:31.614 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 06:40:31.614 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 06:40:31.614 DEBUG [main][MenuItemLookup] Item match:Delete Delete 06:40:31.614 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 06:40:31.614 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 06:40:31.614 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 06:40:31.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.... 06:40:32.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 'Delete.*'] is available. finished successfully 06:40:32.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 06:40:32.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:40:32.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:40:32.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:32.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:32.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 06:40:32.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:40:32.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:40:32.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:40:32.183 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:40:32.183 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:40:32.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:32.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:32.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:32.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:32.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:40:32.184 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 06:40:32.184 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 06:40:32.184 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 06:40:32.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:40:32.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:40:32.184 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:40:32.184 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:40:32.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 06:40:32.184 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:40:32.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:40:32.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:40:32.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 06:40:32.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:40:32.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:32.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:32.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:32.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:32.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 06:40:32.185 INFO [WorkbenchTestable][AbstractButton] Click button OK 06:40:32.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 06:40:32.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 06:40:32.185 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 06:40:32.185 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:40:32.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 06:40:32.188 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 06:40:32.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 06:40:32.688 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 06:40:32.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 06:40:32.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 06:40:32.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 06:40:32.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 06:40:32.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 06:40:32.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 06:40:32.688 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 06:40:32.689 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 06:40:32.689 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 06:40:32.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:40:32.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.959 s - in org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) Time elapsed: 13.617 s testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) Time elapsed: 23.994 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.v20210204-0547 [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 06:40:37.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 06:40:37.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:40:37.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:40:37.662 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 06:40:37.696 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Eclipse 4 RCP Application' 06:40:37.703 DEBUG [main][MenuItemLookup] Found menu:'File' 06:40:37.704 DEBUG [main][MenuItemLookup] Item match:File 06:40:37.716 DEBUG [main][MenuItemLookup] Found menu:'File' 06:40:37.716 DEBUG [main][MenuItemLookup] Found menu:'Help' 06:40:37.716 DEBUG [main][MenuItemLookup] Item match:Help 06:40:37.717 DEBUG [main][MenuItemLookup] Found menu:'File' 06:40:37.717 DEBUG [main][MenuItemLookup] Item match:File 06:40:37.721 DEBUG [main][MenuItemLookup] Found menu:'Open' 06:40:37.722 DEBUG [main][MenuItemLookup] Item match:Open 06:40:37.722 DEBUG [main][MenuItemLookup] Found menu:'File' 06:40:37.722 DEBUG [main][MenuItemLookup] Found menu:'Help' 06:40:37.723 DEBUG [main][MenuItemLookup] Item match:Help 06:40:37.725 DEBUG [main][MenuItemLookup] Found menu:'About' 06:40:37.725 DEBUG [main][MenuItemLookup] Item match:About 06:40:37.726 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Eclipse 4 RCP Application' 06:40:37.726 DEBUG [main][MenuItemLookup] Found menu:'File' 06:40:37.726 DEBUG [main][MenuItemLookup] Item match:File 06:40:37.728 DEBUG [main][MenuItemLookup] Found menu:'Open' 06:40:37.728 DEBUG [main][MenuItemLookup] Item match:Open 06:40:37.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:40:37.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:40:37.729 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Eclipse 4 RCP Application' 06:40:37.729 DEBUG [main][MenuItemLookup] Found menu:'File' 06:40:37.729 DEBUG [main][MenuItemLookup] Item match:File 06:40:37.730 DEBUG [main][MenuItemLookup] Found menu:'Open' 06:40:37.731 DEBUG [main][MenuItemLookup] Item match:Open 06:40:37.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 06:40:37.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:40:37.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:40:37.732 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.reddeer.e4.workbench.test.shell.WorkbenchShellTest findWorkbenchShellMenu(org.eclipse.reddeer.e4.workbench.test.shell.WorkbenchShellTest) Time elapsed: 0.101 s findWorkbenchShell(org.eclipse.reddeer.e4.workbench.test.shell.WorkbenchShellTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 06:40:37.759 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 06:40:37.760 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=0 06:40:37.760 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 06:40:37.761 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=0 06:40:37.808 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 06:40:37.823 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 06:40:37.824 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:40:37.826 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 06:40:37.827 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:40:37.828 INFO [WorkbenchTestable][RequirementsRunner] Started test: getWidgetFromPartWhenOtherShellIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 06:40:37.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 06:40:37.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:40:37.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:40:37.829 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Eclipse 4 RCP Application' 06:40:37.830 DEBUG [main][MenuItemLookup] Found menu:'File' 06:40:37.830 DEBUG [main][MenuItemLookup] Found menu:'Help' 06:40:37.830 DEBUG [main][MenuItemLookup] Item match:Help 06:40:37.831 DEBUG [main][MenuItemLookup] Found menu:'About' 06:40:37.831 DEBUG [main][MenuItemLookup] Item match:About 06:40:37.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "About"] is available.... 06:40:37.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "About"] is available. finished successfully 06:40:37.845 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") 06:40:37.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:40:37.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:40:37.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:40:37.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:40:37.847 ERROR [WorkbenchTestable][WidgetLookup] Unable to determine active parent 06:40:37.848 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 06:40:37.848 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getWidgetFromPartWhenOtherShellIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 06:40:37.848 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:40:37.848 INFO [WorkbenchTestable][RequirementsRunner] Started test: getWidgetFromPartWhenOtherPartIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 06:40:37.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 06:40:37.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 06:40:37.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:40:37.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:40:37.851 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 06:40:37.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 widgets with text that without mnenomic matches: is "Sample Part 2") 06:40:37.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:37.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:37.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:37.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:37.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:40:37.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Sample Part 2 06:40:37.912 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") 06:40:37.913 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 06:40:37.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 06:40:37.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 06:40:37.914 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Sample Part 2"as the parent 06:40:37.914 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 06:40:37.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:37.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:37.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:40:38.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:38.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:40:38.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:38.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 06:40:38.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 06:40:38.924 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was not found 06:40:38.924 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 06:40:38.924 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getWidgetFromPartWhenOtherPartIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 06:40:38.924 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:40:38.924 INFO [WorkbenchTestable][RequirementsRunner] Started test: activateWorkbenchParts no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 06:40:38.924 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 06:40:38.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 06:40:38.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:40:38.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:40:38.927 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 06:40:38.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Sample Part") 06:40:38.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:38.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:38.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:38.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:38.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:40:38.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 06:40:38.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:40:38.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:40:38.929 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 06:40:38.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 widgets with text that without mnenomic matches: is "Sample Part 2") 06:40:38.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:38.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:38.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:38.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:38.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:40:38.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Sample Part 06:40:38.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Sample Part 2 06:40:38.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 06:40:38.940 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activateWorkbenchParts no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 06:40:38.940 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:40:38.940 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPartAsReferencedComposite no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 06:40:38.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 06:40:38.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 06:40:38.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:40:38.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:40:38.941 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 06:40:38.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 widgets with text that without mnenomic matches: is "Sample Part") 06:40:38.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:38.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:38.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:38.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:38.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:40:38.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Sample Part 06:40:38.950 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 06:40:38.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:38.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:38.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:38.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:38.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 06:40:38.952 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") 06:40:38.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:38.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:38.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:38.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:38.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 06:40:38.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 06:40:38.952 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPartAsReferencedComposite no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 06:40:38.952 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:40:38.953 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDirtyablePart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 06:40:38.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 06:40:38.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 06:40:38.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:40:38.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:40:38.953 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 06:40:38.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Sample Part") 06:40:38.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:38.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:38.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:38.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:38.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:40:38.956 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 06:40:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:38.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:38.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:38.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 06:40:38.956 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 06:40:38.957 INFO [WorkbenchTestable][AbstractText] Text set to: makePartDirty 06:40:38.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 06:40:38.963 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDirtyablePart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 06:40:38.963 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:40:38.963 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 06:40:38.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 06:40:38.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 06:40:38.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:40:38.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:40:38.964 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 06:40:38.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 widgets with text that without mnenomic matches: is "Sample Part 2") 06:40:38.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:38.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:38.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:38.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:38.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:40:38.965 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Sample Part 2 06:40:38.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Sample Part 2 06:40:38.969 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 06:40:38.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 06:40:38.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:40:38.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:40:38.980 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 06:40:38.981 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') 06:40:38.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:38.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:38.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:38.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:38.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 06:40:38.994 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openSamplePart 06:40:38.995 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 06:40:38.995 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 06:40:39.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 06:40:39.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:40:39.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:40:39.010 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 06:40:39.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 widgets with text that without mnenomic matches: is "Sample Part 2") 06:40:39.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:39.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:39.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:39.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:39.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:40:39.011 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 06:40:39.011 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 06:40:39.011 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 06:40:39.011 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSampleWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 06:40:39.011 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 06:40:39.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 06:40:39.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:40:39.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:40:39.011 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 06:40:39.012 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Sample Part") 06:40:39.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:39.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:39.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:39.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:39.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:40:39.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 06:40:39.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 06:40:39.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 06:40:39.014 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 06:40:39.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 widgets with text that without mnenomic matches: is "Sample Part 2") 06:40:39.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 06:40:39.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 06:40:39.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 06:40:39.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 06:40:39.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 06:40:39.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 06:40:39.015 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSampleWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 06:40:39.015 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.258 s - in org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest getWidgetFromPartWhenOtherShellIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.02 s getWidgetFromPartWhenOtherPartIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 1.076 s activateWorkbenchParts no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.016 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.01 s closeWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.048 s testSampleWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.004 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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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.v20210204-0547 [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 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 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/ (66.53kB) [INFO] [INFO] Fetching content.xml.xz from https://download.eclipse.org/reddeer/snapshots/ (66.53kB) [INFO] [INFO] Resolving dependencies of MavenProject: foo.bar.myplugin:reddeer.archetype:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/pom.xml [INFO] [INFO] Fetching org.eclipse.osgi_3.16.200.v20210122-1907.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (469.64kB) [INFO] [INFO] Fetching org.eclipse.osgi_3.16.200.v20210122-1907.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (469.64kB) [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.ui_3.119.0.v20210111-1350.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (339.79kB) [INFO] [INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (339.79kB) [INFO] [INFO] Fetching org.eclipse.jface.text_3.17.0.v20210125-1136.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (317.15kB) [INFO] [INFO] Fetching org.eclipse.jface.text_3.17.0.v20210125-1136.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (317.15kB) [INFO] [INFO] Fetching org.eclipse.ui.ide_3.18.100.v20210122-1536.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (950.29kB) [INFO] [INFO] Fetching org.eclipse.ui.ide_3.18.100.v20210122-1536.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (950.29kB) [INFO] [INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (47.88kB) [INFO] [INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (47.88kB) [INFO] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.0.v20210120-0733.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (235.59kB) [INFO] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.0.v20210120-0733.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (235.59kB) [INFO] [INFO] Fetching org.eclipse.core.runtime_3.20.100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (33.38kB) [INFO] [INFO] Fetching org.eclipse.core.runtime_3.20.100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (33.38kB) [INFO] [INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (33.65kB) [INFO] [INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (33.65kB) [INFO] [INFO] Fetching org.eclipse.ui.editors_3.14.0.v20210121-1258.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (200.76kB) [INFO] [INFO] Fetching org.eclipse.ui.editors_3.14.0.v20210121-1258.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (200.76kB) [INFO] [INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (122.98kB) [INFO] [INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (122.98kB) [INFO] [INFO] Fetching org.eclipse.compare_3.7.1300.v20210114-0707.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (306.78kB) [INFO] [INFO] Fetching org.eclipse.compare_3.7.1300.v20210114-0707.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (306.78kB) [INFO] [INFO] Fetching org.eclipse.core.contenttype_3.7.900.v20210111-0918.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (41.22kB) [INFO] [INFO] Fetching org.eclipse.core.contenttype_3.7.900.v20210111-0918.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (41.22kB) [INFO] [INFO] Fetching org.eclipse.text_3.11.0.v20210123-0709.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (100.62kB) [INFO] [INFO] Fetching org.eclipse.text_3.11.0.v20210123-0709.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (100.62kB) [INFO] [INFO] Fetching org.eclipse.core.jobs_3.10.1100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (46.09kB) [INFO] [INFO] Fetching org.eclipse.core.jobs_3.10.1100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (46.09kB) [INFO] [INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (44.86kB) [INFO] [INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (44.86kB) [INFO] [INFO] Fetching org.eclipse.debug.core_3.17.100.v20210120-0743.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (126.27kB) [INFO] [INFO] Fetching org.eclipse.debug.core_3.17.100.v20210120-0743.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (126.27kB) [INFO] [INFO] Fetching org.eclipse.ui.workbench_3.122.100.v20210128-2029.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (960.48kB) [INFO] [INFO] Fetching org.eclipse.ui.workbench_3.122.100.v20210128-2029.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (960.48kB) [INFO] [INFO] Fetching org.eclipse.debug.ui_3.14.800.v20210121-1016.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (1,020.36kB) [INFO] [INFO] Fetching org.eclipse.debug.ui_3.14.800.v20210121-1016.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (1,020.36kB) [INFO] [INFO] Fetching org.eclipse.jface_3.22.100.v20210126-0831.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (362.4kB) [INFO] [INFO] Fetching org.eclipse.jface_3.22.100.v20210126-0831.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (362.4kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (13.14kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (13.14kB) [INFO] [INFO] Fetching org.eclipse.e4.core.di_1.7.700.v20210128-2123.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (25.87kB) [INFO] [INFO] Fetching org.eclipse.e4.core.di_1.7.700.v20210128-2123.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (25.87kB) [INFO] [INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (27.94kB) [INFO] [INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (27.94kB) [INFO] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.800.v20210110-1654.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (16.42kB) [INFO] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.800.v20210110-1654.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (16.42kB) [INFO] [INFO] Fetching org.eclipse.swt_3.116.0.v20210129-1709.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (16.02kB) [INFO] [INFO] Fetching org.eclipse.swt_3.116.0.v20210129-1709.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (16.02kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (8.13kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (8.13kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (110.28kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (110.28kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.workbench_1.12.100.v20210122-1731.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (84.12kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.workbench_1.12.100.v20210122-1731.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (84.12kB) [INFO] [INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (77.72kB) [INFO] [INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (77.72kB) [INFO] [INFO] Fetching org.eclipse.urischeme_1.1.300.v20210113-1544.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (23.89kB) [INFO] [INFO] Fetching org.eclipse.urischeme_1.1.300.v20210113-1544.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (23.89kB) [INFO] [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (114.56kB) [INFO] [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (114.56kB) [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.equinox.p2.metadata.repository_1.3.500.v20210108-0738.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (50.79kB) [INFO] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.500.v20210108-0738.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (50.79kB) [INFO] [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210108-1216.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (14.74kB) [INFO] [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210108-1216.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (14.74kB) [INFO] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.300.v20210112-0706.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (105.6kB) [INFO] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.300.v20210112-0706.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (105.6kB) [INFO] [INFO] Fetching org.eclipse.ui.navigator_3.10.0.v20210111-1352.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (130.04kB) [INFO] [INFO] Fetching org.eclipse.ui.navigator_3.10.0.v20210111-1352.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (130.04kB) [INFO] [INFO] Fetching org.eclipse.team.ui_3.8.1200.v20210115-1514.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (491.43kB) [INFO] [INFO] Fetching org.eclipse.team.ui_3.8.1200.v20210115-1514.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (491.43kB) [INFO] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.300.v20210112-0706.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (176.89kB) [INFO] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.300.v20210112-0706.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (176.89kB) [INFO] [INFO] Fetching org.eclipse.reddeer.common_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (28.09kB) [INFO] [INFO] Fetching org.eclipse.reddeer.common_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (28.09kB) [INFO] [INFO] Fetching org.eclipse.reddeer.core_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (70.73kB) [INFO] [INFO] Fetching org.eclipse.reddeer.core_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (70.73kB) [INFO] [INFO] Fetching org.eclipse.reddeer.direct_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (10.33kB) [INFO] [INFO] Fetching org.eclipse.reddeer.direct_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (10.33kB) [INFO] [INFO] Fetching org.eclipse.ui.browser_3.6.1100.v20210118-1327.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (98.02kB) [INFO] [INFO] Fetching org.eclipse.ui.browser_3.6.1100.v20210118-1327.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (98.02kB) [INFO] [INFO] Fetching org.eclipse.ui.views.log_1.2.1400.v20210122-1423.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (85.04kB) [INFO] [INFO] Fetching org.eclipse.ui.views.log_1.2.1400.v20210122-1423.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (85.04kB) [INFO] [INFO] Fetching org.eclipse.reddeer.uiforms_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (14.37kB) [INFO] [INFO] Fetching org.eclipse.reddeer.uiforms_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (14.37kB) [INFO] [INFO] Fetching org.eclipse.reddeer.eclipse_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (103.4kB) [INFO] [INFO] Fetching org.eclipse.reddeer.eclipse_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (103.4kB) [INFO] [INFO] Fetching org.eclipse.reddeer.jface_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (17.7kB) [INFO] [INFO] Fetching org.eclipse.reddeer.jface_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (17.7kB) [INFO] [INFO] Fetching org.eclipse.reddeer.swt_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (48.77kB) [INFO] [INFO] Fetching org.eclipse.reddeer.swt_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (48.77kB) [INFO] [INFO] Fetching org.eclipse.reddeer.workbench_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (32.98kB) [INFO] [INFO] Fetching org.eclipse.reddeer.workbench_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (32.98kB) [INFO] [INFO] Fetching org.eclipse.reddeer.workbench.core_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (15.16kB) [INFO] [INFO] Fetching org.eclipse.reddeer.workbench.core_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (15.16kB) [INFO] [INFO] Fetching org.eclipse.reddeer.junit_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (38.6kB) [INFO] [INFO] Fetching org.eclipse.reddeer.junit_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (38.6kB) [INFO] [INFO] Fetching org.eclipse.reddeer.go_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (7.14kB) [INFO] [INFO] Fetching org.eclipse.reddeer.go_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (7.14kB) [INFO] [INFO] Fetching org.eclipse.reddeer.junit.extension_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (14.59kB) [INFO] [INFO] Fetching org.eclipse.reddeer.junit.extension_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (14.59kB) [INFO] [INFO] Fetching org.eclipse.reddeer.requirements_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (16.76kB) [INFO] [INFO] Fetching org.eclipse.reddeer.requirements_3.3.0.v20210202-2017.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (16.76kB) [INFO] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210129-1709.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (976.43kB) [INFO] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210129-1709.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (976.43kB) [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] Fetching org.eclipse.ui.navigator.resources_3.8.0.v20210111-1356.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (70.18kB) [INFO] [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.0.v20210111-1356.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (70.18kB) [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.20210204-0641 [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] 06:41:40.697 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running [INFO] 06:41:40.698 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 [INFO] 06:41:40.703 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running [INFO] 06:41:40.704 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 [INFO] 06:41:40.722 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class foo.bar.myplugin.simrel.BasicTest [INFO] 06:41:40.735 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created [INFO] 06:41:40.737 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements [INFO] 06:41:40.738 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class foo.bar.myplugin.simrel.BasicTest [INFO] 06:41:40.739 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench [INFO] 06:41:40.824 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data' [INFO] 06:41:40.826 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt [INFO] 06:41:40.826 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen [INFO] 06:41:40.828 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt [INFO] 06:41:40.828 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' [INFO] 06:41:40.831 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt [INFO] 06:41:40.832 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven [INFO] 06:41:40.837 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers 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] 06:41:40.853 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data [INFO] 06:41:40.854 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers 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] 06:41:40.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data [INFO] 06:41:40.855 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers 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] 06:41:40.855 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data [INFO] 06:41:40.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data [INFO] 06:41:40.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... [INFO] 06:41:40.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully [INFO] 06:41:40.898 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data' [INFO] 06:41:40.903 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data' [INFO] 06:41:40.905 DEBUG [main][MenuItemLookup] Found menu:'File' [INFO] 06:41:40.905 DEBUG [main][MenuItemLookup] Found menu:'Edit' [INFO] 06:41:40.905 DEBUG [main][MenuItemLookup] Found menu:'Navigate' [INFO] 06:41:40.905 DEBUG [main][MenuItemLookup] Found menu:'Project' [INFO] 06:41:40.905 DEBUG [main][MenuItemLookup] Found menu:'Window' [INFO] 06:41:40.905 DEBUG [main][MenuItemLookup] Item match:Window [INFO] 06:41:40.907 DEBUG [main][MenuItemLookup] Found menu:'New Window' [INFO] 06:41:40.907 DEBUG [main][MenuItemLookup] Found menu:'Editor' [INFO] 06:41:40.907 DEBUG [main][MenuItemLookup] Found menu:'Appearance' [INFO] 06:41:40.907 DEBUG [main][MenuItemLookup] Found menu:'' [INFO] 06:41:40.907 DEBUG [main][MenuItemLookup] Found menu:'Show View' [INFO] 06:41:40.907 DEBUG [main][MenuItemLookup] Found menu:'Perspective' [INFO] 06:41:40.907 DEBUG [main][MenuItemLookup] Found menu:'' [INFO] 06:41:40.907 DEBUG [main][MenuItemLookup] Found menu:'Navigation' [INFO] 06:41:40.907 DEBUG [main][MenuItemLookup] Found menu:'' [INFO] 06:41:40.907 DEBUG [main][MenuItemLookup] Found menu:'Preferences' [INFO] 06:41:40.907 DEBUG [main][MenuItemLookup] Item match:Preferences [INFO] 06:41:40.908 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" [INFO] 06:41:40.909 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences [INFO] 06:41:40.909 INFO [main][MenuItemHandler] Select menu item: &Preferences [INFO] 06:41:41.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... [INFO] 06:41:41.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully [INFO] 06:41:41.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences [INFO] 06:41:41.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... [INFO] 06:41:41.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully [INFO] 06:41:41.028 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed [INFO] 06:41:41.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data [INFO] 06:41:41.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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] 06:41:41.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... [INFO] 06:41:41.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers [INFO] 06:41:41.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found [INFO] 06:41:41.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully [INFO] 06:41:41.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found [INFO] 06:41:41.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... [INFO] 06:41:41.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully [INFO] 06:41:41.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) [INFO] 06:41:41.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... [INFO] 06:41:41.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers [INFO] 06:41:41.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found [INFO] 06:41:41.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully [INFO] 06:41:41.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found [INFO] 06:41:41.061 INFO [WorkbenchTestable][AbstractButton] Click button Cancel [INFO] 06:41:41.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... [INFO] 06:41:41.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully [INFO] 06:41:41.062 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 [INFO] 06:41:41.062 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization [INFO] 06:41:41.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... [INFO] 06:41:41.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully [INFO] 06:41:41.120 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data [INFO] 06:41:41.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... [INFO] 06:41:41.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully [INFO] 06:41:41.123 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements [INFO] 06:41:41.125 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(foo.bar.myplugin.simrel.BasicTest) [INFO] 06:41:41.125 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class foo.bar.myplugin.simrel.BasicTest [INFO] 06:41:41.125 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt [INFO] 06:41:41.125 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt [INFO] 06:41:41.125 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt [INFO] 06:41:41.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... [INFO] 06:41:41.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully [INFO] 06:41:41.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data [INFO] 06:41:41.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... [INFO] 06:41:41.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully [INFO] 06:41:41.127 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class foo.bar.myplugin.simrel.BasicTest [INFO] 06:41:41.127 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt [INFO] 06:41:41.128 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... [INFO] 06:41:41.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... [INFO] 06:41:41.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully [INFO] 06:41:41.129 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(foo.bar.myplugin.simrel.BasicTest) [INFO] 06:41:41.130 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class foo.bar.myplugin.simrel.BasicTest [INFO] 06:41:41.130 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt [INFO] 06:41:41.130 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... [INFO] 06:41:41.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... [INFO] 06:41:41.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 s - in foo.bar.myplugin.simrel.AllRedDeerTests [INFO] test no-configuration(foo.bar.myplugin.simrel.BasicTest) Time elapsed: 0.004 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: 36.833 s [INFO] [INFO] Finished at: 2021-02-04T06:41:41Z [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 [ 5.750 s] [INFO] RedDeer Plugins .................................... SUCCESS [ 0.003 s] [INFO] RedDeer Common ..................................... SUCCESS [ 4.487 s] [INFO] RedDeer Workbench Core ............................. SUCCESS [ 0.518 s] [INFO] RedDeer E4 Workbench Core .......................... SUCCESS [ 0.324 s] [INFO] RedDeer Core ....................................... SUCCESS [ 0.869 s] [INFO] RedDeer SWT ........................................ SUCCESS [ 0.597 s] [INFO] RedDeer JFace ...................................... SUCCESS [ 0.408 s] [INFO] RedDeer Workbench .................................. SUCCESS [ 0.522 s] [INFO] RedDeer E4 Workbench ............................... SUCCESS [ 0.263 s] [INFO] RedDeer UIForms .................................... SUCCESS [ 0.303 s] [INFO] RedDeer Direct ..................................... SUCCESS [ 0.208 s] [INFO] RedDeer JUnit ...................................... SUCCESS [ 0.400 s] [INFO] RedDeer Eclipse .................................... SUCCESS [ 1.101 s] [INFO] RedDeer GEF ........................................ SUCCESS [ 0.302 s] [INFO] RedDeer GEF Spy .................................... SUCCESS [ 0.287 s] [INFO] RedDeer Graphiti ................................... SUCCESS [ 0.244 s] [INFO] RedDeer JDT Junit .................................. SUCCESS [ 0.170 s] [INFO] RedDeer JUnit Extensions ........................... SUCCESS [ 0.320 s] [INFO] RedDeer Requirements ............................... SUCCESS [ 0.367 s] [INFO] RedDeer UI ......................................... SUCCESS [ 0.496 s] [INFO] RedDeer Spy ........................................ SUCCESS [ 0.315 s] [INFO] RedDeer Recorder ................................... SUCCESS [ 0.434 s] [INFO] RedDeer Go ......................................... SUCCESS [ 0.081 s] [INFO] RedDeer Log Parser ................................. SUCCESS [ 0.403 s] [INFO] RedDeer CodeGen .................................... SUCCESS [ 0.486 s] [INFO] RedDeer Test-Apps .................................. SUCCESS [ 0.003 s] [INFO] RedDeer E4 Test App ................................ SUCCESS [ 0.192 s] [INFO] RedDeer Tests ...................................... SUCCESS [ 0.124 s] [INFO] RedDeer Common Tests ............................... SUCCESS [01:11 min] [INFO] RedDeer SWT Tests .................................. SUCCESS [03:24 min] [INFO] RedDeer Core Tests ................................. SUCCESS [02:57 min] [INFO] RedDeer Workbench Tests ............................ SUCCESS [04:38 min] [INFO] RedDeer UIForms Test ............................... SUCCESS [ 18.616 s] [INFO] RedDeer JFace Tests ................................ SUCCESS [01:14 min] [INFO] RedDeer Eclipse Tests .............................. SUCCESS [27:53 min] [INFO] RedDeer GEF Tests .................................. SUCCESS [ 52.486 s] [INFO] RedDeer Graphiti Tests ............................. SUCCESS [ 26.190 s] [INFO] RedDeer Direct Tests ............................... SUCCESS [ 21.735 s] [INFO] RedDeer JUnit Tests ................................ SUCCESS [ 11.188 s] [INFO] RedDeer Requirements Tests ......................... SUCCESS [05:09 min] [INFO] RedDeer UI Tests ................................... SUCCESS [02:42 min] [INFO] RedDeer E4 Workbench Tests ......................... SUCCESS [ 5.877 s] [INFO] RedDeer Integration and Eclipse Installation Tests . SUCCESS [ 0.697 s] [INFO] RedDeer Features ................................... SUCCESS [ 0.004 s] [INFO] RedDeer E4 Feature ................................. SUCCESS [ 0.344 s] [INFO] RedDeer Eclipse Feature ............................ SUCCESS [ 0.440 s] [INFO] RedDeer GEF Spy Feature ............................ SUCCESS [ 0.073 s] [INFO] RedDeer SWT Feature ................................ SUCCESS [ 0.163 s] [INFO] RedDeer Tests Feature .............................. SUCCESS [ 0.414 s] [INFO] RedDeer UI Feature ................................. SUCCESS [ 0.096 s] [INFO] RedDeer Recorder Feature ........................... SUCCESS [ 0.094 s] [INFO] RedDeer GEF/Graphiti Feature ....................... SUCCESS [ 0.331 s] [INFO] RedDeer Spy Feature ................................ SUCCESS [ 0.124 s] [INFO] RedDeer Log Parser Feature ......................... SUCCESS [ 0.071 s] [INFO] RedDeer CodeGen Feature ............................ SUCCESS [ 0.097 s] [INFO] RedDeer Site ....................................... SUCCESS [ 20.177 s] [INFO] RedDeer Archetype .................................. SUCCESS [ 39.372 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 54:35 min [INFO] Finished at: 2021-02-04T06:41:42Z [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